summaryrefslogtreecommitdiff
path: root/modules/slideshow/helpers/slideshow_menu.php
AgeCommit message (Collapse)Author
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
This is the first step towards having a simple, lightweight and unified API for module interaction.
2009-06-14Create a sidebar for tag pagesBharat Mediratta
Move the <link> for the container feed (either gallery/album/<id> or tag/tag/<id>) back into gallery_theme
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-04-05Change the way we launch PicLensLite so that it doesn't upscale small images.Bharat Mediratta
This resolves ticket #205.
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
File_Structure_Test to make sure we don't regress. According to the PHP docs, the "public" keyword is implied on static functions, so remove it. Also, require private static functions to start with an _. http://php.net/manual/en/language.oop5.visibility.php
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
2009-01-04Move slideshow link from sidebar_top() into the photo and album menus.Bharat Mediratta