| 8e41425c | 21-Sep-2012 |
Rudolf Mayerhofer <rudolf.mayerhofer@hs-regensburg.de> |
make use of adLDAP 4.0.4 in AD backend
The new version of adLDAP improves the speed in handling recursive group memberships dramatically |
| 2ed38036 | 21-Sep-2012 |
Andreas Gohr <andi@splitbrain.org> |
consolidate more notification code in subscription class
This is untested and probably broken currently |
| 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 ...
|
| bd4e4c94 | 18-Sep-2012 |
Andreas Gohr <andi@splitbrain.org> |
add linebreaks and escaping in digest HTML mails FS#2606
this is a temporary and somewhat ugly fix. digest subscriptions should make use of the inline format just as the 'every' subscriptions do. Bu
add linebreaks and escaping in digest HTML mails FS#2606
this is a temporary and somewhat ugly fix. digest subscriptions should make use of the inline format just as the 'every' subscriptions do. But it makes sense to implement it correctly in the subscription branch instead and not introduce new code in the RC.
show more ...
|
| e7ebc158 | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Remove diff link from French notify mail FS#2602
The link doesn't exist in the English version and it doesn't work anymore because appending a parameter to a link doesn't work when the link is not j
Remove diff link from French notify mail FS#2602
The link doesn't exist in the English version and it doesn't work anymore because appending a parameter to a link doesn't work when the link is not just a URL but an HTML link
show more ...
|
| ce7fb7d7 | 17-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Only complain about invalid plugin names when plugins are loaded FS#2595
This fixes error messages about invalid plugin names for directories in the plugin directory which didn't contain any plugin.
Only complain about invalid plugin names when plugins are loaded FS#2595
This fixes error messages about invalid plugin names for directories in the plugin directory which didn't contain any plugin. Now the message is only displayed for plugins which couldn't be loaded because of the invalid name.
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 ...
|
| 9aa38483 | 17-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix link names of start pages in sitemap/index FS#2605 |
| ff5a286c | 17-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix revisions title for pages without title with useheading on FS#2597 |
| 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) |
| 14266831 | 14-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Only call set_magic_quotes_runtime in the installer when it exists FS#2583
According to the documentation the function was removed in PHP 5.4.0 though it still seems to exist in my PHP 5.4.6 install
Only call set_magic_quotes_runtime in the installer when it exists FS#2583
According to the documentation the function was removed in PHP 5.4.0 though it still seems to exist in my PHP 5.4.6 installation.
show more ...
|
| be808eff | 14-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix title of media items in the feed with useheading on
This fixes the problem that media items in the feed got the title of the previous item when useheading was enabled as no metadata is loaded fo
Fix title of media items in the feed with useheading on
This fixes the problem that media items in the feed got the title of the previous item when useheading was enabled as no metadata is loaded for media entries and thus the previous metadata was used again. This also fixes dates for media files.
show more ...
|
| 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?)
|
| b31fcef0 | 10-Sep-2012 |
Guy Brand <gb@unistra.fr> |
Release preparation |
| 7521090b | 10-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Move plugin name regex to a constant as suggested by @glensc |
| 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 ...
|