Share

UIPublish

File Release Notes and Changelog

Release Name: 0.7_b3

Notes:
This development version includes several bug fixes.

Note for using UIPublish with PHP 4.2.0:

Starting in PHP 4.2.0, the default configuration for 
register_globals is set to "off."  UIPublish uses global 
post variables. The php docs suggest that the default 
register_globals can be changed to on on a per directory
 basis by creating a .htaccess file containing the line 
"php_value register_globals 1". This file needs to be placed 
at the root of your website so that this configuration 
applies to all UIPublish directories under it. 



Changes: ** REL: 0.7b3 DATE 2003_06_25 - Fixed bug #755702 (Automatic recognition of URLs) - Fixed bug #742093 (Control Panel: Topic ID displayed) - Fixed bug #756980 (Control Panel: Cannot Set Expire Date) - RSS: Formatted date in RFC822 format needed for valid RSS (For both article and events) - RSS: Added configuration setting for RSS items limit. (For both article and events) - RSS: Ordered RSS items by descending order of post-date (For articles) - Added automatic recognition of URLs for event items.