• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replacing this with a much simpler, smarter ALTER TABLE.

Fixed bone-headed mistake

Added an upgrade file for the type change of a foreign key that should be

an integer rather than varchar. This should work even if someone's made

the change manually in their local install.

  1. … 1 more file in changeset.
file upgrade-0.4d1-0.4d2.sql was initially added on branch oacs-5-5.

    • -0
    • +0
    ./upgrade/upgrade-0.4d1-0.4d2.sql
PG 8.3 catches a boneheaded foreign key reference of type varchar(100) to

object_id (integer).

    • -0
    • +1
    ./upgrade/upgrade-0.3-0.4.sql
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 318 more files in changeset.
Fix define function args to match oracle parameter names

file upgrade-0.3d5-0.3d6.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-0.3d5-0.3d6.sql
Add define_function_args for rss_gen_subscr__new

Add rss_gen_subscr__del function and define function args.

Add tcl procedure to del rss feed subscription.

  1. … 3 more files in changeset.
file upgrade-0.3d4-0.3d5.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-0.3d4-0.3d5.sql
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. … 2274 more files in changeset.
file upgrade-0.3d2-0.3d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-0.3d2-0.3d3.sql
  1. … 1 more file in changeset.
Added RSS enclosure support and modified the plsql api to allow a null summary_context_id. Null summary_context_id will automatically be set to the newly created subscr_id.

  1. … 4 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 15 more files in changeset.
Merged over changes from HEAD

  1. … 37 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 38 more files in changeset.
Formatted the rss_generation__new proc header.

merge bartt PG 7.3 fixes from HEAD

  1. … 54 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 54 more files in changeset.
Saving changes.

  1. … 6 more files in changeset.
Data model changes; more work to admin pages.

  1. … 8 more files in changeset.
Fixing typos.

Saving changes.

Saving changes; things still in rapid flux.

  1. … 2 more files in changeset.
Saving data model changages.

    • -0
    • +3
    ./rss-generation-drop.sql
    • -0
    • +15
    ./rss-generation-sc-drop.sql
Saving a round of data model and documentation changes.

  1. … 1 more file in changeset.
Initial commit.

    • -0
    • +32
    ./rss-generation-create.sql
    • -0
    • +48
    ./rss-generation-sc-create.sql
    • -0
    • +2
    ./rss-support-create.sql
  1. … 3 more files in changeset.