| 89c597ea | 11-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
disable jit compiling to avoid broken pcre lib #3507 |
| fd260edf | 10-Nov-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
Update Ajax.php |
| 2aa917af | 07-Nov-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
linkwiz update |
| df60c5f9 | 06-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Update common_saveWikiText.test.php
getRevisions() may return empty array when changelog file does not yet exist. |
| 3d3f6056 | 06-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite unit test of saveWikiText |
| 1d11f1d3 | 06-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
ChangeLogTrait
- move ChangeLog low level methods into trait - static ChangeLog::parseLogLine() replaces parseChangeLogLine() - new ChangeLog::buildLogLine() |
| 5c9e31ac | 04-Nov-2021 |
Faramarz Karamizadeh <f.karamizadeh@yahoo.com> |
translation update |
| c7192766 | 04-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
new method ChangeLog::addLogEntry()
rewrite `detectExternalEdit()` in inc/common.php |
| 8ff5c11a | 03-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change wrongly older mtime of current page than last revision |
| 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() |
| 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 |