Share

ReaX the.system

File Release Notes and Changelog

Release Name: reax-1.0-beetle-4

Notes: Release notes -------------------- i Contents ii Introduction to this beetle-release iii Requirements iv Installation ii Introduction to this beetle-release ================================================== Beetle-releases are buggy. I encourage you to find as many bugs as you can and report them to me via http://www.sourceforge.net/projects/reax. As soon as we consider the beetlerelease stable enough for public use, ReaX will reach the cricket-stage and will be copied to the reax-package. iii Requirements ================================================== To use ReaX you need a webserver running PHP 4.1.x and MySQL 3.23.xx. I haven't testet other MySQL-versions, but ReaX should be working anyway, as long as MySQL didn't change any syntax. ReaX won't run on any server running PHP 4.2.x, since these PHP-versions use $_GET and $_POST and don't support $HTTP_GET_VARS and $HTTP_POST_VARS any more. A special version of ReaX might be released in the future. iv Installation ================================================== Simply run admin/install.php > !REMOVE THE installer.php FILE AFTER FINISHING INSTALLATION! <


Changes: Changelog -------------------- reax-1.0-beetle-4 * feature: added install.lock to installer to prevent people running install.php twice (thanx PCdude) * bugfix: typo in install.php: dbpassword wasn't written to dblogin.php * bugfix: typo in members.php:58 * bugfix: fixed bug in main_options-template * bugfix: added addslashes() in admin/edittmpl.php around base_tmplset["template"] reax-1.0-beetle-3.2 * bugfix: install.php didn't make dblogin.php (me stupid) reax-1.0-beetle-3.1 * bugfix: stupid typo in admin/install.php * bugfix: another typo in admin/install.php * bugfix: admin/install.php didn't encode password: added md5() reax-1.0-beetle-3 * feature: basic installer added * feature: protected modules/shared/queue.php * bugfix: addsubmit.php: code went into switch at wrong moment * bugfix: installmod.php: permissions weren't added * bugfix: installmod.php: queries weren't always processed. Added trim(). * misc: cleaned reax.sql up * misc: added templates for modules reax-1.0-bromtor-1 * fixed addsubmit.php