| b428a50a | 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use OOP like method name in RevisionInfo class |
| e59e4a07 | 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
track current revision in Diff::compare() |
| f2749649 | 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
prevent warning undefined array key "highlighted" |
| 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. |
| 312e7095 | 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add mechanism to track external current revision |
| 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 |
| 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 ...
|
| 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 ...
|
| 4106d4f9 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Recent Changes page can also show external edits |
| 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. |
| dbf582dd | 03-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use false for unknown timestamp instead of 'unknown' |
| 6527839f | 01-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
typo |
| 5cb97057 | 01-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
get revision pair in Diff:handle() |
| 8a2bf2dd | 01-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
set revInfo['current'] in Ui\Recents |
| 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 |
| df7627d6 | 01-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
obsolete ChangeLog:isExternalEdition
new methods: isLastRevision(), lastRevision() |
| 7df78a78 | 21-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
skip cached revInfo to keep "current" entry
to |
| 19b5dd7e | 16-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
set ChangeLog property currentRevision when instantiated
will cause more unittest errors during common_pageinfo_test |
| 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() |
| d1575179 | 11-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use integer $rev in Revision and Diff forms
pass tentative revision instead of 'current' for external edition |
| 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 |