aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/editor.js
Commit message (Collapse)AuthorAge
* Revert "use a dispatcher to access static image files"Andreas Gohr2024-09-08
| | | | | | | This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1. It was accidentally pused to master before review. A PR with a revert for the revert will be pushed shortly.
* use a dispatcher to access static image filesAndreas Gohr2024-09-08
| | | | | | | | This makes it possible to replace default images in an update safe way. It also addresses the issue raised in dokuwiki/docker#16 A .htaccess rewrite catches any direct accesses that might come in from plugins.
* jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled ↵Phy2020-02-23
| | | | | | attr Related to #1546.
* Merge branch 'jqsplit'Andreas Gohr2017-02-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * jqsplit: Restore smoothness.css using update.sh allow selecting the preferred CDN and add event load jquery via https always split off jquery from other JS and add CDN option #1766 use external version file for jquery updates removed jQuery.browser calls replace deprecated bind() calls replace deprecated delegate() calls fixed radio options in media manager for new jQ-UI jQuery Updates
| * removed jQuery.browser callsAndreas Gohr2016-11-26
| | | | | | | | | | | | | | | | | | jQuery.browser no longer exists in jQuery nor in jQuery migrate. A quick check in Opera and IE11 suggests that both parts that used it are no longer needed so they were simply removed. More browser tests especially for the resize handling in the media manager are recommended.
* | fix size controls under edit box to work in xhtmlAnika Henke2016-04-20
|/
* changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | better stylability
* Handles CTRL-Enter event to save in the editorchristian studer2014-11-12
|
* renamed conflicting JavaScript functions FS#2915Andreas Gohr2014-01-17
|
* added aria attributes to edit modeAnika Henke2013-08-01
|
* IE doesn't know indexOf for arrays FS#2381Andreas Gohr2011-11-27
| | | | this fixes another IE javascript problem in edit mode
* fix IE8 error FS#2381Andreas Gohr2011-11-27
| | | | A trailing comma created an empty array item causing IE8 to choke.
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* moved keyhandler to the new dw_editor objectAndreas Gohr2011-08-19
|
* renamed some variables in editor.jsAndreas Gohr2011-08-19
|
* moved some editor functions to a new dw_editor objectAndreas Gohr2011-07-08
There are probably more functions that should go in here