summaryrefslogtreecommitdiff
path: root/core/js
AgeCommit message (Collapse)Author
2009-01-15Added gQuick to album_top, started implementation, but incomplete so far. ↵Chad Kieffer
Need edit album methods added to the quick controller.
2009-01-15Minor display updates for quick edit menu.Chad Kieffer
2009-01-14Visually attach the quick edit menu to the thumbnail container. Added more ↵Chad Kieffer
edit options (move, select as album cover, delete, additional options). Need to decide which belong in the bar and which belong in a dropdown menu under "options."
2009-01-13Update quick edit markup, styles, js. One step towards jquery ui theme.Chad Kieffer
2009-01-06Don't make the overlay opaque when we're doing a dialog-based edit.Bharat Mediratta
2009-01-05Quick edit dialogs should stay on the same page and trigger a reload.Bharat Mediratta
2009-01-05Add "quick edit" which lets you edit a photo's details from the albumsBharat Mediratta
page.
2009-01-04Rename:Bharat Mediratta
gQuickEdit to gQuick quick_edit -> quick
2009-01-04CSS/JS formatting and selector updates.Chad Kieffer
2009-01-03Add a loading dialog when we quickedit.Bharat Mediratta
2009-01-03Resize the quickedit box after rotation.Bharat Mediratta
2009-01-03Add a new quick-edit mode for editing photos when viewing albums.Bharat Mediratta
Implement image rotation this way.
2008-12-11Changes 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-08Restructure Menu processing to respect the differnent types of menu items ↵Tim Almdal
(Menu's, Menu_Link, Menu_Dialog)
2008-12-07Change 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-07Merge gallery3/branches/menus back into gallery3/trunkTim Almdal