Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'logging' | Andreas Gohr | 2020-12-03 |
|\ | | | | | | | | | | | | | | | | | | | | | * logging: added JavaScript based filter mechanism added logging configuration replaced out calls to dbglog with new Logger calls added convenience methods to log to our default facilities added logviwer admin plugin added log dir to git central logging mechanism | ||
| * | added logviwer admin plugin | Andreas Gohr | 2020-08-13 |
| | | | | | | | | | | | | This allows for easy viewing of the available logs. The log format was sligthly adjusted again for easier parsing. | ||
* | | Merge pull request #3198 from ssahara/form | Andreas Gohr | 2020-10-13 |
|\ \ | | | | | | | refactor html_* functions into Ui class member using Form\Form class | ||
| * | | more narrow jQuery selector to rev2[] checkbox | Satoshi Sahara | 2020-08-18 |
| |/ | | | | | | | This fix enables to use disabled checkbox for non-existing revision page or media file in the HTML form of Ui\Revisions. | ||
* | | Optimized pageRestoreConfirm function | Giuseppe Di Terlizzi | 2020-08-17 |
| | | |||
* | | Added confirmation dialog for page tools Revert action | Giuseppe Di Terlizzi | 2020-08-10 |
|/ | |||
* | jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled ↵ | Phy | 2020-02-23 |
| | | | | | | attr Related to #1546. | ||
* | allow windows shares for Edge browser | leimerp | 2019-12-30 |
| | |||
* | rewrote js for revision checkboxes to work in xhtml | Anika Henke | 2016-04-20 |
| | |||
* | improve aria attribute handling. closes #1142 | Andreas Gohr | 2015-07-15 |
| | | | | adds aria handling to makeToggle and allows to supress it in dw_toggle | ||
* | changed all input type=submit buttons to button type=submit button for ↵ | Anika Henke | 2015-07-12 |
| | | | | better stylability | ||
* | add new behaviour: bounce | Andreas Gohr | 2014-12-11 |
| | | | | | | | Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when a long list auto scrolls to a certain item. | ||
* | offsets are not available for hidden elements | Andreas Gohr | 2014-12-11 |
| | |||
* | fade out search hit colorization | Andreas Gohr | 2014-12-11 |
| | |||
* | animate automatic scrolls and don't scroll to border | Andreas Gohr | 2014-12-11 |
| | | | | | | This adds a subtle animation effect when scrolling to the #scroll__here behaviour ID. It also adds a 100px offset to make the object not stick to the browser border. | ||
* | adjusted IE detection for smblinks | Andreas Gohr | 2014-02-13 |
| | | | | | | | | MSIE 11 tries hard to break any previous working browser detection even through feature checks. This resolves to browser sniffing (MSIE for old IE, Trident for IE11+) See https://forum.dokuwiki.org/thread/10824 | ||
* | added aria attributes to tree and show/hide functions | Anika Henke | 2013-07-31 |
| | |||
* | fixed revision JS for images | Andreas Gohr | 2013-02-03 |
| | |||
* | jQuery latest | Stefan Grönke | 2013-01-19 |
| | | | | | | | * jQuery 1.9.0 * jQuery-UI v1.9.2 * jQuery.fn.live > jQuery.fn.on * jQuery.fn.browser replacement (jquery.mb.browser.js) | ||
* | 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. |