| e8407ed1 | 17-Apr-2019 |
HaoNan <haonan@zhuoming.info> |
translation update |
| e75dc655 | 17-Apr-2019 |
Roberto Bellingeri <bellingeri@netguru.it> |
translation update |
| a3702591 | 16-Apr-2019 |
En Matt <heartattack@free.fr> |
translation update |
| 3a883e64 | 10-Apr-2019 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| c2009796 | 09-Apr-2019 |
Zemoj <jeffgomez@zemoj.com> |
Only ob_flush if there is actually a buffer.
If there is no buffer, application dies with no way to recover. |
| b437b55c | 06-Apr-2019 |
Gerrit Uitslag <klapinklapin@gmail.com> |
translation update |
| 1ea8b6e2 | 05-Apr-2019 |
Liliana <lilianasaidon@gmail.com> |
translation update |
| a3db0ab0 | 02-Apr-2019 |
Simon Lees <sflees@suse.de> |
Allow @CURNS@ to be capitalised in namespace templates
Personally I have some pages where I use @CURNS@ - @PAGE@ or @CURNS@ @PAGE@ as the title so this change saves me a bit of manual capitalisation |
| 4809b236 | 31-Mar-2019 |
Maykon Oliveira <maykonoliveira850@gmail.com> |
translation update |
| 10ad58fb | 31-Mar-2019 |
Rut Kristin Aanestad <dark@met.no> |
translation update |
| 2402e44b | 30-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
avoide codesniff warnings on deliberate switch fallthrough
codesniffer and Idea unfortunately can't agree on the comment format to mark a deliberate fallthrough in a switch statement. so we have to
avoide codesniff warnings on deliberate switch fallthrough
codesniffer and Idea unfortunately can't agree on the comment format to mark a deliberate fallthrough in a switch statement. so we have to use both :-/
show more ...
|
| 5a8d6e48 | 26-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Rename HTTPClient namespace to HTTP
This should make namespace a bit more flexible in scope and allow us to move more functionality there later. |
| 0efa8d12 | 17-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Rename protected methods for PSR2 |
| 60b9af73 | 17-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Move deprecated HTTPClient classes to deprecated.php |
| 198564ab | 17-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Refactor HTTPClient into different files |
| 06a70133 | 14-Mar-2019 |
Phy <git@phy25.com> |
fix zero ID/NS issue with page_findnearest |
| 5e0da3ce | 14-Mar-2019 |
Phy <git@phy25.com> |
fix zero value issue with metadata indexer |
| 73f05217 | 14-Mar-2019 |
Phy <git@phy25.com> |
fix zero ID issue with linkwiz and search indexer |
| 40b5fb5b | 14-Mar-2019 |
Phy <git@phy25.com> |
fix zero ID issue with wl() and getID() |
| 1c3eca7d | 12-Mar-2019 |
Phy <git@phy25.com> |
set_doku_pref bugfix, closes #2721
- Read last entries (if duplicate) when get - Remove duplicate entries when set - Type-aware compare to decide append or modify - Remove $cookieVal empty check bef
set_doku_pref bugfix, closes #2721
- Read last entries (if duplicate) when get - Remove duplicate entries when set - Type-aware compare to decide append or modify - Remove $cookieVal empty check before setcookie, because there might be cases when we want to remove cookie
show more ...
|
| 5833995a | 12-Mar-2019 |
Phy <git@phy25.com> |
add tests for get/set_doku_pref #2721 |
| c3cc6e05 | 06-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 adjustments for the PassHash class
I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this
PSR2 adjustments for the PassHash class
I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this case where the method name is auto-built from the hash type name.
show more ...
|
| 1b5fd977 | 01-Mar-2019 |
Magnús Ýmir Magnússon <mm@mck-dk.dk> |
translation update |
| 06c15757 | 01-Mar-2019 |
Victor <kvp@live.com> |
translation update |
| fb97a12a | 28-Feb-2019 |
Michael Große <mic.grosse@googlemail.com> |
Fix notices when using dw CLI
On the commandline several global variables might not be set. Accessing them might generate an E_NOTICE. |