| #
54d95e36
|
| 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
revInfo was already retrieved
|
| #
0b5bb6b4
|
| 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
at this point it is already checked that $fileRev exists
|
| #
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
|
| #
66f4cdd4
|
| 24-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
set current revision date 1sec before now for external deletion
in preparation for possible new page save
|
| #
05282e9f
|
| 13-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use time() for revision date of externally deleted page
also, code doc updates
|
| #
d154755d
|
| 13-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rename saveRevisionInfo to cacheRevisionInfo
|
| #
a3a0fc58
|
| 13-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move hasRevision() to trait
|
| #
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()
|
| #
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'
|
| #
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()
|
| #
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
|
| #
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
|
| #
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
|
| #
e49fa56b
|
| 20-Sep-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use getFilename() method instead of wikiFN()
|
| #
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 ...
|
| #
e24a74c0
|
| 24-Feb-2019 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 style fixes
These are some simple whitespace/arrangement things that apparantly can't be fixed automatically
|
| #
923e149a
|
| 15-Feb-2019 |
Michael Große <mic.grosse@googlemail.com> |
Merge branch 'master' into psr2
|