Commit Graph

1263 Commits

Author SHA1 Message Date
Scott González
7fcf3b9bd8 Datepicker i18n: Fixed #3761: Removed the following values:
closeStatus
prevStatus
prevBigText
prevBigStatus
nextStatus
nextBigText
nextBigStatus
currentStatus
monthStatus
yearStatus
weekHeader
weekStatus
dayStatus
dateStatus
initStatus
2009-01-04 18:11:41 +00:00
Chi Cheng
ba3ed927e4 build: update YUICompressor 2.4.2 2009-01-04 17:55:04 +00:00
Ca-Phun Ung
acbe714b53 datepicker: Fixes regression in #3232 [datepicker position problem in IE 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this. 2009-01-04 15:13:01 +00:00
Chi Cheng
edc6f634dc fixes xhtml code (disabled="disabled") 2009-01-04 14:16:40 +00:00
Ca-Phun Ung
8afca52198 datepicker: fixes #3679 [focus error on IE if disabled]: added visual test to verify. Both IE 6 & 7 do not return an error. 2009-01-04 13:43:01 +00:00
Ca-Phun Ung
1b6638cbe7 demos/datepicker/localization.html - fixed closing bracket in dropdown for Arabic, Persian and Hebrew selections - something to do with RTL languages. 2009-01-04 11:13:40 +00:00
Ca-Phun Ung
6575244c84 datepicker: fixes #3755 [clearText option exists but not used.]: removed clearText and clearStatus from ui.datepicker.js and related i18n files. 2009-01-04 11:07:42 +00:00
Ca-Phun Ung
6fddf7ecf3 datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the _checkOffset function to remove browser detection and compact it to 3 lines. Positioning tested and looks good in FF3, Safari3, Opera 9.61, IE6 & 7. 2009-01-04 09:30:39 +00:00
Chi Cheng
2d86e486f8 demos: fixed content out of boxes, font-size and paddings 2009-01-04 09:20:45 +00:00
Richard Worth
27ea38395e ui.core.js: corrected invalid (x)html 2009-01-03 22:46:47 +00:00
Richard Worth
cbd50e8fed authors.txt: Added Rich Caloggero, Colin Clark, Michelle D'Souza. Changed Maggie Costello to Maggie Costello Wachs. 2009-01-03 21:59:30 +00:00
Richard Worth
a11c201008 Happy New Year 2009-01-03 21:55:13 +00:00
Scott González
695b3e2c1b Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks. 2009-01-03 15:37:51 +00:00
Scott González
fc60db3bbf Droppable test: Fixed accept default. 2009-01-03 15:33:10 +00:00
Scott González
7467ce3ef1 Droppable: Fixed #3727: Use this._trigger for all callbacks/events. 2009-01-03 15:30:23 +00:00
Scott González
81f9d28d60 Draggable: Proper event prefix. 2009-01-03 15:15:22 +00:00
Richard Worth
1020de2d77 demos/sortable/default: added some icons 2009-01-03 15:10:19 +00:00
Richard Worth
6bbff3154c release/build.xml: fixed clean task 2009-01-03 14:47:12 +00:00
Scott González
311c026798 Dialog: Fixed #3756: Wrong height on every other open. 2009-01-03 14:43:50 +00:00
Ca-Phun Ung
3c3e17cdd0 demos/index.html - replaced the $= attribute selector with an if condition for now to overcome the selector bug in 1.3. 2009-01-03 14:24:57 +00:00
Ca-Phun Ung
12ae21dff7 demos/demos.css - fixed font-sizing in IE7. 2009-01-03 09:07:34 +00:00
Scott González
913d6fd35a Dialog: Fixed #3753: Cleaned ui hash in callbacks. 2009-01-03 05:55:13 +00:00
Scott González
bb3328dafd Selectable: Fixed #3752: Cleaned up ui hash in callbacks. 2009-01-03 05:52:26 +00:00
Scott González
7fa669beb0 Selectable: Fixed #3729: Use this._trigger for all callbacks. 2009-01-03 05:48:46 +00:00
Scott González
f65478c620 Draggable: Partial fix for #3726: Using this._trigger() instead of this.element.triggerHandler(). 2009-01-03 05:42:21 +00:00
Scott González
8b9312a064 Dialog: Fixed #3731: Contain dialogs within the document when dragging. 2009-01-03 05:25:48 +00:00
Scott González
03f0b95b52 Updated all demos/tests to jQuery 1.3pre. 2009-01-03 04:56:50 +00:00
Scott González
b1e7e786ff Core: Cleaned up warnings. 2009-01-03 04:45:12 +00:00
Scott González
ab5bc79168 Core: Changed $.ui.contains to use the same logic as jQuery's internal contains function. 2009-01-03 04:42:23 +00:00
Scott González
ed1b6ded97 Widget factory: Updated ._trigger to use new event system in jQuery 1.3. 2009-01-03 04:38:20 +00:00
Scott González
18734a6f9d Updated jQuery 1.3pre to r6026. 2009-01-03 04:12:50 +00:00
Richard Worth
30e2c298ba fixed #3741 - ui.theme.css should not contain border-radius properties 2009-01-03 02:22:33 +00:00
Ca-Phun Ung
a166e9b977 datepicker: added a span wrapper to disabled dates for better styling of unselectable days when setting min/max values. 2009-01-02 16:45:35 +00:00
Ca-Phun Ung
f17b70c08a demos/index.html - changed content-type to utf-8 to support datepickers in other languages. 2009-01-02 15:59:31 +00:00
Ca-Phun Ung
84a505122c demos/datepicker/localization.html - replaced special character symbols with equivalent html entities. 2009-01-02 15:36:40 +00:00
Scott González
cf173baa42 Added jQuery 1.3pre (r6018). 2009-01-02 15:31:50 +00:00
Ca-Phun Ung
81428b3f51 demos/index.html - added fade in/out effect to demo notes. 2009-01-02 14:54:25 +00:00
Ca-Phun Ung
720b460ba6 demos/index.html - fixed resetDemos function so year follows month by default. 2009-01-02 13:45:18 +00:00
Paul Bakaus
10b7241364 demos: sortable: fixed connectWith + delay/distance demos 2009-01-02 13:28:50 +00:00
Ca-Phun Ung
39a74f1ccf demos/index.html - fixed issue with browser refresh picking up wrong hash value. Added a resetDemo function to reset datepicker so it picks up default values rather than localized values. 2009-01-02 13:17:54 +00:00
Richard Worth
ee76058e01 Reverted r1461 2009-01-02 13:06:30 +00:00
Ca-Phun Ung
55e6b80737 demos/index.html - mapped #widget to #widget|default. 2009-01-02 12:20:10 +00:00
Ca-Phun Ung
3287ca7199 demos/index.html - removed iframe and replaced with Ajax. Added datepicker localization scripts. Fixed css font sizing issues in demo notes. 2009-01-02 12:10:16 +00:00
Richard Worth
c116150111 spelling of localization (yes, I see the irony) 2009-01-02 04:33:11 +00:00
Richard Worth
ae2fa8cf16 mime-type and eol-style 2009-01-02 03:56:06 +00:00
Keith Wood
d3bf099f61 Corrected tests after latest changes 2009-01-02 02:13:34 +00:00
Keith Wood
02c22e6196 Additional datepicker demonstrations 2009-01-02 02:10:06 +00:00
Scott González
d76df156ce Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger. 2009-01-01 16:12:18 +00:00
Richard Worth
bd58675f47 Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor
This time it works in IE
2009-01-01 12:42:10 +00:00
Richard Worth
1443bea8b9 reverted r1414 as it doesn't work in IE 2009-01-01 12:38:08 +00:00