Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix jQuery capitalization | Elan Ruusamäe | 2011-11-24 |
| | |||
* | Increase compatibility in addEvent | Adrian Lang | 2011-09-16 |
| | |||
* | Increase locktimer compatibility | Adrian Lang | 2011-09-16 |
| | |||
* | Readd variable declaration for plugin:sortablejs | Adrian Lang | 2011-09-13 |
| | |||
* | Various JavaScript improvements, JSLint, jQuery | Adrian Lang | 2011-09-13 |
| | |||
* | Revert tmp commits | Adrian Lang | 2011-09-04 |
| | | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01. | ||
* | tmp | Adrian Lang | 2011-09-04 |
| | |||
* | Deprecate several helper functions, JSLINT helpers.js | Adrian Lang | 2011-08-22 |
| | |||
* | moved more stuff out from script.js | Andreas Gohr | 2011-08-19 |
| | | | | the file is nearly empty now | ||
* | removed events.js | Andreas Gohr | 2011-08-18 |
| | |||
* | Make getElementsByClass() work without given tag | Michael Hamann | 2011-07-19 |
| | | | | | This fixes the hiding of the highlighting of the current section when the mouse leaves the edit section button. | ||
* | Rewrite mediamanager JavaScript | Adrian Lang | 2011-07-10 |
| | | | | | Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree | ||
* | deprecated prependChild() | Andreas Gohr | 2011-07-08 |
| | |||
* | moved some editor functions to a new dw_editor object | Andreas Gohr | 2011-07-08 |
| | | | | There are probably more functions that should go in here | ||
* | linkwiz: clear doesn't exist anymore | Andreas Gohr | 2011-07-08 |
| | |||
* | renamed linkwiz object | Andreas Gohr | 2011-07-08 |
| | |||
* | deprecated getElementsByClass | Andreas Gohr | 2011-07-04 |
| | |||
* | deprecated findPosX and findPosY | Andreas Gohr | 2011-07-04 |
| | |||
* | Fix and refactor ajax.js | Adrian Lang | 2011-06-23 |
| | | | | | | | | | * Move file to qsearch.js * Rename object to dw_qsearch * Remove unnecessary usage of Delay * Use $ prefix for jQuery objects * Fix result list hiding on click * Fix namespace shorting | ||
* | Fix index Javascript, introduce compatibility.js | Adrian Lang | 2011-06-21 |
* Removed "use strict" statement, since it does not work with our script file joining (the statement has to be the first in a file or function) * Make index a global object again to allow overriding and enhancing * Use prefix dw_ for index object * Reintroduce index.treeattach * Support deprecated index.toggle calling convention * Add $ prefix for jQuery variables * Use slide animation for freshly loaded sublists as well * Fix various errors |