summaryrefslogtreecommitdiff
path: root/lib/scripts/compatibility.js
Commit message (Collapse)AuthorAge
* removed deprecated JavaScriptAndreas Gohr2015-07-31
|
* update deprecation stuff for dw_qearchGerrit Uitslag2014-05-05
|
* compat js findPosX/y more closely mimic historical functionSchplurtz le Déboulonné2012-11-12
|
* fix jQuery capitalizationElan Ruusamäe2011-11-24
|
* Increase compatibility in addEventAdrian Lang2011-09-16
|
* Increase locktimer compatibilityAdrian Lang2011-09-16
|
* Readd variable declaration for plugin:sortablejsAdrian Lang2011-09-13
|
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* Revert tmp commitsAdrian Lang2011-09-04
| | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
* tmpAdrian Lang2011-09-04
|
* Deprecate several helper functions, JSLINT helpers.jsAdrian Lang2011-08-22
|
* moved more stuff out from script.jsAndreas Gohr2011-08-19
| | | | the file is nearly empty now
* removed events.jsAndreas Gohr2011-08-18
|
* Make getElementsByClass() work without given tagMichael Hamann2011-07-19
| | | | | This fixes the hiding of the highlighting of the current section when the mouse leaves the edit section button.
* Rewrite mediamanager JavaScriptAdrian Lang2011-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 Gohr2011-07-08
|
* moved some editor functions to a new dw_editor objectAndreas Gohr2011-07-08
| | | | There are probably more functions that should go in here
* linkwiz: clear doesn't exist anymoreAndreas Gohr2011-07-08
|
* renamed linkwiz objectAndreas Gohr2011-07-08
|
* deprecated getElementsByClassAndreas Gohr2011-07-04
|
* deprecated findPosX and findPosYAndreas Gohr2011-07-04
|
* Fix and refactor ajax.jsAdrian Lang2011-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.jsAdrian Lang2011-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