• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:maltes:20051126111247:1 does not match your current filter (clear filter).

file upgrade-0.5d-0.6d.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.5d-0.6d.sql
file upgrade-0.7d-0.8d.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.7d-0.8d.sql
commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

    • -0
    • +67
    ./sql/oracle/news-aggregator-create.sql
    • -0
    • +30
    ./sql/oracle/news-aggregator-drop.sql
    • -0
    • +181
    ./sql/oracle/news-aggregator-package-create.sql
    • -0
    • +13
    ./sql/oracle/news-aggregator-package-drop.sql
    • -0
    • +121
    ./sql/oracle/upgrade/upgrade-0.1d-0.2d.sql
    • -0
    • +179
    ./sql/oracle/upgrade/upgrade-0.5d2-0.5d3.sql
    • -0
    • +87
    ./tcl/news-aggregator-procs-oracle.xql
  1. … 37 more files in changeset.
file upgrade-0.5d2-0.5d3.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

Fix bug #2341 applying patch 723 and providing update script for oracle

    • -0
    • +179
    ./sql/oracle/upgrade/upgrade-0.5d2-0.5d3.sql
file upgrade-0.5d2-0.5d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-0.5d2-0.5d3.sql
Fix bug #2341 applying patch 723 and providing update script for oracle

    • -2
    • +62
    ./sql/oracle/news-aggregator-package-create.sql
    • -12
    • +9
    ./tcl/news-aggregator-procs-oracle.xql
removing blank lines added by mistake

Taking up version numbers -- preparing for release

Still broken, but at least not as broken as it used to be in Oracle

    • -6
    • +22
    ./tcl/news-aggregator-procs-oracle.xql
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 683 more files in changeset.
fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files

    • -0
    • +2
    ./tcl/news-aggregator-procs-postgresql.xql
    • -0
    • +2
    ./tcl/subscription-procs-postgresql.xql
  1. … 52 more files in changeset.
remove invalid flag for copy

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
upping version numbers in preparation for release

  1. … 54 more files in changeset.
Applied patch 584. Closed bug 1783

    • -111
    • +130
    ./tcl/news-aggregator-procs.tcl
upping version numbers for release

  1. … 61 more files in changeset.
upgrading info files for the tag

  1. … 45 more files in changeset.
Implemented MultipleAggregatorsP and AllowAggregatorEditP parameters in news-aggregator.

Added and implemented EnablePurgeP parameter on news-aggregator, so the purge functionality can be turned off completely.

Bumped version to 0.9d

Partial i18n of news-aggregator

    • -0
    • +15
    ./catalog/news-aggregator.en_US.ISO-8859-1.xml
Minor HTML fix in news-aggregator/www/index

Bumped news-aggregator version to 0.8d:

- Support for item-level author and pubDate

- Data model support for title and show_description_p fields to subscriptions table

Support for item-level author and pubDate elements (news-aggregator)

Data model changes: Added author and pub_date fields to na_item__new (news-aggregator)

    • -1
    • +68
    ./sql/postgresql/upgrade-0.7d-0.8d.sql
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.