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
/
core
/
tests
/
ORM_MPTT_Test.php
Age
Commit message (
Expand
)
Author
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-04-05
Add a weight column to the items model. Change the album ordering to
Tim Almdal
2009-03-25
Fix unit tests where the albums, resizes and thumbs directory were
Tim Almdal
2009-03-11
Fix the test failures. If albums are created manually instead of
Tim Almdal
2009-01-11
Fix ORM MPTT tests for MySQL strict mode (can't omit Iten type in inserts, it...
Andy Staudacher
2008-12-23
Change photo::create() and album::create() to take ORM instances
Bharat Mediratta
2008-12-07
Change ORM_MPTT::add_to_parent() to take an ORM instead of an id so
Bharat Mediratta
2008-12-07
Rename moveTo to move_to and extend the test a bit.
Bharat Mediratta
2008-12-05
* Add a moveTo unit test
Tim Almdal
2008-12-04
Implement ORM_MPTT::delete() properly.
Bharat Mediratta
2008-12-04
Replace grow_test and constrict_test with add_hierarchy_test and
Bharat Mediratta
2008-12-04
Add unit tests to test growing and contracting the left and right pointers
Tim Almdal
2008-11-20
Add unittest and caching for ORM_MTPP::descendants
Tim Almdal
2008-11-20
Add unittest and caching to ORM_MTPP::descendants_count
Tim Almdal
2008-11-07
Add children_count() to ORM_MPTT
Bharat Mediratta
2008-11-05
ORM_MPTT::parents() should not include the node itself.
Bharat Mediratta
2008-11-04
New tests for the ORM_MPTT class.
Bharat Mediratta