Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-06 | Don't make the overlay opaque when we're doing a dialog-based edit. | Bharat Mediratta | |
2009-01-05 | Quick edit dialogs should stay on the same page and trigger a reload. | Bharat Mediratta | |
2009-01-05 | Add "quick edit" which lets you edit a photo's details from the albums | Bharat Mediratta | |
page. | |||
2009-01-04 | Rename: | Bharat Mediratta | |
gQuickEdit to gQuick quick_edit -> quick | |||
2009-01-04 | CSS/JS formatting and selector updates. | Chad Kieffer | |
2009-01-03 | Add a loading dialog when we quickedit. | Bharat Mediratta | |
2009-01-03 | Resize the quickedit box after rotation. | Bharat Mediratta | |
2009-01-03 | Add a new quick-edit mode for editing photos when viewing albums. | Bharat Mediratta | |
Implement image rotation this way. | |||
2008-12-11 | Changes to the Menu.php: | Tim Almdal | |
1) separate the classes that are generated by the Menu class from what is used for the rendering. The classes that are generated are gMenu, gMenuElement, and gMenuDialog for the Menu, Menu_Element and MenuDialog classes respectively. 2) Changed the ui.init.js to add the appropriate rendering classes to the above classes. All gMenu elements have the sf-menu class added. All elements of class gMenuDialog have the gDialogLink class added. 3) Use Superfish for the menus so they now float properly. | |||
2008-12-08 | Restructure Menu processing to respect the differnent types of menu items ↵ | Tim Almdal | |
(Menu's, Menu_Link, Menu_Dialog) | |||
2008-12-07 | Change the menu processing to add the gDialogLink class if the url starts ↵ | Tim Almdal | |
with a #. this results in a modal dialog box being opened. At this point the url is not retrieved and the text just shows up in the dialog box... need to look at that | |||
2008-12-07 | Merge gallery3/branches/menus back into gallery3/trunk | Tim Almdal | |