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