| de8ed963 | 15-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
restore rev= in revisions |
| b622cd79 | 15-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 ...
|
| e1fe7b5e | 15-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
renamed difflinkRevision |
| 75d9280c | 15-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
prevent some possible undefines in code analyses |
| a847f473 | 14-Jan-2022 |
pluto00987 <brinel@gmail.com> |
Add update_pass option |
| 555e8b00 | 10-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 ...
|
| 43e49620 | 08-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Simplify event in denied action
Since there is no data manipulation, only allow suppresing the login form |
| 65f6b58f | 08-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Allow more modifications in p_locale_xhtml event |
| bf3fa5e9 | 08-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 ...
|
| 4fba89c9 | 07-Jan-2022 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
Update `deleted.files` with files removed in #3344
#3344 replaced `.gif` smileys with `.svg` |
| 76ab675a | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformating |
| e1e8e3b4 | 06-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 ...
|
| df999139 | 06-Jan-2022 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
| 4106d4f9 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Recent Changes page can also show external edits |
| 86216bf0 | 06-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 ...
|
| 54d95e36 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
revInfo was already retrieved |
| 0b5bb6b4 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
at this point it is already checked that $fileRev exists |
| 79a2d784 | 05-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 |
| e3d05127 | 05-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove Diff::buildDiffHead
new in development version, is not used. |
| 6d0b5208 | 05-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Include id in event data |
| 540b38e2 | 05-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add event to denied action
Let plugins modify the text displayed on the denied page |
| 75b4d506 | 05-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add event to p_locale_xhtml()
Allows plugins to modify localized text |
| 5d2c5d7e | 04-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformat code |
| 2e618646 | 04-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
unittest for loading default and extra default settings in Config manager |
| 591ebe45 | 04-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add unittests for loading of defaults, extra defaults, local and protected settings |