History log of /dokuwiki/ (Results 751 – 775 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3f21dca708-Mar-2023 Gorm <gorm.chandler@gmail.com>

translation update

ad43fdbf08-Mar-2023 asivery <asivery@protonmail.com>

Replace is_null() check with count()

36fb33ce27-Feb-2023 asivery <asivery@protonmail.com>

Fix: Padding in _getFixedString, log the path of damaged images

6554606706-Mar-2023 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

28e9760a06-Mar-2023 Andreas Gohr <andi@splitbrain.org>

updated composer dependencies

697a39ae06-Mar-2023 Andreas Gohr <andi@splitbrain.org>

output full path when initializing savedir path fails

This will not only clean up double slashes etc. as mentioned in #3903
but will also output the full canonical path (starting at the filesystem
r

output full path when initializing savedir path fails

This will not only clean up double slashes etc. as mentioned in #3903
but will also output the full canonical path (starting at the filesystem
root) when showing an error on initializing the savedir paths. This
should make it easier to understand which path DokuWiki is trying to
access exactly.

show more ...

2b483eba06-Mar-2023 Andreas Gohr <andi@splitbrain.org>

move mail header constants to define file

24fc7b3406-Mar-2023 better <betterzhubo@live.com>

translation update

dd4d1f7428-Feb-2023 Jose Luis Sanches <jose.reis.sanches@gmail.com>

translation update

9425586f27-Feb-2023 Andreas Gohr <andi@splitbrain.org>

release script: update default repository

6ec4b07427-Feb-2023 Andreas Gohr <andi@splitbrain.org>

release script: remove debugging artefact

017f2aa227-Feb-2023 Andreas Gohr <andi@splitbrain.org>

release script: streamline type list

e3b8942527-Feb-2023 asivery <asivery@protonmail.com>

Fix: PHP8-related JpegMeta.php fixes

40f2b82e25-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Fix unititialized string offset access in query parser

The code always tried to access positon 2 of the parsed token, even for
tokens shorter than that (like OR)

fixes #3896

0d9f02ec25-Feb-2023 asivery <asivery@protonmail.com>

Backwards Compatibility: Don't error if finishSectionEdit is called without first startSectionEdit

d769956e25-Feb-2023 asivery <asivery@protonmail.com>

Fix: 'E_WARNING: Uninitialized string offset -1' on some templates

740897dc25-Feb-2023 asivery <asivery@protonmail.com>

Fix: 'E_WARNING: Undefined array key "_data"'

290ea73d23-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Automate the release workflow using GitHub actions

This introduces a two-part release mechanism. A manually triggered
workflow asks for the important info like type of release (stable, rc)
and code

Automate the release workflow using GitHub actions

This introduces a two-part release mechanism. A manually triggered
workflow asks for the important info like type of release (stable, rc)
and code name. It then creates a cleanly mergable pull request.

When that pull request is merged, a release is automatically tagged,
built and uploaded.

Another workflow is introduced to keep track of the deleted.files info.
This is one less chore to do on a release.

A new scheme for tags is also introduced, making all tags sortable,
regardless of their type. They follow the pattern

release-YYYY-MM-DD(<hotfixletter>|rc)

A script will be used to clean-up the existing tags.

show more ...

a42c05d223-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Add mechanism to parse the Version data into its parts

This will be needed in the release automation I'm currently working on.

7fb26b8e14-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Properly quick search in titles with UTF-8 chars.

Fixes #3808

9349702013-Feb-2023 Andreas Gohr <andi@splitbrain.org>

AuthPlain user parsing fix. #3833

This removes workarounds we had for old PCRE versions. All modern PHP
releases should be workable with the Regex we have.

If splitting the user line results in les

AuthPlain user parsing fix. #3833

This removes workarounds we had for old PCRE versions. All modern PHP
releases should be workable with the Regex we have.

If splitting the user line results in less than 5 results, we log an
error and pad the result for further use.

show more ...

f189255013-Feb-2023 Stephan Bauer <stephan_bauer@gmx.de>

Change date fields to correct ones

5dfef11608-Feb-2023 jan lapere <jan@lapere.nl>

translation update

ff85e11604-Feb-2023 Kurt Singer <webmaster@kurt-singer.com>

translation update

62bf3ac003-Feb-2023 Damien Regad <dregad@mantisbt.org>

Check Basic Auth scheme in Authorization header

Prior to this, auth_setup() would simply assume that the Authorization
header was using the Basic auth scheme, but there are other available
ones, whi

Check Basic Auth scheme in Authorization header

Prior to this, auth_setup() would simply assume that the Authorization
header was using the Basic auth scheme, but there are other available
ones, which could result in incorrect processing of the header's data.

We now specifically check that we have the `Basic` scheme, and only then
perform the base64_decode to get the username and password.

show more ...

1...<<31323334353637383940>>...423