312e7095 | 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add mechanism to track external current revision |
3d727ea4 | 15-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
existing/not existing/not in attic styling
For Recent or the first item of Revisions a red link is useful refer the user to allow creating/uploading a new page/media. For items not existing in attic
existing/not existing/not in attic styling
For Recent or the first item of Revisions a red link is useful refer the user to allow creating/uploading a new page/media. For items not existing in attic no link is shown at all.
show more ...
|
de8ed963 | 15-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
restore rev= in revisions |
75d9280c | 15-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
prevent some possible undefines in code analyses |
bf3fa5e9 | 08-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
new RevisionInfo class obsoletes anonymous objRevInfo class
obsolete getObjRevInfo() in Ui\Recent and Ui\Revisions classes, that had defined anonymous class. they are similar but slightly differentl
new RevisionInfo class obsoletes anonymous objRevInfo class
obsolete getObjRevInfo() in Ui\Recent and Ui\Revisions classes, that had defined anonymous class. they are similar but slightly differently treat the diff link icon. It is impossible to create common method for diff icon using only revision information, it depends on caller, ie. recent or revisions list
show more ...
|
86216bf0 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Move caching current revision info to getRevisionInfo()
needed to ensure initiation of the class is not using files from disk. Because getCurrentRevisionInfo needs getRevisionInfo() as well, looping
Move caching current revision info to getRevisionInfo()
needed to ensure initiation of the class is not using files from disk. Because getCurrentRevisionInfo needs getRevisionInfo() as well, looping needs to be prevented
show more ...
|
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 |
07869ee7 | 28-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo |
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() |
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' |
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 |