rewrote js for footnotes to work in xhtml
fix size controls under edit box to work in xhtml
rewrote js for revision checkboxes to work in xhtml
updated jquery-migrate
upgraded jQuery to 2.2.3This drops support for Internet Explorer <9 which we no longer support.
upgraded jQuery to 1.12.3
remove special IE support from textselection scripts #1535The opera work around is still needed though! O_o
remove IE<=8 innerText/textContent workaround #1535Standardized node.textContent is available since IE9
clean up the onselect callbackThis makes sure the provided callback is using alphanumerics only. I'mnot sure this is needed, but better safe than sorry.
Revert "Revert "make reuse of mediamanager popup easier""because we actually want it in this branch ;-)This reverts commit 38a2174b1dd098290d4b853df853c1072369377d.
Revert "make reuse of mediamanager popup easier"this was an accidental commit to masterThis reverts commit f7f7fb6c2b301fc145bf78687261f89e446e89ae.
make reuse of mediamanager popup easierThis introduces a mechanism to override what happens when a media itemis selected in the media manager popup by providing a callback name inthe URL. The def
make reuse of mediamanager popup easierThis introduces a mechanism to override what happens when a media itemis selected in the media manager popup by providing a callback name inthe URL. The default implementation just does whatdw_mediamanager.insert did before and calls insertTags()
show more ...
Add an in-progress class to the quicksearch form.This change adds a new class to the quicksearch's <form>element while the quicksearch is running. This is tomake it easier to style the form, e.g.
Add an in-progress class to the quicksearch form.This change adds a new class to the quicksearch's <form>element while the quicksearch is running. This is tomake it easier to style the form, e.g. with a throbber gifin the search box, to indicate that something is happening.For slow connections, it is sometimes not apparent thatwaiting for a few seconds will present the user with a listof matching pagenames.The new 'searching' class is added just before the POSTrequest is sent, and cleared both on successful completionand when the search box is cleared.
rtl styles for media manager. Requires also rtl depended change in javascript..handle 'e' set a resize handle at east side, 'w' at west side.
little cleanup media.js
locktimer: removed deprecrated stuff and some cleanup
removed deprecated JavaScript
improve aria attribute handling. closes #1142adds aria handling to makeToggle and allows to supress it in dw_toggle
changed all input type=submit buttons to button type=submit button for better stylability
Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175
Add pipe to end of link pasted w/o titleIt is helpful if the pipe is still inserted by the linkwizard when thereis no title. This increases usability for beginners.
Add comment to explain purpose of folliwing lines
Move cursor to the end of the text in input
Update toolbar.jsWhen the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `
Update toolbar.jsWhen the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, and advpng -z4 -i60.
12345678910>>...25