| f640692e | 08-Jan-2020 |
Tuomo Hartikainen <tuomo.hartikainen@heksia.fi> |
translation update |
| 66df75b2 | 05-Jan-2020 |
Eric Haberstroh <ehaberstroh@gmail.com> |
translation update |
| 80a9d315 | 30-Dec-2019 |
leimerp <leimerp@users.noreply.github.com> |
allow windows shares for Edge browser |
| 4a52f4c5 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix: Array to string conversion for array_diff_key/assoc |
| aac83cd4 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 4: Trying to access array offset on value of type bool/null |
| 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 |
| ff419d89 | 30-Oct-2019 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Final project-wide check of curly brace deprecations. |
| 5312cb0b | 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 |
| 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. |
| 267a5463 | 23-Oct-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Revert "sort plugins in Config Manager"
This reverts commit d2a8ea656a16abfd37fe4ffb58d1cf7e4ddf2e15. |
| 3faa6438 | 22-Oct-2019 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| 57d571a2 | 21-Oct-2019 |
Andreas Gohr <andi@splitbrain.org> |
clarified trustedproxy setting |
| 2b1bb8ff | 21-Oct-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
eliminate access to global $plugin_controller |