summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
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
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-23Add a user_menu method to the Admin_View and then use this method to get theTim Almdal
2010-01-22Trap any errors that may occur when trying to install a new identity provider...Tim Almdal
2010-01-22Refactor the identity provider installation in to a common helper method (cha...Tim Almdal
2010-01-20Make move_to protected since we don't want folks calling it onBharat Mediratta
2010-01-20Oops, bug in save() -- we weren't returning the saved value!Bharat Mediratta
2010-01-20Delete MY_ORM::original(). We did not have proper containment toBharat Mediratta
2010-01-18Whitespace.Bharat Mediratta
2010-01-18Switch from ORM_MPTT::$db_builder to db::build().Bharat Mediratta
2010-01-18in move_to(), move the lock to before we do any calculations so that we have ...Bharat Mediratta
2010-01-17Change IdentityProvider::create_user() to take $email as well, since that's a...Bharat Mediratta
2010-01-17If we call original() and there's no $original yet, then consider thisBharat Mediratta
2010-01-16Get rid of add_rules_from() -- it's no longer necessary now that we're doing ...Bharat Mediratta
2010-01-16Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-15Revert "Fix for ticket #978. Don't reset the original property as part of th...Bharat Mediratta
2010-01-15Revert "Did the old commit then save trick"Bharat Mediratta
2010-01-15Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-15Call parent::save() before releasing the lock to make creating the hole and f...Bharat Mediratta
2010-01-15Move model business logic out of album::create() and intoBharat Mediratta
2010-01-13Did the old commit then save trickTim Almdal
2010-01-13Fix for ticket #978. Don't reset the original property as part of the save p...Tim Almdal
2010-01-08Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-08Remove stray semicolons.Bharat Mediratta
2010-01-08Remove the display of the "body_attributes" div when in debug mode. debug mo...Tim Almdal
2010-01-08Expect merge_where and merge_or_where to handle empty tuples.Bharat Mediratta
2009-12-27Fix a bug where we weren't replacing table names when there's noBharat Mediratta
2009-12-22Don't use as_array() on the result from db::build()->execute() -- it's no lon...Bharat Mediratta
2009-12-22The default value for $offset should always be null (according to theBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-21Fix some bugs in the cache database driver, and update the tests for K24.Bharat Mediratta
2009-12-21Add Database::set_default_instance() for testsBharat Mediratta
2009-12-17Simplify add_table_prefixes. In Kohana 2.4, it returns the bare tableBharat Mediratta
2009-12-06Add the current file/line at the top of the trace.Bharat Mediratta
2009-12-06Overload Kohana_Exception::text() to dump out the complete stack traceBharat Mediratta
2009-12-06Oops, removed the overload for query() before, we need this back soBharat Mediratta
2009-12-05Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-04Reload relevant models after acquiring a lock so that we don't makeBharat Mediratta
2009-12-02Rename the "upload_limit" variable to "simultaneous_upload_limit" forBharat Mediratta
2009-12-02Allow users to override the number of simulatenous uploads. This setting won...Tim Almdal
2009-12-02Use select() instead of select("*")Bharat Mediratta
2009-12-02Convert more database calls over to the new formatBharat Mediratta