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-05-18
Merge branch 'master' of https://github.com/gallery/gallery3 into rawphoto
Chad Parry
2011-04-30
Explain the conditional rename in item::save() with a comment.
Chad Parry
2011-04-30
Improve the comment explaining why the data_file extension is important.
Chad Parry
2011-04-30
The data_file field is public, so we don't need to supply an accessor method.
Chad Parry
2011-04-30
Change the name of the extensions helper to legal_file.
Chad Parry
2011-04-27
Merge branch 'master' of https://github.com/gallery/gallery3 into rawphoto
Chad Parry
2011-04-27
Move the extensions helpers out of the Kohana system directory and into their...
Chad Parry
2011-04-25
Fix a bug introduced in 526859d9605d137ebe053ecbd80f46ca6a331194 where
Bharat Mediratta
2011-04-24
Merge branch 'master' of https://github.com/gallery/gallery3 into rawphoto
Chad Parry
2011-04-24
Expose the data file field.
Chad Parry
2011-04-24
Don't assign to the item->name field if the name is unchanged, because the sa...
Chad Parry
2011-04-23
Preserve old data files long enough for them to be available to event handlers.
Chad Parry
2011-04-23
Support data files that change their extension and MIME type.
Chad Parry
2011-04-23
Resolve an infinite recursion that happens when the path caches are updated d...
Chad Parry
2011-04-22
Do simple transliteration when converting filenames to slugs, but check
Bharat Mediratta
2011-04-21
Add an event that will collect all valid filename extensions.
Chad Parry
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-09
Moved item_Model::get_position() method to the Item helper. It now calls the...
Jérémy Subtil
2011-01-05
Keep Item_Model::scale_dimensions from upscaling. Fixes #1579.
Bharat Mediratta
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
[next]