Age | Commit message (Expand) | Author |
2013-05-15 | Follow-on to #2069 - Decrease stack size of MPTT rebuild task. | shadlaws |
2013-05-14 | #2069 - Change "Fix your Gallery" task go faster and be more comprehensive. | shadlaws |
2013-02-15 | Follow-on to 7bdccade98e76df3a7830bc45bc42321a77c709a to exclude | Bharat Mediratta |
2013-02-15 | Follow-on to 7bdccade98e76df3a7830bc45bc42321a77c709a - point out that there's | Bharat Mediratta |
2013-01-26 | Merge pull request #104 from shadlaws/fix_1966 | Bharat Mediratta |
2013-01-26 | #1966 - "Fix your Gallery" shows 60/59 items completed. | shadlaws |
2013-01-26 | #1946, 1947 - Make altered names/slugs more user-friendly, make conflict-find... | shadlaws |
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta |
2012-07-21 | Refill the path and url caches in the item model at the end of this task. Fi... | Bharat Mediratta |
2012-07-21 | Fix the access_cache rebuilding code to not load all missing access caches in... | Bharat Mediratta |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta |
2012-02-06 | Add tags for all Cache::instance()->set calls that don't have one. | Bharat Mediratta |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta |
2010-12-28 | Use db::expr instead of "new Database_Expression". Resolves #1560. | Bharat Mediratta |
2010-11-21 | Shuffle up the way we figure out which image to rebuild next so that | Bharat Mediratta |
2010-10-02 | Detect the case where there are no more broken images and skip to the end. F... | Bharat Mediratta |
2010-09-13 | When moving a single item, just copy its permissions from its parent | Bharat Mediratta |
2010-09-12 | LOWER() the slug and name in the find_dupes functions since DISTINCT | Bharat Mediratta |
2010-08-29 | Don't concatenate two strings together as an argument for t() or t2(); | Bharat Mediratta |
2010-08-14 | Rebuild access_caches rows if they're missing, as necessary. Fixes ticket #1... | Bharat Mediratta |
2010-08-04 | Add docs reflecting that we may skip some items that have invalid parent_ids | Bharat Mediratta |
2010-08-01 | While we're cleaning up albums, also find any cases where we have an | Bharat Mediratta |
2010-08-01 | Make maintenance mode a variable instead of a config. Then create | Bharat Mediratta |
2010-07-29 | Add recovery code for dupe slugs and dupe names to the general purpose Fix | Bharat Mediratta |
2010-07-28 | Combine the Fix MPTT and Fix Permissions tasks into one magical fix-it | Bharat Mediratta |
2010-07-25 | Add a new maintenance task that resyncs album .htaccess files with | Bharat Mediratta |
2010-07-21 | Null out relative_path_cache and relative_url_cache after we update | Bharat Mediratta |
2010-04-04 | Move the "Fix MPTT" task from the rescue module into the main Gallery | Bharat Mediratta |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta |
2010-02-21 | Performance improvement: Load all translations of a locale as one serialized ... | Andy Staudacher |
2010-02-01 | Update the description to reflect we are only removing "expired" files. | Tim Almdal |
2010-02-01 | Correct the internationalization of the status message. | Tim Almdal |
2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta |
2010-01-27 | Convert __toString() to use (string) cast instead. | Bharat Mediratta |
2010-01-26 | Add a maintenance task that will clear the expired files (older than 2 weeks)... | Tim Almdal |
2010-01-22 | Change "fetch translations" task to fetch them in batches. | Andy Staudacher |
2009-12-02 | Convert more database calls over to the new format | Bharat Mediratta |
2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta |
2009-11-16 | Store the directory, files and translation cache in the gallery3 cache instea... | Tim Almdal |
2009-10-27 | When rebuilding dirty images, start a batch on initialization and stop it whe... | Tim Almdal |
2009-09-27 | Clean up the task initialization for rebuild thumbs and resizes. | Tim Almdal |
2009-09-24 | Refactored the rebuild_dirty_images handler to simplify the counting and end ... | Tim Almdal |
2009-09-02 | Change graphics::generate() API so that it doesn't return a boolean, | Bharat Mediratta |
2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... inste... | Andy Staudacher |
2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS... | Andy Staudacher |
2009-07-19 | Remove excess success logging. In the rebuild images case, it can | Bharat Mediratta |
2009-07-08 | Add task logging to the Update translations | Tim Almdal |
2009-07-08 | Added task logging to the Rebuild Images task. | Tim Almdal |
2009-07-03 | Ignore lib/ folders in l10n_scanner task. | Andy Staudacher |
2009-06-04 | Skip over busted images when rebuilding. Change graphics::generate() | Bharat Mediratta |