[Freerealty] Announcing testing release of FR-2.8.6
Patrick Fleming
pat at rwcinc.net
Wed Apr 28 15:52:05 MST 2004
As promised, the testing release of 2.8.6 is available for download
here: http://www.rwcinc.net/freerealty/code/FR-2.8.6-pre1-beta.tar
This is a testing release: please run it on your test servers. No
guarantees on data quality ;)
Please send me bug reports- especially on the logging functions.
Only the changed files are included.
Patrick
-------------- next part --------------
To install and use this pre-release for FreeRealty you must already have FreeRealty 2.8.5 installed, configured and properly running.
This testing release will not be publicly released- you are testing this release prior to public release. Other features and functions will be added before final release.
The primary features in this release are the logging functions as well as multi-user admin type logins in /admin.
The files specific to this install:
common.php changes to allow logging and multi-user login
agentadmin.php: login and logging changes
includes/
func.php: contains logging function
admin/
admin.php: contains changes to login code and logging functions
login.php: admin login code moved to this file
agenteditor.php login changes
log.sql the table information for the logging tables
logview.php Used to view the log information on the server.
misc template file changes not related to functioning code (not included)
It is recommended that this file be untarred next to your existing install so you can see the differences before overwriting.
Edit log.sql to add any prefix that you may be using in your db.
install the new tables
#mysql -u {your user name} -p {name of db} <log.sql
replace {your user name} with the name that you access the MySQL database with
and {name of db} with the database name that you use.
More information about the FreeRealty
mailing list