Age | Commit message (Expand) | Author |
2013-02-15 | Fixed formatting in gallery.dialog.js (no functional changes). | shadlaws |
2013-02-15 | Dialog sizing, titles, and z-index. This should ensure the small <500px dialogs | shadlaws |
2013-02-13 | Fix Cancel link positioning, fix watermark error reply (seems to have already... | shadlaws |
2013-02-13 | Dialog centering, sizing, etc. seem to be fixed! Well, *if* they come from a... | shadlaws |
2013-02-12 | Formatting: cleaned up extra lines, whitespaces, converted tabs to spaces, etc. | shadlaws |
2013-02-12 | Updated success callbacks for gallery.panel.js and gallery.dialog.js - no lon... | shadlaws |
2013-02-05 | force the dialog to the top of the page | Bharat Mediratta |
2012-06-05 | Do a better job of displaying errors to the user on AJAX failures | Bharat Mediratta |
2011-02-24 | Revert overeager escaping introduced in | Bharat Mediratta |
2010-08-25 | Close any open dialogs before opening a new one. Fixes ticket #1295. | Bharat Mediratta |
2010-08-03 | Replace overlooked 'form' parameter in json response with 'html'. | Tim Almdal |
2010-07-31 | Full pass over all the JSON encoding and JS dialog code. We now abide | Bharat Mediratta |
2010-07-31 | Sometimes in dialogs, the form is wrapped in a view to provide additional inf... | Tim Almdal |
2010-07-31 | Correct the name of the JSON member that contains the form data. | Tim Almdal |
2010-07-31 | Partial fix for #1225. Change the dialog and panel handling to look at the mi... | Tim Almdal |
2010-07-16 | Improve the fix for #1176 to use request::is_ajax() instead of tacking | Bharat Mediratta |
2010-07-15 | Rename g-in-dialog to the naming standard for query parameters and give it so... | Tim Almdal |
2010-07-09 | Reset the title in case the dialog contents changed the dialog title. | Tim Almdal |
2010-07-09 | Reset the postion option to center when the form data is reloaded, to force t... | Tim Almdal |
2010-07-07 | Fix for ticket #1176. Have the gallery.dialog code add a g-in-dialog paramete... | Tim Almdal |
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 |