| 89d02586 | 10-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
config manager: removed dead/commented code |
| 3295f40a | 10-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed saving in config plugin
Saving worked, but did you log out everytime. Now it is checked if the auth mechanism was actually changed before assuming the login is invalid. |
| 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 ...
|
| 23e8f02b | 10-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
added 'text' to config plugin for multi line text configs |
| 311f4603 | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed authplain
* code/PHP5 cleanup |
| 4476793e | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
authpgsql fixes
* fixes merge messup (code was made up from parts of authad) * code and PHP5 cleanup |
| 2657e468 | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
authmysql fixes
* use proper plugin config * code/PHP5 cleanup |
| 70e4a085 | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixes for authldap
* makes proper use of plugin config * adds a few first defaults, but the whole config metadata is still missing * proper PHP5 use and comments |
| 32fd494a | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
authad fixes
* fixes incorrect $this->adldap calls * makes use of correct plugin config |
| 46b991a3 | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
merge old auth style configs with plugin config |
| 76ce1169 | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
moved adLDAP to authad plugin and fixed includes |
| 5a65cc7f | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
some comment cleanup in authad |
| 454d868b | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
make all sub auth classes call the parent constructor
This does nothing currently but allows us adding certain things to the base class later. |
| 4d390d42 | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
don't merge any global confs into auth plugin configs |
| fba11f64 | 03-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed old TarLib and changed plugin manager to use new one |
| d4b178ac | 02-Nov-2012 |
이명진 <aranet100@gmail.com> |
Korean language update |
| a7e9a2b1 | 02-Nov-2012 |
Aivars Miska <allefm@gmail.com> |
Latvian language update |
| ac628d80 | 25-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
added cut off points for mobile devices as parameters to style.ini |
| 990578f7 | 23-Oct-2012 |
AmirH Hassaneini <mytechmix@gmail.com> |
Persian language update |
| 8036aaf2 | 23-Oct-2012 |
Mercè López <mercelz@gmail.com> |
Spanish language update |
| 39e0d514 | 23-Oct-2012 |
sh.khmit <sh.khamit@gmail.com> |
russian language update |
| b8faabb6 | 23-Oct-2012 |
sh.khmit <sh.khamit@gmail.com> |
Kazach language update |
| 58789954 | 23-Oct-2012 |
Andreas Gohr <andi@splitbrain.org> |
correctly check hash parameter in media dispatcher FS#2648 |
| f98e484a | 13-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
RTL and IE7 fixes for code blocks |
| 90104b13 | 13-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
beautified code blocks, also using lighter background colour (FS#2444) |