[dokuwiki] git changes 2022-08-06

  • From: DokuWiki Develtools <xref@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 06 Aug 2022 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/8e8e73a7317718894743233168d39f27aec8ded2
Merge: 8acc3ab2a 3f1685744
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Fri Aug 5 17:46:53 2022 +0200

    Merge pull request #3732 from TherealperO/master
    
    Update Recent.php


http://github.com/splitbrain/dokuwiki/commit/3f16857440e7ffc626bd0581ce8546817754310b
Author: TherealperO <110610509+TherealperO[at]users.noreply.github.com>
Date:   Fri Aug 5 09:19:18 2022 -0400

    Update Recent.php
    
    Fix bug in line 158:
    
    Change
       $itemType = $info['mode'] = $info['media'] ? 'media' : 'page';
    to
       $itemType = $info['media'] ? 'media' : 'page';


http://github.com/splitbrain/dokuwiki/commit/8acc3ab2a5c30044cead4210062c611d3559abc2
Merge: 3578bf969 3855b15ee
Author: Gerrit Uitslag <klapinklapin[at]gmail.com>
Date:   Fri Aug 5 14:22:32 2022 +0200

    Merge pull request #3731 from TherealperO/master
    
    Fix history for pages with dots in names


http://github.com/splitbrain/dokuwiki/commit/3855b15ee64947d1e86db49a5f5d99d6ecb674e4
Author: TherealperO <110610509+TherealperO[at]users.noreply.github.com>
Date:   Thu Aug 4 16:18:42 2022 -0400

    Update Recent.php
    
    Change to use $info['media'] instead of checking for dots in $ID to decide 
$info['mode'].


http://github.com/splitbrain/dokuwiki/commit/35bad86a8e9fcbdfffac09006151057217d2a88a
Author: TherealperO <110610509+TherealperO[at]users.noreply.github.com>
Date:   Thu Aug 4 16:01:08 2022 -0400

    Update changelog.php
    
    Change so `$x['media']` is always set to either true or false. This so in 
Recent.php `$recent['media']` is never null and won't cause undefined array key 
error in PHP8.


http://github.com/splitbrain/dokuwiki/commit/f8a541a256cb7bb975172369cc36ab7bae242b96
Author: TherealperO <110610509+TherealperO[at]users.noreply.github.com>
Date:   Thu Aug 4 15:09:09 2022 -0400

    Update PageDiff.php


http://github.com/splitbrain/dokuwiki/commit/921c2ae37b6aa71b72695911ce32bb060be13cda
Author: TherealperO <110610509+TherealperO[at]users.noreply.github.com>
Date:   Thu Aug 4 15:02:01 2022 -0400

    Update MediaDiff.php


http://github.com/splitbrain/dokuwiki/commit/4d8dc0ceb7cbd28a1dd27c478cc93c3d185e4b10
Author: TherealperO <110610509+TherealperO[at]users.noreply.github.com>
Date:   Thu Aug 4 14:59:35 2022 -0400

    Update PageRevisions.php
    
    Fix history for pages with dot in name


http://github.com/splitbrain/dokuwiki/commit/7efac80b6045d1cd3f04435dafa233e99575f26b
Author: TherealperO <110610509+TherealperO[at]users.noreply.github.com>
Date:   Thu Aug 4 13:22:54 2022 -0400

    Update MediaRevisions.php
    
    Fix history for pages with dot in name.


http://github.com/splitbrain/dokuwiki/commit/29baf676c1732c19ae46aedefdc7b8ce89a9eff5
Author: TherealperO <110610509+TherealperO[at]users.noreply.github.com>
Date:   Thu Aug 4 13:21:22 2022 -0400

    Update RevisionInfo.php
    
    Fix broken history for pages with dots in name

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

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 2022-08-06 - DokuWiki Develtools