summaryrefslogtreecommitdiff
path: root/modules/gallery/models
AgeCommit message (Expand)Author
2013-01-30#1968 - Improve album cover generation/removal/etc.shadlaws
2013-01-28#1945 - Extend legal_file helper functions.shadlaws
2013-01-26#1946, 1947 - Make altered names/slugs more user-friendly, make conflict-find...shadlaws
2013-01-23Add a "can_add" permission bit similar to the "can_edit" bit to the RESTful a...Bharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-12-30#1931, #1932, #1933, #1934 - movieplayer view and movie_img function in items...shadlaws
2012-07-21Allow albums to have two (or more) dots in the name. Fixes #1897.Bharat Mediratta
2012-05-17Smash multiple extensions down into a single one when accepting fileBharat Mediratta
2012-05-15Don't allow new albums with a slug that matches a controller - put up aBharat Mediratta
2012-05-05Fix extension-swapping code for files that have extensions that areBharat Mediratta
2012-05-05Fix #1846.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-07-21Polishing the rawphoto changes, including adding some tests.Chad Parry
2011-07-21Squashed commit of the following:Chad Parry
2011-05-18Merging some changes from rawphotoChad Parry
2011-05-18Better validation for uploaded files, especially where third-party modules mi...Chad Parry
2011-04-30Results from a round of feedback with Bharat.Chad Parry
2011-04-28This patch helps provide raw photo support with some small changes to the fra...Chad Parry
2011-04-25Fix a bug introduced in 526859d9605d137ebe053ecbd80f46ca6a331194 whereBharat Mediratta
2011-04-22Do simple transliteration when converting filenames to slugs, but checkBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-09Moved item_Model::get_position() method to the Item helper. It now calls the...Jérémy Subtil
2011-01-05Keep Item_Model::scale_dimensions from upscaling. Fixes #1579.Bharat Mediratta
2011-01-03Removed accidental whitespaceJoe7
2011-01-03Keep view counters of all item types accurateJoe7
2010-12-16Improve Item_Model::as_restful_array() to take an array of fields soBharat Mediratta
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-12-15Use mt_rand() instead of rand() since it provides better portability.Bharat Mediratta
2010-12-14Move photo/movie file extension validation into the model. Fixes #1524.Bharat Mediratta
2010-11-18Fix a bug where simultaneous deletes of the same item can result in itBharat Mediratta
2010-11-09Tie the image cachebuster to the file mtime instead ofBharat Mediratta
2010-11-06Create item_before_create and item_before_update events, and makeBharat Mediratta
2010-10-31Deal in integers when doing aspect ratio operations. Fixes #1470.Bharat Mediratta
2010-10-25All modules should be named Xxx_Core for extensibility. Fixes #1458.Bharat Mediratta
2010-09-23Fix a bug introduced recently inBharat Mediratta
2010-09-12Rename the class to Item_Model_Core so that it can be overloaded.Bharat Mediratta
2010-09-11Uniqify the name and slug when we move an item to a new location withBharat Mediratta
2010-09-07Return the size in bytes of the thumb, resize and full file.Bharat Mediratta
2010-09-07The G2 import sets the sort_order to "asc"/"desc" butBharat Mediratta
2010-09-06Add "web_url" with the url to the web version of the item. Fixes ticket #1341.Bharat Mediratta
2010-08-25Null out Item_Model::$data_file in Item_Model::save() when we'reBharat Mediratta
2010-08-14Always use the data resource to return thumbs, resizes and full sizes.Bharat Mediratta
2010-08-09Use the data_rest implementation to proxy access to rawBharat Mediratta
2010-08-07Add the ability to replace the source data file in Item_Model::save().Bharat Mediratta
2010-07-29We don't care about the name and slug for the root album so don't bother enfo...Bharat Mediratta
2010-07-10Accept extension .m4v as video/mp4Romain LE DISEZ
2010-06-17Fix for ticket #1117 align videos to the center.Tim Almdal
2010-06-17Scale a movie to the resize size so that it doesn't overflow into the sidebar.Tim Almdal
2010-06-15Revert "Add a "convert_ids" parameter to Item_Model::as_restful_array(), which"Bharat Mediratta
2010-06-09Revert the "preserve_ids" global query parameter. We decided that it was aBharat Mediratta