Campsite 3.0.2 is available. This release eliminates a number of bugs
reported by the Campsite community:
- Syncing campsite and Phorum users still queries Users table which is no
longer in use.
- Introduce text button for preview, get rid of the magnifying glass icon
in the article edit screen.
- Fixed a typo in the French language definition.
- Fixes in all form statements in the template language: do not set the
hidden tpl parameter when the template was not defined, set the template
based on the given parameters, code cleanup, added new error message for
invalid template error.
- Fixed invalid error message when the issue, section or article template
was not set.
- Fixed bug in phorum user creation: do not set the user id manually, the
user id is an autoincrement key.
- The topic parameter is not set in the URI when the topic was defined.
- Fixed error reporting in issue, section and article lists; added new
error message.
- In article comments list initialize the default order to the thread
order.
- Fixed the htaccess file for the windows install.
- HTML coding fixes.
- Small fixes in the INSTALL file.
- Fixes in the default demo templates.
- Fixed declarations for operators greater_equal, smaller_equal.
- Fixed the version display in the admin interface.