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
2013-01-26
#1946, 1947 - Make altered names/slugs more user-friendly, make conflict-find...
shadlaws
2013-01-24
#1955 - Make unit test photos unique.
shadlaws
2013-01-23
Add a "can_add" permission bit similar to the "can_edit" bit to the RESTful a...
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2013-01-20
#1950 - Replace bogus file overwrites from item model unit test.
shadlaws
2013-01-17
Follow-on to 94b26e506c339f50b8d094057bffc1877a79afa9 - make the new legal_file
Bharat Mediratta
2012-07-21
Allow albums to have two (or more) dots in the name. Fixes #1897.
Bharat Mediratta
2012-05-17
Smash multiple extensions down into a single one when accepting file
Bharat Mediratta
2012-05-05
Fix #1846.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-07-21
Polishing the rawphoto changes, including adding some tests.
Chad Parry
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-28
Update test to match change in Item_Model::as_restful_array made in
Bharat Mediratta
2010-12-15
Consolidate all the random code into a random helper that offers:
Bharat Mediratta
2010-12-15
Use mt_rand() instead of rand() since it provides better portability.
Bharat Mediratta
2010-12-14
Move photo/movie file extension validation into the model. Fixes #1524.
Bharat Mediratta
2010-11-09
Tie the image cachebuster to the file mtime instead of
Bharat Mediratta
2010-09-11
Uniqify the name and slug when we move an item to a new location with
Bharat Mediratta
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
[next]