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

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.

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