• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added the following fields to the news-aggregator data model:

- author, comment_page and pub_date to na_items

- source_title and show_description_p to na_subscriptions

    • -0
    • +17
    ./sql/postgresql/upgrade-0.7d-0.8d.sql
Bumped version to 0.7d. This version comes before some datamodel changes to support user-configurable subscriptions and various RSS extensions.

Proper error handling in news-aggregator subscriptions page when adding a new subscription.

Changes to source procs in news-aggregator:

- Formatting (tabs)

- Implement source::update_all -all_sources correctly, so that the -all_sources flag actually updates all sources regardless of when they were last updated

- Now using the RSS parser in feed-parser

news-aggregator: Moved all RSS parsing procs over to the feed-parser package.

  1. … 1 more file in changeset.
Typo in parameter call.

Added support for non-automatic aggregator generation for registered users (parameterized). Bug # 1827

    • -0
    • +7
    ./www/public-aggregators.adp
    • -0
    • +40
    ./www/public-aggregators.tcl
    • -0
    • +16
    ./www/public-aggregators.xql
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -0
    • +26
    ./tcl/news-aggregator-procs-postgresql.xql
  1. … 646 more files in changeset.
Fixed bug in news-aggregator where it fails if the same entry is there more than once

    • -0
    • +15
    ./tcl/news-aggregator-procs-oracle.xql
    • -0
    • +13
    ./tcl/news-aggregator-procs-postgresql.xql
Another smart message in subscription handling.

Use ad_returnredirect -message to display the "You have been subscribed to" channel when a user subscribes to a channel.

Reshuffled some queries into DB-spsecific .xql files

    • -0
    • +32
    ./tcl/subscription-procs-postgresql.xql
Update a source when it's first created

Fixed various bugs so that it works in HEAD now. This version is labelled 0.6d and will carry the tag news-aggregator-0-6d

file news-aggregator-procs-oracle.xql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

    • -0
    • +0
    ./tcl/news-aggregator-procs-oracle.xql
file update.tcl was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

file subscriptions-oracle.xql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

file source-update.tcl was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

file index-oracle.xql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

file news-aggregator-create.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

    • -0
    • +0
    ./sql/oracle/news-aggregator-create.sql
file upgrade-0.1d-0.2d.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-0.1d-0.2d.sql
file news-aggregator-package-drop.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

file news-aggregator-package-create.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

    • -0
    • +0
    ./sql/oracle/news-aggregator-package-create.sql
file news-aggregator-drop.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

Checked through all the conflicts between news-aggregator-0-2d and news-aggregator-0-4d and bumped version to 0.5d

    • -67
    • +0
    ./sql/oracle/news-aggregator-create.sql
    • -28
    • +0
    ./sql/oracle/news-aggregator-drop.sql
    • -121
    • +0
    ./sql/oracle/news-aggregator-package-create.sql
    • -10
    • +0
    ./sql/oracle/news-aggregator-package-drop.sql
    • -121
    • +0
    ./sql/oracle/upgrade/upgrade-0.1d-0.2d.sql
    • -38
    • +7
    ./sql/postgresql/news-aggregator-drop.sql
    • -59
    • +0
    ./tcl/news-aggregator-procs-oracle.xql
    • -14
    • +0
    ./tcl/news-aggregator-procs-postgresql.xql
    • -216
    • +298
    ./tcl/news-aggregator-procs.tcl
  1. … 9 more files in changeset.
Import of news-aggregator version 0.4d (from Guan's and Simon's CVS) by Guan Yang <guan@unicast.org>

    • -0
    • +8
    ./sql/postgresql/news-aggregator-drop.sql
    • -0
    • +58
    ./tcl/news-aggregator-procs-postgresql.xql
  1. … 66 more files in changeset.
Initial revision

    • -0
    • +405
    ./sql/postgresql/news-aggregator-packages-create.sql
    • -0
    • +82
    ./sql/postgresql/news-aggregator-packages-drop.sql
    • -0
    • +277
    ./sql/postgresql/news-aggregator-tables-create.sql
    • -0
    • +54
    ./sql/postgresql/news-aggregator-tables-drop.sql
    • -0
    • +203
    ./tcl/aggregator-procs-postgresql.xql
    • -0
    • +391
    ./tcl/aggregator-procs.tcl
    • -0
    • +31
    ./tcl/aggregator-procs.xql
    • -0
    • +58
    ./tcl/install-procs.tcl
    • -0
    • +33
    ./tcl/install-procs.xql
    • -0
    • +1
    ./tcl/news-aggregator-init.tcl
    • -0
    • +77
    ./tcl/opml-procs.tcl
    • -0
    • +117
    ./tcl/source-procs-postgresql.xql
    • -0
    • +282
    ./tcl/source-procs.tcl
    • -0
    • +13
    ./tcl/source-procs.xql
    • -0
    • +51
    ./tcl/subscription-procs.tcl
  1. … 52 more files in changeset.
removed obsolete procedures ns_xml_GetChildrenTrim and ns_xml_firstChild

bug 1081 - typo in pl/sql proc

  1. … 1 more file in changeset.
cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today

  1. … 19 more files in changeset.