Share

Scuttle

File Release Notes and Changelog

Release Name: 0.7.4

Notes:
Scuttle 0.7.4
http://sourceforge.net/projects/scuttle/
http://scuttle.org/

Copyright (C) 2004 - 2008 Scuttle project
Available under the GNU General Public License

============
INSTALLATION
============

* Use the SQL contained in tables.sql to create the necessary database tables. This file was written specifically for MySQL, so may need rewritten if you intend to use a different database system.

* Edit config.inc.php.example and save the changes as a new config.inc.php file in the same directory.

* Set the CHMOD permissions on the /cache/ subdirectory to 777

Changes: Scuttle 0.7.4 * Fixed REG_BADRPT error in isValidEmail() that prevented registration * Merged cookie fix from trunk * Set body background to white * Removed poor seed from _randompassword() * Minor fix to updateBookmark()