- moved Gallery utility methods to WebGUI::Utility::Gallery

- Added tests for GalleryAlbum RSS
- More tests for comments
- Test International Macro sprintf as third+ arguments
- Add Gallery search limiting by user ID
- Remaining i18n for Gallery templates
- Fix: Search form now visible in Photo assets
Moved a lot of stuff from Photo to GalleryFile
This commit is contained in:
Doug Bell 2008-03-20 18:51:44 +00:00
parent 38256af5f6
commit ab6f4defe3
25 changed files with 1386 additions and 905 deletions

View file

@ -67,7 +67,7 @@ cmp_deeply(
);
ok(
-e $storage->getPath($gallery->get('imageResolutions') . '.jpg'),
-e $storage->getPath($gallery->getImageResolutions->[0] . '.jpg'),
"Generated resolution file exists on the filesystem",
);