[dokuwiki] git changes 2021-02-05

  • From: DokuWiki Develtools <xref@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 05 Feb 2021 03:00:02 +0100


Good Morning!

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

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

http://github.com/splitbrain/dokuwiki/commit/8eb6b2dc77730355efb38eacb07ba0b50c7a8d1b
Merge: 3e60bacc9 98fe1ac90
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu Feb 4 20:05:22 2021 +0100

    Merge pull request #3395 from dregad/php8-warnings
    
    Fix a series of warnings on PHP 8


http://github.com/splitbrain/dokuwiki/commit/98fe1ac905783debfee6750c64335abf39f6db17
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 08:23:02 2021 +0100

    Remove ! operator causing unit tests to fail


http://github.com/splitbrain/dokuwiki/commit/c9dd70d11a4295044a397a0e8561d9bd53e26104
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 02:29:50 2021 +0100

    Fix Undefined array key in xhtml.php


http://github.com/splitbrain/dokuwiki/commit/357c9a39cea26bd0aad2cfa051db3c69bb15e0e9
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 02:29:03 2021 +0100

    Fix undefined array keys when displaying images


http://github.com/splitbrain/dokuwiki/commit/3fef852d67d1d603d42c484d11b902c71372b67c
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 02:17:16 2021 +0100

    Fix undefined array keys when displaying revisions


http://github.com/splitbrain/dokuwiki/commit/7c3926398e2471c5ab02c0fbae2fa8ab7c9f7e68
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 01:59:43 2021 +0100

    Fix Undefined array key in Search/Indexer.php


http://github.com/splitbrain/dokuwiki/commit/5fb6eef7d292954f8d676cf43b7dd1d916ec12a1
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 01:11:51 2021 +0100

    Fix Undefined array key warnings in template.php
    
    Warning: Undefined array key "__background__" in .../inc/ on line 1275
    
    Triggered for the following language strings: __text__, __background__,
    __text_alt__, __background_alt__, __text_neu__, __background_neu__,
    __border__ and __highlight__.


http://github.com/splitbrain/dokuwiki/commit/bbdbbeb8739eed897db555ba9fb88524dc516399
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 00:59:26 2021 +0100

    Fix warning when displaying PDF in Media manager
    
    Trying to access array offset on value of type bool in
    .../inc/JpegMeta.php on line 1322


http://github.com/splitbrain/dokuwiki/commit/c10f256a395045117bcd101666701072f5ddec13
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 00:45:30 2021 +0100

    Fix Undefined array key "DOKU_PREFS" in common.php


http://github.com/splitbrain/dokuwiki/commit/fcfd50a85c54324e4555075624bdd213871310a7
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 00:41:45 2021 +0100

    Fix Undefined array keys in Diff.php
    
    Occurs when the selected revision is the first or last of the list,
    for both the left and right revs.


http://github.com/splitbrain/dokuwiki/commit/c63f6084cf03f6b54b813b49deecc3d124c8e232
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 00:15:41 2021 +0100

    Fix Undefined array key "current" warnings
    
    Multiple occurrences when showing a page's revisions.
    
    Fixes #3392


http://github.com/splitbrain/dokuwiki/commit/8574648baa617ace384011362f93c37c196a686d
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Wed Jan 27 00:12:39 2021 +0100

    Fix Undefined array key "ns" in search.php
    
    Shown when expanding namespaces in Media Manager.


http://github.com/splitbrain/dokuwiki/commit/0058ae75b034f9e50de72e9cab12f02cc9220a9e
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Tue Jan 26 23:41:26 2021 +0100

    Fix undefined array key warning in auth.php
    
    Got the following warnings on PHP 8.
    
    - Undefined array key "DW<cookie_hash>" in .../inc/auth.php on line 248
    - Trying to access array offset on value of type null in .../inc/auth.php 
on line 248


http://github.com/splitbrain/dokuwiki/commit/a8f9f939d45ed8e6a967361fe23834be0a23f115
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Tue Jan 26 23:39:35 2021 +0100

    Fix array access on null in Logger.php
    
    Fixes #3391


http://github.com/splitbrain/dokuwiki/commit/23420346128e0894d85f8475f8e0488fb80cdb24
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Tue Jan 26 13:43:49 2021 +0100

    Fix Undefined array key "fperm" warning
    
    Also removed a few, now unnecessary `!empty` checks
    
    Fixes #3382


http://github.com/splitbrain/dokuwiki/commit/ee4f28e375cf4047b0524963d68f20ed5f5da2b0
Author: Damien Regad <dregad[at]mantisbt.org>
Date:   Tue Jan 26 12:06:19 2021 +0100

    Fix warning in install.php on PHP 8
    
    Warning: Undefined array key "pop" in install.php on line 427
    
    In PHP 8, attempting to read an undefined array key throws a warning
    instead of a notice as in earlier versions [1].
    
    [1]: https://www.php.net/manual/en/migration80.incompatible.php

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

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-02-05 - DokuWiki Develtools