| 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 |
| fb008d31 | 08-Feb-2018 |
Iain Hallam <iain@nineworlds.net> |
Match documentation to function |
| c4a386f1 | 08-Feb-2018 |
Iain Hallam <iain@nineworlds.net> |
Added return flags to breadcrumbs and you are here to allow later processing |
| c9071834 | 05-Feb-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: move manifest functions to more intuitive places |
| 10b4c843 | 01-Feb-2018 |
Michael Große <grosse@cosmocode.de> |
feat: ensure that the cope is always only the current wiki |
| 6f858236 | 01-Feb-2018 |
Michael Große <grosse@cosmocode.de> |
feat: use style replacements for background and theme color
This also adds the default theme color for the DokuWiki template as the green from the existing links. |
| fb1f9089 | 01-Feb-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: extract css utils to an autoloaded class
The goal is to make the css replacement accessible in other contexts, for example for the manifest. |
| a1fe3c9c | 30-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
feat: make auth salt static in test environments
There are circumstances where we may want to test generated content that uses the auth salt, for example when one tests the rendering of external ima
feat: make auth salt static in test environments
There are circumstances where we may want to test generated content that uses the auth salt, for example when one tests the rendering of external images where the url contains a token from media_get_token
show more ...
|
| feea8cb6 | 29-Jan-2018 |
peterdd <ddpm@liscovius.de> |
move class DokuHTTPClient behind HTTPClient
2 different people reported errors that seems to be solved when following the "If a class extends another, then the parent class must be declared before t
move class DokuHTTPClient behind HTTPClient
2 different people reported errors that seems to be solved when following the "If a class extends another, then the parent class must be declared before the child class structure." of http://php.net/manual/en/language.oop5.inheritance.php
Couldn't exactly reproduce under which php/environment the problem occurs, but following the MUST of the PHP documentation seems not to be wrong..
https://github.com/Flyspray/flyspray/pull/647
show more ...
|
| 34ae4fb1 | 28-Jan-2018 |
lempel <riverlempel@hotmail.com> |
translation update |
| ff1e4eae | 24-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
fix: add default manifest.json
This should have been part of the previous commit 5e0255e36bf156b973d6ab46192daa88891c0027
Some simple static defaults for the PWA manifest |
| 5e0255e3 | 24-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
feat: provide web app manifest (dynamically geneated) |