Richard Worth
|
e2d873e6f0
|
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
|
2009-09-17 10:39:12 +00:00 |
|
Ca-Phun Ung
|
0508fd0e04
|
dialog: Fixes #4826 - Setting resizable false toggles resizable on dialog
|
2009-09-15 16:53:39 +00:00 |
|
Jörn Zaefferer
|
7f2683aa81
|
dialog: always convert value for closeText option to a string (fixes options-tests)
|
2009-09-15 08:40:17 +00:00 |
|
Jörn Zaefferer
|
4f69883996
|
progressbar: option-test fails for non-numeric values, so anything non-numeric is now normalized to 0
|
2009-09-15 08:38:11 +00:00 |
|
Jörn Zaefferer
|
b9b604936e
|
accordion: remove deprecated alwaysOpen option (collapsible was introduced in last stable release); fixed collapsible-false accordion in combination with activate method (with fasly-argument to close all); changed activate-option default to 0 (which was the "computed" default anyway); lots of fixes for the testsuite, while removing some of the "missing" tests: header accepts only a selector (updated spec to make that more clear), while testing animations in unit tests is rather pointless
|
2009-09-15 08:33:28 +00:00 |
|
Jörn Zaefferer
|
1252150c76
|
resizable: make global _store variable local
|
2009-09-15 08:21:20 +00:00 |
|
Jörn Zaefferer
|
e6efe11ac4
|
datepicker: fixed two global variables
|
2009-09-15 08:14:11 +00:00 |
|
Scott González
|
25d97c7760
|
Widget factory: Namespace the remove event handler.
|
2009-09-06 16:19:30 +00:00 |
|
Scott González
|
bba67df747
|
Widget factory: Added support for deep extending multiple option hashes on init.
|
2009-08-28 00:39:43 +00:00 |
|
Scott González
|
6c6218fa12
|
Widget factory: Support passing multiple option hashes on init. Fixes #4784.
|
2009-08-26 02:06:19 +00:00 |
|
Scott González
|
99d09ecfaf
|
Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed positioning for dialogs.
|
2009-08-26 01:40:01 +00:00 |
|
Paul Bakaus
|
fd618d042f
|
draggable, sortable: include originalPosition in ui hash, implements #3782
|
2009-08-23 17:40:44 +00:00 |
|
Paul Bakaus
|
d2e43a07c0
|
sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991
|
2009-08-22 13:58:36 +00:00 |
|
Paul Bakaus
|
957774c685
|
sortable: toArray/serialize should not include the placeholder, fixes #4138
|
2009-08-22 13:48:04 +00:00 |
|
Paul Bakaus
|
d28166805f
|
droppable: greedy childs that dont accept the draggable dont block propagation anymore, fixes #4570
|
2009-08-22 12:25:50 +00:00 |
|
Paul Bakaus
|
fefa5bd342
|
draggable: scope option failed when no droppables within that scope exist, fixes #4289
|
2009-08-22 11:48:48 +00:00 |
|
Paul Bakaus
|
14922e41da
|
draggable: position and offset were undefined in start callback, fixes #4380
|
2009-08-22 08:10:19 +00:00 |
|
Paul Bakaus
|
2189deaa2c
|
draggable: made stack accept a selector instead of a complex hash, min value is autodetermined now, implements #4365
|
2009-08-22 07:59:09 +00:00 |
|
Paul Bakaus
|
374f2cbb55
|
draggable: direct removal of draggable element on drop event doesnt make used plugins fire an error anymore, fixes #4550
|
2009-08-21 14:13:47 +00:00 |
|
Chi Cheng
|
5293096526
|
Datepicker: Add yearSuffix value for Chinese/Korean. fixes #4793
|
2009-08-19 16:33:32 +00:00 |
|
Jörn Zaefferer
|
6681e7ba98
|
accordion: Fix for #4695, refactored
|
2009-08-11 19:08:23 +00:00 |
|
Jörn Zaefferer
|
417d5b29b4
|
accordion: Fix for #4695
|
2009-08-11 18:58:03 +00:00 |
|
Jörn Zaefferer
|
e132c1b363
|
accordion: fix for #4436
|
2009-08-11 18:46:00 +00:00 |
|
Richard Worth
|
7b506cf2ae
|
Fixed accordion option active getter and setter. Normalized getter to number, 0-based index.
|
2009-08-11 00:45:01 +00:00 |
|
Jörn Zaefferer
|
425e76355a
|
accordion: fix for #4754; related tests were failing before, fixed them, too (checked to correct sizes in Firebug)
|
2009-08-06 18:44:36 +00:00 |
|
Jörn Zaefferer
|
f3444e81f5
|
draggable: inline comment to clarify some odd check
|
2009-08-06 18:10:10 +00:00 |
|
Jörn Zaefferer
|
a3b405d635
|
datepicker i18n: missing comma (syntax checking editors are great)
|
2009-08-06 17:32:55 +00:00 |
|
Scott González
|
5e89481ab8
|
Added zIndex method. Fixes #4709 - Add zIndex setter/getter method.
|
2009-08-05 13:30:55 +00:00 |
|
Scott González
|
1a28670720
|
Slider: Create a copy of the options.values array for the return value of _value(). Fixes #4751 - Dragging slider modifies values, even if callback returns false.
Thanks bkrausz.
|
2009-08-04 23:35:08 +00:00 |
|
Scott González
|
aacecd6450
|
Resizable: Don't allow resizing when disabled. Fixes #4743 - Disable Resize.
|
2009-08-04 02:02:57 +00:00 |
|
Scott González
|
d6385b039b
|
Dialog: Support hash, array, string for cursorAt option. Use position plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins.
|
2009-08-03 14:28:54 +00:00 |
|
Scott González
|
52ca525112
|
Position: fixed comment wording.
|
2009-08-03 13:17:56 +00:00 |
|
Scott González
|
61e06a0e13
|
Sortable: Support hash, array, string for cursorAt option. Partial fix for #2525 - Standardised way to pass coordinates to plugins.
|
2009-08-03 13:17:00 +00:00 |
|
Scott González
|
ec4d469a36
|
Draggable: Support hash, array, string for cursorAt option. Partial fix for #2525 - Standardised way to pass coordinates to plugins.
|
2009-08-03 13:13:13 +00:00 |
|
Chi Cheng
|
a962d52902
|
Position: set "at" option while align to cursor, fixes collision:flip not work with default value
|
2009-08-02 16:17:07 +00:00 |
|
Chi Cheng
|
abeb13af40
|
Position: set "at" option while align to cursor, fixes collision:flip not work with default value
|
2009-08-02 14:02:32 +00:00 |
|
Scott González
|
4f03ac24fd
|
Accordion: Don't stop propagation when clicking in headers. Fixes #4732 - accordion steals header clicks.
|
2009-07-31 00:23:41 +00:00 |
|
Scott González
|
c0ba6ccda7
|
Position: Removed default options hash.
|
2009-07-31 00:15:36 +00:00 |
|
Chi Cheng
|
ff4064916e
|
Position: Allow without "at" option passed. (Not need it when align to cursor.)
|
2009-07-30 14:06:31 +00:00 |
|
Chi Cheng
|
175f36076b
|
Position: Allow without "at" option passed. (Not need it when align to cursor.)
|
2009-07-30 13:21:21 +00:00 |
|
Keith Wood
|
20e13a4d77
|
Datepicker: Fixed #4131 Could week numbers [be] added to the Datepicker
|
2009-07-29 08:33:33 +00:00 |
|
Keith Wood
|
e84694a0c4
|
Datepicker: Default duration changed
|
2009-07-29 08:27:31 +00:00 |
|
Paul Bakaus
|
0bbf926015
|
sortable: fixed issues with nested containers (fixes #4703,#4611, thanks kae!)
|
2009-07-28 05:50:23 +00:00 |
|
Chi Cheng
|
010a225af3
|
Effects: handle switch parameter in toggleClass, fixes #4722
|
2009-07-27 17:35:54 +00:00 |
|
Chi Cheng
|
f35bae5a7f
|
Position: rollback
|
2009-07-27 15:30:25 +00:00 |
|
Chi Cheng
|
85193b54c9
|
position: add document link; values should be string but not defaultValue variant
|
2009-07-26 09:36:29 +00:00 |
|
Chi Cheng
|
ee3a1718fb
|
position: make it work without ui.core.js
|
2009-07-25 19:56:11 +00:00 |
|
Chi Cheng
|
f450302692
|
Stackfix: restrict version test to IE version
|
2009-07-25 13:19:42 +00:00 |
|
Scott González
|
eff793d014
|
Copied position plugin from /branches/dev/positionTo r2971.
|
2009-07-24 18:24:13 +00:00 |
|
Scott González
|
30bfc47c35
|
Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog is resizable. Fixes a bug when the resizable plugin isn't loaded and the :ui-resizable selector therefore doesn't exist.
|
2009-07-24 02:00:31 +00:00 |
|