| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.
It was accidentally pused to master before review. A PR with a revert
for the revert will be pushed shortly.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
attr
Related to #1546.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
better stylability
|
| |
|
| |
|
| |
|
|
|
|
| |
this fixes another IE javascript problem in edit mode
|
|
|
|
| |
A trailing comma created an empty array item causing IE8 to choke.
|
| |
|
| |
|
| |
|
|
There are probably more functions that should go in here
|