summaryrefslogtreecommitdiff
path: root/lib/gallery.dialog.js
AgeCommit message (Collapse)Author
2009-01-25Set dialog width to 200px for dialog's whose content is less than 400px ↵Chad Kieffer
wide, like the login form.
2009-01-24Admin theme style cleanup. Merged separate selected, available, unavailable ↵Chad Kieffer
into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet.
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 ↵Chad Kieffer
iframe and removing the heading above it.
2009-01-11Pull the dialog title from the first <h1> we find, fall back to the first ↵Bharat Mediratta
<fieldset> <legend>
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