| b5f312c1 | 16-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove DOKU_CHANGE_TYPE_EXTERNAL_DELETE |
| 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. |
| bd17ac90 | 09-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create ChangeLog::getCurrentRevisionInfo()
assign tentative revision for possible external edition, as $lastRev +1 |
| c8bc7529 | 09-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Revert "disable external edit check to avoid unittest fails"
This reverts commit 162709daa8557d651e7afd7a6aa3e62f08bf0ade. |
| 5d9428a0 | 26-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
WIP: handle External Deletion using time() for dummy rev number |
| 162709da | 21-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
disable external edit check to avoid unittest fails |
| 852992b4 | 20-Sep-2021 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Remove phpunit cache. |
| e49fa56b | 20-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use getFilename() method instead of wikiFN() |
| 3bb461ea | 20-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Non-obvious Ternary Operators |
| e32b1b0f | 01-Oct-2020 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix PHPUnit fatal errors compatibility with void. |
| e6a9d76f | 30-Sep-2020 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Method names with leading double underscore are reserved by PHP. |
| 0b63e09a | 16-Sep-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix named access to the sha hashing mechanisms |
| e2170488 | 16-Sep-2021 |
Andreas Gohr <andi@splitbrain.org> |
adjust help text of extension cli
to reflect that extensions can be installed from URLs as well |
| 7f8f2456 | 16-Sep-2021 |
Andreas Gohr <andi@splitbrain.org> |
move IXR XML RPC to composer dependency #1970
This is a monky patched version of kissyfrot/php-ixr until my PR has been accepted upstream.
Plugins using the XML RPC client may need adjustments. |
| facfe250 | 14-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
external edits in changelog for images |
| 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 |
| a3984ddf | 14-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add external edits to revision listings
- general function for retrieving external edit changelogline - changelogline is cached after use of the function, then also retrievable by getRevisionInfo()
add external edits to revision listings
- general function for retrieving external edit changelogline - changelogline is cached after use of the function, then also retrievable by getRevisionInfo() - included in retrieveRevisionsAround() as well
show more ...
|
| 75cba7af | 30-Aug-2021 |
David Surroca <davidsurrocaestrada@gmail.com> |
translation update |