History log of /dokuwiki/inc/ (Results 676 – 700 of 6646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
75b4d50605-Jan-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Add event to p_locale_xhtml()

Allows plugins to modify localized text

39ecc3af02-Jan-2022 Viktor Horváth <horvath.viktor@forrastrend.hu>

translation update

2cd6cc0a02-Jan-2022 Andreas Gohr <andi@splitbrain.org>

move resolvers into File namespace

830c02df01-Jan-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

update DokuWiki install URL

a07fd9f801-Jan-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

update smtp plugin URL

a7b2005a01-Jan-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

update flashplayer URL

bf8f850901-Jan-2022 Andreas Gohr <andi@splitbrain.org>

guard against unset parameters

Many string function will throw a deprecation warning in PHP 8.1 when
null is passed. This adds a few guards in some of our methods (not all,
yet)

f7711f2b01-Jan-2022 Andreas Gohr <andi@splitbrain.org>

always use the same htmlspecialchars setup

defaults for htmlspecialchars change in PHP 8.1

All calls should always use our hsc() method to ensure comparability
(especially when testing)

f89f8c7931-Dec-2021 Mark Prins <mprins@users.sf.net>

translation update

bc63eda628-Dec-2021 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

d8ab874626-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Revert "Merge pull request #3039 from takuy/video-attributes"

This reverts commit 408d79f78505248f9ccb44bd2561cedc250ce5a1, reversing
changes made to b7c67f83bd81eff3186e4ebd2d9e86cd2c32468d.

e36579e926-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Revert "fixed video attribute handling in php8"

This reverts commit f5cdab8ec90af0cde0c0e32209470cfa820b8ab5.

c48d660826-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Revert "more php8 fixes for the video attributes"

This reverts commit 89e046c85b43365a46ce9f137a1b843d3ef6813b.

a58fcbbc26-Dec-2021 Andreas Gohr <andi@splitbrain.org>

guard against unsert user name. fixes #3455

89e046c820-Dec-2021 Andreas Gohr <andi@splitbrain.org>

more php8 fixes for the video attributes

I defaulted back to null instead of an empty array.

f5cdab8e20-Dec-2021 Andreas Gohr <andi@splitbrain.org>

fixed video attribute handling in php8

2420159417-Dec-2021 Andreas Gohr <andi@splitbrain.org>

fix security problems in draft handling. fixes #3565

ecad51dd17-Dec-2021 Andreas Gohr <andi@splitbrain.org>

fix handling of loading auth backend

When a non existing auth backend was configured, the action router ran
into an infinie loop exception. The reason was that the denied action
required a configure

fix handling of loading auth backend

When a non existing auth backend was configured, the action router ran
into an infinie loop exception. The reason was that the denied action
required a configured auth system, but denying access should always
work.

Interestingly the problem did not occur when the auth backend signalled
a failure to load. This was because the auth backend was not properly
deinitialized. This is now done.

To aid debugging similar problems, fatal errors are now logged through
the logging mechanism in the action router

show more ...

e669992714-Dec-2021 Andreas Gohr <andi@splitbrain.org>

check CSRF token in draftdel action. fixes #3563

6a25531d13-Dec-2021 Andreas Gohr <andi@splitbrain.org>

check security token on logout. fixes #3561

dec2682008-Dec-2021 Andreas Gohr <andi@splitbrain.org>

retrieveRow needs to pad the index, too

8ed3501108-Dec-2021 Andreas Gohr <andi@splitbrain.org>

better method names

d6396b6d08-Dec-2021 Andreas Gohr <andi@splitbrain.org>

we need the same access methods in both index types

9bd7d62f08-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Changed IndexAccessor names based on access method not content

b8ef19fe04-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Add support to access multiple rows at once

When saving word indexs (w*.idx) often multiple words of the same length
will need to be accessed. This implements a new method that allows that
in an eff

Add support to access multiple rows at once

When saving word indexs (w*.idx) often multiple words of the same length
will need to be accessed. This implements a new method that allows that
in an efficient way.

Note: this removes the INDEX_MARK_DELETED mechanism to mark deleted
entries. Entries are now deleted using empty lines again. This makes the
batch handling much simpler. If a good reason exists that we should keep
it, it can be readded.

show more ...

1...<<21222324252627282930>>...266