Age | Commit 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-23 | Add a "can_add" permission bit similar to the "can_edit" bit to the RESTful a... | Bharat Mediratta |
2013-01-21 | Update 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-21 | Allow albums to have two (or more) dots in the name. Fixes #1897. | Bharat Mediratta |
2012-05-17 | Smash multiple extensions down into a single one when accepting file | Bharat Mediratta |
2012-05-15 | Don't allow new albums with a slug that matches a controller - put up a | Bharat Mediratta |
2012-05-05 | Fix extension-swapping code for files that have extensions that are | Bharat Mediratta |
2012-05-05 | Fix #1846. | Bharat Mediratta |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta |
2011-07-21 | Polishing the rawphoto changes, including adding some tests. | Chad Parry |
2011-07-21 | Squashed commit of the following: | Chad Parry |
2011-05-18 | Merging some changes from rawphoto | Chad Parry |
2011-05-18 | Better validation for uploaded files, especially where third-party modules mi... | Chad Parry |
2011-04-30 | Results from a round of feedback with Bharat. | Chad Parry |
2011-04-28 | This patch helps provide raw photo support with some small changes to the fra... | Chad Parry |
2011-04-25 | Fix a bug introduced in 526859d9605d137ebe053ecbd80f46ca6a331194 where | Bharat Mediratta |
2011-04-22 | Do simple transliteration when converting filenames to slugs, but check | Bharat Mediratta |
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-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 |