[dokuwiki] git changes 2022-02-05

  • From: DokuWiki Develtools <xref@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 05 Feb 2022 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/056ce6f257bca482e52f2c727a36f4587b816f45
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 4 23:47:34 2022 +0100

    updated composer.lock


http://github.com/splitbrain/dokuwiki/commit/5c25a0714a8ef36fe8b57b70c8b59ee09eccaac1
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 4 23:46:08 2022 +0100

    updated slika to fix error in cropping


http://github.com/splitbrain/dokuwiki/commit/a30be5ec00ba89ade3ec8ffa407fa7e18824943c
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 4 23:20:23 2022 +0100

    fix linelengths in feed.php


http://github.com/splitbrain/dokuwiki/commit/ab74e8ec48060671aabe91e61a94cb615a0cb11b
Merge: 6ad59578a b021f0b4d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Feb 4 22:44:07 2022 +0100

    Merge pull request #3612 from splitbrain/resizecache
    
    correctly (re)cache modified images


http://github.com/splitbrain/dokuwiki/commit/b021f0b4d1700e2a9df697d489338f58066ac776
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu Jan 27 20:12:44 2022 +0100

    correctly (re)cache modified images
    
    The previous code used to cache the result of resize and crop image
    operations indefinitely. They only time these caches were refreshed were
    when the original source changed.
    
    This meant that changes in configuration (eg. the image quality setting)
    were never applied to existing images, neither were changes/improvements
    in the resizing code.
    
    This patch introduces a new Cache class for these kind of modification
    results.
    
    It also removes more duplicated code in media_resize_image and
    media_crop_image. Future refactorings may move this code into
    File\MediaFile
    
    This code should also fix currently weird results for plugin and
    screenshot in the extension manager - TBH I am not 100% sure what
    happened there but refreshing the cache once seems to solve the problem.

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

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