mooTickerRSS Widget - November 28, 2008
The mooTickerRSS widget was not automatically starting the headline rotation. Also, the portal block that fed the mooTicker wasn't ever being updated.
private/system/lib-widgets.php
Error sanitizing URLs - November 26, 2008
Submitting links or any other input that takes a URL as one of the options creates foreach error.
FileMgmt Plugin - November 25, 2008
Auto Tags do not work if URL rewrite is enabled.
public_html/filemgmt/index.php
Filesize was set to 0 bytes when approving user submitted files.
public_html/admin/plugins/filemgmt/index.php
usersettings.php crashes - November 25, 2008
Several folks reported issues including the Date/TimeZone.php file from the included pear modules in the usersettings.php. Now use full path if have_pear is set to false.
Bad Behavior2 v2.0.25 - November 24, 2008
The Bad Behavior2 plugin has a logic error in the http:BL handling caused some legitimate users to be blocked while spammers were allowed through. This error has been fixed. The spammers are now blocked while the potentially legitimate users are allowed.
public_html/bad_behavior2/bad-behavior/blackhole.inc.php
glFusion - Story Edit (Image Upload)
If you use the stock story image upload, glFusion would not allow more than 5 images per story regardless of the configuration setting. Note: This does not apply to images uploaded via the FCKeditor.
Media Gallery
If both width and height were passed to a video auto tag, neither the width or height were properly set. Also, fixed a variable name that was mistyped.
The img auto tag does not always work with IE browsers.
private/plugins/mediagallery/functions.inc
glFusion - Moderation
When trying to use the submission queue, glFusion crashes with a 2 - Missing argument 1 for draftlist() error.
public_html/admin/moderation.php
glFusion
glFusion did not honor the show_right_blocks configuration setting.
Forum Plugin
The notification email for reply items is off by one topic id, it uses the next to the last post id instead of the newly created topic id of the actual reply.
public_html/forum/createtopic.php
Media Gallery Plugin
Media Gallery will error out while reading the image header for certain large (very large) image files.
private/plugins/mediagallery/include/makers/gps.php
The Media Gallery gallery v1 import routine will fail on empty Gallery albums.
public_html/admin/plugins/mediagallery/importers/Galleryv1/index.php
The Media Gallery watermarking code references a non-existent variable which causes it to fail.
private/system/imglib/lib-image.php
Image Processing Library
The image processing library does not handle corrupt EXIF headers well.