summaryrefslogtreecommitdiff
path: root/lib/gallery.dialog.js
AgeCommit message (Expand)Author
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
2009-02-04added inplace edit to tag admin (form still needs to be set to rename using A...Jakob Hilden
2009-01-25Set dialog width to 200px for dialog's whose content is less than 400px wide,...Chad Kieffer
2009-01-24Admin theme style cleanup. Merged separate selected, available, unavailable i...Chad Kieffer
2009-01-23Minor formatting cleanup, removed unecessary line.Chad Kieffer
2009-01-12Theme admin refinement. Make more room to show the preview by enlarging the i...Chad Kieffer
2009-01-11Pull the dialog title from the first <h1> we find, fall back to the first <fi...Bharat Mediratta
2009-01-10Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and i...Chad Kieffer
2009-01-06use "position: fixed" to keep the dialog centered in the viewport.Bharat Mediratta
2009-01-06Refactor the way that dialogs work:Bharat Mediratta
2009-01-05Quick edit dialogs should stay on the same page and trigger a reload.Bharat Mediratta
2009-01-05Add "quick edit" which lets you edit a photo's details from the albumsBharat Mediratta
2009-01-01Refactor common dialog JS code out into lib/gallery.dialog.jsBharat Mediratta