History log of /dokuwiki/inc/ (Results 551 – 575 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e1fe7b5e15-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

renamed difflinkRevision

75d9280c15-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

prevent some possible undefines in code analyses

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

Logger: add event to intercept and change the logged data

In some environments you may want to have logs but not have them stored
in the default location or may want a different logging format.

Thi

Logger: add event to intercept and change the logged data

In some environments you may want to have logs but not have them stored
in the default location or may want a different logging format.

This event allows plugins to do that.

show more ...

43e4962008-Jan-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Simplify event in denied action

Since there is no data manipulation, only allow suppresing the login form

65f6b58f08-Jan-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Allow more modifications in p_locale_xhtml event

bf3fa5e908-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

new RevisionInfo class obsoletes anonymous objRevInfo class

obsolete getObjRevInfo() in Ui\Recent and Ui\Revisions classes, that had defined anonymous class. they are similar but slightly differentl

new RevisionInfo class obsoletes anonymous objRevInfo class

obsolete getObjRevInfo() in Ui\Recent and Ui\Revisions classes, that had defined anonymous class. they are similar but slightly differently treat the diff link icon. It is impossible to create common method for diff icon using only revision information, it depends on caller, ie. recent or revisions list

show more ...

76ab675a06-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

reformating

e1e8e3b406-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

skip link to ?do=diff for a just created page on Recent Changes page

Alternative is counting number of revisions available, like the image,
but that is slower because it needs a changelog per item,

skip link to ?do=diff for a just created page on Recent Changes page

Alternative is counting number of revisions available, like the image,
but that is slower because it needs a changelog per item, while in
practice this only should happen for just created pages. Also changelogs
of images are more recent implemented in DokuWiki so less often
complete.

show more ...

df99913906-Jan-2022 Petr Kajzar <petr.kajzar@centrum.cz>

translation update

4106d4f906-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

Recent Changes page can also show external edits

86216bf006-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

Move caching current revision info to getRevisionInfo()

needed to ensure initiation of the class is not using files from disk.
Because getCurrentRevisionInfo needs getRevisionInfo() as well, looping

Move caching current revision info to getRevisionInfo()

needed to ensure initiation of the class is not using files from disk.
Because getCurrentRevisionInfo needs getRevisionInfo() as well, looping
needs to be prevented

show more ...

54d95e3606-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

revInfo was already retrieved

0b5bb6b406-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

at this point it is already checked that $fileRev exists

79a2d78405-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJ

update phpdocs,
rename dokuwiki/Ui/Draft to PageDraft

e3d0512705-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

remove Diff::buildDiffHead

new in development version, is not used.

6d0b520805-Jan-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Include id in event data

540b38e205-Jan-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Add event to denied action

Let plugins modify the text displayed on the denied page

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)

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