cf833595 | 11-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
PSR-12 coding style |
7be7cd38 | 11-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
respect conf['target'] for Docs and Bugs links
fix #2912 |
f531b2b2 | 11-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
better variable name |
fc6b11d2 | 26-Jan-2020 |
Michael Große <mic.grosse@googlemail.com> |
Add feature flag for deferred javascript
This adds a feature flag for the jQuery and main-js requests added in #2786 and #2958. This adds only a single feature flag since deferring jQuery without d
Add feature flag for deferred javascript
This adds a feature flag for the jQuery and main-js requests added in #2786 and #2958. This adds only a single feature flag since deferring jQuery without deferring the main javascript request is likely to cause errors and confusion.
The feature flag defaults to "on" as this should be unproblematic except for a few plugins. Also, with this flag being on by default, it should see more usage and is more likely to uncover existing issues.
This feature flag should be removed once this feature is deemed safe.
show more ...
|
9d112640 | 24-Jan-2020 |
PBU <pbu@xs4all.nl> |
translation update |
2f5645ef | 19-Jan-2020 |
Phy <git@phy25.com> |
add trim, and polish test_quotes of css_compress, again
An edge case that space at the beginning won't get removed. |
868bf7c9 | 19-Jan-2020 |
rusly-id <rusly-id@users.noreply.github.com> |
translation update |
6527515c | 15-Jan-2020 |
Michael Große <mic.grosse@googlemail.com> |
Fix one remaining line being too long for PSR-12
This slipped in with #2957 between the checks on #2945 being run and that pull request being merged. |
38a4a86e | 09-Jan-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Added password change support for argon2i/argon2id, added matching config options and hash_X functions |
96f7b5b5 | 08-Jan-2020 |
Peter Mydliar <peto.mydliar@gmail.com> |
translation update |
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. |