Age | Commit message (Expand) | Author |
2013-12-29 | Do not autoplay videos. | Nathan Kinkade |
2013-07-08 | Move "item_moved" event later in the item update process. Fixes #2077. | shadlaws |
2013-03-13 | #2059 - Add album name sanitizing similar to photo/movie filename sanitizing. | shadlaws |
2013-03-12 | #2057 - Revise item name and slug validation - backslashes, refactor, error m... | shadlaws |
2013-03-09 | #2046 - Change Gallery over to using MediaElementJS as its movie player. | shadlaws |
2013-03-04 | Merge pull request #187 from shadlaws/2033_followon | Bharat Mediratta |
2013-03-04 | Merge pull request #183 from shadlaws/fix_2037 | Bharat Mediratta |
2013-03-04 | Follow-on to #2033 - Change variables and js script loading for Flash Flowpla... | shadlaws |
2013-03-03 | #2037 - Fix bug with "item_before_update" event in item model. | shadlaws |
2013-03-03 | Follow-on to #2033 - Rename movieplayer.html.php to movieplayer-flash.html.php | shadlaws |
2013-02-12 | #2001 - Make filename sanitizing more consistent. | shadlaws |
2013-02-08 | #1994 - Make get_file_metadata throw an exception if photo or movie is uniden... | shadlaws |
2013-02-07 | #1992 - Improve examples for thumb/resize/file path/url functions in item model. | shadlaws |
2013-01-31 | #1983: Remove item keys changed for/by graphics::generate from significant ch... | shadlaws |
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 |