| #
85160059 |
| 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
little refactoring
|
| #
a835c93a |
| 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Let ChangeLog set the mode(media/page) for a revision log entry
|
| #
8cc30c1c |
| 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
set media entry to fix Undefined array key
Fix #3958
|
| #
7d34963b |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow line breaks
|
| #
dccd6b2b |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: function call spacing
|
| #
8c7c53b0 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces
|
| #
e2d055f5 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Ui
|
| #
63e9a247 |
| 03-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
SECURITY fix difftype handling. #3761
|
| #
f8a541a2 |
| 04-Aug-2022 |
TherealperO <110610509+TherealperO@users.noreply.github.com> |
Update PageDiff.php
|
| #
c02dcaa0 |
| 28-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change var name $Rev to $RevInfo
|
| #
3712ae9e |
| 28-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change var name $rev1Supple to $rev1Summary
|
| #
5037804b |
| 23-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
moved global
|
| #
6714d8ce |
| 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use RevisionInfo class more in Diff
use RevisionInfo Rev1, Rev2 instead of array oldRevInfo, newRevInfo obsolete revisionTitle(), use RevisionInfo::showRevisionTitle() change variable names
|
| #
b428a50a |
| 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use OOP like method name in RevisionInfo class
|
| #
a644ba8e |
| 23-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.
|
| #
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 ...
|
| #
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
|
| #
dbf582dd |
| 03-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use false for unknown timestamp instead of 'unknown'
|
| #
5cb97057 |
| 01-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
get revision pair in Diff:handle()
|
| #
5ec96136 |
| 01-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
set revInfo{'current'] when needed
do not set 'current' key in ChangeLog:getCurrentRevisionInfo(), instead set it during loop in Revision and Diff classes
|
| #
7df78a78 |
| 21-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
skip cached revInfo to keep "current" entry
to
|
| #
0ea1f71b |
| 15-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Modernize Ui\Diff, PageDiff, MediaDiff
- define class property RevInfo pair - handle() html form data - preProcess() set RevInfo pair - show() generate html - set RevInfo in CompareWith() when confl
Modernize Ui\Diff, PageDiff, MediaDiff
- define class property RevInfo pair - handle() html form data - preProcess() set RevInfo pair - show() generate html - set RevInfo in CompareWith() when conflict and draft
show more ...
|
| #
64876922 |
| 11-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
obsolete Diff::getExtendedRevisionInfo()
|
| #
0a475154 |
| 10-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
@ssahara update Ui\Diff using ChangeLog\getCurrentRevisionInfo()
remove class property $item remove abstract function itemFN() ignore metadata when considering external edit
|
| #
5d9428a0 |
| 26-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
WIP: handle External Deletion using time() for dummy rev number
|