- Sep 16, 2012
-
-
Anika Henke authored
-
- Sep 15, 2012
-
-
Anika Henke authored
-
- Sep 14, 2012
-
-
Michael Hamann authored
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.
-
Michael Hamann authored
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.
-
- Sep 13, 2012
-
-
Anika Henke authored
-
Anika Henke authored
(How the hell did they get back in?)
-
- Sep 10, 2012
-
-
Guy Brand authored
-
Michael Hamann authored
-
- Sep 09, 2012
-
-
Michael Hamann authored
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.
-
Anika Henke authored
-
Michael Hamann authored
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.
-
Anika Henke authored
added missing info.txt parameters, added plugin plugin's info.txt, adjusted old default template's description
-
Anika Henke authored
-
Michael Hamann authored
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.
-
Michael Hamann authored
This partially reverts de50cad6 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.
-
- Sep 08, 2012
-
-
Michael Hamann authored
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.
-
Michael Hamann authored
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).
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Michael Hamann authored
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.
-
Michael Hamann authored
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.
-
Michael Hamann authored
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.
-
Michael Hamann authored
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.
-
Anika Henke authored
-
Hakan Sandell authored
update the url to the latest one used in the manager (FS#2463)
-
Michael Hamann authored
-
- Sep 07, 2012
-
-
Michael Hamann authored
-
Michael Hamann authored
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.
-
Olivier Duval authored
-
- Sep 06, 2012
-
-
Gerardo Zamudio authored
-
Andreas Gohr authored
-
Jukka Inkeri authored
-
日向小郎 authored
-
- Aug 27, 2012
-
-
Mark authored
FIX for FS#2463 <https://bugs.dokuwiki.org/index.php?do=details&task_id=2463>
-
- Aug 26, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-