| 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 |
| 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 ...
|
| 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 |
| 7521090b | 10-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Move plugin name regex to a constant as suggested by @glensc |
| 92faea0e | 09-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Load plugins using include_once instead of include
The problem with using include is that when the file that is loaded does not contain the plugin class (e.g. because the directory name is wrong), t
Load plugins using include_once instead of include
The problem with using include is that when the file that is loaded does not contain the plugin class (e.g. because the directory name is wrong), the file could be loaded again when the plugin class is requested a second time which will lead to a fatal error because of class redeclaration.
show more ...
|
| baf1d9a0 | 09-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Less restrictive plugin name checking
This partially reverts de50cad65ae679a602e71adddffdd74df7ea3fbb as the strict check breaks existing plugins and this shouldn't be changed without prior discussi
Less restrictive plugin name checking
This partially reverts de50cad65ae679a602e71adddffdd74df7ea3fbb as the strict check breaks existing plugins and this shouldn't be changed without prior discussion and a warning for plugin authors with some time to adjust their plugins. Now all characters that are valid in PHP class names except "_" are allowed.
show more ...
|
| 00b89f9b | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix encoding of special characters in HTML mails FS#2590
Before this change it was possible to send arbitrary HTML content to subscribers, if you are using HTML subscription mails and have untrustwo
Fix encoding of special characters in HTML mails FS#2590
Before this change it was possible to send arbitrary HTML content to subscribers, if you are using HTML subscription mails and have untrustworthy editors, it is recommended to upgrade as soon as possible (this doesn't affect the current stable release).
show more ...
|
| 0484ed6d | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Display an error message when an enabled plugin has an invalid name
This displays an error message when building the plugin list and an enabled plugin does not follow the plugin naming conventions.
Display an error message when an enabled plugin has an invalid name
This displays an error message when building the plugin list and an enabled plugin does not follow the plugin naming conventions. This should help plugin developers and admins understand why their plugins aren't working.
show more ...
|
| eef93e99 | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Use hardcoded plugin loading error message as $lang isn't initialized
When loading plugins, $lang might not be initialized yet, so use a hardcoded error message instead, especially as this error sho
Use hardcoded plugin loading error message as $lang isn't initialized
When loading plugins, $lang might not be initialized yet, so use a hardcoded error message instead, especially as this error should only be displayed for the admin (and then fixed). This also removes the previously localized message, it might be re-added as part of the new extension manager.
show more ...
|
| de50cad6 | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Check plugin naming conventions during load FS#2464
This checks if plugin names are valid and only loads valid plugin files, this could prevent some errors from wrong upgrades as described in FS#246
Check plugin naming conventions during load FS#2464
This checks if plugin names are valid and only loads valid plugin files, this could prevent some errors from wrong upgrades as described in FS#2464.
show more ...
|
| dd74fecf | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Remove BOM in linesToHash, partial fix for FS#2464
The BOM at the beginning of some plugin.info.txt files prevented the plugin manager from correctly reading the base property and thus it installed
Remove BOM in linesToHash, partial fix for FS#2464
The BOM at the beginning of some plugin.info.txt files prevented the plugin manager from correctly reading the base property and thus it installed the plugin in the wrong directory.
show more ...
|
| cd2f903b | 07-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Correct and add some PHPDoc comments, initialize some variables |
| 0a78cb46 | 07-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix the test if a subscription already exists FS#2580
This fixes the test for existing subscriptions by not only testing if the subscription for the deepest namespace level is for the current page b
Fix the test if a subscription already exists FS#2580
This fixes the test for existing subscriptions by not only testing if the subscription for the deepest namespace level is for the current page but by simply testing all levels. Test case is included, it fails without this change.
show more ...
|
| 05be3a57 | 07-Sep-2012 |
Olivier Duval <zorky00@gmail.com> |
French language update |
| 0e65a484 | 06-Sep-2012 |
Gerardo Zamudio <gerardo@gerardozamudio.net> |
Spanish language update |
| 72d49c3b | 06-Sep-2012 |
Andreas Gohr <andi@splitbrain.org> |
spanish language update FS#2586 |
| 520297b4 | 06-Sep-2012 |
Jukka Inkeri <jukka@awot.fi> |
Finish language update |
| ccde6bdb | 06-Sep-2012 |
日向小郎 <syaoranhinata@gmail.com> |
Traditional Chinese language update |
| 15c2c853 | 26-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
GeSHi upgraded to version 1.0.8.11 |
| c3564cf9 | 26-Aug-2012 |
이명진 <aranet100@gmail.com> |
Korean language update |
| 77d44477 | 26-Aug-2012 |
Otto Vainio <otto@valjakko.net> |
Finish language update |