• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 9 more files in changeset.
Fix oracle upgrade, remembering to keep privilege creation, which should indeed happen in the upgrade

    • -11
    • +1
    ./upgrade/upgrade-5.0.1d5-5.0.1d6.sql
  1. … 1 more file in changeset.
file upgrade-6.0.0d1-6.0.0d2.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-6.0.0d1-6.0.0d2.sql
  1. … 1 more file in changeset.
Chat Reform: reduce complexity by removing the 'chat_avatar_allow' privilege, 'chat_room_edit' should suffice.

    • -0
    • +12
    ./upgrade/upgrade-6.0.0d1-6.0.0d2.sql
  1. … 5 more files in changeset.
Major reform in the chat backend: use xotcl-core ORM to define all the relevant objects and data model

This greatly converges oracle and postgres codebase and will make easier to apply incremental updates to the data model in the future. It will also automatically update the acs_object_type metadata automatically

TODO: remove legacy procs, temporarly reimplemented using the new backend

  1. … 5 more files in changeset.
Chat data-model reform:

- introduce on delete cascade on foreign key constraints so package can be removed easily e.g. from the subsite UI

- remove remaining stored procedures (and function_args definitions) to relieve the burden on the development process and reduce divergency between oracle and postgres code

- converge oracle and postgres datamodels:

. oracle -> add missing messages_time_window column

. postgres -> remove creation_date from chat_transcripts, which was found to be still existing on old downstream installations

    • -0
    • +28
    ./upgrade/upgrade-5.0.1d6-5.0.1d7.sql
  1. … 7 more files in changeset.
file upgrade-5.0.1d6-5.0.1d7.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.0.1d6-5.0.1d7.sql
  1. … 1 more file in changeset.
Whitespace changes

  1. … 3 more files in changeset.
Chat Redesign: enable/disable avatar pictures by room, using the new attribute 'avatar_p', instead of by package instance, using the 'ShowAvatar' parameter.

    • -0
    • +26
    ./upgrade/upgrade-5.0.1d5-5.0.1d6.sql
  1. … 17 more files in changeset.
file upgrade-5.0.1d5-5.0.1d6.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.0.1d5-5.0.1d6.sql
  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -0
    • +255
    ./upgrade/upgrade-5.0d10-5.0d11.sql
  1. … 7833 more files in changeset.
Introduced new options to set chat rooms so login and/or logout message are not issued everytime a user enters/exits the chat.

    • -0
    • +255
    ./upgrade/upgrade-5.0d10-5.0d11.sql
  1. … 14 more files in changeset.
file upgrade-5.0d10-5.0d11.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.0d10-5.0d11.sql
  1. … 1 more file in changeset.
upgrade script for 2.3.0->2.4 which is really a downgrade ; does the same as upgrade-5.0d4-5.0d5.sql

    • -0
    • +264
    ./upgrade/upgrade-5.0d6-5.0d7.sql
Rolled back HEAD to the version on the 5.3 branch

  1. … 109 more files in changeset.
reverting pablom's commits to oacs-5-2: see http://openacs.org/forums/message-view?message_id=1042586

  1. … 56 more files in changeset.
brought chat in cvs head to the same level as in oacs-5-2, normalized comparisons and expr (using eq etc.)

    • -0
    • +252
    ./upgrade/upgrade-5.0d4-5.0d5.sql
  1. … 79 more files in changeset.
deleting room_admin privilege was missing

fix SQL syntax

    • -20
    • +19
    ./upgrade/upgrade-5.0d4-5.0d5.sql
Adding auto_flush and auto_transcript for chat_rooms

    • -0
    • +253
    ./upgrade/upgrade-5.0d4-5.0d5.sql
file upgrade-5.0d4-5.0d5.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.0d4-5.0d5.sql
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +344
    ./upgrade/upgrade-4.0.0-5.0d1.sql
  1. … 3 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)

  1. … 275 more files in changeset.

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2478 more files in changeset.
Initial revision

    • -0
    • +569
    ./chat-create.sql
  1. … 2478 more files in changeset.