History log of /dokuwiki/inc/ (Results 576 – 600 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

97b27cd429-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

fix undefined variable

69f9b48128-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

add dbg_deprecated()

7fba736b28-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

update metadata of changed page in PageFile class

07869ee728-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

fix typo

3b813d4327-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

PHP8: check array key existence

36454bb527-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

remove page key from event data prior to return

$data['page'] is object $this, it is not possible to access the object after destructed.

666bc21d27-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

fix Undefined variable $id

b24e9c4a27-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

implement PageFile class

PageFile class handles wiki text file and its change management for specific page, main part comes from `function saveWikiText()`. This ensures and enables to use one **Pag

implement PageFile class

PageFile class handles wiki text file and its change management for specific page, main part comes from `function saveWikiText()`. This ensures and enables to use one **PageChangeLog** instance during a page save process among class methods and relevant plugins.

show more ...

bbb28b9c27-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

remove goto-loop structure

plugin event handler should set correct changeType.

66f4cdd424-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

set current revision date 1sec before now for external deletion

in preparation for possible new page save

6a410eb323-Nov-2021 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

9c42b79d16-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

update saveWikiText()

allow plugin that provides alternative policy for handling external edits in changelog

d5824ab913-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

rigorous COMMON_WIKIPAGE_SAVE

ignore wrong changes in id and file data caused by event handlers

05282e9f13-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

use time() for revision date of externally deleted page

also, code doc updates

d154755d13-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

rename saveRevisionInfo to cacheRevisionInfo

a3a0fc5813-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

move hasRevision() to trait

54611a7a11-Nov-2021 Andreas Gohr <andi@splitbrain.org>

fix fallback implementation for resolve_pageid()

When an empty link was given, the old implementation fell back to $ID,
this was handled incorrectly in the deprecated method.

1...<<21222324252627282930>>...258