Commit Graph

1405 Commits

Author SHA1 Message Date
Keith Wood
10de3f0be2 Remove tests that no longer apply 2009-01-19 10:43:08 +00:00
Keith Wood
56b1f93434 Fixed #3859 - Datepicker can't pick years before 1999 2009-01-19 10:33:45 +00:00
Keith Wood
9b11687932 Fixed #3859 - Datepicker can't pick years before 1999 2009-01-19 10:06:49 +00:00
Keith Wood
a91095e60d Fixed #3858 - Datepicker not hiding consistently on external click 2009-01-19 09:59:37 +00:00
Scott González
67fb2c8a68 $.widget: Fixed #3633: Moved call to _init outside of constructor. This makes it possible to invoke callbacks during initialization and have those callbacks use the widget. 2009-01-19 01:30:02 +00:00
Klaus Hartl
f0aa486bd6 UI Tabs: fixed init tests, simplified destroy tests 2009-01-18 21:47:50 +00:00
Klaus Hartl
941f6feede UI Tabs: fixed incomplete destroy method, fixes #3798 2009-01-18 21:09:31 +00:00
Keith Wood
6b887b5efd AAdded Easings demonstration 2009-01-18 05:09:33 +00:00
Richard Worth
3e4ed582b7 demos/droppable: fixed up description of activeClass part of visual feedback demo 2009-01-18 03:21:47 +00:00
Scott González
bf73f8c5be Demos: Fixed #3852: Add in extra directory level for href and src attributes when demos are loaded from demos/index.html. 2009-01-18 01:51:19 +00:00
Scott González
f375f053f4 Removed broken utf-8 copyright characters. 2009-01-18 00:04:57 +00:00
Scott González
c2903d5c42 Dialog: Fixed #3688: Don't add the button pane div if there are no buttons. 2009-01-17 21:31:43 +00:00
Scott González
60856ea461 Dialog: Giving the content area and button pane priority over the title bar for which element should gain focus on open. 2009-01-17 21:00:59 +00:00
Scott González
0ce1fa2302 Tabs: Fixed tests for #3691: Removed the following options from the defaults hash:
- deselectableClass
- disabledClass
- hideClass
- loadingClass
- navClass
- panelClass
- selectedClass
2009-01-17 19:50:26 +00:00
Scott González
d817e1eda4 Tabs: Fixed #3691: Removed the following options:
- deselectableClass
- disabledClass
- hideClass
- loadingClass
- navClass
- panelClass
- selectedClass
2009-01-17 19:48:42 +00:00
Paul Bakaus
8b1a034276 documentation: should be generated in /documentation, not /demos/documentation 2009-01-17 15:01:08 +00:00
Chi Cheng
87e135012d Demos: delete /effects_general/ (into individual folders already) 2009-01-17 12:24:05 +00:00
Bohdan Ganicky
a5cb5eab2e demos/droppable: added Simple photo manager demo 2009-01-17 00:58:18 +00:00
Maggie Costello Wachs
1dfb222e4d reorganized/renamed sortable demos 2009-01-16 22:51:33 +00:00
Maggie Costello Wachs
c3591d49d6 reorganized/renamed sortable demos 2009-01-16 22:51:08 +00:00
Maggie Costello Wachs
1b7fa8ca13 added docs class to documentation headers used in demos (not part of demo code) 2009-01-16 21:58:28 +00:00
Maggie Costello Wachs
c00881c078 reorganized/renamed selectable demos 2009-01-16 21:57:42 +00:00
Maggie Costello Wachs
3a65a632b6 reorganized/renamed resizable demos 2009-01-16 21:47:11 +00:00
Maggie Costello Wachs
479eff164e added renamed demo pages 2009-01-16 21:46:30 +00:00
Maggie Costello Wachs
9e0d436c61 reorganized/renamed the droppable demos 2009-01-16 21:11:47 +00:00
Maggie Costello Wachs
4b84cd942f forced a line break in the "snap to" nav text 2009-01-16 21:11:16 +00:00
Paul Bakaus
68951ddc11 sortable: $.ui.plugin is not used anymore (fixes #3725)
droppable: ixed activate/deactivate (jq 1.3 related), removed ui.element + ui.options
2009-01-16 20:41:03 +00:00
Maggie Costello Wachs
80b60146f6 scoped header styles used to document demos so that they don't interfere w/ demo code 2009-01-16 20:17:45 +00:00
Eduardo Lundgren
c631ae8d4f Fixed #3723 - Fix the ui.options reference 2009-01-16 18:35:04 +00:00
Jörn Zaefferer
4d44acdefc documentation build: don't escape embedded html; first stab at option examples 2009-01-16 17:31:43 +00:00
Chi Cheng
0c87cf400b effects: fix #3857 2009-01-16 16:53:46 +00:00
Maggie Costello Wachs
57c1900c96 cleared headers on stand-alone demo pages, they were wrapping with floats 2009-01-16 16:49:10 +00:00
Maggie Costello Wachs
7cbd56f109 reorganized effects from "general" into "movement" and "feedback", as they're categorized on the home page 2009-01-16 16:36:16 +00:00
Paul Bakaus
be932c2e58 droppable: removed all instances of $.ui.plugin, fairly safe here (fixes #3723) 2009-01-16 14:51:56 +00:00
Jörn Zaefferer
79647cdf12 release build: ignore missing version.txt, makes it easier to reuse build on ui-site 2009-01-16 11:19:18 +00:00
Klaus Hartl
26cdc6d22b UI Tabs: fixed adding Ajax tab to empty list (#2839 jQuery bug tracker) 2009-01-16 07:25:23 +00:00
Richard Worth
f3e60edda5 set version back to 1.6pre 2009-01-16 06:53:28 +00:00
Richard Worth
cc43dd4b79 set version to 1.6rc5 2009-01-16 06:05:39 +00:00
Eduardo Lundgren
2be6ebf078 Fixed #3058 2009-01-16 05:57:34 +00:00
Richard Worth
5bc30d7fe6 demos/draggable: removed old demo files 2009-01-16 05:48:44 +00:00
Richard Worth
fbc962faf6 demos/draggable: removed old demo files 2009-01-16 05:48:19 +00:00
Scott González
02358dc5f2 Slider Theme: Fixed #3848: Fixed vertical range sliders. 2009-01-16 05:28:52 +00:00
Eduardo Lundgren
e8b6fa3d75 Fixed #3843 2009-01-16 05:27:20 +00:00
Eduardo Lundgren
0065499e53 Fixed #3842 2009-01-16 05:16:04 +00:00
Eduardo Lundgren
9d3b03d5f7 Fixed #3841 - check for $.isFunction before trigger 2009-01-16 04:27:38 +00:00
Richard Worth
2809d50800 Fixed #3077 (Selectable cannot be selected by click) 2009-01-16 04:06:51 +00:00
Scott González
3887ee7e2a Sortable: Fixed _trigger method. 2009-01-16 02:25:03 +00:00
Eduardo Lundgren
8139c81d1b Revert changes for #3838 for the release 1.6rc5 2009-01-16 02:09:45 +00:00
Eduardo Lundgren
78c4d87d7b Fix for #3838 - Components should use this.widgetName on internally 2009-01-16 00:33:46 +00:00
Scott González
358be8bd46 Draggable: Fixed # 3808: Setting default opacity to null (preserve current opacity). 2009-01-15 23:19:27 +00:00