• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 7 more files in changeset.
file upgrade-0.3d-0.4d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-0.3d-0.4d.sql
  1. … 1 more file in changeset.
adds user_id and parent_id indexes in forums_messages, bump version to 0.4d, upgrade scripts

  1. … 3 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

  1. … 53 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

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

  1. … 53 more files in changeset.
file upgrade-0.2d-0.3d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-0.2d-0.3d.sql
  1. … 1 more file in changeset.
create necessary index, make forums_message__root_message_id isstrict, icachable, upgrade script

  1. … 3 more files in changeset.
merge from oacs-4-6

  1. … 99 more files in changeset.
file upgrade-0.1d-0.2d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-0.1d-0.2d.sql
  1. … 1 more file in changeset.
Added "last_post" column to the forums table and "last_child_post" column

to the forums messages table to track these values. Previously the code

was abusing the related object's last_modified field and it didn't bother

tracking the date of the last reply to a thread.

  1. … 12 more files in changeset.
message deletion fixes

  1. … 4 more files in changeset.
added coalesces (where there's nvl's in the oracle version) to fix the perm bug where reg'd users can't see forums or posts

Drop ACS Service Contract stuff and also rows inserted into a couple notifications tables.

    • -0
    • +109
    ./forums-notifications-sanitize.sql
Fixed Data Change Violation error for PG 7.1.

fixed forums for new notifications (PG version)

    • -56
    • +110
    ./forums-notifications-init.sql
optimized tree trigger a little bit

  1. … 2 more files in changeset.
postgres tree_sortkey trigger finally working

cleaning up while trying to get postgres port working

  1. … 2 more files in changeset.
some more porting to postgres

    • -45
    • +43
    ./forums-forums-package-create.sql
    • -142
    • +159
    ./forums-messages-package-create.sql
  1. … 6 more files in changeset.
fixing calls to tree functions in postgres queries

  1. … 3 more files in changeset.
now loads (and unloads) in postgres

    • -0
    • +27
    ./forums-notifications-sanitize.sql
    • -0
    • +17
    ./forums-tree-drop.sql
adding forums_message.name

    • -36
    • +45
    ./forums-messages-package-create.sql
  1. … 4 more files in changeset.
updating last modified times so we can easily keep track of newness

  1. … 2 more files in changeset.
added beginning of PG port

    • -0
    • +99
    ./forums-forums-create.sql
    • -0
    • +59
    ./forums-forums-drop.sql
    • -0
    • +74
    ./forums-forums-package-create.sql
    • -0
    • +20
    ./forums-forums-package-drop.sql
    • -0
    • +82
    ./forums-messages-create.sql
    • -0
    • +30
    ./forums-messages-drop.sql
    • -0
    • +190
    ./forums-messages-package-create.sql
    • -0
    • +26
    ./forums-messages-package-drop.sql
    • -0
    • +56
    ./forums-notifications-init.sql
    • -0
    • +60
    ./forums-tree-create.sql