index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
libraries
/
ORM_MPTT.php
Age
Commit message (
Expand
)
Author
2013-01-30
Support additional where tuples in ORM_MPTT::parents. Fixes #1980.
Bharat Mediratta
2013-01-24
Follow-on to b50768142745dc4bfd8a9460c7490ddd00e3b06a - add a default
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-11-13
[#1907] Added administrative variable to set lock timeout.
chalbertgit
2012-02-27
Update copyright to 2012. #1822
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-18
Fix a bug where simultaneous deletes of the same item can result in it
Bharat Mediratta
2010-07-10
PHPDoc fix.
Bharat Mediratta
2010-07-10
Reset the time limit to 30 seconds every time we delete a child. Fixes ticke...
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
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 back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-20
Make move_to protected since we don't want folks calling it on
Bharat Mediratta
2010-01-18
Whitespace.
Bharat Mediratta
2010-01-18
Switch from ORM_MPTT::$db_builder to db::build().
Bharat Mediratta
2010-01-18
in move_to(), move the lock to before we do any calculations so that we have ...
Bharat Mediratta
2010-01-15
Call parent::save() before releasing the lock to make creating the hole and f...
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-08
Remove stray semicolons.
Bharat Mediratta
2010-01-08
Expect merge_where and merge_or_where to handle empty tuples.
Bharat Mediratta
2009-12-22
The default value for $offset should always be null (according to the
Bharat Mediratta
2009-12-05
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-04
Reload relevant models after acquiring a lock so that we don't make
Bharat Mediratta
2009-11-26
Convert some more Database::instance() calls to db::build() form.
Bharat Mediratta
2009-11-26
ORM::find_all() now uses null as the default value for offset.
Bharat Mediratta
2009-11-26
Overload Database_Builder to add merge_where() which takes predefined
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-09-10
Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make the
Bharat Mediratta
2009-08-30
Use is_descendant() API inside move_to() for clarity.
Bharat Mediratta
2009-08-05
Fix the default $orderby to be an associative array in descendants() and chil...
Bharat Mediratta
2009-08-05
Change the children and descendants APIs to be more consistent and to
Bharat Mediratta
2009-08-05
Change the children methods on Item_Core and ORM_MPTT in order to
Tim Almdal
2009-07-25
Rename columns that use reserved SQL words : items.left and items.right
Romain LE DISEZ
2009-07-17
Change model_cache::clear() API to clear everything. This prevents
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta