[dokuwiki] git changes 2023-04-05

  • From: DokuWiki Develtools <xref@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 05 Apr 2023 03:00:03 +0200


Good Morning!

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

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

http://github.com/dokuwiki/dokuwiki/commit/fac3e3ef7b3b7ae57507661ad671e4046e129fe8
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Apr 4 18:42:47 2023 +0200

    Release Action: Use the correct download URL
    
    This should hopefully correctly download the TGZ file in the deployment
    step. If it really works, we will only see on the next release.


http://github.com/dokuwiki/dokuwiki/commit/53995387957eade130326fba72a87466556093f5
Merge: 9b668cef8 d0eb8bfe2
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Apr 4 09:08:30 2023 +0200

    Merge pull request #3935 from dokuwiki/mediamanagerheight
    
    simplify media manager panel height


http://github.com/dokuwiki/dokuwiki/commit/d0eb8bfe20f8cf1dbc9e94d9eb82dcfbdf6af149
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Thu Mar 30 15:44:56 2023 +0200

    simplify media manager panel height
    
    The height of the panel was calculated in JavaScript, trying to use the
    remaining space. With larger headers that lead to a relatively small
    area. In addition the height calculation behaved weirdly on certain
    resolutions (in some templates) resulting in a decreasing height on each
    image interaction.
    
    This patch simply sets the panel height 60% of the browser window using
    the vh unit (which was not available when the media manager was
    written).
    
    To keep backward compatibility and not accidentally break a bunch of
    templates, the height is still set from JavaScript but only once instead
    of updating it on every resize operation.
    
    A proper refactoring of the whole media manager code is still something
    we need to tackle in the future, but this change should make it slightly
    better.

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

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 2023-04-05 - DokuWiki Develtools