Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | merging | Kate Arzamastseva | 2011-07-10 | |
|\| | ||||
| * | 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 the TOC toggling to dw_behaviour | Andreas Gohr | 2011-07-08 | |
| | | ||||
| * | jQueryized closePopups() | 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 | |
| | | ||||
| * | aliased some vars in linkwiz for brevity | Andreas Gohr | 2011-07-08 | |
| | | ||||
| * | fixed linkwiz position | Andreas Gohr | 2011-07-08 | |
| | | ||||
| * | renamed linkwiz object | Andreas Gohr | 2011-07-08 | |
| | | ||||
| * | more robust deprecation messages | Andreas Gohr | 2011-07-08 | |
| | | ||||
| * | some initial refactoring of the linkwizard | Andreas Gohr | 2011-07-08 | |
| | | ||||
| * | fixed delay in qsearch | Andreas Gohr | 2011-07-07 | |
| | | | | | | | | | | The ajax quicksearch sent a request on every keystroke instead of waiting for the user to stop typing. | |||
| * | Upgraded to jQuery 1.6.2 and jQueryUI 1.8.14 | Andreas Gohr | 2011-07-04 | |
| | | ||||
| * | deprecated getElementsByClass | Andreas Gohr | 2011-07-04 | |
| | | ||||
| * | deprecated findPosX and findPosY | Andreas Gohr | 2011-07-04 | |
| | | ||||
| * | deprecated drag.js | Andreas Gohr | 2011-07-04 | |
| | | ||||
* | | media-manager fixes | Kate Arzamastseva | 2011-07-09 | |
| | | ||||
* | | media.js fix | Kate Arzamastseva | 2011-07-09 | |
| | | ||||
* | | mediamanager fix | Kate Arzamastseva | 2011-07-08 | |
| | | ||||
* | | mediamanager ajax forms | Kate Arzamastseva | 2011-07-04 | |
| | | ||||
* | | ajax mediamanager fix | Kate Arzamastseva | 2011-07-03 | |
| | | ||||
* | | ajax mediamanager | Kate Arzamastseva | 2011-07-03 | |
|/ | ||||
* | prefixed jQuery var with $ | Andreas Gohr | 2011-06-27 | |
| | ||||
* | fixed two errors in media.js, still needs refactoring | Andreas Gohr | 2011-06-27 | |
| | ||||
* | 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 | |||
* | Cleanup behaviour.js | Adrian Lang | 2011-06-21 | |
| | | | | | * Add var statement for dw_behaviour * Use live instead of click for smb share warnings | |||
* | Rework subscription.js | Adrian Lang | 2011-06-21 | |
| | | | | | | | * Remove jQuery to $ wrapper function * Add $ prefix for jQuery variables * Make some jQuery calls faster * Use slide animation | |||
* | 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 | |||
* | fix console check in Internet Explorer | Andreas Gohr | 2011-06-16 | |
| | ||||
* | deprecated even functions | Andreas Gohr | 2011-06-13 | |
| | | | | These now simply wrap around jQuery | |||
* | Moved behavioural functions into it's own object and file | Andreas Gohr | 2011-06-13 | |
| | | | | | JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized. | |||
* | marked sack library as deprecated | Andreas Gohr | 2011-06-09 | |
| | ||||
* | Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcher | Andreas Gohr | 2011-06-05 | |
| | | | | | | | | This patch adds a simple shell script to easily update the jQuery/jQuery-UI+theme bundle to the latest available version. The jQuery-UI CSS theme is now loaded in lib/exe/css.php (before plugin and template styles - 3rd party authors can override the styles). | |||
* | Updated JQuery to version 1.6.1 | Andreas Gohr | 2011-06-05 | |
| | ||||
* | Deprecation marker for JavaScript functions | Andreas Gohr | 2011-06-03 | |
| | | | | | | | | | | | This adds a DEPRECATED() JavaScript function. This function will print a warning to the Browser's debug console if available (Chrome and Firefox with Firebug extension) when ever it is called. The DEPRECATED() function was also added to the $() function which should no longer be used and be replaced with JQuery calls. Other deprecated functions need to be identified and marked. | |||
* | Fixed quick search | Andreas Gohr | 2011-06-03 | |
| | | | | | | This was broken by the JQuery port. This patch makes the page search work again and also removes the anonymous wrapper function around ajax_quicksearch again. | |||
* | Merge branch 'jquery' | Michael Hamann | 2011-05-29 | |
|\ | | | | | | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup | |||
| * | Undo whitespace changes in readded (old) js files | Michael Hamann | 2011-05-29 | |
| | | ||||
| * | edit.js is jQueryfied | Michal Rezler | 2011-04-09 | |
| | | ||||
| * | fixed import for drag.js and started a rewrite of edit.js | Michal Rezler | 2011-03-30 | |
| | | ||||
| * | Merge remote branch splitbrain/master and added back drag.js (for ↵ | Michal Rezler | 2011-03-30 | |
| | | | | | | | | compatibility reason) | |||
| * | toolbar.js is jQueryfied | Michal Rezler | 2011-03-30 | |
| | | ||||
| * | JS API is corrected to the original state | Michal Rezler | 2011-03-28 | |
| | | ||||
| * | helpers.js was removed - it basically contained functions they are ↵ | Michal Rezler | 2011-03-27 | |
| | | | | | | | | implemented in jQuery library | |||
| * | cookie.js is jQueryfied, added jQuery-cookie-plugin | Michal Rezler | 2011-03-26 | |
| | | ||||
| * | using POST instead of GET in searching by ajax | Michal Rezler | 2011-03-26 | |
| | | ||||
| * | locktimer.js is jQueryfied | Michal Rezler | 2011-03-26 | |
| | | ||||
| * | ajax.js is jQueryfied | Michal Rezler | 2011-03-24 | |
| | | ||||
| * | cursors: a.select = pointer, linkwiz__header = cross | Michal Rezler | 2011-03-24 | |
| | |