zForum 1.1.0.RC2 (Beta release) (Mar 18, 2006)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

Another BETA build of 1.1.0 is released.

For additional information about this project, please visit the overview page .

Available downloads

Product Package tar.gz

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1.2
State Beta release
License ZPL

UPGRADING

Upgrading from 1.0.7/1.0.8

If You got earier version that 1.0.7 then make all patches that are needed to run 1.0.7
- Backup Your Database (for just If You change your mind)
- run migration script from console or web-browser (MySQL: migrate_mysql.php, PostgreSQL: migrate_postgres.php):

Unix users:
Select file for your db system
# whereis php
You have to have PHP 4.4.x+ installed (tested on php5)
- edit first line in migrate_xxx.php (xxx means mysql or postgres), change #!/usr/bin/php to result of whereis command
- edit batabase connection variables ($db_user, $db_pass, $db_host, $db_name)
- run:
# chmod 744 migrate_xxx.php
# ./migrate_xxx.php

Windows users:
Select file for your db system
You have to have PHP 4.4+ installed (tested on php5)
- Find path to php.exe
- Copy migrate_xxx.php (xxx means mysql or postgres) to for example Y drive
- edit database connection variables ($db_user, $db_pass, $db_host, $db_name)
- start->run->cmd
X:\[path_to_php]\php.exe Y:\migrate_xxx.php

Run in from web-browser:
You need apache + php enviroment
- edit database connection variables ($db_user, $db_pass, $db_host, $db_name)
- copy migrate_xxx.php to www directory
- start web browser and put that url:
http://localhost/migrate_xxx.php

Change log

Version 1.1.0 RC2
----------------------------------------

- Added POSTGRES suport (postgres schema included)
- Added Post anchors (try to click on last update links)
- Added Turn ON/OFF: Wizards, showing IP in post, nested quotes
- Fixed some bugs (potsted by peter included)
- Provided: PHP Migration scripts for MySQL and PostgreSQL avalible in zForum/doc/migration/ directory.

There still might be some bugs so use it for test only
This version were tested on Gentoo Linux and Windows XP platform with MySQL 4.1.16 and PostgreSQL 8.0.4