summaryrefslogtreecommitdiff
path: root/lib/gallery.dialog.js
AgeCommit message (Collapse)Author
2009-01-10Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and ↵Chad Kieffer
icons. No need to fix position dialogs anymore. Included the following in the combined file + i18n files. Requires push back up to vendor branch. UI Core Effects Core Draggable - Req'd by Sortable Resizeable - Image/watermark/avatar scaling Sortable - Rearrange Dialog - All over :) Datepicker - Edit albums/items Progressbar Highlight - Message display, comment addition Transfer - Adding tags from available list to field Not fully integrated into the default theme yet.
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
1) Get rid of the resizing behavior; create the dialog in the right place and then show it. 2) Grab the fieldset legend and put it into the title of the dialog, so that we don't have to use title="" params in anchors. 3) Stop using fixed buttons and let the form define its own buttons. 4) Stop suppressing all form buttons.
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
page.
2009-01-01Refactor common dialog JS code out into lib/gallery.dialog.jsBharat Mediratta