Bharat Mediratta
d96ce71f1a
Remove a stray period.
2010-06-15 15:29:45 -07:00
Tim Almdal
32fa15ca3a
Add dependency checking to insure the administrator is notified if the rest module is deactivated
2010-05-09 20:39:31 -07:00
Florent Paterno
08f11ce90e
Fix bug #1015 : repeated ids are prohibited
2010-03-13 08:39:04 -08: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
Chad Kieffer
02ecf5749c
Make menu label adhere to our capitalization standard.
2009-10-25 18:34:36 -06: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
dfb2e3dd02
Add an icon to the context menu option.
2009-08-31 23:27:46 -07:00
Bharat Mediratta
0513713fde
Add 'organize album' to the context menu.
2009-08-31 21:05:21 -07:00
Bharat Mediratta
a245c57400
Further streamline the code.
...
Organize_Controller:
* Remove unnecessary constants
* Rename index() to dialog()
* Simplify _get_micro_thumb_grid
organize.js:
* Move sizing code in here from organize_dialog.html.php
organize_dialog.html.php:
* Move CSS and JS links in here so that we only load them when we need them.
* Move sizing code into organize.js
organize_thumb_grid.html.php:
* Move pagination logic in here, since it's view centric
* Collapse the css class determination code and inline it
2009-08-06 21:52:23 -07:00
Tim Almdal
794a7a5abf
Leverage the gallery.dialog/js functionality in order to reduce duplicate code
2009-08-06 14:55:03 -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