From ee305ae144d074692f2737eed8e38ec32f20e98e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Jan 2004 15:05:21 +0000 Subject: Round 3 of aggregator improvements: - Added support for new tags: + Optinal feed image: tag. + Dublin core dates: , , . - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML. --- database/database.pgsql | 1 + 1 file changed, 1 insertion(+) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index 7885e1947..a125d4ca1 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -158,6 +158,7 @@ CREATE TABLE feed ( attributes varchar(255) NOT NULL default '', link varchar(255) NOT NULL default '', description text NOT NULL default '', + image text NOT NULL default '', etag varchar(255) NOT NULL default '', modified integer NOT NULL default '0', PRIMARY KEY (fid), -- cgit v1.2.3