summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
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
2010-02-18Improve setlocale() call, using some of G2's locale fallback code to match th...Andy Staudacher
2010-02-16Fix for ticket #1017: Handle the common case of t(html::clean($var)) by casti...Andy Staudacher
2010-02-14Need to allow access to ::change_provider for CLI, to make packager work.Andy Staudacher
2010-02-14Minor security tightening of IdentityProvider::change_provider().Andy Staudacher
2010-02-14Some HTML validation fixes (don't render empty <ul> lists, empty id attribute...Andy Staudacher
2010-02-12Fix for tickets 1009 and 603: Show a themed error page to guests / registered...Andy Staudacher
2010-02-08Override Input::clean_input_keys() to sanitize malicious values out ofBharat Mediratta
2010-02-07Remove the redundant reference to ["force_rtl".Tim Almdal
2010-02-07Refactor the is_rtl() helper into the Gallery_I18n class. This allows checkingTim Almdal
2010-02-07Add prefix support for the target of RENAME TABLE.Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-30Dump out validation errors so that we have some extra information in the logs.Bharat Mediratta
2010-01-29Stop using obsolete form::close()Bharat Mediratta
2010-01-28Use identity::set_active_user() instead of auth::login() when weBharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-25Make only one attempt to restore the old identity provider in case ofBharat Mediratta