4005b080 | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed html error in plugin lang file |
a0e62518 | 16-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
separate default settings from non-existing settings setting type read from metadata eqaul to empty string is default 'setting' class (a textarea), everything else should be a existing class otherwis
separate default settings from non-existing settings setting type read from metadata eqaul to empty string is default 'setting' class (a textarea), everything else should be a existing class otherwise 'setting_no_class' is loaded
show more ...
|
87bba75a | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Add django compatible hashes to the config options. |
73afc609 | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
removed useless css from config manager (causing issues in Opera, FS#2678) |
a9b6a8b5 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
allow richer email addresses in notify and registernotify FS#2689
This deprecates the "richemail" config class |
58e98218 | 01-Feb-2013 |
Vasileios Karavasilis <vasileioskaravasilis@gmail.com> |
Greek language update |
957e84c6 | 01-Feb-2013 |
Rodrigo Rega <rodrigorega@gmail.com> |
Galician language update |
e0e514e1 | 31-Jan-2013 |
Andreas Gohr <gohr@cosmocode.de> |
touch the config on save, even if no changes were made |
dfbe4adf | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added SHA512 hashing method FS#2663 |
529b0416 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added mediawiki password method FS#2559
This should make migrating from MediaWiki a bit easier. |
e6c4a822 | 18-Jan-2013 |
Erdem <farukerdemoncel@gmail.com> |
Turkish language update |
187b13eb | 18-Jan-2013 |
Daniel López Prat <daniel@6temes.cat> |
Catalan language update |
d12150d8 | 16-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed problems with spaced arrays |
741c5275 | 16-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
parse arrays from config file |
7eaa7703 | 09-Jan-2013 |
日向小郎 <syaoranhinata@gmail.com> |
Traditional Chinese language update |
71e90b1c | 06-Jan-2013 |
Osama Al-Kofahi <Osamak@paci.gov.kw> |
Arabic language update |
38479cbb | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
some coding style improvements
- removed some dead/unused code - fixed phpdoc - added typing on methods |
78f0e832 | 23-Nov-2012 |
Leandro Regueiro <leandro.regueiro@gmail.com> |
Galician language update |
a24fc53e | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
added failing test for array type |
cba21baa | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
started to add some unit tests to config manager
Parsing the config file should be completely tested before we can rely on it and safely extend it. This just adds the first very basic tests. |
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 ...
|
de78e4ef | 12-Nov-2012 |
Anael Mobilia <anael@anael.eu> |
French language update |
649ee76f | 12-Nov-2012 |
Jakub <j@kub.cz> |
Czech language update |
60dd32d9 | 10-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
added 'array' type for config manager
This allows to use simple arrays in the config file but have a comma separated list in the config manager. |
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 ...
|