[dokuwiki] git changes 2024-02-10

  • From: DokuWiki Develtools <xref@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 10 Feb 2024 03:00:02 +0100


Good Morning!

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

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

http://github.com/dokuwiki/dokuwiki/commit/2c978aed5aecf1f9f21a94e0bfa7e66c19141dd1
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 9 18:47:48 2024 +0100

    sprintf expects ...args instead of an array. fixes #4193


http://github.com/dokuwiki/dokuwiki/commit/1418a776f1a5512577c7584cf220836501c58db0
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 9 12:57:14 2024 +0100

    API: legacy compatibility fix
    
    wiki.getAllPages and dokuwiki.getPagelist differed in how the last
    modification timestamp was communicated.
    
    This should fix splitbrain/dokuwiki-plugin-sync#70


http://github.com/dokuwiki/dokuwiki/commit/d602927bd9847b12f5f45e64b3defe852999009e
Merge: 9e3e140bb 64e1c19b9
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 9 11:40:21 2024 +0100

    Merge pull request #4195 from gerardnico/patch-1
    
    Reintroduce the FEED_DATA_PROCESS event


http://github.com/dokuwiki/dokuwiki/commit/9e3e140bb0697fe0d33503a61a795abf9d237c98
Merge: 29bc60621 71808afbe
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 9 11:12:34 2024 +0100

    Merge pull request #4189 from dokuwiki/logoaspect
    
    fix logo aspect ratio and printing. fixes #4187


http://github.com/dokuwiki/dokuwiki/commit/29bc60621d5f6d97e5a66f775de78f4cade76234
Merge: ab86a1cdf 643ea3a6e
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 9 11:12:12 2024 +0100

    Merge pull request #4188 from dokuwiki/tablefix
    
    fix overeager optimization in Table handler. fixes #4186


http://github.com/dokuwiki/dokuwiki/commit/64e1c19b92bde812ff33823852c8774c7892500f
Author: Nickeau <gerardnico[at]users.noreply.github.com>
Date:   Thu Feb 8 15:54:31 2024 +0100

    Reintroduce the FEED_DATA_PROCESS event
    
    As explained here:
    https://github.com/dokuwiki/dokuwiki/issues/4191


http://github.com/dokuwiki/dokuwiki/commit/71808afbef7727eb3440365c666a164db1be1b8e
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Wed Feb 7 09:30:45 2024 +0100

    fix logo aspect ratio and printing. fixes #4187


http://github.com/dokuwiki/dokuwiki/commit/643ea3a6eaa27d23e64c1e9e0bac118f6174594d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Wed Feb 7 09:09:09 2024 +0100

    fix overeager optimization in Table handler. fixes #4186
    
    This reverts an optimization introduced in
    bcaec9f47d06126b3e653fea89a86d8b6a6cbef8
    
    The number of elements in $this->tableCalls may change during the loop,
    so they need to be recounted on every step. To protect it from being
    "optimized" again, the loop was changed into a while loop.
    
    Ultimately it should be checked if this method could be optimized in
    another way.

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

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 2024-02-10 - DokuWiki Develtools