Fixed bug where contacting a user would try to redirect to profile page when profileloginrequired = true (Mark)
Added rdf_file to the fusionrescue.php fields (Mark)
Fixed
IE6 bug with the block menus (Eric)
Fixed issue with openbase_dir restrictions when processing mime types (Mark)
Added new multi-byte function: MBYTE_is_utf8() returns true if a valid utf-8 string (Mark)
Configuration now checks to see if plugin help file exists before placing the help icon next to the configuration option (Mark)
Cleaned up login form (Eric)
Update MooTicker
RSS feeds (Eric)
Added feature to plugin_autouninstall to purge configuration data if it exists (Mark)
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 (Mark)
Ensure a mime type is set when uploading files (Mark)
Fixed a bug when highlighting a query and the text contains regex type items.
Reworked the search algorithms
Fixed bug where username did not show in the search Author: field, instead the current username repeated over and over (Mark)
Fixed bug where no more than 5 images could be uploaded to a story (Mark)
Moved the configuration cache file into the data/layout_cache/ directory. (Mark)
Searching - Fixed improper use of stripslashes() on the results (Mark)
Fixed an issue where the bbcode parser could exhaust system resources. (Mark)
Moderation fails with a 2 - Missing argument 1 for draftlist() error (Mark)
Added missing security token to trackback editor (Mark)
If login is required for search and disable_new_registrations is true, non-logged-in users who performed a search were presented with a link to the 'New User' page. Removed the New User link if registration is disabled. (Mark)
Fixed a problem that only appears if the configuration setting for Languages is set, but Language Files is not (Mark)
Removed reference to required_bg.gif in style.css (Mark)
glFusion did not honor the show_right_blocks setting (Mark)
Removed reference to missing graphic on gllform. class. (Mark)
Fixed broken
API COM_sanitizeUrl(). We removed the allowed_protocol configuration option but neglected to update this function. (Mark)
Enhanced error check when reading EXIF data from
JPG images, ensure that corrupted images do not cause the application to fail. (Mark)