#
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
|
#
0c3a5702 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
split changelog classes into their own namespace
The remaining functions in inc/changelog.php should be moved into a utility class.
|