translation update
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
Refactor cache.php into different files
Add files via upload (#2679)
Merge pull request #2577 from chang-zhao/patch-5Add links "plugins" & "templates" to intro_search.txt
translation update for zh:extensions, revert "offline" to "manual"
translation update for zh:extensions, closes #2572
adjust bundled plugins that check for admin permissionsThis adjusts the bundled plugins to do their admin permission checksbased on their admin component's isAccessibleByCurrentUser() methodinste
adjust bundled plugins that check for admin permissionsThis adjusts the bundled plugins to do their admin permission checksbased on their admin component's isAccessibleByCurrentUser() methodinstead of doing their own isAdmin checks.
show more ...
extension: set User-Agent header to 'DokuWiki HTTP Client (Extension Manager)'This solves problems with project hosters which do not start an download immediatelyif the User-Agent seems to be a br
extension: set User-Agent header to 'DokuWiki HTTP Client (Extension Manager)'This solves problems with project hosters which do not start an download immediatelyif the User-Agent seems to be a browser, also see #2410.
deprecated JSON classJSON is natively supported since years. This makes2145bd4c56435f829a19aad843172f8ddffbc69b obsolete again.
12345678910>>...22