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
/
Item_Model_Test.php
Age
Commit message (
Expand
)
Author
2010-08-07
Add the ability to replace the source data file in Item_Model::save().
Bharat Mediratta
2010-06-15
Revert "Add a "convert_ids" parameter to Item_Model::as_restful_array(), which"
Bharat Mediratta
2010-06-09
Revert the "preserve_ids" global query parameter. We decided that it was a
Bharat Mediratta
2010-06-08
Add a "can_edit" field to the Item_Model's REST output. It's
Bharat Mediratta
2010-06-07
Add a "preserve_ids" global query parameter for REST requests that
Bharat Mediratta
2010-06-07
Add a "convert_ids" parameter to Item_Model::as_restful_array(), which
Bharat Mediratta
2010-05-10
Pick a new album cover when the photo that's the current cover is
Bharat Mediratta
2010-04-22
Update test to reflect slug change in 78db1bb339042f3aadb5a61bfe26ddd20c4b8951
Bharat Mediratta
2010-04-04
Fix a bug where if the file name is composed of entirely illegal
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-30
Add Item_Model::as_restful_array() for convenience.
Bharat Mediratta
2010-01-27
Prevent accidentally deleting the root album.
Bharat Mediratta
2010-01-20
Remove debug code.
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original().
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original(). It's got very odd semantics and we are
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-19
Fix some validation checks to check to see if the original was loaded
Bharat Mediratta
2010-01-18
Add slug_is_url_safe_test()
Bharat Mediratta
2010-01-18
switch to test::starts_with().
Bharat Mediratta
2010-01-18
Minor test cleanup.
Bharat Mediratta
2010-01-18
Added move_album_fails_wrong_target_type_test()
Bharat Mediratta
2010-01-18
Updated tests to match what the expected new API for moving items.
Bharat Mediratta
2010-01-18
Switch to using test::random_name() to avoid integer names.
Bharat Mediratta
2010-01-18
In item_rename_fails_with_existing_name_test switch validate() to
Bharat Mediratta
2010-01-18
Merge branch 'master' into bharat_dev
Bharat Mediratta
2010-01-18
Don't assert_same() now that typecasting is gone from ORM.
Bharat Mediratta
2010-01-17
Convert a $root to item::root() to fix a test.
Bharat Mediratta
2010-01-17
Get rid of urls_are_rawurlencoded_test -- it's no longer necessary
Bharat Mediratta
2010-01-17
Fix item_rename_fails_with_existing_name_test() -- broken because of
Bharat Mediratta
2010-01-17
Fix rename_album_test()
Bharat Mediratta
2010-01-17
Fix rename_photo_test().
Bharat Mediratta
2010-01-17
Partially updated for model based validation.
Bharat Mediratta
2010-01-15
Revert "Fix for ticket #978. Don't reset the original property as part of th...
Bharat Mediratta
2010-01-13
Fix for ticket #978. Don't reset the original property as part of the save p...
Tim Almdal
2009-12-21
Updated for K24
Bharat Mediratta
2009-11-06
Correct spacing
Tim Almdal
2009-10-24
When an item is renamed or move insure that the target file name doesn't exis...
Tim Almdal
2009-09-11
rawurlencode() path components in relative_path_cache and
Bharat Mediratta
2009-08-29
Standardize the access to the create_random_item method
Tim Almdal
2009-08-02
Change the API for getting to the original state of an ORM.
Bharat Mediratta
2009-07-30
Remove debug statements
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta