Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Another Update

Quote Reply
Another Update
Hi,

I've posted what will be the final release. I'd just like to get a few people to try it out and see if I missed anything obvious.

The changes in table structure are minimal, but if you don't recreate your tables you'll need to run from the SQL Monitor:

alter table Links_Score_List change Position Word_Pos int default 0;
alter table Category_Score_List change Position Word_Pos int default 0;
alter table CatRelations add RelationName varchar(255);

and if you are not using beta 5, you should run:

alter table EmailMailings add LinkID int;

Please NOTE: If you have a prefix, make sure to prefix the tables above!!

The major changes in this include:

- Many mod_perl, SpeedyCGI improvements
- PostgreSQL support
- Plugin overhaul.

The plugins may not work with this version, we are in the midst of updating them and should have them updated early tommorrow as well as the WWWThreads plugin.

I'll be working on the web pages and a bit more docs for the next day or two and then I'll release 2.0.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Another Update Alex 4540 Jan 24, 2001, 7:38 PM
Thread Re: Another Update
pugdog 4405 Jan 24, 2001, 7:50 PM
Post Re: Another Update
Ground Zero 4375 Jan 24, 2001, 8:08 PM
Thread Re: Another Update
pugdog 4377 Jan 24, 2001, 8:06 PM
Thread Re: Another Update
Alex 4379 Jan 24, 2001, 9:07 PM
Post Re: Another Update
pugdog 4356 Jan 24, 2001, 9:23 PM
Thread Re: Another Update
carfac 4297 Jan 25, 2001, 9:29 AM
Post Re: Another Update
Alex 4305 Jan 25, 2001, 10:21 AM
Post Re: Another Update
WilHatfield 4253 Jan 25, 2001, 3:23 PM