72a66eb7 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
check less compilation for errors
This now gives proper files and line numbers for errors |
acd3eb67 | 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
Enable LANG.template.<template>.key to provide localized strings in templates |
fd975da7 | 31-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
removed possibility to have rtl.less files in plugins |
fbaa8777 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed debug statement. sorry |
cbe37079 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
convert ini replacements to less vars first
This makes it possible to safely overwrite ini replacements from within any less file |
c51b334e | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed ini replacement to less variables stuff |
d4a1ece8 | 29-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
add LESS support
still needs testing |
654436fb | 21-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
fixed references to images in old template (FS#2816) |
6b0ec830 | 21-Jul-2013 |
Michael Hamann <michael@content-space.de> |
In debug mode: catch and log JS errors with file information
When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional informa
In debug mode: catch and log JS errors with file information
When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional information from which file they came. This should make it easier to find out which plugin is the cause for broken JS code. The feature isn't enabled by default as defining functions inside try-clauses isn't allowed in strict mode and causes a warning at least in Firefox.
show more ...
|
88833bac | 24-Jun-2013 |
flammy <flamabelde@yahoo.de> |
Fixes validation problems with base64 encoded images in CSS. |
d572baf8 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Add check for token when resizing and caching external images |
25cfdf73 | 08-Apr-2013 |
Michael Hamann <michael@content-space.de> |
indexer.php: disable the GIF output only with debug parameter and allowdebug
Before this fix the debug parameter always prevent the GIF from being sent even though no actual debug information was re
indexer.php: disable the GIF output only with debug parameter and allowdebug
Before this fix the debug parameter always prevent the GIF from being sent even though no actual debug information was returned unless the allowdebug configuration option was set. Now the GIF is only disabled if debugging is actually allowed.
show more ...
|
7fb7960f | 22-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
refactor fetch to support unittesting |
0f4e0092 | 20-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add a token to fetch urls requiring image resize/crop to prevent external DDOS via fetch |
1b8b28fa | 03-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
there's no pragma: private |
a6c362b6 | 03-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
max-age not allowed with no-cache |
3b6f95e6 | 03-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
adjusted cache=0 headers again |
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() |
add8678f | 01-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
alternative fix for FS#2734 |
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 ) |
dd90013a | 16-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Media manager: don't create empty namespaces FS#2642
Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current nam
Media manager: don't create empty namespaces FS#2642
Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current namespace is only displayed in the tree but not actually created.
show more ...
|