| fcfe300b | 21-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
Remove installer conf/dokuwiki.php hash check
This check was useful in ages past, when there was no conf/local.php
However, nowadays it causes the installer to fail with the snapshot version of Dok
Remove installer conf/dokuwiki.php hash check
This check was useful in ages past, when there was no conf/local.php
However, nowadays it causes the installer to fail with the snapshot version of DokuWiki and since we now have a dedicated local.php, it has become obsolete.
show more ...
|
| bb8ef867 | 20-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): add search assistance for simple queries
This add some search assistance to simple, single-word search queries which may be restricted to a single namespace.
Further improvements: * b
feat(search): add search assistance for simple queries
This add some search assistance to simple, single-word search queries which may be restricted to a single namespace.
Further improvements: * better styling * trigger events for other plugins * set namespaces directly from fulltext search results * some more config options
show more ...
|
| d3ca9ff8 | 20-Mar-2018 |
Wojciech Lichota <wojciech@lichota.pl> |
translation update |
| 1d8a330a | 19-Mar-2018 |
Wojciech Lichota <wojciech@lichota.pl> |
translation update |
| 427ed988 | 19-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(Search): Add search form on results page
Add the search form on the results page itself. This form will be used to add more options to refine the search further. |
| 21fcef82 | 19-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor(Search): refactor html_search into Ui/Search
This commit should be without functional changes. |
| fe745bec | 19-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
tests: use non-empty string for static salt
As pointed out by @klap-in, an empty string may evaluate to false in some circumstances. This is something we may not want. Using a string like 'test' sho
tests: use non-empty string for static salt
As pointed out by @klap-in, an empty string may evaluate to false in some circumstances. This is something we may not want. Using a string like 'test' should therefore be more robust.
show more ...
|
| 873d6202 | 19-Mar-2018 |
Wojciech Lichota <wojciech@lichota.pl> |
translation update |
| dceb2cc1 | 07-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: drop JSON error handling
This isn't really the best place for that error handling. |
| f3d2b6ae | 07-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: use exit instead of return in the global scope |
| 6c4fa3b3 | 07-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: StyleUtils is already handled by the autoloader
Since StyleUtils has a namespace, it is already handled correctly by the autoloader. This is further underlined by the fact that the removed line
fix: StyleUtils is already handled by the autoloader
Since StyleUtils has a namespace, it is already handled correctly by the autoloader. This is further underlined by the fact that the removed line isn't actually working because of the missing `s` in the classname.
show more ...
|
| 40ca8540 | 07-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(metaheaders): Set theme-color meta header
This color is for example shown in Chrome on Android as menu-bar coloring. |
| b52493c2 | 07-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat: add DokuWiki SVG logo |
| 2d8226d6 | 07-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(PWAManifest): Use sensible defaults for icons
Defining SVG both as 17x17 and 512x512 is intended to support custom splash screens, though the documentation is somewhat unclear. This currently s
feat(PWAManifest): Use sensible defaults for icons
Defining SVG both as 17x17 and 512x512 is intended to support custom splash screens, though the documentation is somewhat unclear. This currently satisfies the Google Lighthouse auditing tool.
show more ...
|
| 4a3e16c0 | 06-Mar-2018 |
Frederico Gonçalves Guimarães <frederico@teia.bio.br> |
translation update |
| 036f7634 | 06-Mar-2018 |
Phy <git@phy25.com> |
use expectException instead of setExpectedException for PHPUnit |
| 3c1490b3 | 06-Mar-2018 |
Phy <git@phy25.com> |
remove createMock & createPartialMock polyfill, dropping support for PHPUnit 5.7- |
| c6daab83 | 06-Mar-2018 |
Seungheon Song <esketch@gmail.com> |
translation update |
| ac6ceee3 | 16-Feb-2018 |
Michael Große <grosse@cosmocode.de> |
fix(manifest): check if manifest action enabled before sending |
| 5f47c6b3 | 15-Feb-2018 |
Oleksii <alexey.furashev@gmail.com> |
translation update |
| ec57f119 | 04-Jan-2018 |
LarsDW223 <lars_paulsen@web.de> |
Refactored section edit
The data for the section edit button is now passed as an assoziative array which is encoded in the '#<!-- EDIT(.*) -->#' placeholder as an JSON array. |
| 5df46fb6 | 14-Feb-2018 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
| ac251797 | 14-Feb-2018 |
Andreas Gohr <gohr@cosmocode.de> |
try to display an error when installer is run without php
When a server has no PHP support enabled, it will either prompt to download a PHP file or may display it as HTML instead. When a user tries
try to display an error when installer is run without php
When a server has no PHP support enabled, it will either prompt to download a PHP file or may display it as HTML instead. When a user tries to run install.php with a server that does the latter, they will see some weird garbage with the browser trying to interpret raw PHP as HTML. This pathc adds a warning at the top, telling the user what is going on.
show more ...
|
| 5404d005 | 10-Feb-2018 |
Simon <sbx@protonmail.ch> |
translation update |
| 66ad5287 | 10-Feb-2018 |
Simon <sbx@protonmail.ch> |
translation update |