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