Commit Graph

4 Commits

Author SHA1 Message Date
Bharat Mediratta
d9c1dd67d4 Change the way we launch PicLensLite so that it doesn't upscale small images.
This resolves ticket #205.
2009-04-05 02:41:38 +00:00
Bharat Mediratta
f3ba69c1d6 Make sure that helper functions are all static. Add new
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-14 04:12:02 +00:00
Andy Staudacher
a631fe29f3 i18n refactoring: Rename all _() (reserved by gettext) calls to t().
- 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-08 17:13:06 +00:00
Bharat Mediratta
1eeb6efd72 Move slideshow link from sidebar_top() into the photo and album menus. 2009-01-04 09:01:39 +00:00