index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
models
Age
Commit message (
Expand
)
Author
2010-06-17
Fix for ticket #1117 align videos to the center.
Tim Almdal
2010-06-17
Scale a movie to the resize size so that it doesn't overflow into the sidebar.
Tim Almdal
2010-06-15
Revert "Add a "convert_ids" parameter to Item_Model::as_restful_array(), which"
Bharat Mediratta
2010-06-09
Revert the "preserve_ids" global query parameter. We decided that it was a
Bharat Mediratta
2010-06-08
Add a "can_edit" field to the Item_Model's REST output. It's
Bharat Mediratta
2010-06-07
Add a "preserve_ids" global query parameter for REST requests that
Bharat Mediratta
2010-06-07
Add a "convert_ids" parameter to Item_Model::as_restful_array(), which
Bharat Mediratta
2010-05-14
Fix-ups for d98b85f7d3142676e6b4f407a18ed81564823f88
Bharat Mediratta
2010-04-07
Merge branch 'master' into bharat_dev
Tim Almdal
2010-04-04
Fix a bug where if the file name is composed of entirely illegal
Bharat Mediratta
2010-04-04
REST changes: Allow PUT and POST requests to modify members, not
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-19
Fix the resize_url and file_url in as_restful_array()
Bharat Mediratta
2010-02-19
Correct the view_fillsize permission to view_full. In addition, change the na...
Tim Almdal
2010-02-15
return the absolute url not the relative for the full size, resize and thumb ...
Tim Almdal
2010-02-14
Remove the dirty flags from the information returned from the rest request fo...
Tim Almdal
2010-02-12
Revert "1) Add a depth parameter to retrieving an item thru the rest api"
Bharat Mediratta
2010-02-12
1) Add a depth parameter to retrieving an item thru the rest api
Tim Almdal
2010-02-07
Create the concept of a "failed authentication" as semantically
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-31
Elide data that isn't useful from the REST array.
Bharat Mediratta
2010-01-30
Add Item_Model::as_restful_array() for convenience.
Bharat Mediratta
2010-01-30
Prevent brute force login attacks by reducing login attempts to 1 per
Bharat Mediratta
2010-01-29
Strongly type the argument list to the model::validate method.
Tim Almdal
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-27
Prevent accidentally deleting the root album.
Bharat Mediratta
2010-01-26
Specialize the album cover id check to allow the root album to have no
Bharat Mediratta
2010-01-25
Always keep the original around when updating existing items, because
Bharat Mediratta
2010-01-20
Whitespace.
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original(). It's got very odd semantics and we are
Bharat Mediratta
2010-01-19
Fix some validation checks to check to see if the original was loaded
Bharat Mediratta
2010-01-19
Move data initialization into the constructor so that it happens
Bharat Mediratta
2010-01-19
Make video/x-flv a valid movie mime_type
Bharat Mediratta
2010-01-18
Update valid_parent() to disallow moving an item inside its own hierarchy.
Bharat Mediratta
2010-01-18
Fix renaming in save() by moving the actual rename action under
Bharat Mediratta
2010-01-18
In valid_name, don't query on the id if it's null.
Bharat Mediratta
2010-01-17
Make set_data_file() chainable.
Bharat Mediratta
2010-01-17
Get rid of internal_only designation -- it's too hard to enforce cleanly.
Bharat Mediratta
2010-01-17
Move rules entirely down into validate() so that we can be more
Bharat Mediratta
2010-01-16
PHPdoc.
Bharat Mediratta
2010-01-16
Don't forget to save when we make insignificant chagnes only.
Bharat Mediratta
2010-01-16
Make movie creation use model based validation. Move movie related
Bharat Mediratta
2010-01-16
Check for illegal extensions in valid_name()
Bharat Mediratta
2010-01-16
Convert photo uploading over to the new model based validation
Bharat Mediratta
2010-01-16
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-16
Don't pass MY_ORM::original() to update event handlers, since after
Bharat Mediratta
2010-01-15
Validate the model type.
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-15
Move setting Item_Model::rand_key into Item_Model::save() since it's
Bharat Mediratta
2010-01-15
Use $value in valid_xxx() functions instead of the member field. They're equ...
Bharat Mediratta
[next]