summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
2011-04-23Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2011-04-23Fix for ticket #541Tim Almdal
2011-04-23If we've cleared out the last group in a combine_queue for a givenBharat Mediratta
2011-04-21Create before_combine and after_combine events to allow modules and themes toBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-21Add "html_attributes" theme callback to allow modules to inject attributes intoBharat Mediratta
2011-01-15Reorganize the url() function out from in the middle of the script/css combin...Bharat Mediratta
2011-01-10Create new APIs for allowing themers to control what CSS/JS getBharat Mediratta
2011-01-03Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569Joe7
2011-01-03Reimplemented Kohana 2.3's View::set_global() with array support.Joe7
2010-12-29Improve the solution for #1545 by sorting the settings menu properlyBharat Mediratta
2010-12-28Coding style fixes: identation on line 48+removed trailing whitespaces, added...Joe7
2010-12-28Using ON DUPLICATE KEY UPDATE instead of SELECT+UPDATE/INSERT style method (t...Joe7
2010-12-28Added limit on select as for the outcome it doesn't matter if there are 20 ro...Joe7
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-12-17Sort the Admin > Settings menu instead of relying on module activation order.Bharat Mediratta
2010-12-16Swap the order of the CSS and JS for performance. Fixes #1540.Bharat Mediratta
2010-11-18Fix a bug where simultaneous deletes of the same item can result in itBharat Mediratta
2010-10-03Don't wrap the action in url::site() -- form::open() will do that for us. Fi...Bharat Mediratta
2010-09-18The Kohana folks removed the cache cleanup code back inBharat Mediratta
2010-09-06Fix some broken identity APIs:Bharat Mediratta
2010-09-06Whitespace.Bharat Mediratta
2010-09-01Hopefully the third and final patch for #1216. Set the default from and reply...Tim Almdal
2010-08-31Patch for ticket #1216. Move the values that were in the sendmail config fil...Tim Almdal
2010-08-29Put the theme CSS at the end of the module CSS so that the theme hasBharat Mediratta
2010-08-29Don't concatenate two strings together as an argument for t() or t2();Bharat Mediratta
2010-08-21Put up a warning and don't accept movie files if we don't have ffmpeg.Bharat Mediratta
2010-08-08Handle 404 exceptions specially to reduce spam in the log files. Fixes ticke...Bharat Mediratta
2010-08-07Add a max_level to _sanitize_for_dump() so that we don't blow the stack.Bharat Mediratta
2010-08-01default maintenance_mode from false -> 0 for consistency with the value we s...Bharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-07-29Trap ORM_Validation_Exception specially and report which fields failed valida...Bharat Mediratta
2010-07-21Catch any exceptions thrown when we try to restore the originalBharat Mediratta
2010-07-10PHPDoc fix.Bharat Mediratta
2010-07-10Reset the time limit to 30 seconds every time we delete a child. Fixes ticke...Bharat Mediratta
2010-06-19Rework our exception framework to fit into Kohana's model better.Bharat Mediratta
2010-06-19single -> double quotes.Bharat Mediratta
2010-06-12Make login/logout continuation url code consistent. Where necessary,Bharat Mediratta
2010-05-14Fix-ups for d98b85f7d3142676e6b4f407a18ed81564823f88Bharat Mediratta
2010-04-10Fix a bug introduced when we patched the "disallowed global data"Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-28First step towards fixing ticket #1038: Allowing for custom page <title> in a...Andy Staudacher
2010-02-27Fix for ticket #1036 - Don't echo any sensitive information such as passwords...Andy Staudacher
2010-02-24Fix for ticket #1034: Fix db cache driver delete() call which was missed in a...Andy Staudacher
2010-02-23Fix translation cache for installations with 0 translations in the DB.Andy Staudacher
2010-02-22Merge commit 'upstream/master'Andy Staudacher
2010-02-21Performance improvement: Load all translations of a locale as one serialized ...Andy Staudacher
2010-02-21Fix delete() function of DB based Cache driver. It expected a scalar key / ta...Andy Staudacher
2010-02-21Add Menu::add_before()Bharat Mediratta
2010-02-18Revert "Fix for ticket #1017: Handle the common case of t(html::clean($var)) ...Bharat Mediratta