Index: openacs-4/packages/news-aggregator/news-aggregator.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/news-aggregator.info,v
diff -u -r1.13.2.4 -r1.13.2.5
--- openacs-4/packages/news-aggregator/news-aggregator.info 14 Jan 2006 23:27:58 -0000 1.13.2.4
+++ openacs-4/packages/news-aggregator/news-aggregator.info 28 Jan 2006 04:17:43 -0000 1.13.2.5
@@ -19,8 +19,8 @@
-
+
@@ -31,6 +31,7 @@
+
Index: openacs-4/packages/news-aggregator/todo
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/Attic/todo,v
diff -u -r1.1.2.3 -r1.1.2.4
--- openacs-4/packages/news-aggregator/todo 18 Jan 2006 15:25:16 -0000 1.1.2.3
+++ openacs-4/packages/news-aggregator/todo 28 Jan 2006 04:17:43 -0000 1.1.2.4
@@ -1,19 +1,21 @@
MS: some thoughts for improvements; should also mine bloglines, newsgator and yahoo (et. al) for more ideas
-version 0.9.9
- - html for aggregator description
- - parameterize the query limit for items (hard coded to 600)
version 1
+ - fix portlet
+ - parameterize the query limit for items (hard coded to 600)
+ - ok, this is actually handled on index page with parameter but we should only get what we want to display
- code cleanup and complete tests
- - update data model for 5.2
version 1.1
+ - update data model for 5.2
+ - richtext widget for aggregator description?
- add to del.ici.us button?
- edit subscription title
version 1.2
- notifications (convert multiple rss feeds to email. cool?!?)
+ - rework index page query to convert time in DB (sort is by date, source, time)
version 1.3
- search
version 1.4+
- per subscription keywords
- other display options?
- - style items (both w and w/o description) entirely via css (per package param for location)
\ No newline at end of file
+ - clean up styled items (both w and w/o description) entirely via css
Index: openacs-4/packages/news-aggregator/sql/postgresql/upgrade/upgrade-0.9.7-0.9.8.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/sql/postgresql/upgrade/Attic/upgrade-0.9.7-0.9.8.sql,v
diff -u -r1.1.2.4 -r1.1.2.5
--- openacs-4/packages/news-aggregator/sql/postgresql/upgrade/upgrade-0.9.7-0.9.8.sql 23 Jan 2006 15:39:59 -0000 1.1.2.4
+++ openacs-4/packages/news-aggregator/sql/postgresql/upgrade/upgrade-0.9.7-0.9.8.sql 28 Jan 2006 04:17:43 -0000 1.1.2.5
@@ -60,10 +60,8 @@
drop column owner_id;
-- this was not used and is available in acs_objects beginnning with 5.2 in any case
--- THIS IS DEADLY. DONT DO THIS. WRITE A PLSQL FUNCTION TO UPDATE THE PACKAGE_ID FIRST !!!!
---
--- alter table na_sources
--- drop column package_id;
+alter table na_sources
+ drop column package_id;
-- add on delete cascade so packages can uninstall cleanly
-- doing this for now, may eventually move this data to the user preferences package
Index: openacs-4/packages/news-aggregator/tcl/aggregator-procs-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/aggregator-procs-postgresql.xql,v
diff -u -r1.2.2.3 -r1.2.2.4
--- openacs-4/packages/news-aggregator/tcl/aggregator-procs-postgresql.xql 18 Jan 2006 15:25:17 -0000 1.2.2.3
+++ openacs-4/packages/news-aggregator/tcl/aggregator-procs-postgresql.xql 28 Jan 2006 04:17:43 -0000 1.2.2.4
@@ -42,7 +42,7 @@
where a.package_id = :package_id
and a.aggregator_id = :aggregator_id
$items_purges
- order by item_pub_date desc
+ order by sort_date desc
limit $sql_limit
Index: openacs-4/packages/news-aggregator/www/aggregator-tabs.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/Attic/aggregator-tabs.adp,v
diff -u -r1.1.2.1 -r1.1.2.2
--- openacs-4/packages/news-aggregator/www/aggregator-tabs.adp 4 Jan 2006 05:31:08 -0000 1.1.2.1
+++ openacs-4/packages/news-aggregator/www/aggregator-tabs.adp 28 Jan 2006 04:17:44 -0000 1.1.2.2
@@ -13,7 +13,7 @@
-
- @aggregator_description;noquote@
-
-
- This page lists the most recent items from the feeds you've subscribed to.
-
-
-
- You can hit the Purge button to clean out the page. Clicking the Save button will prevent an item from being purged.
-
-
- Click the Blog button to post the item to a weblog (you will have a choice of weblogs to post to).
-
-
+ This page lists the most recent items from the feeds you've subscribed to.
+
+
+
+
+ You can hit the Purge button to clean out the page. Clicking the Save button will prevent an item from being purged.
+
+
+ Click the Blog button to post the item to a weblog (you will have a choice of weblogs to post to).
+
+
\ No newline at end of file
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/news-aggregator/www/resources/news-aggregator.css'.
Fisheye: No comparison available. Pass `N' to diff?