summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_task.php
AgeCommit message (Expand)Author
2010-08-29Don't concatenate two strings together as an argument for t() or t2();Bharat Mediratta
2010-08-14Rebuild access_caches rows if they're missing, as necessary. Fixes ticket #1...Bharat Mediratta
2010-08-04Add docs reflecting that we may skip some items that have invalid parent_idsBharat Mediratta
2010-08-01While we're cleaning up albums, also find any cases where we have anBharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-07-29Add recovery code for dupe slugs and dupe names to the general purpose FixBharat Mediratta
2010-07-28Combine the Fix MPTT and Fix Permissions tasks into one magical fix-itBharat Mediratta
2010-07-25Add a new maintenance task that resyncs album .htaccess files withBharat Mediratta
2010-07-21Null out relative_path_cache and relative_url_cache after we updateBharat Mediratta
2010-04-04Move the "Fix MPTT" task from the rescue module into the main GalleryBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-21Performance improvement: Load all translations of a locale as one serialized ...Andy Staudacher
2010-02-01Update the description to reflect we are only removing "expired" files.Tim Almdal
2010-02-01Correct the internationalization of the status message.Tim Almdal
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-27Convert __toString() to use (string) cast instead.Bharat Mediratta
2010-01-26Add a maintenance task that will clear the expired files (older than 2 weeks)...Tim Almdal
2010-01-22Change "fetch translations" task to fetch them in batches.Andy Staudacher
2009-12-02Convert more database calls over to the new formatBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-16Store the directory, files and translation cache in the gallery3 cache instea...Tim Almdal
2009-10-27When rebuilding dirty images, start a batch on initialization and stop it whe...Tim Almdal
2009-09-27Clean up the task initialization for rebuild thumbs and resizes.Tim Almdal
2009-09-24Refactored the rebuild_dirty_images handler to simplify the counting and end ...Tim Almdal
2009-09-02Change graphics::generate() API so that it doesn't return a boolean,Bharat Mediratta
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-07-19Remove excess success logging. In the rebuild images case, it canBharat Mediratta
2009-07-08Add task logging to the Update translationsTim Almdal
2009-07-08Added task logging to the Rebuild Images task.Tim Almdal
2009-07-03Ignore lib/ folders in l10n_scanner task.Andy Staudacher
2009-06-04Skip over busted images when rebuilding. Change graphics::generate()Bharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta