Recursive Table of Contents v1.4 CHANGELOG Copyright (C) 2006 Pedro Venda pjvenda at pjvenda org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ------------------------------------- see LICENSE file for more information ------------------------------------- A full copy of this program along with this file can be downloaded from my website http://www.pjvenda.org Changelog: v1.4 - new database session counter; works as a pseudo persistent connection to avoid constant database reconnections - new pagetitle database field - for page titles - split functionally different parts of the project into different files; toc_db.php, toc_display.php, toc_engine.php, etc. - bugfixes v1.3 - small typo corrections - added new codename table entry: TOC entries are now referenced by their codenames instead of by their names. This way it is possible to change every displayed name without actually changing the pages themselves. Printed names are toc.name, toc.link_desc, etc and pages are referenced by toc.codename. - changed name table column into toc_name. this column contains the TOC entry name, actually written in the TOC display. v1.2 - added entry enable flag. each table entry must have its 'enable' flag with value 1 to be able to appear in the table. otherwise, it'll be ignored - website integration extended. page toptitle (window border), main title and description are now fetched from the database v1.1 - minor bugfixes - some website integration implemented. it is now possible to use a toc function to write an html link with corresponding description from the entry's codename. v1.0 - initial version. works.