[dokuwiki] git changes 2018-06-22

  • From: xref@xxxxxxxxxxxx (DokuWiki Develtools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 22 Jun 2018 03:00:02 +0200


Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/cbaf278c50e5baf946b3bd606c369735fe0953be
Merge: 2ead9e5 21c0177
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu Jun 21 09:25:21 2018 +0200

    Merge pull request #2429 from xela74/master
    
    Fix .htaccess files for Apache 2.4 (and 2.2)


http://github.com/splitbrain/dokuwiki/commit/2ead9e5403841b5e42cd4081a2c0c86d205cb67e
Merge: e954c88 018871f
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu Jun 21 09:20:52 2018 +0200

    Merge pull request #2430 from bwanders/patch-1
    
    Change `const` use to `var` for Safari 9 (on iOS)


http://github.com/splitbrain/dokuwiki/commit/018871f404aa105043a53fab07a89c89dc0177ac
Author: Brend Wanders <brend[at]13w.nl>
Date:   Tue Jun 19 15:15:58 2018 +0200

    Change `const` use to `var` for Safari 9 (on iOS)
    
    Safari 9 in iOS does not support the use of `const` in strict mode. 
Unfortunately, some of us are stuck with Safari 9 due to not being able to 
upgrade.
    
    I am a big fan of progressive enhancement, but because all javascript code 
is packed together and sent off to the client, this small incompatibility 
breaks all javascript for safari 9 browsers. Switching these two keywords makes 
everything work again.
    
    There are no other uses of `const` in the codebase as far as I can find. 
This change has little to no impact on anything else, but slighlty extends the 
range of supported browsers.


http://github.com/splitbrain/dokuwiki/commit/21c01779b1003a9599d6d7f75a0086c9c8a9e953
Author: Alexander Achenbach <xela[at]slit.de>
Date:   Sun Jun 17 16:48:11 2018 +0200

    Fix .htaccess files for Apache 2.4 (and 2.2)
    
    Refer to module by suitable file name (mod_*.c).
    Test for mod_authz_core.c (instead of mod_authz_host.c) to properly
    detect Apache 2.4 and avoid false positive for Apache 2.2.

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] git changes 2018-06-22 - DokuWiki Develtools