align urlref https://github.com/dokuwiki/dokuwiki/issues/4270- align url to standard prefix- realign spacing
adjusted docblocks for renamed class aliases
code style: line breaks
code style: operator spacing
Apply rector renames
PSR-2 for safefnrecode plugin
Fix CodeSniffer violationsChange indentation to ensure code confirms to CodeSniffer rules.
updated dates in templates' and plugins' info.txt files
updated (and added missing) info.txt files
fix E_STRICT errors FS#2427This commit fixes all E_STRICT messages shown when running the testsuite. There might be more problems not covered by tests, yet.For compatibility reasons with plugins
fix E_STRICT errors FS#2427This commit fixes all E_STRICT messages shown when running the testsuite. There might be more problems not covered by tests, yet.For compatibility reasons with plugins, E_STRICT errors are stillsupressed.
show more ...
fixed two errors in safefnrecode plugin
safefnrecode: don't double fix filenames
fix end indicator fix
Temporary conversion plugin for new fnencode FS#2197This plugin converts existing filenames that were stored using theoption "safe" in fnencode from using the dot (.) as post_indicator tousing a
Temporary conversion plugin for new fnencode FS#2197This plugin converts existing filenames that were stored using theoption "safe" in fnencode from using the dot (.) as post_indicator tousing a bracket (]) as post_insdicator. It will also add apost_indicator at the end of the file name should it be missing (BugFS#2122).This plugin needs testing by people using the safe encode option!