Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bind JS for revision diff also when called through AJAX (fixes checkbox ↵ | Anika Henke | 2011-11-30 |
| | | | | selection in history of new media manager, FS#2398) | ||
* | Fixed the Windows share warning (related to #2274) | Andreas Gohr | 2011-09-25 |
| | |||
* | Small JavaScript improvements | Adrian Lang | 2011-09-24 |
| | |||
* | merging | Kate Arzamastseva | 2011-08-25 |
|\ | |||
| * | Add missing callback param to dw_toggle | Adrian Lang | 2011-08-22 |
| | | |||
| * | fixed TOC-Bug and moved TOC behaviour to page.js FS#2314 | Andreas Gohr | 2011-08-21 |
| | | |||
| * | jqueryized diff checkbox script | Andreas Gohr | 2011-08-19 |
| | | |||
| * | moved subscription javascript into behaviour | Andreas Gohr | 2011-08-18 |
| | | |||
| * | added some function comments | 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 | ||
| * | made TOC toggle faster to avoid clunky text flow around it | Anika Henke | 2011-07-30 |
| | | |||
* | | css class name fix | Kate Arzamastseva | 2011-08-01 |
| | | |||
* | | Recent Changes integration of media changes | Kate Arzamastseva | 2011-07-25 |
|/ | |||
* | 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 | ||
* | moved the TOC toggling to dw_behaviour | Andreas Gohr | 2011-07-08 |
| | |||
* | prefixed jQuery var with $ | Andreas Gohr | 2011-06-27 |
| | |||
* | Cleanup behaviour.js | Adrian Lang | 2011-06-21 |
| | | | | | * Add var statement for dw_behaviour * Use live instead of click for smb share warnings | ||
* | 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. |