The second 1.0 Release Candidate can be downloaded here: http://dev.cmsmadesimple.org/frs/?group ... ase_id=479
To enable PostgreSQL the dateformat function/parameter had to be changed.
It no longer uses MySQL format, but uses PHP format now (mostly the same, but without %, see http://www.php.net/manual/function.date.php).
When you upgrade from RC1 and use dateformat with with the {cms_module} tag you'll have to change the format. When using a page of the Guestbook Content Type, simply open the page for editing and push the apply or submit button.
Also a new variable $e_mail_cloaked is assigned to the (database) guestbook entry template. This is the E-mail address with @ changed to and . to . If you use the default template, make use of it by restoring the template to default after upgrading.
Changes were made to the SQL code to solve some cases where it would be impossible to post any guestbook entries.
Changes:
- The module now also works in combination with a PostgreSQL database.
- Changed the input format for the dateformat parameter from MySQL format to PHP format.
- A new variable is assigned to the (database) guestbookentry template: $e_mail_cloaked.
This is the E-mail address, with @ replaced by and . by . - Extended the notification E-mail, it now sends the new guestbook entry in the notification message.
- New Finnish translation and updated Dutch and Norwegian translations from the translation center.