| 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 ...
|