5675a07c | 12-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved language loading to the loader |
077c27b2 | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
adjusted basic loading saving in admin
stripped out all the session stuff |
5a38a129 | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
added Writer class for saving the config back to file |
8ea5685f | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved the whole settings class mechanism to it's own class |
6850fd4a | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
created a configuration Loader class
This replaces stuff in the Configuration class that hasn't been removed, yet. |
e063babf | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved php parser to it's own file |
c6639e6a | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
start of refactoring the config plugin
split up all the files and added namespaces. everything broken |
a087da71 | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
fixed broken tests
I also introduced an auto loaded namespace for the tests. |
3dc2d50c | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
visibility declarations in plugins |
64159a61 | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
line lengths shortened
This makes sure all files use line lenghts shorter than 120 characters.
This is a quick fix. It might not always be the nicest change. |
b4f2363a | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove DOKU_INC checks
There is no need for this check, since these files should not have any main code that is executed on direct call.
Fixes PSR1.Files.SideEffects.FoundWithSymbols |
dcae056a | 27-Apr-2018 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
6e19c6ec | 25-Apr-2018 |
Jonáš Dyba <jonas.dyba@gmail.com> |
translation update |
110353d9 | 24-Apr-2018 |
Harriet Neitz <harrietneitz@gmail.com> |
translation update |
3877cbc8 | 23-Apr-2018 |
damiano <damiano@spagnuolo.eu> |
translation update |
3fc5af51 | 23-Apr-2018 |
Damien Regad <dregad@mantisbt.org> |
translation update |
03914b10 | 23-Apr-2018 |
Yuriy Skalko <yuriy.skalko@gmail.com> |
translation update |
8591ce16 | 20-Apr-2018 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
ad75ad58 | 17-Apr-2018 |
Michael Bohn <mjbohn@gmail.com> |
translation update |
58332f92 | 17-Apr-2018 |
Domingo Redal <docxml@gmail.com> |
translation update |
85d672d0 | 17-Apr-2018 |
Yuriy Skalko <yuriy.skalko@gmail.com> |
translation update |
7d515db4 | 13-Apr-2018 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
13ce475d | 11-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
shortened new search configs
shorter names are more in line with what we already use, makes less layout problems in the documentation and is easier to type when telling people about it. |
172afea7 | 25-Mar-2018 |
Yuriy Skalko <yuriy.skalko@gmail.com> |
translation update |
d09b5b64 | 22-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): add config options to adjust default behavior
This adds two new config options:
`search_limit_to_first_ns`: Limit the search to the current X namespaces. When a search is executed fro
feat(search): add config options to adjust default behavior
This adds two new config options:
`search_limit_to_first_ns`: Limit the search to the current X namespaces. When a search is executed from a page within a deeper namespace, the first X namespaces will be added as filter. Possible use case could be with language namespaces to ensure that the default search is initially within the current language.
`search_default_fragment_behaviour`: Option to specify the default fragment search behavior
show more ...
|