Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert tmp commits | Adrian Lang | 2011-09-04 |
| | | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01. | ||
* | tmp | Adrian Lang | 2011-09-04 |
| | |||
* | Update jquery-cookie, cleanup dw_cookie | Adrian Lang | 2011-08-22 |
| | | | | Pulled the current jquery-cookie version from https://github.com/carhartl/jquery-cookie. | ||
* | Add missing callback param to dw_toggle | Adrian Lang | 2011-08-22 |
| | |||
* | Deprecate several helper functions, JSLINT helpers.js | Adrian Lang | 2011-08-22 |
| | |||
* | page.js: Improve footnote cleaning regex, cleaner toc toggling | Adrian Lang | 2011-08-22 |
| | | | | | * <sup> elements are only removed from the start of a footnote * the TOC wrapper instantly gets the target size to reduce layout jumping | ||
* | JSLINT locktimer, fix date passing in draftsave | Adrian Lang | 2011-08-22 |
| | | | | | Since 80997d21e0aee9b8f27153000742ecd781f429f8 the date passed to the draft save backend is indeed the page id, not the date. | ||
* | fixed TOC-Bug and moved TOC behaviour to page.js FS#2314 | Andreas Gohr | 2011-08-21 |
| | |||
* | moved keyhandler to the new dw_editor object | Andreas Gohr | 2011-08-19 |
| | |||
* | renamed some variables in editor.js | Andreas Gohr | 2011-08-19 |
| | |||
* | deprecated delay.js | Andreas Gohr | 2011-08-19 |
| | |||
* | moved more stuff out from script.js | Andreas Gohr | 2011-08-19 |
| | | | | the file is nearly empty now | ||
* | jqueryized diff checkbox script | Andreas Gohr | 2011-08-19 |
| | |||
* | jQuerify edit section highlighting | Adrian Lang | 2011-08-19 |
| | |||
* | Fix popup DOM element sharing, simplify event handling | Adrian Lang | 2011-08-19 |
| | |||
* | jqueryized locktimer | Andreas Gohr | 2011-08-19 |
| | |||
* | added missing file | Andreas Gohr | 2011-08-19 |
| | | | | yeah, yeah I know... | ||
* | moved footnotes and section highlighting to ne file | Andreas Gohr | 2011-08-18 |
| | | | | jquerized | ||
* | moved subscription javascript into behaviour | Andreas Gohr | 2011-08-18 |
| | |||
* | added some function comments | Andreas Gohr | 2011-08-18 |
| | |||
* | removed events.js | Andreas Gohr | 2011-08-18 |
| | |||
* | don't remove msg() errors on click | Andreas Gohr | 2011-08-14 |
| | | | | this interferred with copy'n'pasting error messages | ||
* | fixed media insertion FS#2298 | Andreas Gohr | 2011-08-01 |
| | |||
* | made TOC toggle faster to avoid clunky text flow around it | Anika Henke | 2011-07-30 |
| | |||
* | 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. | ||
* | Fix some bugs and glitches in (mediamanager) tree | Adrian Lang | 2011-07-11 |
| | | | | | | * Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager | ||
* | Fix If-Statement | Chris | 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 |
| | |||
* | 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 |
| |