| ef56e001 | 29-Nov-2019 |
Petr Kajzar <petr.kajzar@lf1.cuni.cz> |
Update links and copyright year in documentation
- Remove few dead links.
- Move links from HTTP to HTTPS, this should be standard.
- Update year 2015 to 2019. |
| 675b6d9c | 29-Nov-2019 |
Petr Kajzar <petr.kajzar@lf1.cuni.cz> |
translation update |
| ee6718ca | 29-Nov-2019 |
Petr Kajzar <petr.kajzar@lf1.cuni.cz> |
translation update |
| 890adb80 | 29-Nov-2019 |
petrkajzar <58340153+petrkajzar@users.noreply.github.com> |
Remove unnecessary X-UA-Compatible header
Nowadays there is no need to specify such X-UA-Compatible header for these reasons:
1. "chrome=1" refers to the Chrome Frame, which has been retired in 2
Remove unnecessary X-UA-Compatible header
Nowadays there is no need to specify such X-UA-Compatible header for these reasons:
1. "chrome=1" refers to the Chrome Frame, which has been retired in 2014 and is not used nor supported any more. See https://blog.chromium.org/2013/06/retiring-chrome-frame.html. Specifying "chrome=1" causes the only error when validating DokuWiki through W3 validator (although this is a HTTP header).
2. "IE=edge" is the default document mode starting with IE 11 (and in Edge, of course). Therefore specifying document mode to EdgeHTML is obsolete. Moreover, starting with Windows 10 (2015/2016), document modes are deprecated. See https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/dn384051(v=vs.85).
show more ...
|
| 69ac5662 | 26-Nov-2019 |
Domingo Redal <docxml@gmail.com> |
translation update |
| f38441e4 | 23-Nov-2019 |
Schopf <pschopf@gmail.com> |
translation update |
| 5a3e8563 | 23-Nov-2019 |
Schopf <pschopf@gmail.com> |
translation update |
| dc6b1bd8 | 22-Nov-2019 |
Michael Loßin <bugs@michael-lossin.de> |
Update lang.php |
| b57bd921 | 16-Nov-2019 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 697054fb | 05-Nov-2019 |
Yuriy Skalko <yuriy.skalko@gmail.com> |
translation update |
| 767b83f9 | 31-Oct-2019 |
Andreas Gohr <gohr@cosmocode.de> |
make addPluginCall accessible again
Some plugins are using this method. |
| 31c0895a | 31-Oct-2019 |
Andreas Gohr <gohr@cosmocode.de> |
make addCall accessible again. fixes #2887
It also reintroduces _addCall() as a deprecated alias. |
| fc21b37b | 31-Oct-2019 |
Andreas Gohr <gohr@cosmocode.de> |
Ignore certain HTML validity errors
We use the ugc (user generated content) value for no-follow links since #2855 this is not yet supported in the validator.
This patch introduces a list of ignored
Ignore certain HTML validity errors
We use the ugc (user generated content) value for no-follow links since #2855 this is not yet supported in the validator.
This patch introduces a list of ignored error messages.
show more ...
|
| ff419d89 | 30-Oct-2019 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Final project-wide check of curly brace deprecations. |
| 63b6cc52 | 30-Oct-2019 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix curly brace deprecations in _test/ directory. |
| 2401f18d | 30-Oct-2019 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix curly brace syntax. PHP 7.3 deprecations in inc/ directory. |
| 7dd2811c | 31-Oct-2019 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 5312cb0b | 03-Oct-2019 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix PHP 7.3 deprecations in lib/ directory. |
| 17c9f7b3 | 03-Oct-2019 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix PHP 7.3 deprecations in lib/ directory. |
| 1b027115 | 27-Oct-2019 |
Henry Pan <git@phy25.com> |
clarified trustedproxy - empty = trust no proxy |
| 8dd75a5c | 25-Oct-2019 |
C!own77 <clown77@posteo.de> |
translation update |
| d89b5df6 | 23-Oct-2019 |
Michael Loßin <bugs@michael-lossin.de> |
Update de, de-informal |
| 8f6611d2 | 23-Oct-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix php errors
remove unnecessary "public" |
| 9c3f55f8 | 23-Oct-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
sort plugins in plugin_list() |
| 69a5fafd | 23-Oct-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Revert "eliminate access to global $plugin_controller"
This reverts commit 2b1bb8ffafe5d72c35b81659b1d96b8dc19f0de3. |