[dokuwiki] git changes 2021-05-07

  • From: DokuWiki Develtools <xref@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 07 May 2021 03:00:02 +0200


Good Morning!

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

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

http://github.com/splitbrain/dokuwiki/commit/55c2f8c9858c38a70d317809fbfbee6439c10291
Merge: ffe9e8ace 70491ab4b
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu May 6 09:35:24 2021 +0200

    Merge pull request #3484 from Poorchop/patch-1
    
    Avoid potential horizontal overflow in mobile view


http://github.com/splitbrain/dokuwiki/commit/ffe9e8ace208359b7a8f6ec467cc81e7a372918e
Merge: 8180f91a4 6cf7b139c
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu May 6 09:32:50 2021 +0200

    Merge branch 'pr/3318'
    
    * pr/3318:
      auth_ismanager: fix group check on PHP8
      Simplify code for checking user groups
      Fix groups match in auth_ismanager and auth_isadmin


http://github.com/splitbrain/dokuwiki/commit/6cf7b139caf4cb0bfcf61b75d7ee5c24e0409a41
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu May 6 09:30:03 2021 +0200

    auth_ismanager: fix group check on PHP8
    
    casting and array access specifity seem to differ on PHP8, breaking the
    fix in 1525c2281e6bc28f12ce8a59976e68e5a0e788fa


http://github.com/splitbrain/dokuwiki/commit/8180f91a44637df04694c5b65d4323a68481add1
Merge: ecfa49033 a5be6e80a
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu May 6 09:19:22 2021 +0200

    Merge pull request #3472 from noparking/issue3470
    
    Fix to issue #3470


http://github.com/splitbrain/dokuwiki/commit/70491ab4bd996219baec31f36613b8f31837849f
Author: Poorchop <Poorchop[at]users.noreply.github.com>
Date:   Thu Apr 29 14:46:55 2021 -0400

    Avoid potential horizontal overflow in mobile view
    
    Long page names cause overflow in this element, which makes the whole page 
scroll horizontally in mobile Safari. This rule prevents that from happening by 
wrapping long text.


http://github.com/splitbrain/dokuwiki/commit/a5be6e80a84984cb5696da851b19fc948a99b1b0
Author: Jeff <jfberroyer[at]noparking.net>
Date:   Fri Apr 9 17:41:33 2021 +0200

    Fix to issue #3470


http://github.com/splitbrain/dokuwiki/commit/1525c2281e6bc28f12ce8a59976e68e5a0e788fa
Author: Anna Dabrowska <dabrowska[at]cosmocode.de>
Date:   Sun Mar 28 21:54:12 2021 +0200

    Simplify code for checking user groups


http://github.com/splitbrain/dokuwiki/commit/7f2c74793214d19a21bf43bb06786c57d5a92fdc
Merge: 66b108d62 69b577c6e
Author: Anna Dabrowska <dabrowska[at]cosmocode.de>
Date:   Sun Mar 28 21:29:58 2021 +0200

    Merge branch 'master' into auth-ismanager-check


http://github.com/splitbrain/dokuwiki/commit/66b108d62708a35dcdd0873df76237f02564d2a2
Author: Anna Dabrowska <dabrowska[at]cosmocode.de>
Date:   Wed Oct 28 20:09:14 2020 +0100

    Fix groups match in auth_ismanager and auth_isadmin
    
    Even if a user was passed to the check but no groups, current user's groups 
were used for the match

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

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 2021-05-07 - DokuWiki Develtools