| 3074e342 | 03-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix comment grammar |
| b6132871 | 03-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
include image info in in detail.php; ensure populated before DETAIL_STARTED event |
| ca22711e | 03-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
make global, ensure created in mediamanager is global and merged with any pre-existing |
| 1c7d84be | 03-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed passed cache parameter |
| 4a516840 | 03-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
handle public vs. private ressource in sendFile() |
| 6535e29c | 01-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed loading of old configuration for auth plugins |
| add8678f | 01-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
alternative fix for FS#2734 |
| 96e1f756 | 24-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Use "old" image replacement for pagetools in IE7
This fixes the image display in IE7 with the disadvantage that now in IE7 with images disabled the text won't be displayed anymore. |
| c97b0f20 | 24-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix pagetools display without images FS#2634
This makes the pagetools in non-hover/static/active-mode use another image replacement technique that falls back to the text when images are disabled. Fu
Fix pagetools display without images FS#2634
This makes the pagetools in non-hover/static/active-mode use another image replacement technique that falls back to the text when images are disabled. Furthermore this fixes the :focused-display in IE7 by using :active, too.
show more ...
|
| 058fd096 | 24-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix current mode icons in rtl languages |
| aaec90e4 | 24-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix search button in rtl languages in Chrome
For some reason without position: relative the search button is hidden in rtl languages. |
| 8770796f | 24-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
make scrolling possible in media manager on smaller screens (FS#2723) |
| fd215c0f | 24-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix sample handling in toolbar in tb_format FS#2691
The previous fix in e38f3066cedb80722b3488e7ab3b2809b6db5363 fixed this bug only in tb_formatln. |
| bdac7415 | 24-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed typos |
| 3fe28037 | 24-Feb-2013 |
lainme <lainme993@gmail.com> |
Simplified Chinese language update |
| a4655683 | 24-Feb-2013 |
Lorenzo Radaelli <lorenzo@mfr-trade.it> |
Italian language update |
| 9507770d | 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 ...
|
| e0d6578c | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix security caution for 'remote' setting (was 'xmlrpc') |
| 338ac38c | 24-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed typos |
| 292f6d8b | 24-Feb-2013 |
lainme <lainme993@gmail.com> |
Simplified Chinese language update |
| 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 |