| 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 |
| ad088cbc | 10-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
update Ui\Revisions using ChangeLog\getCurrentRevisionInfo()
remove class property $item remove abstract function itemFN() simplify function getRevisions($first, $hasNext) |
| 0c92baf0 | 10-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
check externally deleted items in do=recent
do not update revision info for externally modified items to avoid wrong sort order in the recent list. |
| 5d9428a0 | 26-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
WIP: handle External Deletion using time() for dummy rev number |
| 3bb461ea | 20-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Non-obvious Ternary Operators |
| cc5508fe | 14-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
external edits at diff page
- removed pages used content of last existing version in a diff, this makes diff inconsistent. Now manually set to empty string if doing diff. - dummy entry for newer pag
external edits at diff page
- removed pages used content of last existing version in a diff, this makes diff inconsistent. Now manually set to empty string if doing diff. - dummy entry for newer page has probably no use, as the external edits/deletions are recognized now TODO unknown scenario not yet tested
show more ...
|
| 90c7493e | 14-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
list external edits also in revs list
- current revision changelogline is already in changelog, so retrieve in one go - include listing of external edits - for external deletions no date is known |
| 629a763d | 09-May-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove MEDIA_DIFF event handling
MEDIA_DIFF event is not documented in devel:events_list and not used in any plugins. |
| 3fef852d | 27-Jan-2021 |
Damien Regad <dregad@mantisbt.org> |
Fix undefined array keys when displaying revisions |