Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | Dialog: Update the internal flag for whether or not the dialog is open ↵ | Scott González | 2010-02-16 | 1 | -0/+14 |
| | | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true. | ||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Deprecated beforeclose option instead of removing it for now, fixes reopened ↵ | Richard Worth | 2010-01-27 | 1 | -1/+45 |
| | | | | #4669 - Dialog: beforeclose option should be beforeClose. | ||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Dialog, position: Removed bgiframe option; always use bgiframe when available. | Scott González | 2010-01-19 | 1 | -1/+0 |
| | | | | Fixes #5071 - Remove bgiframe option from all plugins. | ||||
* | Replaced stackfix with bgiframe. | Scott González | 2010-01-14 | 2 | -2/+2 |
| | | | | Fixes #5061 - Remove stackfix. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -0/+5 |
| | | | | menu; including menu static tests). | ||||
* | Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction ↵ | Scott González | 2009-12-23 | 1 | -0/+1 |
| | | | | plugins. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 2 | -24/+14 |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | ||||
* | update to latest QUnit | Jörn Zaefferer | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | dialog: fixed _position regression; wrote a test for the default positon, ↵ | Jörn Zaefferer | 2009-09-19 | 1 | -1/+10 |
| | | | | which still needs some tuning | ||||
* | dialog unit tests: options closeOnEscape, draggable | Richard Worth | 2009-09-19 | 2 | -8/+24 |
| | |||||
* | dialog unit tests: methods close, moveToTop, open | Richard Worth | 2009-09-19 | 1 | -5/+22 |
| | |||||
* | dialog: fixed enable and disable methods | Richard Worth | 2009-09-19 | 1 | -2/+10 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -6/+6 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | dialog: added unit test for ticket #4826 | Ca-Phun Ung | 2009-09-15 | 1 | -0/+21 |
| | |||||
* | dialog: methods test cleanup | Jörn Zaefferer | 2009-09-15 | 1 | -1/+5 |
| | |||||
* | dialog: fixed dragStop test (was using dragStart instead of dragStop, ↵ | Jörn Zaefferer | 2009-09-14 | 1 | -1/+1 |
| | | | | copy&paste FTF) | ||||
* | change script ordering to load testswarm agent after QUnit | Jörn Zaefferer | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | update to lastest QUnit | Jörn Zaefferer | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | dialog unit tests: added position and stackfix | Richard Worth | 2009-08-12 | 1 | -1/+3 |
| | |||||
* | Removed jquery.simulate from external/ as it's being removed from ↵ | Richard Worth | 2009-08-10 | 1 | -1/+1 |
| | | | | jqueryjs.googlecode.com/svn/trunk/plugins | ||||
* | Dialog tests: Switch bgiframe to stackfix. | Scott González | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: ↵ | Scott González | 2009-07-11 | 1 | -4/+4 |
| | | | | beforeclose option should be beforeClose. | ||||
* | Widget factory: Force event types to be lowercase. Fixes #4668 - All event ↵ | Scott González | 2009-07-11 | 1 | -12/+12 |
| | | | | types should be lowercase even if the corresponding callback is camelcase. | ||||
* | Dialog: Use _trigger for drag and resize events instead of executing ↵ | Scott González | 2009-07-10 | 1 | -26/+64 |
| | | | | callbacks directly. Fixed #4629 - Dialog events not being triggered. | ||||
* | Widget factory: Convert falsy data values to an empty hash in _trigger. ↵ | Scott González | 2009-07-04 | 1 | -17/+17 |
| | | | | Fixes #4650: ui hash not always provided in events/callbacks. | ||||
* | replaced svn:externals with versioned files within trunk/externals | Jörn Zaefferer | 2009-05-27 | 1 | -2/+2 |
| | |||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -1/+40 |
| | | | | factory should auto detect getters. | ||||
* | Fixed dialog tests to use same instead of equals for hashes. | Scott González | 2009-03-28 | 1 | -2/+2 |
| | |||||
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | dialog: added some missing defaults | Richard Worth | 2009-02-09 | 1 | -2/+4 |
| | |||||
* | Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681). | Scott González | 2009-02-05 | 1 | -1/+0 |
| | |||||
* | dialog unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -733/+683 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 6 | -0/+69 |
| | | | | events, methods, options, tickets | ||||
* | unit tests: fixed missing tests to hide with new qunit checkbox | Richard Worth | 2009-02-01 | 1 | -4/+4 |
| | |||||
* | dialog: changed shadow default to false. Not quite ready to be on by ↵ | Richard Worth | 2009-01-31 | 1 | -0/+1 |
| | | | | default. Maybe in 1.next. | ||||
* | dialog unit tests: no more overlay option | Richard Worth | 2009-01-30 | 1 | -4/+0 |
| | |||||
* | dialog unit tests: no more overlay option | Richard Worth | 2009-01-30 | 1 | -1/+0 |
| | |||||
* | switched to jQuery 1.3.1 | Richard Worth | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | Happy Birthday jQuery (switched to jQuery 1.3) | Richard Worth | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.3rc2 | Richard Worth | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | set eol-style to native | Richard Worth | 2009-01-09 | 2 | -749/+749 |
| | |||||
* | reverted r1544 (it was temporary) | Richard Worth | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | temporarily switched back to 1.2.6 | Richard Worth | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | restructured unit tests folder | Richard Worth | 2009-01-07 | 2 | -0/+749 |