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
2011-01-03
Removed accidental whitespace
Joe7
2011-01-03
Keep view counters of all item types accurate
Joe7
2010-12-16
Improve Item_Model::as_restful_array() to take an array of fields so
Bharat Mediratta
2010-12-15
Consolidate all the random code into a random helper that offers:
Bharat Mediratta
2010-12-15
Use mt_rand() instead of rand() since it provides better portability.
Bharat Mediratta
2010-12-14
Move photo/movie file extension validation into the model. Fixes #1524.
Bharat Mediratta
2010-11-18
Fix a bug where simultaneous deletes of the same item can result in it
Bharat Mediratta
2010-11-09
Tie the image cachebuster to the file mtime instead of
Bharat Mediratta
2010-11-06
Create item_before_create and item_before_update events, and make
Bharat Mediratta
2010-10-31
Deal in integers when doing aspect ratio operations. Fixes #1470.
Bharat Mediratta
2010-10-25
All modules should be named Xxx_Core for extensibility. Fixes #1458.
Bharat Mediratta
2010-09-23
Fix a bug introduced recently in
Bharat Mediratta
2010-09-12
Rename the class to Item_Model_Core so that it can be overloaded.
Bharat Mediratta
2010-09-11
Uniqify the name and slug when we move an item to a new location with
Bharat Mediratta
2010-09-07
Return the size in bytes of the thumb, resize and full file.
Bharat Mediratta
2010-09-07
The G2 import sets the sort_order to "asc"/"desc" but
Bharat Mediratta
2010-09-06
Add "web_url" with the url to the web version of the item. Fixes ticket #1341.
Bharat Mediratta
2010-08-25
Null out Item_Model::$data_file in Item_Model::save() when we're
Bharat Mediratta
2010-08-14
Always use the data resource to return thumbs, resizes and full sizes.
Bharat Mediratta
2010-08-09
Use the data_rest implementation to proxy access to raw
Bharat Mediratta
2010-08-07
Add the ability to replace the source data file in Item_Model::save().
Bharat Mediratta
2010-07-29
We don't care about the name and slug for the root album so don't bother enfo...
Bharat Mediratta
2010-07-10
Accept extension .m4v as video/mp4
Romain LE DISEZ
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
[next]