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
/
tests
/
ORM_MPTT_Test.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-23
Don't use ORM_MPTT::move_to directly, it's protected.
Bharat Mediratta
2010-01-21
Can't call ORM_MPTT::move_to() externally, so call Item_Model::save() instead.
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-18
Update for model based validation. Use test helper. Reduce the code size gr...
Bharat Mediratta
2009-12-22
The default value for $offset should always be null (according to the
Bharat Mediratta
2009-11-26
Update all portable where clauses to the new Kohana 2.4 format.
Bharat Mediratta
2009-09-10
Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make the
Bharat Mediratta
2009-08-05
Change the children and descendants APIs to be more consistent and to
Bharat Mediratta
2009-07-25
Rename columns that use reserved SQL words : items.left and items.right
Romain LE DISEZ
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta