| a0cc1f96 | 06-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
Revert "deleted very old (and unused) images", will deprecate them instead (FS#2612)
This reverts commit ea62d5316150a9477d962aff311f9c6f64f68db7. |
| 94c0297d | 06-Oct-2012 |
Andreas Gohr <andi@splitbrain.org> |
completed plugin.info.txt files |
| 89a539f2 | 30-Sep-2012 |
Nick Reilingh <nick@magnumopusgames.com> |
Changed XHTML validator icon to HTML5 (FS#2619) |
| 86ca1526 | 26-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
Revert "removed html dependency from media query detection JS in new template"
... because it made the solution less transparent, more error prone and even more like a hack than it already was
This
Revert "removed html dependency from media query detection JS in new template"
... because it made the solution less transparent, more error prone and even more like a hack than it already was
This reverts commit 20391a36885910a616110df30f3ce30f8d23639d.
show more ...
|
| 20391a36 | 25-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
removed html dependency from media query detection JS in new template |
| 07834a7c | 25-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
de-couple mobile JS from widths to actual media query equivalent (fixes FS#2623) |
| 89fd993f | 21-Sep-2012 |
Robert Bogenschneider <robog@gmx.de> |
Esperanto language update |
| 93877985 | 21-Sep-2012 |
Martin Michalek <michalek.dev@gmail.com> |
Slovak language update |
| a27f1c2b | 21-Sep-2012 |
lainme <lainme993@gmail.com> |
Simplified Chinese language update |
| b9eadad0 | 21-Sep-2012 |
Edmondo Di Tucci <snarchio@gmail.com> |
Italian language update |
| 3899c2ec | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Start output buffering in lib/exe/css.php only when the CSS is generated
This prevents buffering of the cache file output. |
| c5c68de9 | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Load rtl userstyle as it is still supported (did it ever work?) |
| dbf794bf | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Set default userstyle only once as screen userstyle |
| 14977bd2 | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix CSS cache handling and CSS output
This fixes several problems: - the CSS cache was only updated when either the CSS files for all media types or one of the global files was modified - when onl
Fix CSS cache handling and CSS output
This fixes several problems: - the CSS cache was only updated when either the CSS files for all media types or one of the global files was modified - when only the screen CSS was changed, the screen CSS was regenerated but then the cache was printed which either caused duplicated screen CSS output when gzip output was disabled or invalid output with gzip enabled as first the plain text screen CSS and then the gzip-compressed cache file was printed
Now first all CSS files are collected, then the cache is checked once and only after this the CSS content is collected.
show more ...
|
| 19e77bae | 17-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
fixed checkboxes missing border in Opera (FS#2603) |
| e71b260a | 17-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Simplify js_compress() for regular expressions FS#2593
This simplifies a while loop in the js_compress() code. The functionality of the new code is completely identical to the old code but it uses l
Simplify js_compress() for regular expressions FS#2593
This simplifies a while loop in the js_compress() code. The functionality of the new code is completely identical to the old code but it uses less comparisons and according to FS#2593 it is thus a lot faster.
show more ...
|
| a0df75e6 | 17-Sep-2012 |
Elan Ruusamäe <glen@delfi.ee> |
add index file similar to fileicons to show active smileys |
| d33f2760 | 16-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
moved media manager resize image to core image folder |
| ee8400d6 | 15-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
let tables adjust to default width (FS#2598) |
| 1d93d6bd | 13-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
corrected comment in style.ini |
| 27a8150a | 13-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
deleted empty css files
(How the hell did they get back in?) |
| 30c1351e | 09-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix media manager height handling after resize FS#2369
The height handling code was triggered before the width handling code and thus the right pane was below the other panes during the height calcu
Fix media manager height handling after resize FS#2369
The height handling code was triggered before the width handling code and thus the right pane was below the other panes during the height calculations which caused strange effects. Now the height handling code is called again after adjusting the width of the right pane.
show more ...
|
| 28c7c067 | 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
added missing DETAIL_STARTED event to lib/exe/detail.php |
| 4802becf | 09-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix section edit highlighting when the start marker is hidden
This fixes the section edit highlighting when the start marker (normally a heading) is inside other HTML elements like a div from the wr
Fix section edit highlighting when the start marker is hidden
This fixes the section edit highlighting when the start marker (normally a heading) is inside other HTML elements like a div from the wrap plugin.
show more ...
|
| 0c2e484f | 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
added missing info.txt parameters, added plugin plugin's info.txt, adjusted old default template's description |