aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated default value for 'cancel' option in testsPaul Bakaus2009-01-073-3/+3
|
* draggable,droppable,sortable: properly implemented cssNamespace option ↵Paul Bakaus2009-01-073-17/+18
| | | | across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707)
* datepicker: prev/next buttons were bumping in disabled state due to :hover ↵Paul Bakaus2009-01-072-4/+8
| | | | rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774
* accordion: all classes added should have a 'ui-' prefix (fixes #3705)Paul Bakaus2009-01-072-5/+5
|
* effects: improved syntax, arguments, fixes #3674Paul Bakaus2009-01-071-43/+69
|
* explode: classed added to later remove temp elements without creating a ↵Paul Bakaus2009-01-071-2/+2
| | | | scope should have a ui- prefix anyway (fixes #3704)
* cancel option should take in account <option> (fixes #3786)Paul Bakaus2009-01-074-4/+4
|
* Updated jQuery 1.3pre to r6065 (post 1.3b2)Scott González2009-01-071-155/+197
|
* demos/dialog: set up dialog demos to use bgiframeRichard Worth2009-01-075-3/+13
|
* Added bgiframe 2.1.1 to external folderRichard Worth2009-01-077-0/+482
|
* restructured unit tests folderRichard Worth2009-01-0741-1501/+1279
|
* new folder for external pluginsRichard Worth2009-01-070-0/+0
|
* tests/images: cleaned up (removed) some unused imagesRichard Worth2009-01-074-0/+0
|
* removed default theme in favor of only one versioned css framework/TR theme ↵Richard Worth2009-01-0728-410/+3
| | | | - base
* removed default theme in favor of only one versioned css framework/TR theme ↵Richard Worth2009-01-0797-97/+97
| | | | - base
* Refined demo left nav design and added selected state class. I need someone ↵Todd Parker2009-01-062-16/+29
| | | | to look at these changes and figure out how they relate to the web demos template file because they seem to be almost copies of each other and I didn't update this file.
* Fix for #3767Jörn Zaefferer2009-01-063-2/+7
|
* demos/sortables/portlets.html - corrected page titleRichard Worth2009-01-051-1/+1
|
* demos/sortable: Added a portlets demoRichard Worth2009-01-052-0/+91
|
* mime-type and eol-styleRichard Worth2009-01-052-92/+92
|
* Added mockup of the link to view demo in a new window and the view source ↵Todd Parker2009-01-052-7/+25
| | | | spindown that need to be added above and below the description under the iframe. Demo css updated with styles needed and made Trebuchet MS the font on all rules.
* Sortable demos: Using ids for selectors.Scott González2009-01-053-8/+8
|
* draggable containment demo fixedJörn Zaefferer2009-01-051-1/+1
|
* Datepicker i18n: Fixed #3761: Removed the following values:Scott González2009-01-0437-373/+189
| | | | | | | | | | | | | | | | | | closeStatus prevStatus prevBigText prevBigStatus nextStatus nextBigText nextBigStatus currentStatus monthStatus yearStatus weekHeader weekStatus dayStatus dateStatus initStatus
* build: update YUICompressor 2.4.2Chi Cheng2009-01-042-1/+1
|
* datepicker: Fixes regression in #3232 [datepicker position problem in IE ↵Ca-Phun Ung2009-01-042-4/+24
| | | | 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.
* fixes xhtml code (disabled="disabled")Chi Cheng2009-01-041-3/+3
|
* datepicker: fixes #3679 [focus error on IE if disabled]: added visual test ↵Ca-Phun Ung2009-01-041-0/+10
| | | | to verify. Both IE 6 & 7 do not return an error.
* demos/datepicker/localization.html - fixed closing bracket in dropdown for ↵Ca-Phun Ung2009-01-041-4/+4
| | | | Arabic, Persian and Hebrew selections - something to do with RTL languages.
* datepicker: fixes #3755 [clearText option exists but not used.]: removed ↵Ca-Phun Ung2009-01-0438-40/+0
| | | | clearText and clearStatus from ui.datepicker.js and related i18n files.
* datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the ↵Ca-Phun Ung2009-01-041-23/+5
| | | | _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.
* demos: fixed content out of boxes, font-size and paddingsChi Cheng2009-01-0411-73/+106
|
* ui.core.js: corrected invalid (x)htmlRichard Worth2009-01-031-1/+1
|
* authors.txt: Added Rich Caloggero, Colin Clark, Michelle D'Souza. Changed ↵Richard Worth2009-01-031-1/+4
| | | | Maggie Costello to Maggie Costello Wachs.
* Happy New YearRichard Worth2009-01-0331-31/+31
|
* Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks.Scott González2009-01-031-2/+4
|
* Droppable test: Fixed accept default.Scott González2009-01-031-1/+1
|
* Droppable: Fixed #3727: Use this._trigger for all callbacks/events.Scott González2009-01-031-5/+6
|
* Draggable: Proper event prefix.Scott González2009-01-031-0/+1
|
* demos/sortable/default: added some iconsRichard Worth2009-01-031-8/+9
|
* release/build.xml: fixed clean taskRichard Worth2009-01-031-1/+1
|
* Dialog: Fixed #3756: Wrong height on every other open.Scott González2009-01-031-0/+1
|
* demos/index.html - replaced the $= attribute selector with an if condition ↵Ca-Phun Ung2009-01-031-4/+6
| | | | for now to overcome the selector bug in 1.3.
* demos/demos.css - fixed font-sizing in IE7.Ca-Phun Ung2009-01-031-0/+8
|
* Dialog: Fixed #3753: Cleaned ui hash in callbacks.Scott González2009-01-031-5/+5
|
* Selectable: Fixed #3752: Cleaned up ui hash in callbacks.Scott González2009-01-031-27/+8
|
* Selectable: Fixed #3729: Use this._trigger for all callbacks.Scott González2009-01-031-16/+16
|
* Draggable: Partial fix for #3726: Using this._trigger() instead of ↵Scott González2009-01-031-1/+2
| | | | this.element.triggerHandler().
* Dialog: Fixed #3731: Contain dialogs within the document when dragging.Scott González2009-01-031-0/+1
|
* Updated all demos/tests to jQuery 1.3pre.Scott González2009-01-03136-136/+136
|