d30b165d | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Revert "config manager: let PHP parse the config file"
This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78.
We had good reasons for parsing the file ourselves. For example to keep expressi
Revert "config manager: let PHP parse the config file"
This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78.
We had good reasons for parsing the file ourselves. For example to keep expressions like 7*60*60*24 intact.
show more ...
|
b8f41ef0 | 10-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
config manager: let PHP parse the config file
Until now, the config manager did read and parse the various PHP config files itself. This fails for more complex setups like arrays.
I'm not really su
config manager: let PHP parse the config file
Until now, the config manager did read and parse the various PHP config files itself. This fails for more complex setups like arrays.
I'm not really sure why this was done. This patch replaces the parsing with a simple include() call. Everything still seems to work.
show more ...
|
7e293784 | 10-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
partial revert of 23e8f02b8aa3a74fed70f1a496bdb5423908133a
okay. I can't read. we already had a multiline config. It's the default. So I reverted my change, except for making use of formText/cleanTe
partial revert of 23e8f02b8aa3a74fed70f1a496bdb5423908133a
okay. I can't read. we already had a multiline config. It's the default. So I reverted my change, except for making use of formText/cleanText for proper line ending handling and I added made focused textareas a bit larger.
show more ...
|