translation update
split changelog classes into their own namespaceThe remaining functions in inc/changelog.php should be moved into autility class.
PSR-2 for revert plugin
visibility declarations in plugins
line lengths shortenedThis makes sure all files use line lenghts shorter than 120 characters.This is a quick fix. It might not always be the nicest change.
remove DOKU_INC checksThere is no need for this check, since these files should not have anymain code that is executed on direct call.Fixes PSR1.Files.SideEffects.FoundWithSymbols
12345678910>>...26