History log of /dokuwiki/inc/ (Results 651 – 675 of 6646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e59e4a0723-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

track current revision in Diff::compare()

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

prevent warning undefined array key "highlighted"

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

strict check to find prev and next revision

array_search may return false and treated as 0 when a rev not found revs.

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

add mechanism to track external current revision

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

Fixes caller position when logging deprecated data

The backtrace lists the caller position for the called method. The code
assumed it to be the position of the methof itself.

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

existing/not existing/not in attic styling

For Recent or the first item of Revisions a red link is useful refer the
user to allow creating/uploading a new page/media.
For items not existing in attic

existing/not existing/not in attic styling

For Recent or the first item of Revisions a red link is useful refer the
user to allow creating/uploading a new page/media.
For items not existing in attic no link is shown at all.

show more ...

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

restore rev= in revisions

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

update only revinfo of externally deleted items

externally edited (and externally created is not in the list) are not
updated because sorting by date is not worth so much changes.
Updating and not s

update only revinfo of externally deleted items

externally edited (and externally created is not in the list) are not
updated because sorting by date is not worth so much changes.
Updating and not sorting results in a too messy list

show more ...

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

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