Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-31 | Add quick edit pane to resize images, ticket #189 | Chad Kieffer | |
2009-03-20 | Restore $extra_attrs in img tags. Roll back to using .gThumbnail in quick pane. | Chad Kieffer | |
2009-03-18 | Fix for ticket #152. Somewhere along the line we we stopped using | Tim Almdal | |
gThumbnail as a class. Changed the selector to select the image from ".gThumbnail" to ".Quick img" | |||
2009-03-05 | Applied jQuery UI buttons to quick edit pane. Not tested, but icons should ↵ | Chad Kieffer | |
display iin IE6 now. Rotate icons will need to be updated later. | |||
2009-02-09 | Add local localization functionality. Local = no means to upload / download ↵ | Andy Staudacher | |
translations to a translation server yet. - Added an outgoing_translations table to store translations from the local translation UI. - I18n class is checking incoming_ and outgoing_translations for translations, giving the latter priority. - Not handling plural strings in the translations UI yet. | |||
2009-02-09 | Adding translation UI. Not backed by any model yet (submissions are ignored). | Andy Staudacher | |
The code is based on the l10n_client module from Drupal 6, by Gabor Hojtsy (http://drupal.org/user/4166). | |||
2009-02-08 | Implement the "additional options" part of the quick menu. It's only | Bharat Mediratta | |
for albums, because we don't currently have additional options for photos yet. | |||
2009-02-07 | Fix indentation. | Bharat Mediratta | |
2009-02-06 | jQuery-based buttons! Form updates, short form updates. Need to fix add ↵ | Chad Kieffer | |
user/group buttons and search form on search results page. | |||
2009-02-06 | Apply default link styles to links in dialogs, including the Forgot Password ↵ | Chad Kieffer | |
link. | |||
2009-02-05 | Use jQuery UI close icon for full size close. Quote and code cleanup | Chad Kieffer | |
2009-02-05 | Improve the close icon so it doesn't look as much like an envelope. | Tim Almdal | |
Also add resizing to the fullsize image if the windo size changes. | |||
2009-02-05 | Add full size image display. Changes the core menu now checks that the | Tim Almdal | |
user has authotization before displaying the view fullsize icon. It probably needs a better icon, (but u make do with what u have or don't have :-) ) | |||
2009-01-29 | Add delete support as a quick-edit option | Bharat Mediratta | |
2009-01-20 | Quick edit now lets you set the album cover. | Bharat Mediratta | |
2009-01-15 | Added gQuick to album_top, started implementation, but incomplete so far. ↵ | Chad Kieffer | |
Need edit album methods added to the quick controller. | |||
2009-01-15 | Minor display updates for quick edit menu. | Chad Kieffer | |
2009-01-14 | Visually 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-13 | Update quick edit markup, styles, js. One step towards jquery ui theme. | Chad Kieffer | |
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 | |