fix destructuring false returns from changelog functionsThe changelog functions can return false when lines are unparsable ordon't exist. The result can no longer be destructured then in newer PHP
fix destructuring false returns from changelog functionsThe changelog functions can return false when lines are unparsable ordon't exist. The result can no longer be destructured then in newer PHPversions. This adds the necessary checks.It should also handle corrupt lines within a changelog better.
show more ...
Revert "use a dispatcher to access static image files"This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.It was accidentally pused to master before review. A PR with a revertfor the re
Revert "use a dispatcher to access static image files"This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.It was accidentally pused to master before review. A PR with a revertfor the revert will be pushed shortly.
use a dispatcher to access static image filesThis makes it possible to replace default images in an update safe way.It also addresses the issue raised in dokuwiki/docker#16A .htaccess rewrite ca
use a dispatcher to access static image filesThis makes it possible to replace default images in an update safe way.It also addresses the issue raised in dokuwiki/docker#16A .htaccess rewrite catches any direct accesses that might come in fromplugins.
code style
little refactoring
Let ChangeLog set the mode(media/page) for a revision log entry
don't strict compareI'm not 100% sure but revs might be strings sometimes, so better notchage current behavior
code style: line breaks
code style: operator spacing
coding style: control flow line breaks
coding style: control flow whitespaces
fix abstract declaration of ChangeLog::getFilename()
codestyle adjustments: class declaration braces
codestyle adjustments: function argument spacing
fix sizehandling in ChangelogSeems rector was too aggressive here in removing a variable.
Apply rector fixes to inc/ChangeLog
fix off-by-one errorsexplode needs to return 8 not 7 entries for making8364f07a11f076bb6973d0c434d189a7aa6c8c56 work correctly.
avoid warning in ChangeLogTrait on weird log lines
Fix grammar error in PHPDoc
Fix PHP Deprecated warningAdding null-coalescing operator to avoidstr_replace(): Passing null to parameter #3 ($subject) of typearray|string is deprecated
Update RevisionInfo.phpFix broken history for pages with dots in name
Replace direct calls to strftime with dformat callsThis is in preparation for fixing #3573
no link to attic if no version in attic
some spelling
use OOP like method name in RevisionInfo class
123