• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #873 for Oracle by also using 'like' search for Oracle. Intermedia doesn't install by default, and I'm not sure how we're going to make it.

  1. … 5 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -4
    • +4
    ./oracle/forums-forums-package-create.sql
    • -6
    • +6
    ./oracle/forums-messages-package-create.sql
    • -0
    • +2
    ./oracle/forums-notifications-init.sql
    • -6
    • +6
    ./oracle/forums-notifications-sanitize.sql
  1. … 271 more files in changeset.
Resolves bug #749 by appying patch #302.

    • -3
    • +3
    ./postgresql/forums-messages-create.sql
  1. … 1 more file in changeset.
Applied patch #16 for dropping forums. Not convinced it works now, and haven't tested, but I can tell for sure it didn't work before.

    • -5
    • +112
    ./oracle/forums-notifications-sanitize.sql
using named parameters in call to acs_sc_impl.new to avoid mismatch with new optional pretty name parameter

    • -6
    • +6
    ./oracle/forums-notifications-init.sql
  1. … 26 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 813 more files in changeset.
adding OpenFTS site-wide search integration of forums from openacs.org. We tested it on a .LRN server and it worked fine

file forums-sc-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./postgresql/forums-sc-create.sql
file forums-sc-drop.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./postgresql/forums-sc-drop.sql
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.