History log of /dokuwiki/ (Results 326 – 350 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
79f150bd15-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Output more version data on the admin screen

Bug reports are often lacking crucial information about the environment
the wiki is run on and novice users often do not know how to obtain this
data.

T

Output more version data on the admin screen

Bug reports are often lacking crucial information about the environment
the wiki is run on and novice users often do not know how to obtain this
data.

This patch gathers some environmental information and outputs it next to
the DokuWiki version number on the admin screen.

Info included (if obtainable):

* PHP version
* Linux Distribution name and version
* Operating System and Version (refers to kernel version on linux)
* The PHP SAPI (modphp, cgi, fcgi)
* If running on kubernetes or docker

show more ...

606abce611-Apr-2024 Damien Regad <dregad@mantisbt.org>

Grammar: removed on, not removed in (date)

99a3dafa10-Apr-2024 Andreas Gohr <andi@splitbrain.org>

increase API version for new call, remove unused parameter

fb93418d10-Apr-2024 Andreas Gohr <andi@splitbrain.org>

remove obsolete TODO comment

c17acf8806-Apr-2024 mrgn <mo@pioka.pink>

translation update

25df03c805-Apr-2024 Philip Gabrielsen <philip@digno.no>

translation update

39a79d2602-Apr-2024 Zweihorn <4863737+Zweihorn@users.noreply.github.com>

Update deletedFiles.yml with the current ISO date.

Finally, the list of newly removed entries receives a header "# removed in $(date -I)" with the current ISO date.

3d8dbb1901-Apr-2024 Zweihorn <4863737+Zweihorn@users.noreply.github.com>

Update deletedFiles.yml with improved workflow

major improvements are:
- cleans this file from any re-introduced file
- adds deleted files to the top of the list
- takes extra care of full path n

Update deletedFiles.yml with improved workflow

major improvements are:
- cleans this file from any re-introduced file
- adds deleted files to the top of the list
- takes extra care of full path names (i.e. "^$E$" and "^$F$") to avoid cluttering grep with e.g., .txt and .txt_bak files
- uses data/deleted.files.tmp as lock file to produce a single trailing line only after adding any deleted files (thus the "cp" in the first "awk") and removes it (the "mv" in second "awk")

show more ...

3f8a89e527-Mar-2024 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

f51673e527-Mar-2024 Andreas Gohr <andi@splitbrain.org>

fix listing of plugin components

Plugins may have one main component of a type or they might have
multiple of the same type in a subdirectory.

Sometimes they may have both. This is often the case f

fix listing of plugin components

Plugins may have one main component of a type or they might have
multiple of the same type in a subdirectory.

Sometimes they may have both. This is often the case for organically
grown plugin, commonly with helper classes where a helper.php exists
first only to be extended by helper/*.php files later.

This patch fixes the listing of plugin(components) by type in the plugin
controller.

It also adjusts bin/plugin.php to handle plugin CLI components.

show more ...

4c1ed9da27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

usermanager: initialize auth sytem later

This prevents header errors when inspecting the CLI component in
plugin.php

ed46af8627-Mar-2024 Andreas Gohr <andi@splitbrain.org>

disable RemoveUnusedConstructorParamRector

At least until rectorphp/rector#8580 is fixed

885b0fb021-Mar-2024 Anushka Trivedi <21999998+opheliagame@users.noreply.github.com>

added API core.getMediaUsage

1c8e20e318-Mar-2024 Nelson Ion <nelson-ion@users.noreply.github.com>

Language patch pt-br for login.txt

dfaf074713-Mar-2024 Andreas Gohr <andi@splitbrain.org>

Support b and x variants for bcrypt hashes

Prompted by https://forum.dokuwiki.org/d/22108-authpdo-with-postgres-and-lemmy/3

As stated on https://stackoverflow.com/a/36225192

> there is no differen

Support b and x variants for bcrypt hashes

Prompted by https://forum.dokuwiki.org/d/22108-authpdo-with-postgres-and-lemmy/3

As stated on https://stackoverflow.com/a/36225192

> there is no difference between 2, 2a, 2x, 2y, and 2b. If you wrote your
> implementation correctly, they all output the same result.

show more ...

4d2a091211-Mar-2024 Andreas Gohr <andi@splitbrain.org>

increase github action versions

2a113f4603-Mar-2024 FailedCode <xeres666@googlemail.com>

Tests: The at() matcher has been deprecated

fixes #3811

Replaces at() with withConsecutive() in these tests:

- TestOfLexer::testSinglePattern
- TestOfLexer::testMultiplePattern
- TestOfLexerModes:

Tests: The at() matcher has been deprecated

fixes #3811

Replaces at() with withConsecutive() in these tests:

- TestOfLexer::testSinglePattern
- TestOfLexer::testMultiplePattern
- TestOfLexerModes::testIsolatedPattern
- TestOfLexerModes::testModeChange
- TestOfLexerModes::testNesting
- TestOfLexerModes::testSingular
- TestOfLexerModes::testUnwindTooFar
- TestOfLexerHandlers::testModeMapping
- TestOfLexerByteIndices::testIndex
- TestOfLexerByteIndices::testIndexLookaheadEqual
- TestOfLexerByteIndices::testIndexLookaheadNotEqual
- TestOfLexerByteIndices::testIndexLookbehindEqual
- TestOfLexerByteIndices::testIndexLookbehindNotEqual

show more ...

8ff7974606-Mar-2024 Christoph <nocontact@example.org>

translation update

c13ef3ba05-Mar-2024 Andreas Gohr <andi@splitbrain.org>

composer updates

5824a75304-Mar-2024 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

7bb4088322-Feb-2024 Andreas Gohr <andi@splitbrain.org>

adjust compatibility string methods. fixes #4221

This uses the implementations from https://github.com/symfony/polyfill-php80

Not only does it fix signature compatibility by accepting null strings

adjust compatibility string methods. fixes #4221

This uses the implementations from https://github.com/symfony/polyfill-php80

Not only does it fix signature compatibility by accepting null strings
but it also adjust the handling of falsy values (like 0)

show more ...

ba15f98522-Feb-2024 Andreas Gohr <andi@splitbrain.org>

API: ignore charset when checking content types

We still expect all communication to be in UTF-8, but we really don't
need a charset attribute for that.

fixes #4218, replaces #4219

791b191c21-Feb-2024 Donatas Glodenis <dgvirtual@akl.lt>

fix breaking error

6595e6c821-Feb-2024 Donatas Glodenis <dgvirtual@akl.lt>

Updated Lithuanian translation

a77ab27421-Feb-2024 Andreas Gohr <andi@splitbrain.org>

introduce a template function to output a inline script

This handles the output of a potentially available nonce.

1...<<11121314151617181920>>...423