Age | Commit message (Expand) | Author |
2010-07-06 | Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial... | Tim Almdal |
2010-07-05 | Revert "If the admin request originates as a dialog link, don't display the e... | Tim Almdal |
2010-07-05 | If the admin request originates as a dialog link, don't display the entire pa... | Tim Almdal |
2010-06-25 | If we promote the <H1> element to be the title, hide it so we're not showing ... | Bharat Mediratta |
2010-06-11 | Fix for ticket #797 | Tim Almdal |
2009-10-31 | Re enable the submit button if the dialog processing resends the form because... | Tim Almdal |
2009-10-23 | Put logic into gallery.dialog.js so that when the form is submitted, the subm... | Tim Almdal |
2009-10-09 | Fixed resized photo float issue, added g-clearfix to g-pager on the photo vie... | Chad Kieffer |
2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few shar... | Chad Kieffer |
2009-09-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ... | Chad Kieffer |
2009-08-29 | Apply hover effect to dialog buttons. | Chad Kieffer |
2009-08-28 | Fixed issue where button classes and cancel link weren't being re-applied to ... | Chad Kieffer |
2009-08-28 | Button styles and event handlers weren't being applied in dialogs, fixes #669. | Chad Kieffer |
2009-08-08 | Fix the problem where the login page and edit permission pages were | Tim Almdal |
2009-08-08 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal |
2009-08-08 | remove a debug statement left over from previous commit | Tim Almdal |
2009-08-08 | Create an new option 'immediate' and if set to true then don't try to set up ... | Tim Almdal |
2009-08-07 | Make the organize dialog open properly in IE8, Chrome and FF. For some reason... | Tim Almdal |
2009-08-07 | Rename gallery.common.js functions to conform to our naming standards | Bharat Mediratta |
2009-08-08 | Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_di... | Tim Almdal |
2009-08-08 | Refactor the gallery dialog into a jQuery widget | Tim Almdal |
2009-08-05 | Revert "Allow a theme to override the page refresh mechanism. Create a new" | Tim Almdal |
2009-07-27 | Allow a theme to override the page refresh mechanism. Create a new | Tim Almdal |
2009-07-11 | Don't close the dialog window after we successfully complete an | Bharat Mediratta |
2009-06-29 | Ticket 86 (addendum) - Guard against themes that don't define MSG_CANCEL and ... | Andy Staudacher |
2009-06-29 | Fix for ticket 86 - Make Cancel button in doalogs localizable. | Andy Staudacher |
2009-03-26 | Guard the calling of the form closing event so its not called if there | Tim Almdal |
2009-03-24 | Add a "form_closing" custom event to the dialog processing. This | Tim Almdal |
2009-03-08 | Pass on_success through to ajaxify_dialog, resolving an bug created | Bharat Mediratta |
2009-03-06 | Fix for ticket #130 | Tim Almdal |
2009-02-23 | Added fix i18n todo item for cancel link | Chad Kieffer |
2009-02-22 | Add Cancel link next to submit buttons in dialogs. Apply button style to butt... | Chad Kieffer |
2009-02-10 | Set one of 3 dialog widths keying off of form's CSS width value: 300px, 500px... | Chad Kieffer |
2009-02-09 | Dialogs don't need to be resizeable, at least not yet. | Chad Kieffer |
2009-02-08 | Fix dialogs in IE7 so that they appear. The sizes are still wrong, though. | Bharat Mediratta |
2009-02-08 | Let the theme control overlay opacity for dialogs. | Chad Kieffer |
2009-02-07 | Updated jQuery UI in lib to 1.6rc6. Removed opacity settings in openDialog, r... | Chad Kieffer |
2009-02-04 | added inplace edit to tag admin (form still needs to be set to rename using A... | Jakob Hilden |
2009-01-25 | Set dialog width to 200px for dialog's whose content is less than 400px wide,... | Chad Kieffer |
2009-01-24 | Admin theme style cleanup. Merged separate selected, available, unavailable i... | Chad Kieffer |
2009-01-23 | Minor formatting cleanup, removed unecessary line. | Chad Kieffer |
2009-01-12 | Theme admin refinement. Make more room to show the preview by enlarging the i... | Chad Kieffer |
2009-01-11 | Pull the dialog title from the first <h1> we find, fall back to the first <fi... | Bharat Mediratta |
2009-01-10 | Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and i... | Chad Kieffer |
2009-01-06 | use "position: fixed" to keep the dialog centered in the viewport. | Bharat Mediratta |
2009-01-06 | Refactor the way that dialogs work: | 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 |
2009-01-01 | Refactor common dialog JS code out into lib/gallery.dialog.js | Bharat Mediratta |