Guestbook 1.0.3 released
Posted: Thu Jun 29, 2006 2:32 am
A new version of the Guestbook module has been released. It can be downloaded here: http://dev.cmsmadesimple.org/frs/?group ... ase_id=510
There are no functional changes to version 1.0.2, but this version ensures compatibility with cmsmadesimple 1.0.
Changes to the module were made to support a stock adodb lite or adodb install and cmsmadesimple 1.0 as discussed here:
http://forum.cmsmadesimple.org/index.ph ... 384.0.html
Also some changes were made that prevent file require error messages reported on heavy traffic servers (http://dev.cmsmadesimple.org/forum/foru ... orum_id=91).
The script to import messages from an old (pre 1.0) gastbuch module install was improved - the old script would skip messages containing certain characters.
Changelog:
* Support stock AdoDB:
- use RecordCount() instead of RowCount()
- moved instances of DBTimeStamp (now returns time stamps with the single quotes around them) into the query strings
- use DT instead of T for Datetime fields.
* Moved seperated module and contenttype classes back into the module file after reported require errors on heavy traffic servers.
* Improved gastbuch messages import script: use addslashes in database queries and use full adodb if configured.
There are no functional changes to version 1.0.2, but this version ensures compatibility with cmsmadesimple 1.0.
Changes to the module were made to support a stock adodb lite or adodb install and cmsmadesimple 1.0 as discussed here:
http://forum.cmsmadesimple.org/index.ph ... 384.0.html
Also some changes were made that prevent file require error messages reported on heavy traffic servers (http://dev.cmsmadesimple.org/forum/foru ... orum_id=91).
The script to import messages from an old (pre 1.0) gastbuch module install was improved - the old script would skip messages containing certain characters.
Changelog:
* Support stock AdoDB:
- use RecordCount() instead of RowCount()
- moved instances of DBTimeStamp (now returns time stamps with the single quotes around them) into the query strings
- use DT instead of T for Datetime fields.
* Moved seperated module and contenttype classes back into the module file after reported require errors on heavy traffic servers.
* Improved gastbuch messages import script: use addslashes in database queries and use full adodb if configured.