Good Morning!
This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.
---------------------------------------------------------------------
http://github.com/splitbrain/dokuwiki/commit/1203daccf5bdeb17ef24da4f09060dde67f346c8
Merge: 5459b9fa3 a7d03b81e
Author: Henry Pan <git[at]phy25.com>
Date: Wed Nov 25 18:53:51 2020 -0500
Merge pull request #3350 from dokuwiki-translate/lang_update_214_1606344717
Translation update (pt-br)
http://github.com/splitbrain/dokuwiki/commit/a7d03b81e6345a7c17e2b914f3b2fe164aca455e
Author: ANDRE BASSANI DE FREITAS <dedebf[at]gmail.com>
Date: Wed Nov 25 23:56:40 2020 +0100
translation update
http://github.com/splitbrain/dokuwiki/commit/5459b9fa38727c44d64ec997ab818012d6bf8e23
Merge: 59fb18196 3dc79ed87
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 22:18:36 2020 +0100
Merge branch 'pr/3240'
* pr/3240:
usermanager CLI: more cleanup
usermanager CLI: use success messages
usermanager CLI: fix parameter order for creating users
usermanager CLI: catch plugin signalled error messages
abort early when no auth backend is available
type hints and cleanup
typos
remove unused variable
add addToGroup and removeFromGroup
initial usermanager cli
http://github.com/splitbrain/dokuwiki/commit/3dc79ed87223d967a63e85c2d1adfb35a81d8457
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 22:17:40 2020 +0100
usermanager CLI: more cleanup
http://github.com/splitbrain/dokuwiki/commit/1a88e28379a3e6b65c06d816cdaf62c37b754b50
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 22:17:01 2020 +0100
usermanager CLI: use success messages
This makes it more consistent with the other tools
http://github.com/splitbrain/dokuwiki/commit/4fe4fe89aa838d277ad7dd1dcf7921ed1682e44d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 22:06:24 2020 +0100
usermanager CLI: fix parameter order for creating users
http://github.com/splitbrain/dokuwiki/commit/80fb44d96c31edecb8220a96c09a273e689b0332
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 22:02:09 2020 +0100
usermanager CLI: catch plugin signalled error messages
Plugins may prevent user modifications and will use msg() to tell why.
This will catch the messages and print them on CLI as well
http://github.com/splitbrain/dokuwiki/commit/e56df87425c2a6ea73c17a5c4b9dfb4a8c7b0ad1
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 22:01:42 2020 +0100
abort early when no auth backend is available
http://github.com/splitbrain/dokuwiki/commit/44c2bd91277fa8bfa38173548032293a8957917d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 21:49:23 2020 +0100
type hints and cleanup
http://github.com/splitbrain/dokuwiki/commit/59fb18196138dfceab3366ecb5ff4a0cabedf84f
Merge: 769d8ef12 7bbf38eeb
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 21:38:11 2020 +0100
Merge pull request #3342 from splitbrain/ghaction
Replace Appveyor and Travis with Github actions
http://github.com/splitbrain/dokuwiki/commit/769d8ef12dae7421dc3ee8fa63f3bdc2827ba5e6
Merge: f015cb768 190782098
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 21:03:29 2020 +0100
Merge pull request #3346 from splitbrain/userrevert
Allow revert action for logged in users only
http://github.com/splitbrain/dokuwiki/commit/f015cb7680eac2fcf6efed35a753206df8250b14
Merge: c843d5563 b09504a9b
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 20:58:40 2020 +0100
Merge pull request #3344 from splitbrain/smileys
SVG based smileys
http://github.com/splitbrain/dokuwiki/commit/190782098e8a7ad5791f02d665fc23b8206667dd
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 20:57:38 2020 +0100
stricter user check in AbstractUserAction
http://github.com/splitbrain/dokuwiki/commit/c843d5563e9426e7dd55767407d1e3bf79949c56
Merge: 6b6d27d96 5525369fb
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Wed Nov 25 20:53:43 2020 +0100
Merge pull request #3348 from ssahara/issue3339
set proper revinfo when media meta file is not available
http://github.com/splitbrain/dokuwiki/commit/5525369fbf713eb1d0c85e238de162b9f9201549
Author: Satoshi Sahara <sahara.satoshi[at]gmail.com>
Date: Sun Nov 22 16:51:30 2020 +0900
set proper revinfo when media meta file is not available
MediaChangelog::getRevision() may return false when media changes meta file
is missing, cause error unsupported operand types.
http://github.com/splitbrain/dokuwiki/commit/7bbf38eeb4aaf5ac1c3b4a2cea4cc0b371890f4a
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Fri Nov 20 23:52:08 2020 +0100
avoid running tests twice for pull requests
This implements the suggested method from [1]. It runs tests on all pushes
to
our own repository and for pull requests coming from other people's forks.
[1]
https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/10
http://github.com/splitbrain/dokuwiki/commit/2cf7c325f897f0ae87113cbffa6d7106a807c021
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Thu Nov 19 16:11:58 2020 +0100
Replace Appveyor and Travis with Github actions
Travis has recently introduced built limits which makes using them very
slow sometimes and I never really liked the setup for appveyor for our
Windows testing.
This makes use of github actions instead. Some notes:
* since we only support PHP 7.2+ anymore, nothing below is tested
* MySQL and Postgres auth backends are only tested on Linux (as before)
* I am not actually sure the problem matchers are working as intended
* There is currently no good way to run tests that are allowed to fail
so no PHP 8 tests are run yet
* I haven't reestablished the no-gzip test runs again, I'm not sure they
are still relevant on modern PHP systems
* PHP 7.4 currently fails because of
https://github.com/MarcusSchwarz/lesserphp/pull/18
* I'm currently using [at]v2 tags for the used action. We had a discussion
before if we should actually pin the action to a fixed commit. For
sake of easier maintainance, I would argue to trust the setup-php
action.
http://github.com/splitbrain/dokuwiki/commit/601a1f6035681df99fd3c393afa21be465812974
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Fri Nov 20 23:13:47 2020 +0100
Allow revert action for logged in users only
This should prevent accidental reverts by bots on open wikis
http://github.com/splitbrain/dokuwiki/commit/b09504a9ba668bc5e29701fd7c786d5757822b7a
Author: Andreas Gohr <andi[at]splitbrain.org>
Date: Fri Nov 20 00:46:01 2020 +0100
SVG based smileys
This patch replaces our old gif based smileys by SVG based ones from the
Twemoji project. This allows for scaling the emojis with the text
they're used in.
http://github.com/splitbrain/dokuwiki/commit/2bf5aa0cc82460a30630dd5d3b33229aa2b56256
Author: Karsten Kosmala <karsten.kosmala[at]gmail.com>
Date: Thu Aug 27 14:27:13 2020 +0200
typos
http://github.com/splitbrain/dokuwiki/commit/c93d7d342d653b1bbc2efa57d3fb3cee79cfc128
Author: Karsten Kosmala <kosmala[at]cosmocode.de>
Date: Thu Aug 27 14:13:01 2020 +0200
remove unused variable
http://github.com/splitbrain/dokuwiki/commit/ae26f74eded5b09ebe15a3294ac95fd6d2fdc016
Author: Karsten Kosmala <kosmala[at]cosmocode.de>
Date: Thu Aug 27 14:07:52 2020 +0200
add addToGroup and removeFromGroup
http://github.com/splitbrain/dokuwiki/commit/7faa86fad45f7649464577be15b241e6e2bfc003
Author: Karsten Kosmala <kosmala[at]cosmocode.de>
Date: Wed Aug 26 14:36:30 2020 +0200
initial usermanager cli
---------------------------------------------------------------------
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