summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-06-08Keep status messages. Users click away and may miss them, especially with ↵Chad Kieffer
tasks which take longer to complete.
2009-06-04Remove console.log() calls, they break some browsersBharat Mediratta
2009-05-26Refresh of SWFUpload 2.2.0.1 (functionally the same as before)Bharat Mediratta
2009-05-26Fixed docblock referenceChad Kieffer
2009-05-26Split out re-used JavaScript for common functions (messages, valign), panel ↵Chad Kieffer
toggle, and forms to external files.
2009-05-01Updated to jQuery 1.3.2, needs to be pushed upstream.Chad Kieffer
2009-04-16Add the ui.jquery selectable plugin by copying the new vendor version to trunkTim Almdal
2009-04-06Update SWFUpload to v2.2.0.1Bharat Mediratta
2009-03-26Guard the calling of the form closing event so its not called if thereTim Almdal
is no form.
2009-03-24Add a "form_closing" custom event to the dialog processing. ThisTim Almdal
allows the form in the dialog todo custom processing when the form closes. For example, the server_add dialog (next commit) uses this callback to determine if the upload task was cancelled and display a warning message when the page reloads. Usage: $("#gServerAdd form").bind("form_closing", function(target){...});
2009-03-18Added rotate cc and ccw icons to themeroller theme and css to default theme, ↵Chad Kieffer
applied to quick pane rotate buttons. Hope that jQuery UI includes rotate icons eventrually so we don't have to maintain this.
2009-03-17Remove windows line endingsBharat Mediratta
2009-03-17Updated lib/swfupload to SWFUpload v2.2.0 Beta 5Bharat Mediratta
2009-03-17Switch from using SimpleUploader to using swfUpload as our flash basedBharat Mediratta
uploader. This is modeled on http://codex.gallery2.org/Gallery3:Upload_UX but is not yet complete. Notes: * Changed #gProgressBar to .gProgressBar to support multiple progress bars on the same page * Added a bunch of CSS to the "needs a home" section in themes/default/css/screen.css
2009-03-08Pass on_success through to ajaxify_dialog, resolving an bug createdBharat Mediratta
in r20302.
2009-03-06Fix for ticket #130Tim 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-03-06Include the ui.tabs.css in the theme css fileTim Almdal
2009-03-06Update jquery-ui to 1.7 and include the tab libraryTim Almdal
2009-03-04rename jquery.autocomplete.pack.jsTim Almdal
2009-03-04Move the autocomplete js and css files to libTim Almdal
2009-02-25Add support MP4 movies also. Flowplayer supports them and can streamBharat Mediratta
them using the h264streaming plugin. Everything else is a fairly minor change.
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 ↵Chad Kieffer
buttons in dialogs.
2009-02-22Very basic movie support. You can upload a FLV file, we use ffmpeg toBharat Mediratta
extract a thumbnail out of it and if you click through we show it using flowplayer.
2009-02-12Added jQuery UI Accordion widget. Updated vendor branch README.Chad Kieffer
2009-02-10Set 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-09Dialogs don't need to be resizeable, at least not yet.Chad Kieffer
2009-02-08Copy Superfish 1.4.8 from the vendor branchBharat Mediratta
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-08Removed duplicated images from vendor move.Chad Kieffer
2009-02-08Move jQuery UI ThemeRoller css and images to lib. Should simplify future ↵Chad Kieffer
updates, keep default theme directories clean.
2009-02-07Updated jQuery UI in lib to 1.6rc6. Removed opacity settings in openDialog, ↵Chad Kieffer
refactored showLoading() a bit.
2009-02-04added 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-28Update to jquery-ui 1.6rc5 with DroppableBharat Mediratta
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-24Updated jquery and jeditable plugin to 1.3.1Felix Rabinovich
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-24Remove jquery.listen.js, we're not using it.Chad Kieffer
2009-01-23Minor formatting cleanup, removed unecessary line.Chad Kieffer
2009-01-20Undo r19818, an accidental submitBharat Mediratta
2009-01-20Comment out the code that checks for form elements named "submit". ItBharat Mediratta
appears not to work correctly and is getting in the way. Commenting it out here means that it'll get overwitten on the next update of this library (but that's ok).
2009-01-18Drag and drop in the admin dashboard now saves the location.Bharat Mediratta
* Make block_adder a real block * Suppress the "close" link on block_adder * Move the drag/drop JS into the core code out of the admin theme
2009-01-16Reverted jQuery back to 1.2.6, UI back to RC4. Need to test more thoroughly ↵Chad Kieffer
next time. Sorry.
2009-01-16Updated to jQuery UI 1.6rc5 (requires jQuery 1.3 now)Chad Kieffer
2009-01-16Updated to jQuery 1.3. Change needs to be pushed to vendor branch.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 jquery-ui to include tabsFelix Rabinovich
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.