• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of 4.6.3b1 to HEAD

    • -1
    • +1
    ./postgresql/forums-forums-package-create.sql
    • -1
    • +1
    ./postgresql/forums-forums-package-drop.sql
    • -3
    • +7
    ./postgresql/forums-messages-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-drop.sql
  1. … 55 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
    • +1
    ./postgresql/forums-forums-package-create.sql
    • -1
    • +1
    ./postgresql/forums-forums-package-drop.sql
    • -3
    • +3
    ./postgresql/forums-messages-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-drop.sql
  1. … 33 more files in changeset.
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.
Removed some postgresql-isms. SC drop is Still missing, and it will still fail because of child record problems in notifications.

    • -1
    • +3
    ./oracle/forums-notifications-sanitize.sql
Added missing drop script.

    • -0
    • +12
    ./oracle/forums-tree-drop.sql
file upgrade-0.3d-0.4d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade-0.3d-0.4d.sql
    • -0
    • +0
    ./postgresql/upgrade-0.3d-0.4d.sql
adds user_id and parent_id indexes in forums_messages, bump version to 0.4d, upgrade scripts

    • -0
    • +4
    ./postgresql/forums-messages-create.sql
  1. … 1 more file in changeset.
merge bartt PG 7.3 fixes from HEAD

    • -1
    • +1
    ./postgresql/forums-forums-package-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-create.sql
  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.

    • -0
    • +4
    ./postgresql/forums-messages-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-create.sql
  1. … 52 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

    • -1
    • +1
    ./postgresql/forums-forums-package-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-create.sql
  1. … 53 more files in changeset.
file upgrade-0.2d-0.3d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade-0.2d-0.3d.sql
    • -0
    • +0
    ./postgresql/upgrade-0.2d-0.3d.sql
create necessary index, make forums_message__root_message_id isstrict, icachable, upgrade script

    • -0
    • +4
    ./postgresql/forums-messages-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-create.sql
  1. … 1 more file in changeset.
merge from oacs-4-6

    • -2
    • +0
    ./oracle/forums-forums-package-create.sql
    • -1
    • +16
    ./oracle/forums-messages-package-create.sql
    • -13
    • +2
    ./postgresql/forums-forums-create.sql
    • -2
    • +0
    ./postgresql/forums-forums-package-create.sql
    • -0
    • +1
    ./postgresql/forums-messages-create.sql
    • -1
    • +8
    ./postgresql/forums-messages-package-create.sql
    • -0
    • +173
    ./postgresql/upgrade-0.1d-0.2d.sql
  1. … 94 more files in changeset.
Fixed the last post problems cleaned up templates a little bit ..

    • -1
    • +9
    ./oracle/forums-messages-package-create.sql
  1. … 2 more files in changeset.
file upgrade-0.1d-0.2d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade-0.1d-0.2d.sql
    • -0
    • +0
    ./postgresql/upgrade-0.1d-0.2d.sql
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.

    • -2
    • +0
    ./oracle/forums-forums-package-create.sql
    • -1
    • +8
    ./oracle/forums-messages-package-create.sql
    • -13
    • +2
    ./postgresql/forums-forums-create.sql
    • -2
    • +0
    ./postgresql/forums-forums-package-create.sql
    • -0
    • +1
    ./postgresql/forums-messages-create.sql
    • -1
    • +8
    ./postgresql/forums-messages-package-create.sql
    • -0
    • +173
    ./postgresql/upgrade-0.1d-0.2d.sql
  1. … 7 more files in changeset.
message deletion fixes

    • -7
    • +7
    ./postgresql/forums-messages-package-create.sql
  1. … 4 more files in changeset.
copyright OpenForce -> MIT

  1. … 112 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

    • -2
    • +2
    ./postgresql/forums-forums-package-create.sql
    • -1
    • +1
    ./postgresql/forums-messages-package-create.sql
some minor improvements

    • -22
    • +23
    ./oracle/forums-search-create.sql
grant execute on ctx_dll to user so that the dbms_job to sync the forums

context index can be scheduled by the user and not by the ctxsys user.

dbms_job for syncing index has to run as ctxsys (that sucks)

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

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

    • -23
    • +18
    ./postgresql/forums-forums-create.sql
added search to forums. oracle version using intermedia, postgres version

simply using like statements for now. forums-search-create.sql and

forums-search-drop.sql aren't sourced automatically since they require manual

loading (must switch schema user at certain points) please follow the

instructions in the file. need to figure out a good way to do this.

    • -0
    • +261
    ./oracle/forums-search-create.sql
    • -0
    • +61
    ./oracle/forums-search-drop.sql
  1. … 12 more files in changeset.
fixed forums for new notifications (PG version)

    • -56
    • +110
    ./postgresql/forums-notifications-init.sql
removed bogus file

fixed notifications and forums for replies

    • -0
    • +59
    ./oracle/forums-notifications-init.sql
  1. … 11 more files in changeset.
optimized tree trigger a little bit

    • -23
    • +16
    ./postgresql/forums-tree-create.sql
  1. … 1 more file in changeset.
adding some oracle data model scripts

    • -0
    • +24
    ./oracle/forums-drop.sql
    • -0
    • +19
    ./oracle/forums-notifications-sanitize.sql
  1. … 1 more file in changeset.