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