summaryrefslogtreecommitdiff
path: root/lib/gallery.dialog.js
AgeCommit message (Expand)Author
2012-06-05Do a better job of displaying errors to the user on AJAX failuresBharat Mediratta
2011-02-24Revert overeager escaping introduced inBharat Mediratta
2010-08-25Close any open dialogs before opening a new one. Fixes ticket #1295.Bharat Mediratta
2010-08-03Replace overlooked 'form' parameter in json response with 'html'.Tim Almdal
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31Sometimes in dialogs, the form is wrapped in a view to provide additional inf...Tim Almdal
2010-07-31Correct the name of the JSON member that contains the form data.Tim Almdal
2010-07-31Partial fix for #1225. Change the dialog and panel handling to look at the mi...Tim Almdal
2010-07-16Improve the fix for #1176 to use request::is_ajax() instead of tackingBharat Mediratta
2010-07-15Rename g-in-dialog to the naming standard for query parameters and give it so...Tim Almdal
2010-07-09Reset the title in case the dialog contents changed the dialog title.Tim Almdal
2010-07-09Reset the postion option to center when the form data is reloaded, to force t...Tim Almdal
2010-07-07Fix for ticket #1176. Have the gallery.dialog code add a g-in-dialog paramete...Tim Almdal
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-07-05Revert "If the admin request originates as a dialog link, don't display the e...Tim Almdal
2010-07-05If the admin request originates as a dialog link, don't display the entire pa...Tim Almdal
2010-06-25If we promote the <H1> element to be the title, hide it so we're not showing ...Bharat Mediratta
2010-06-11Fix for ticket #797Tim Almdal
2009-10-31Re enable the submit button if the dialog processing resends the form because...Tim Almdal
2009-10-23Put logic into gallery.dialog.js so that when the form is submitted, the subm...Tim Almdal
2009-10-09Fixed resized photo float issue, added g-clearfix to g-pager on the photo vie...Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-08-29Apply hover effect to dialog buttons.Chad Kieffer
2009-08-28Fixed issue where button classes and cancel link weren't being re-applied to ...Chad Kieffer
2009-08-28Button styles and event handlers weren't being applied in dialogs, fixes #669.Chad Kieffer
2009-08-08Fix the problem where the login page and edit permission pages wereTim Almdal
2009-08-08Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-08remove a debug statement left over from previous commitTim Almdal
2009-08-08Create an new option 'immediate' and if set to true then don't try to set up ...Tim Almdal
2009-08-07Make the organize dialog open properly in IE8, Chrome and FF. For some reason...Tim Almdal
2009-08-07Rename gallery.common.js functions to conform to our naming standardsBharat Mediratta
2009-08-08Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_di...Tim Almdal
2009-08-08Refactor the gallery dialog into a jQuery widgetTim Almdal
2009-08-05Revert "Allow a theme to override the page refresh mechanism. Create a new"Tim Almdal
2009-07-27Allow a theme to override the page refresh mechanism. Create a newTim Almdal
2009-07-11Don't close the dialog window after we successfully complete anBharat Mediratta
2009-06-29Ticket 86 (addendum) - Guard against themes that don't define MSG_CANCEL and ...Andy Staudacher
2009-06-29Fix for ticket 86 - Make Cancel button in doalogs localizable.Andy Staudacher
2009-03-26Guard the calling of the form closing event so its not called if thereTim Almdal
2009-03-24Add a "form_closing" custom event to the dialog processing. ThisTim Almdal
2009-03-08Pass on_success through to ajaxify_dialog, resolving an bug createdBharat Mediratta
2009-03-06Fix for ticket #130Tim Almdal
2009-02-23Added fix i18n todo item for cancel linkChad Kieffer
2009-02-22Add Cancel link next to submit buttons in dialogs. Apply button style to butt...Chad Kieffer
2009-02-10Set one of 3 dialog widths keying off of form's CSS width value: 300px, 500px...Chad Kieffer
2009-02-09Dialogs don't need to be resizeable, at least not yet.Chad Kieffer
2009-02-08Fix dialogs in IE7 so that they appear. The sizes are still wrong, though.Bharat Mediratta
2009-02-08Let the theme control overlay opacity for dialogs. Chad Kieffer
2009-02-07Updated jQuery UI in lib to 1.6rc6. Removed opacity settings in openDialog, r...Chad Kieffer