| 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 |
| 8628c4fa | 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
updated (and added missing) info.txt files |
| e9e76279 | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Add more tolerance in js resize of the media manager FS#2369
This adds more tolerance to the width calculations of the media manager panes which avoids that the right pane is displayed below the oth
Add more tolerance in js resize of the media manager FS#2369
This adds more tolerance to the width calculations of the media manager panes which avoids that the right pane is displayed below the other panes.
show more ...
|
| fbfbbe8a | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, usermanager plugin |
| f21e024a | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, popularity plugin |
| b41885e3 | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, plugin manager |
| 392c9b52 | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, config/admin.php |
| 5373d847 | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, fetch.php |
| 356d9c9e | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, init.php |
| ad739841 | 08-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
RTL improvements (mainly on media manager, FS#2569) |
| 10295f78 | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Replace language-dependent selector in the mediamanager js FS#2573 |
| cd2f903b | 07-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Correct and add some PHPDoc comments, initialize some variables |
| 05be3a57 | 07-Sep-2012 |
Olivier Duval <zorky00@gmail.com> |
French language update |