Donate Share

GetBoo

File Release Notes and Changelog

Release Name: 1.02

Notes:
Product Name			GetBoo
Product URL			http://www.getboo.com
Product Description		Web-based bookmarking system

Release Version			1.02
Release Date 			07/02/2007

Author's Name			Maxime Chartrand-Dumas
Author's Email			maxime@getboo.com
License				GNU General Public License (GPL)

==== INSTALLATION ====
=== QUICK INSTALLATION ===

  - Upload all the files on your webserver or localhost
  - Point to the root folder of the script to start the installation script
  - Fill out the form information and then submit
  - Remove the /install folder

=== LONG INSTALLATION ===

  - Upload all the files on your webserver or localhost
  - Create a database or use an existing one and import the sql file includes/sql/structure1.0.sql
  - Move the file install/config.example.php to its parent folder, and rename it to config.inc.php
  - Open this file and edit the database information and configuration values
    - Set TABLE_PREFIX to gb_ (if you want to use another prefix, first modify the sql file accordingly)
  - Open your MySQL database and add an admin account (status="admin") in table gb_session
    - If you want to offer a demo account, add a another user demo/demo and status="normal" (this can be added later when you are logged in)
  - On *nix platforms, ''chmod 777'' the cache/ folder
  - Remove the install/ folder

==== UPGRADING ====

=== From 1.0 to latest ===

  - Move your config.inc.php file to another folder (important, it makes the upgrade much faster)
  - Replace your files with the new release (if you use caching, please preserve your cache folder)
  - Point to the root folder of the script to start the upgrade script
  - Either load your config file at the end of the script or fill out the form information (except the admin configuration section).
  - Click the "Upgrade GetBoo" button
  - Remove the /install folder

=== From 1.0 to 1.01 ===

  - Move your config.inc.php file to another folder
  - Replace your files with the new release (if you use caching, please preserve your cache folder)
  - Move your config.inc.php file to the root folder of the application
    - Insert after line 91 (''define("ANTI_SPAM", true);'') the following line: ''define("VERSION", "1.01");''
  - Remove the install/ folder

--> See http://wiki.getboo.com/install for more info

==== TRANSLATION ====

--> See http://wiki.getboo.com/translations for more info
I would be glad if you could help!

==== LINKS ====

GetBoo Project:
http://sourceforge.net/projects/getboo/

GetBoo Website
http://www.getboo.com/

GetBoo Wiki:
http://wiki.getboo.com/

GetBoo SVN
Command: svn co https://getboo.svn.sourceforge.net/svnroot/getboo getboo
Web: http://getboo.svn.sourceforge.net/viewvc/getboo/

Help forum:
https://sourceforge.net/forum/forum.php?forum_id=686367

Bug reports:
https://sourceforge.net/tracker/?group_id=194055&atid=947894

Feature requests:
https://sourceforge.net/tracker/?group_id=194055&atid=947897

User-submitted patches:
https://sourceforge.net/tracker/?group_id=194055&atid=947896

Changes: 02.07.2007 - Releasing version 1.02 - Upgrade script done and installation script error handling refined 01.07.2007 - Upgrading support from the original config.inc.php file 31.06.2007 - Creating the upgrade script 30.06.2007 - Integration of the javascript interface completed 29.06.2007 - Moving configiguration variables to a table 25.06.2007 - Integrating the javascript interface for private bookmarks - SNAP (bookmark previews) is working again - Installation script: creation of the database enabled + bugfixes 24.04.2007 - Tuning the javascript interface for private bookmarks 23.04.2007 - New javascript interface for private bookmarks displayed in a tree 08.04.2007 - Completed development of a bar (sidepanel) of bookmarks 05.04.2007 - Added Opera style 05.02.2007 - Bugfix when the admin deletes an account - Starting to revamp the private bookmarking interface using a javascript tree, drag and drop, etc. - Moved the bar functions into the bookmarks.php include file along with the jQuery files