summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/item.php
AgeCommit message (Expand)Author
2013-01-30Follow-in to cff1e76e8da2055f9faf7449222b43a686014b1c for #1978Bharat Mediratta
2013-01-30When changing the album cover, find and retarget any other albums which were ...Bharat Mediratta
2013-01-30#1968 - Improve album cover generation/removal/etc.shadlaws
2013-01-26#1946, 1947 - Make altered names/slugs more user-friendly, make conflict-find...shadlaws
2013-01-23Extract reweighting logic out of Organize_Controller intoBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-12-09Eliminate the search context if we encounter an item that cannot beBharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2012-02-06Don't support display contexts for robots. Fixes #1819.Bharat Mediratta
2012-02-06Add tags for all Cache::instance()->set calls that don't have one.Bharat Mediratta
2011-12-23Use Albums_Controller::get_display_context as the default display context. F...Bharat Mediratta
2011-08-30Patch for #1774Tim Almdal
2011-08-27Refactor the display context code a bit:Bharat Mediratta
2011-04-22Do simple transliteration when converting filenames to slugs, but checkBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-11Update some comments.Bharat Mediratta
2011-01-09Moved item_Model::get_position() method to the Item helper. It now calls the...Jérémy Subtil
2010-12-21Implement item::find_by_relative_url with tests.Bharat Mediratta
2010-12-21Change item::find_by_path() to check the relative_path_cache first,Bharat Mediratta
2010-12-21Return an empty Item_Model when item::find_by_path failsBharat Mediratta
2010-12-21Tighten up item::find_by_path slightly. Augment the tests to coverBharat Mediratta
2010-12-22Minor changes to satisfy the G3 code standards.Kriss Andsten
2010-12-22Packaging + tests of Bharat's find_by_path routine.Kriss Andsten
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-11-08Updated item::random_query() PHPdoc to include example usageBharat Mediratta
2010-07-27Don't invoke a graphics toolkit when setting the album cover from aBharat Mediratta
2010-07-10Pass along the from_id in item::get_delete_form() and then check toBharat Mediratta
2010-06-20Add a loading indicator to the delete form by tagging some JS on atBharat Mediratta
2010-06-15Revert "Change the item rest update processing to call theBharat Mediratta
2010-06-15Revert "Fix for ticket #1118. Create a item::save_with_retries helperBharat Mediratta
2010-06-15Fix for ticket #1118. Create a item::save_with_retries helper method, which e...Tim Almdal
2010-06-15Change the item rest update processing to call the item::move(source, target)...Tim Almdal
2010-06-10Change the pattern used to convert the file name to a title. Fixes ticket#1061Tim Almdal
2010-06-05item::random_query() doesn't need to take a "where" clause becauseBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-09Rename item name and slug if necessary to avoid a conflict when weBharat Mediratta
2010-01-20Two fixes:Bharat Mediratta
2010-01-19Don't try to set the album cover for the grandparent if we don't have edit pe...Bharat Mediratta
2010-01-14Begin the process of converting to model based validation. RightBharat Mediratta
2010-01-08Move the random image functionality into the gallery REST helper sinceBharat Mediratta
2010-01-08Remove debug code.Bharat Mediratta
2010-01-08Add item::random() to return a random Item_Model.Bharat Mediratta
2009-12-30Rollback the refactoring of the update into a helper method. Also remove the ...Tim Almdal
2009-12-27Clean up validation the check for duplicate names or slugs, finish converting...Tim Almdal
2009-12-26Forgot to commit local changes to item helper for K2.4Tim Almdal
2009-12-26Merge branch 'master' into talmdal_devTim Almdal
2009-12-22Add merge_or_where() to MY_Datatabase_Builder and use that instead ofBharat Mediratta
2009-12-09Refactor the code to check for name or slug conflicts and to update code out ...Tim Almdal
2009-12-06Remove the hidden form variable _method which was used in the no longer rest ...Tim Almdal
2009-12-06Further simplifications to viewable(). Stop trying to optimize forBharat Mediratta