| 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 |
| 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 ...
|
| 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 ...
|
| 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 ...
|
| 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 |
| 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 ...
|
| 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 |
| 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 |