| d00152be | 24-Feb-2013 |
Lorenzo Radaelli <lorenzo@mfr-trade.it> |
Italian language update |
| 00d58927 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix remaining missing $INPUT uses FS#2577
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to ma
Fix remaining missing $INPUT uses FS#2577
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
show more ...
|
| 9dc3b8ab | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace preset _cautionList property with _caution config metadata parameter, plugins can now easily set cautions on their settings |
| d433710d | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix security caution for 'remote' setting (was 'xmlrpc') |
| d110fb0d | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2722 add settings_regex class, use it for hidepages |
| 8bb7fe55 | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
remove no longer used email pattern, validation is done by mail_* functions |
| c89ab3e9 | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
remove php_strip_whitespace() alternate, no longer required as php min req't ensures its always present |
| 51de8ca1 | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add comments for recent settings class additions to extra.class.php |
| 07a30891 | 18-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed line endings |
| c33b315b | 18-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
removed a bunch of functions which were deprecated in 2005/2006 |
| eda319e6 | 17-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
removed unnecessary css parts |
| e5f0efe2 | 17-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
improved disabled acl permission styling (FS#2714) |
| 1947d1b4 | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
force screen_mode to string type (IE returns a number which is always triggering the default option in the following switch/case block |
| 22b77ede | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
improve comments on settings::update() method |
| aae735fc | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
tidy up authtype setting class (incl. fix issue with auth change/logoff occurring when only one auth plugin is enabled and other settings are updated) |
| 0fc50f81 | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add property to show disabled plugins, set it to false (to hide by default) |
| 56133a04 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Fix width of indicator column. |
| 5ebd6fd9 | 16-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
litte fixes |
| 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 ...
|
| 45970804 | 16-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
Complete metadata and defaults of auth plugin configs |
| 1015a57d | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2415 add to mediamanager (refactor pageinfo() and shift MEDIAMANAGER_STARTED after mediainfo() sets up ) |
| 5398a7b6 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed language file placeholders FS#2682 |
| 87bba75a | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Add django compatible hashes to the config options. |
| b480dd42 | 16-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Abort old quick search requests when starting new ones
This prevents old requests that need longer than the newer ones (likely, as if you type more less results are returned) from overriding the res
Abort old quick search requests when starting new ones
This prevents old requests that need longer than the newer ones (likely, as if you type more less results are returned) from overriding the results list.
show more ...
|