#
4d95c168 |
| 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
code style
|
#
85160059 |
| 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
little refactoring
|
#
a835c93a |
| 24-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Let ChangeLog set the mode(media/page) for a revision log entry
|
#
0f8604a9 |
| 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
don't strict compare
I'm not 100% sure but revs might be strings sometimes, so better not chage current behavior
|
#
90fb952c |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: operator spacing
|
#
7d34963b |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow line breaks
|
#
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
#
83bec475 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix abstract declaration of ChangeLog::getFilename()
|
#
6e695190 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix sizehandling in Changelog
Seems rector was too aggressive here in removing a variable.
|
#
0603e565 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/ChangeLog
|
#
aec2ae89 |
| 24-Jun-2022 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #3607 from ssahara/revdiff2
add mechanism to track current revision, and other code improvements
|
#
10f359ad |
| 28-Apr-2022 |
Andreas Gohr <andi@splitbrain.org> |
Replace direct calls to strftime with dformat calls
This is in preparation for fixing #3573
|
#
eeda7ada |
| 23-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
some spelling
|
#
a19054e9 |
| 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo
|
#
312e7095 |
| 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add mechanism to track external current revision
|
#
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
|
#
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
|