| 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() |
| 6e05e48e | 01-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo |
| e937d004 | 24-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
typo |
| 7866d571 | 24-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
UnitTest of pageinfo(), saveWikiText()
ChangeLog creates early .change file, p_get_metadata() will get full "meta_last_change" entry. The current key in the revinfo need to be excluded prior to p_s
UnitTest of pageinfo(), saveWikiText()
ChangeLog creates early .change file, p_get_metadata() will get full "meta_last_change" entry. The current key in the revinfo need to be excluded prior to p_set_metadata() call.
show more ...
|
| 6146c10b | 24-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
UnitTest, ApiCore::pageInfo()
author is available from changelog::getRevisionInfo() |
| fb285245 | 23-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
UnitTest around changelog, set correct time of page source
ChangeLog constructor will check the date of current page/media file to detect external edits via getCurrentRevisionInfo() |
| 252acce3 | 23-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
coding style of functions using ChangeLog |
| 804096ea | 23-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix wrong filesize of oldrev |
| b82f2411 | 21-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
new Changelog::saveRevisionInfo() |
| e39c2efb | 21-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
improve just created condition
case 1: new page or media case 2: newer one that had existed but is already deleted via DW Editor |
| 7df78a78 | 21-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
skip cached revInfo to keep "current" entry
to |
| 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. |