translation update
deprecated trigger_event() in favor of a static method on Event
Rename HTTPClient namespace to HTTPThis should make namespace a bit more flexible in scope and allow us tomove more functionality there later.
Refactor HTTPClient into different files
fixed popularity pluginThe callback needs to be public
fixed class name
PSR-2 for popularity plugin
visibility declarations in plugins
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>>...24