From: Jean H. <gu...@al...> - 2001-09-12 20:00:01
|
Hi there, Silly me, there were a few bugs in LinkBase 1.3 : - in the page that showed the topic tree in the tree view, topics didn't indent and oudent as expected, so the tree.php3 script has been updated - the update-1.3.sql *REMOVED* the title field from the topics table, there was just an error in the SQL statements, I wrote : ALTER topics DROP title instead of ALTER topics DROP INDEX title - the linkbase.sql has been updated. The UNIQUE key on the 'title' field in the 'topics' table prevented topics with the same name to be created at different locations in the topic tree because of limitations before LinkBase 1.2 where sub-topics weren't supported. For example, it is now possible to have the following topics at the same time : News Portals :: French :: Linux Operating Systems :: Linux These bugs have been corrected and I made a new tar.gz archive of LinkBase-1.3. This archive has been uploaded on linkbase.sourceforge.net at about 19h00 (GMT+1) so if you downloaded it before this date, you're invited to download it again. Sorry for the delay, but I was unable to log on the SourceForge account before this date (because of the recent tragic events in the USA ?). As usual, if you see a bug or a missing feature you'd like to be implemented in LinkBase, you can either hack the code directly :) or send me a mail. Best regards, -- Jean HAUSSER, aka 'Guffle' web : http://www.aboutlinux.eu.org http://linkbase.sourceforge.net |