• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed site_node::get_url_from_object_id slowness bug, plus added a similar mechanism to find URL by package_key.

Added proc to use with lsort to compare strings based on their length

Fixing incorrect order of parameters in call to cr_import_content.

Thanks to Cathy Sarisky for tracking it down.

Fixing some formatting things ...

Got rid of the horrible layout-elements proc that some bright OF type wrote

to handle a maximum of eight portlets in a column. Getting rid of it simplified

the layout templates, not surprisingly. If nested "list" tags worked I could

get rid of the various simple column layout templates as a matter of fact.

  1. … 3 more files in changeset.
Changed parameter handling a bit ... set_value now takes a parameter id, as

do some other procs. set_value in particular was very dangerous as it would

change the values for ALL parameter entries with the same key.

There was an extra - and SLOW - query in the fs-contents-portlet. The result

wasn't used because folder-chunk was included and did the actual output.

qualify table name for package_id

noquote for dimensional and result table

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

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

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

file upgrade-0.1d-0.2d.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

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

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

  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>

  1. … 66 more files in changeset.
Initial revision

    • -0
    • +391
    /openacs-4/packages/news-aggregator/tcl/aggregator-procs.tcl
    • -0
    • +31
    /openacs-4/packages/news-aggregator/tcl/aggregator-procs.xql
    • -0
    • +58
    /openacs-4/packages/news-aggregator/tcl/install-procs.tcl
    • -0
    • +33
    /openacs-4/packages/news-aggregator/tcl/install-procs.xql
    • -0
    • +282
    /openacs-4/packages/news-aggregator/tcl/source-procs.tcl
    • -0
    • +13
    /openacs-4/packages/news-aggregator/tcl/source-procs.xql
    • -0
    • +51
    /openacs-4/packages/news-aggregator/tcl/subscription-procs.tcl
  1. … 52 more files in changeset.
added Benjamin Bytheway user benb w/commit on acs-templating, acs-core-docs, acs-api-browser and acs-developer-support for tip 54

stupid mistake

Initial import of feed-parser by Guan Yang <guan@unicast.org>