Chad Kieffer
767bf41287
Dialogs don't need to be resizeable, at least not yet.
2009-02-09 01:19:54 +00:00
Bharat Mediratta
b6b60bdc57
Copy Superfish 1.4.8 from the vendor branch
2009-02-08 23:49:43 +00:00
Bharat Mediratta
a68ac7d2ce
Fix dialogs in IE7 so that they appear. The sizes are still wrong, though.
2009-02-08 23:39:25 +00:00
Chad Kieffer
aa1abbf82a
Let the theme control overlay opacity for dialogs.
2009-02-08 19:35:10 +00:00
Chad Kieffer
8e3bb143c9
Removed duplicated images from vendor move.
2009-02-08 19:33:00 +00:00
Chad Kieffer
f7d226bd31
Move jQuery UI ThemeRoller css and images to lib. Should simplify future updates, keep default theme directories clean.
2009-02-08 19:17:19 +00:00
Chad Kieffer
ce826c3048
Updated jQuery UI in lib to 1.6rc6. Removed opacity settings in openDialog, refactored showLoading() a bit.
2009-02-07 21:01:52 +00:00
Jakob Hilden
5b17619ea8
added inplace edit to tag admin (form still needs to be set to rename using AJAX)
...
removed unnecessary {element: dialogLinks[i]} from dialog and panelLink handling. now uses event.currentTarget
2009-02-04 07:14:22 +00:00
Bharat Mediratta
713c8e8ab3
Update to jquery-ui 1.6rc5 with Droppable
2009-01-28 09:47:12 +00:00
Chad Kieffer
573f787d63
Set dialog width to 200px for dialog's whose content is less than 400px wide, like the login form.
2009-01-25 20:58:15 +00:00
Felix Rabinovich
e3212b5456
Updated jquery and jeditable plugin to 1.3.1
2009-01-24 20:29:24 +00:00
Chad Kieffer
55cd2afde5
Admin theme style cleanup. Merged separate selected, available, unavailable 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-24 20:06:13 +00:00
Chad Kieffer
20cd5df3a3
Remove jquery.listen.js, we're not using it.
2009-01-24 01:08:46 +00:00
Chad Kieffer
19811aec53
Minor formatting cleanup, removed unecessary line.
2009-01-23 01:19:46 +00:00
Bharat Mediratta
401da12adb
Undo r19818, an accidental submit
2009-01-20 01:30:46 +00:00
Bharat Mediratta
aaac244124
Comment out the code that checks for form elements named "submit". It
...
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-20 01:29:33 +00:00
Bharat Mediratta
8ec0e8471f
Drag and drop in the admin dashboard now saves the location.
...
* 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-18 09:06:46 +00:00
Chad Kieffer
a7b6409b74
Reverted jQuery back to 1.2.6, UI back to RC4. Need to test more thoroughly next time. Sorry.
2009-01-16 07:51:31 +00:00
Chad Kieffer
780682c04a
Updated to jQuery UI 1.6rc5 (requires jQuery 1.3 now)
2009-01-16 07:39:42 +00:00
Chad Kieffer
2b0b21d76d
Updated to jQuery 1.3. Change needs to be pushed to vendor branch.
2009-01-16 07:38:19 +00:00
Chad Kieffer
42e635bff0
Theme admin refinement. Make more room to show the preview by enlarging the iframe and removing the heading above it.
2009-01-12 07:57:13 +00:00
Bharat Mediratta
120ad3a2cd
Pull the dialog title from the first <h1> we find, fall back to the first <fieldset> <legend>
2009-01-11 00:18:29 +00:00
Felix Rabinovich
03a5f08258
Updated jquery-ui to include tabs
2009-01-10 07:32:25 +00:00
Chad Kieffer
7569b39802
Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and 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-10 06:25:44 +00:00
Chad Kieffer
b5fbee54a0
Reverted back to previous jquery-ui.js (1.6rc2). 1.6rc4 is screwing up placement of dialogs, among other things.
2009-01-09 08:14:48 +00:00
Chad Kieffer
3c31549011
Added gCommentsAdminMenu to clearfix.
2009-01-09 08:08:22 +00:00
Bharat Mediratta
b21215d2e6
use "position: fixed" to keep the dialog centered in the viewport.
2009-01-06 09:38:40 +00:00
Bharat Mediratta
a63502b3c6
Refactor the way that dialogs work:
...
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-06 08:33:39 +00:00
Bharat Mediratta
06b4145b76
Quick edit dialogs should stay on the same page and trigger a reload.
2009-01-05 08:20:07 +00:00
Bharat Mediratta
7482b6683e
Add "quick edit" which lets you edit a photo's details from the albums
...
page.
2009-01-05 08:05:50 +00:00
Bharat Mediratta
11d2788af8
Refactor common dialog JS code out into lib/gallery.dialog.js
2009-01-01 00:06:52 +00:00
Bharat Mediratta
74bfa24b8f
Move jquery.listen.js out to lib
2008-12-25 08:27:57 +00:00
Bharat Mediratta
0338205efe
We no longer need these, they've been rolled into jquery-ui.js
2008-12-25 08:15:45 +00:00
Bharat Mediratta
da7fe5154a
Merge in updated jquery-ui which contains the accordion widget, delete
...
explicit references to accordion widget from admin ui.
2008-12-25 08:14:41 +00:00
Bharat Mediratta
de1af052fc
Removed 'packed' from the name, it's not relevant
2008-12-25 08:09:36 +00:00
Felix Rabinovich
c76d730a7c
Edit user - first draft
2008-12-23 21:44:35 +00:00
Tim Almdal
5ebd0854be
Combine all the ui.jquery files into a single packed file at version (1.6rc2) copied from the the corresponding vendor branch.
...
Move into the application/lib directory and remove from the theme.
Remove the ui.jquery javascript from the rearrange module and use the common library.
2008-12-09 17:02:06 +00:00
Jozef Selesi
5486238d8d
Set svn:eol-style to LF.
2008-11-15 08:52:58 +00:00
Bharat Mediratta
26c8772e16
jquery.form.js r5945
2008-11-15 05:27:46 +00:00
Bharat Mediratta
ceb0782233
Add support for multi-file-upload using jquery.MultiFile and modify
...
Item_Controller to accept it.
2008-11-10 12:28:58 +00:00
Bharat Mediratta
950c58e6d3
Add support for in-place editing of data fields.
2008-11-08 09:28:11 +00:00
Bharat Mediratta
6b5b5ec3a6
Use jquery.cookie to keep the same tab open when you refresh
...
Add a switch to turn profiling on/off
2008-11-07 05:49:45 +00:00
Chad Kieffer
7329cb0dde
Added YUI 2.6.0 CSS collection to lib (reset-gonts-grids and base) and call these rather than CDN versions, for now. Renamed default theme's style sheet to screen.css, recommend that CSS files be named for the primary media they support. Removed unused YUI JS component calls from the default theme.
2008-11-07 05:03:00 +00:00
Bharat Mediratta
6e0b7f6be1
Add jQuery 1.2.6
2008-11-05 03:24:57 +00:00