Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-08 | Pass on_success through to ajaxify_dialog, resolving an bug created | Bharat Mediratta | |
in r20302. | |||
2009-03-06 | Fix for ticket #130 | Tim Almdal | |
1) Shuffled code around to create a on_form_loaded function 2) Check for a data.reset string in the json return. If it exists and is a function then call. The idea being that if there is an error we might have to reset some jquery widget initialization. | |||
2009-02-23 | Added fix i18n todo item for cancel link | Chad Kieffer | |
2009-02-22 | Add Cancel link next to submit buttons in dialogs. Apply button style to ↵ | Chad Kieffer | |
buttons in dialogs. | |||
2009-02-10 | Set one of 3 dialog widths keying off of form's CSS width value: 300px, ↵ | Chad Kieffer | |
500px, or $(window).width() -100. Tested in IE 6, 7, 8 and looks good. Also, remove titlebar from progress bar dialogs. | |||
2009-02-09 | Dialogs don't need to be resizeable, at least not yet. | Chad Kieffer | |
2009-02-08 | Fix dialogs in IE7 so that they appear. The sizes are still wrong, though. | Bharat Mediratta | |
2009-02-08 | Let the theme control overlay opacity for dialogs. | Chad Kieffer | |
2009-02-07 | Updated jQuery UI in lib to 1.6rc6. Removed opacity settings in openDialog, ↵ | Chad Kieffer | |
refactored showLoading() a bit. | |||
2009-02-04 | added inplace edit to tag admin (form still needs to be set to rename using ↵ | Jakob Hilden | |
AJAX) removed unnecessary {element: dialogLinks[i]} from dialog and panelLink handling. now uses event.currentTarget | |||
2009-01-25 | Set dialog width to 200px for dialog's whose content is less than 400px ↵ | Chad Kieffer | |
wide, like the login form. | |||
2009-01-24 | Admin 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-23 | Minor formatting cleanup, removed unecessary line. | Chad Kieffer | |
2009-01-12 | Theme admin refinement. Make more room to show the preview by enlarging the ↵ | Chad Kieffer | |
iframe and removing the heading above it. | |||
2009-01-11 | Pull the dialog title from the first <h1> we find, fall back to the first ↵ | Bharat Mediratta | |
<fieldset> <legend> | |||
2009-01-10 | Updated 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-06 | use "position: fixed" to keep the dialog centered in the viewport. | Bharat Mediratta | |
2009-01-06 | Refactor 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-05 | Quick edit dialogs should stay on the same page and trigger a reload. | Bharat Mediratta | |
2009-01-05 | Add "quick edit" which lets you edit a photo's details from the albums | Bharat Mediratta | |
page. | |||
2009-01-01 | Refactor common dialog JS code out into lib/gallery.dialog.js | Bharat Mediratta | |