summaryrefslogtreecommitdiff
path: root/lib/gallery.dialog.js
AgeCommit message (Expand)Author
2013-02-15Fixed formatting in gallery.dialog.js (no functional changes).shadlaws
2013-02-15Dialog sizing, titles, and z-index. This should ensure the small <500px dialogsshadlaws
2013-02-13Fix Cancel link positioning, fix watermark error reply (seems to have already...shadlaws
2013-02-13Dialog centering, sizing, etc. seem to be fixed! Well, *if* they come from a...shadlaws
2013-02-12Formatting: cleaned up extra lines, whitespaces, converted tabs to spaces, etc.shadlaws
2013-02-12Updated success callbacks for gallery.panel.js and gallery.dialog.js - no lon...shadlaws
2013-02-05force the dialog to the top of the pageBharat Mediratta
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