summaryrefslogtreecommitdiff
path: root/modules/gallery/models/item.php
AgeCommit message (Expand)Author
2013-12-29Do not autoplay videos.Nathan Kinkade
2013-07-08Move "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-04Merge pull request #187 from shadlaws/2033_followonBharat Mediratta
2013-03-04Merge pull request #183 from shadlaws/fix_2037Bharat Mediratta
2013-03-04Follow-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-03Follow-on to #2033 - Rename movieplayer.html.php to movieplayer-flash.html.phpshadlaws
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-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-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