| #
6547cfc7 |
| 31-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use $auth instanceof AuthPlugin instead of not null check
|
| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
| #
90fb952c |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: operator spacing
|
| #
4b230b99 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: indent fixes
|
| #
26dfc232 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Rector to rename print to echo calls
|
| #
7d34963b |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow line breaks
|
| #
cb7312c0 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
catch JSON decode exception
|
| #
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
| #
dccd6b2b |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: function call spacing
|
| #
73022918 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: PSR12.Classes.ClassInstantiation.MissingParentheses
|
| #
d868eb89 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function declaration braces/spaces
|
| #
c1482d1c |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function argument spacing
|
| #
24870174 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to the rest of inc
|
| #
a46cc3dc |
| 11-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
Fix old revisions skipping one revision
This changes the UI to start counting at -1, which will instruct the Revision Management to prepend the current revision to the list of old revisions returned
Fix old revisions skipping one revision
This changes the UI to start counting at -1, which will instruct the Revision Management to prepend the current revision to the list of old revisions returned. This way no special handling for the current revision has to be done in the UI class anymore and paging works naturally.
Fixes #3897
show more ...
|
| #
96ebed36 |
| 26-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
fix warning when no headline id is provided in section editor
When plugins implement their own section editor, usually no hid parameter will be set, triggering a warning in PHP 8.
fixes #114
|
| #
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
|
| #
87922387 |
| 03-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
bugfix page id "0" is valid
|
| #
297071be |
| 02-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix phpdoc for deprecated functinos
|
| #
30a159ab |
| 02-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
check media id validity
|
| #
cb5998b4 |
| 31-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove Ui\Diff::buildDiffHead()
|
| #
ec019cbf |
| 16-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change methods name
|
| #
e4c881bd |
| 12-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use PageDiff::compareWith() for draft, conflict
|
| #
edb50e6a |
| 04-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Diff hierarchy
|
| #
defc7576 |
| 01-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move Ui\Diff to Ui\PageDiff
|
| #
b370ebcd |
| 27-Nov-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create Ui\PageRevisions class
new Ui\PageRevisons is dedicated for page revisions
|