- 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

@ -257,6 +257,24 @@ our $HELP = {
name => 'commentLoop_pageBar',
description => 'helpvar commentLoop_pageBar',
},
{
name => 'keywords',
description => 'helpvar keywords',
variables => [
{
name => 'keyword',
description => 'helpvar keyword',
},
{
name => 'url_searchKeyword',
description => 'helpvar url_searchKeyword',
},
{
name => 'url_searchKeywordUser',
description => 'helpvar url_searchKeywordUser',
},
],
},
],
},