summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/ORM_MPTT.php
AgeCommit message (Expand)Author
2013-01-30Support additional where tuples in ORM_MPTT::parents. Fixes #1980.Bharat Mediratta
2013-01-24Follow-on to b50768142745dc4bfd8a9460c7490ddd00e3b06a - add a defaultBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-11-13[#1907] Added administrative variable to set lock timeout.chalbertgit
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-11-18Fix a bug where simultaneous deletes of the same item can result in itBharat 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-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-20Make move_to protected since we don't want folks calling it onBharat 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-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-08Remove stray semicolons.Bharat Mediratta
2010-01-08Expect merge_where and merge_or_where to handle empty tuples.Bharat Mediratta
2009-12-22The default value for $offset should always be null (according to theBharat 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-11-26Convert some more Database::instance() calls to db::build() form.Bharat Mediratta
2009-11-26ORM::find_all() now uses null as the default value for offset.Bharat Mediratta
2009-11-26Overload Database_Builder to add merge_where() which takes predefinedBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-09-10Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make theBharat Mediratta
2009-08-30Use is_descendant() API inside move_to() for clarity.Bharat Mediratta
2009-08-05Fix the default $orderby to be an associative array in descendants() and chil...Bharat Mediratta
2009-08-05Change the children and descendants APIs to be more consistent and toBharat Mediratta
2009-08-05Change the children methods on Item_Core and ORM_MPTT in order toTim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-17Change model_cache::clear() API to clear everything. This preventsBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta