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
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