| Commit message (Collapse) | Author | Age |
|\
| |
| | |
Fix CodeSniffer violations
|
| |
| |
| |
| |
| | |
Fix violations for the following sniff
DokuWiki.WhiteSpace.ScopeIndent
|
|/
|
|
|
|
|
| |
Fix violations for the following sniff
DokuWiki.Functions.OpeningFunctionBrace
Also removed an extraneous semicolon.
|
|
|
|
|
| |
Remove whitespace from end of lines to reduce the number of CodeSniffer
violations.
|
|\
| |
| | |
Mediamanager list ordering
|
| |
| |
| |
| | |
also allow the order to be specified in more places.
|
| | |
|
|\ \
| | |
| | | |
allow for a style.ini in conf/<tpl>/style.ini
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
This is another go at what pull request #227 tried to do. This removes
support for a style.local.ini in the template file in preference of a
style.ini in the conf folder
|
| |
| |
| |
| |
| | |
aren't useful and available. This is just for adding more values in
e. g. an action plugin.
|
|/ |
|
|\
| |
| | |
Added check of token in fetch.php for external images.
|
| |\ |
|
| |\ \ |
|
| |\ \ \ |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* less:
check less compilation for errors
removed possibility to have rtl.less files in plugins
switched to LESS variables in rest of template's css files
unlessified and lessified a few more css
fixed broken structure
removed debug statement. sorry
convert ini replacements to less vars first
make sure calculations are correct
lessified more files
lessyfied another one
lessyfied the first of template's CSS files
fixed ini replacement to less variables stuff
added missing lessc library
add LESS support
Conflicts:
inc/load.php
lib/tpl/dokuwiki/css/basic.less
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This now gives proper files and line numbers for errors
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This makes it possible to safely overwrite ini replacements from within
any less file
|
| | | | | | |
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
still needs testing
|
| |_|_|/
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
In debug mode: catch and log JS errors with file information
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When debugging is enabled (allowdebug enabled) JS errors are now catched
for each non-core JS file and logged with the additional information
from which file they came. This should make it easier to find out which
plugin is the cause for broken JS code. The feature isn't enabled by
default as defining functions inside try-clauses isn't allowed in strict
mode and causes a warning at least in Firefox.
|
|\ \ \ \
| |_|/ /
|/| | | |
Fixes validation problems with base64 encoded images in CSS.
|
| |/ / |
|
|/ / |
|
|\ \
| |/
|/| |
FS#2415, add $INFO to mediamanager
|
| | |
|
| |
| |
| |
| | |
DETAIL_STARTED event
|
| |
| |
| |
| | |
pre-existing
|
| |\ |
|
| | |
| | |
| | |
| | | |
MEDIAMANAGER_STARTED after mediainfo() sets up )
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before this fix the debug parameter always prevent the GIF from being
sent even though no actual debug information was returned unless the
allowdebug configuration option was set. Now the GIF is only disabled if
debugging is actually allowed.
|
| | | |
|
| | |
| | |
| | |
| | | |
DDOS via fetch
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Previously the media manager created an empty namespace whenever you
opened a non-existing namespace with upload permissions. Now the current
namespace is only displayed in the tree but not actually created.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this disables the JavaScript compatibility layer which let pre-jQuery
migration plugins run with their old code.
This will break plugins using outdated JavaScript. These plugins have to
be updated according to https://www.dokuwiki.org/devel:jqueryfaq
As a courtesy to users, the compatibility.js is not deleted, yet.
Undoing this single patch can be used as a temporary workaround.
|