| #
abc9c0d2
|
| 30-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into psr2
* master: (22 commits) Support "local" subdir when listing the smiley directory fix zero ID/NS issue with page_findnearest add ID/NS = '0' test against page_fin
Merge branch 'master' into psr2
* master: (22 commits) Support "local" subdir when listing the smiley directory fix zero ID/NS issue with page_findnearest add ID/NS = '0' test against page_findnearest fix zero value issue with metadata indexer add key/value = '0' test to metadata indexer fix zero ID issue with linkwiz and search indexer fix zero ID issue with wl() and getID() add $ID = '0' test against wl() and getID() cookie.js when setValue‘s value parameter is false delete entry install.php: respect useacl=0 choice, fixes #2576 cookie.js add def parameter to getValue() cookie.js convert value type to string set_doku_pref bugfix, closes #2721 more definition tests of doku_pref, for #1129 add tests for get/set_doku_pref #2721 fix Windows tests for #2702 use absolute URL in index.php when redirecting to doku.php, fixes #2706 Adding "recursive_groups" setting for authad-plugin in configuration-manager Fix notices when using dw CLI Fix issue #2396 ...
show more ...
|
| #
73f05217
|
| 14-Mar-2019 |
Phy <git@phy25.com> |
fix zero ID issue with linkwiz and search indexer
|
| #
e24a74c0
|
| 24-Feb-2019 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 style fixes
These are some simple whitespace/arrangement things that apparantly can't be fixed automatically
|
| #
b78f68bc
|
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
some small fixes for PSR2
|
| #
432adb37
|
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
split sitemapping into its own namespace
|
| #
eb787020
|
| 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
fix(TASK_RECENTCHANGES_TRIM event): Add isMedia flag
|
| #
50d9e958
|
| 16-May-2018 |
Andreas Gohr <gohr@cosmocode.de> |
rename task event
The matches our scheme of where_data_what better
|
| #
3ad4c3cd
|
| 16-May-2018 |
Andreas Gohr <gohr@cosmocode.de> |
add missing visibility indicator and docblocks
|
| #
3b58faf6
|
| 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: Move the remainder of code from lib/exe/indexer.php to TaskRunner::run
|
| #
b413fb0b
|
| 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
feat: Trigger new event when changelog is trimmed ✨
|
| #
b5cf9c44
|
| 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
style(TaskRunner): automatic whitespace fixes
|
| #
9493c275
|
| 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: Extract code from lib/exe/indexer into new TaskRunner class
|