[dokuwiki] git changes 2018-03-27

  • From: xref@xxxxxxxxxxxx (DokuWiki Develtools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Tue, 27 Mar 2018 03:00:03 +0200


Good Morning!

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

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

http://github.com/splitbrain/dokuwiki/commit/b4384f3c5faab3ea190bafcd1d7eb46076a87b72
Merge: 0383fb8 fe745be
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Mon Mar 26 11:33:57 2018 +0200

    Merge pull request #2273 from splitbrain/staticSaltInTests
    
    feat: make auth salt static in test environments


http://github.com/splitbrain/dokuwiki/commit/0383fb8b8fe6adf0fb0c553b268b23d4edf5230e
Merge: c1a7ae7 fcfe300
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Mon Mar 26 11:30:35 2018 +0200

    Merge pull request #2283 from splitbrain/removeInstallerHashCheck
    
    Remove installer conf/dokuwiki.php hash check


http://github.com/splitbrain/dokuwiki/commit/fcfe300b617e9cda2a782b1903bd85568aaec204
Author: Michael Große <grosse[at]cosmocode.de>
Date:   Wed Mar 21 14:34:46 2018 +0100

    Remove installer conf/dokuwiki.php hash check
    
    This check was useful in ages past, when there was no conf/local.php
    
    However, nowadays it causes the installer to fail with the snapshot
    version of DokuWiki and since we now have a dedicated local.php, it has
    become obsolete.


http://github.com/splitbrain/dokuwiki/commit/fe745becc967a06e71a1773875066969b7e935eb
Author: Michael Große <grosse[at]cosmocode.de>
Date:   Mon Mar 19 15:50:41 2018 +0100

    tests: use non-empty string for static salt
    
    As pointed out by [at]klap-in, an empty string may evaluate to false in
    some circumstances. This is something we may not want. Using a string
    like 'test' should therefore be more robust.


http://github.com/splitbrain/dokuwiki/commit/a1fe3c9c4555d3b89543c700582386e9f3d2bb45
Author: Michael Große <grosse[at]cosmocode.de>
Date:   Tue Jan 30 13:29:14 2018 +0100

    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

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

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-03-27 - DokuWiki Develtools