History log of /dokuwiki/ (Results 251 – 275 of 10479)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

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

move JS detection to default script

This moves the little helper that will remove a "no-js" class from the
header element as soon as JavaScript is detected from the dokuwiki
template to our default

move JS detection to default script

This moves the little helper that will remove a "no-js" class from the
header element as soon as JavaScript is detected from the dokuwiki
template to our default inline script that also initializes the JSINFO
array.

This ensures that this inline script is run with a nonce (if available).
See #3788 for more infor

show more ...

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

Use environment provided NONCE for inline scripts. #3788

When an outside source wants to set a restrictive CSP, it can use a
nonce to allow inline scripts instead of using 'unsafe-inline'. This
nonc

Use environment provided NONCE for inline scripts. #3788

When an outside source wants to set a restrictive CSP, it can use a
nonce to allow inline scripts instead of using 'unsafe-inline'. This
nonce can be passed on via the environment variable NONCE and will be
used in tpl_metaheaders to tag our inline JS initializations.

An update to the cspheaders plugin should be made to provide a nonce as
well.

show more ...

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

remove ols xhtml compatibility CDATA comments

We really don't need these anymore for modern browsers.

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

remove old IE conditionals from script loading

We really need not to think about IE anymore

e05e1bd921-Feb-2024 Gerrit Uitslag <klapinklapin@gmail.com>

Update bug_report.yml

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

bug template improvments

* maybe fix auto-tagging
* explicitly mention SSO as an environment to provide
* mention configruartion settings as environment data

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

do not delete random_compat library. fixes #4214

1...<<11121314151617181920>>...420