Bharat Mediratta
d45a737779
Update copyright to 2013. Fixes #1953 .
2013-01-21 01:22:01 -05:00
Bharat Mediratta
bf2bb3e1ea
Update copyright to 2012. #1822
2012-02-27 09:48:23 -08:00
Bharat Mediratta
423daa52d5
Update copyright to 2011.
2011-01-21 23:01:06 -08:00
Bharat Mediratta
2c717b18d3
Don't concatenate two strings together as an argument for t() or t2();
...
the l10n_scanner cannot parse it properly and drops those from the
localization list. Fixes ticket #1284 .
2010-08-29 20:04:02 -07:00
Bharat Mediratta
c3c2b45280
Update the copyright to 2010. It's only 3 months into the year :-)
2010-03-03 10:15:34 -08:00
Tim Almdal
ff2d81b7c3
Convert the slideshow module to use the new check environment and pre_deactivate api methods.
2010-01-21 13:03:58 -08:00
Bharat Mediratta
38f2784fbb
Allow users to upscale images in the slideshow by making the maxScale
...
parameter configurable in Admin > Settings > Advanced.
You specify the scaling factor. Normally, images fill the stage; 0 ->
never scale up; any other positive number S --> scale up to S times
the original size of the photo (but never bigger than the stage)
2009-12-27 13:40:38 -08:00
Bharat Mediratta
5808ba48c8
Roll forward to the new CoolIris slideshow -- it appears to be ready
...
now.
2009-12-26 13:26:29 -08:00
Bharat Mediratta
e885ca161f
Reuse $theme->item() for our descendants_count() call.
2009-12-26 13:21:16 -08:00
Bharat Mediratta
e0e882baab
Fix the arguments to Item_Model::descendants_count()
2009-11-26 19:25:09 -08:00
Bharat Mediratta
08b127e9a4
Revert "Switch to new CoolIris slideshow. It doesn't fix the problems, but it"
...
This reverts commit 2d7693b2f3 .
The new slideshow is not ready yet (sorry Belboz99!)
2009-11-15 21:56:55 -08:00
Bharat Mediratta
2d7693b2f3
Switch to new CoolIris slideshow. It doesn't fix the problems, but it
...
gets us onto their latest codebase so as soon as they fix it on their
side it'll work for our users.
2009-11-10 13:46:47 -08:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
Bharat Mediratta
03c5c11775
Allow the RSS feed page size to be customizeable, up to 100 items (to
...
mitigate DoS attacks).
Have PicLens request a 100-item page to mitigate the bug where it
refuses to load the 2nd page.
Mitigates #23 .
2009-09-01 20:13:23 -07:00
Andy Staudacher
8312eb116e
XSS review fixes (mostly adding missing html::mark_clean()) calls.
2009-08-31 02:12:01 -07:00
Tim Almdal
93138f6ae7
Don't display the slideshow icon if there are no descendants. ticket #660
2009-08-27 16:28:17 -07:00
Bharat Mediratta
1e90e40d3a
Use events to generate menus, instead of having xxx_menu helpers.
...
This is the first step towards having a simple, lightweight and
unified API for module interaction.
2009-07-28 13:47:22 -07:00
Bharat Mediratta
7aed923908
Restructure the module lifecycle.
...
Install: <module>_installer::install() is called, any necessary tables
are created.
Activate: <module>_installer::activate() is called. Module
controllers are routable, helpers are accessible, etc. The module is
in use.
Deactivate: <module>_installer::deactivate() is called. Module code
is not accessible or routable. Module is *not* in use, but its tables
are still around.
Uninstall: <module>_installer::uninstall() is called. Module is
completely removed from the database.
Admin > Modules will install and activate modules, but will only
deactivate (will NOT uninstall modules).
2009-05-26 05:28:59 +00:00
Bharat Mediratta
5495037a3d
Gee it's May already. Update copyright to 2009.
2009-05-13 20:04:58 +00:00
Bharat Mediratta
3b52b31c54
Use the module_change event to figure out if the rss module is
...
inactive. If it is, we need to alert the admin user.
2009-05-12 23:46:03 +00:00