- Apr 17, 2018
-
-
Domingo Redal authored
-
Phy authored
Translation update (ru)
-
Yuriy Skalko authored
-
- Apr 15, 2018
-
-
Andreas Gohr authored
Geshi Option parsing
-
Andreas Gohr authored
fallback for new section editing. fixes #2311
-
Andreas Gohr authored
Prevent HTML and JS injection in section names
-
Michael Hamann authored
Before this change, HTML and some JS code (as far as it was not escaped by json_encode) could be injected into the output as the closing pattern that is checked by the regex is not escaped in JSON (see test case).
-
- Apr 14, 2018
-
-
Andreas Gohr authored
The displayed message now shows the target that was passed, which should help identifying the troubling plugin. Instead of failing, we fix the data ourselves - this code will be removed in the future.
-
Andreas Gohr authored
DokuHTTPClient: Add handling for 204: No Content responses
-
- Apr 13, 2018
-
-
Andreas Gohr authored
Translation update (hr)
-
Davor Turkalj authored
-
Michael Große authored
This fixes a bug that would occur if the DokuHTTPClient receives a 204 response, e.g. as a result for a request to delete something. It would still try to read the body, which fails, thus producing a timeout and finally throwing an exception. This fix instructs the HTTPClient to not read the (not existing) body if it receives a 204.
-
Andreas Gohr authored
monkey patched GeSHi/geshi-1.0#104
-
Andreas Gohr authored
Quotes are now optional, the options are spearated by space
-
Andreas Gohr authored
bring back the namespace in braces for pagelookup results
-
Andreas Gohr authored
* private_testing: (375 commits) make testing of inaccessible methods easier updated composer dependencies renamed ActionRouter::checkPermissions to checkPreconditions shortened new search configs Section edit: corrected pattern 'SEC_EDIT_PATTERN' fix regex character class. fixes #2301 fix: switch extensions if stylesheet in style.ini doesn't exist refactor: rename and move function to set $JSINFO typo. capital P for class name fix: add missing global $ACT for $JSINFO refactor: use native json_encode for $JSINFO refactor: rename JSINFO.DOKU_UHN and JSINFO.DOKU_UHC refactor: extract $JSINFO initialization into tpl_ function refactor: rename dta and dtb parameters doc(search): parameter must be string or false doc(search): highlight is expected to be an array show adavanced tools with JavaScript only adjusted language files to remove outdated string removed sub header from all languages added aria attributes ...
-
Andreas Gohr authored
While it's generally frowned upon testing privates, it can often be useful and the easier way to write tests. Eg you want to test something complicated method that is important, but you do not want to expose it directly to other classes... This new method uses reflection to make access to such methods possible from within tests without the need for intermediate classes.
-
Andreas Gohr authored
-
Michael Große authored
This was unintentionally removed in 4eab6f7c It also should now be clearer what the code does. This fixes #2305
-
- Apr 12, 2018
-
-
Andreas Gohr authored
As discussed in #1933
-
- Apr 11, 2018
-
-
Andreas Gohr authored
shorter names are more in line with what we already use, makes less layout problems in the documentation and is easier to type when telling people about it.
-
- Apr 10, 2018
-
-
LarsDW223 authored
This fixes broken nested section edit buttons which were causing invalid HTML code. The pattern has to be 'not greedy'. Fixes #2304.
-
- Apr 05, 2018
-
-
Andreas Gohr authored
switch extensions if stylesheet in style.ini doesn't exist (backwards compatibility)
-
Andreas Gohr authored
-
Michael Große authored
This should give us some backwards compatibility for changing files in dokuwiki template from .css to .less This way template authors get a warning to adjust their template, it won't break right away. This should prevent breaking search pages in other templates due to pull request #2286 .
-
Andreas Gohr authored
feat: canonically provide $ACT to javascript
-
Michael Große authored
This is a more consistent place relative to pageinfo()
-
Andreas Gohr authored
New CLI Plugin Type
-
Andreas Gohr authored
-
Michael Große authored
Better core search
-
Michael Große authored
PWA manifest and new @ini_theme_color replacement
-
- Mar 29, 2018
-
-
Michael Große authored
-
Michael Große authored
json_encode is available natively since PHP 5.2
-
Michael Große authored
This should make their purpose more obvious.
-
Michael Große authored
-
Michael Große authored
They are now named min and max respectively, which is hopefully less cryptic.
-
- Mar 28, 2018
-
-
Michael Große authored
-
Michael Große authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-