Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget: Added ability to define how to find options on init. Fixes #6158 - ↵ | Scott González | 2010-10-06 | 1 | -0/+26 |
| | | | | Widget: Ability to define new methods for gathering options on init. | ||||
* | Widget: Added create event. Fixes #6126 - Widget: Add create event. | Scott González | 2010-09-29 | 1 | -10/+14 |
| | |||||
* | Widget: Added _setOptions method for handling normalized options setting. ↵ | Scott González | 2010-09-27 | 1 | -1/+24 |
| | | | | Fixes #6114 - Widget: Add _setOptions() method. | ||||
* | Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵ | Scott González | 2010-09-03 | 2 | -1/+70 |
| | | | | Widget: auto-destroy is broken in jQuery 1.4. | ||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -0/+2 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | Widget tests: Coding standards. | Scott González | 2010-08-26 | 1 | -7/+7 |
| | |||||
* | Widget: Added more unit tests. | Scott González | 2010-08-26 | 2 | -0/+132 |
| | |||||
* | Widget Tests: Coding standards. | Scott González | 2010-08-26 | 1 | -79/+83 |
| | |||||
* | Widget: Added more unit tests. | Scott González | 2010-08-26 | 1 | -6/+89 |
| | |||||
* | Widget: Added tests for re-initialization. | Scott González | 2010-08-23 | 1 | -0/+29 |
| | |||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 1 | -6/+3 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 1 | -3/+6 |
| | | | | maintain the stack | ||||
* | Widget: Deep extend options when creating a new plugin. Fixes #5830 - ↵ | Scott González | 2010-07-15 | 3 | -1/+48 |
| | | | | Widget: Using inheritance overwrites the base classes options. | ||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -3/+9 |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -7/+7 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 2 | -0/+192 |
menu; including menu static tests). |