• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
users in classes were labeled with dotlrn_member_rel if they were not added from the class administratio page. This caused issues with bulk-mailing them by role. Includes upgrade script to properly label these users as dotlrn_student_rel

    • -0
    • +22
    ./upgrade/upgrade-2.1.0a2-2.1.0b1.sql
  1. … 5 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -0
    • +219
    ./upgrade/upgrade-2.0a3-2.0.2.sql
  1. … 644 more files in changeset.
fix for bug #1633

  1. … 1 more file in changeset.
Moving upgrade-feb-20-2004.sql to upgrade-2.0a3-2.0.2.sql so that APM will run it properly

    • -0
    • +124
    ./upgrade/upgrade-2.0a3-2.0.2.sql
    • -124
    • +0
    ./upgrade/upgrade-feb-20-2004.sql
  1. … 2 more files in changeset.
file upgrade-2.0a3-2.0.2.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./upgrade/upgrade-2.0a3-2.0.2.sql
  1. … 1 more file in changeset.
Correcting the comments at top.

Adding.

    • -0
    • +124
    ./upgrade/upgrade-feb-20-2004.sql
file upgrade-feb-20-2004.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./upgrade/upgrade-feb-20-2004.sql
Packagized the privacy code.

  1. … 14 more files in changeset.
file privacy-package-create.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./privacy-package-create.sql
  1. … 1 more file in changeset.
Privacy overhaul, prompted by bug 1549

  1. … 33 more files in changeset.
Adding these files for privacy overhaul, prompted by bug 1549

  1. … 5 more files in changeset.
file privacy-init.sql was initially added on branch dotlrn-2-0.

  1. … 1 more file in changeset.
version was changed to 1.0d1 for the Oralce 9i upgrade, however that's lower than 1.0. Changing version to be 2.0d1 instead

    • -1762
    • +0
    ./upgrade/upgrade-1.0-1.0d1.sql
  1. … 1 more file in changeset.
version was changed to 1.0d1 for the Oralce 9i upgrade, however that's lower than 1.0. Changing version to be 2.0d1 instead

    • -0
    • +1762
    ./upgrade/upgrade-1.0-2.0d1.sql
Added this file to upgrade to changes made for Oracle 9i support

    • -0
    • +1762
    ./upgrade/upgrade-1.0-1.0d1.sql
  1. … 4 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)

    • -29
    • +29
    ./community-memberships-packages-create.sql
    • -1
    • +2
    ./external-profile-provider-create.sql
  1. … 75 more files in changeset.
using named parameters in call to acs_sc_impl.new to avoid mismatch with new optional pretty name parameter

  1. … 26 more files in changeset.
removing the admin role as it already exists in the acs-kernel now

  1. … 1 more file in changeset.
merging the dotlrn-1-0 branch down onto HEAD (the trunk)

  1. … 196 more files in changeset.
change because underscore proc only takes two arguments now, localizing more texts in UI, using message keys for the role names in the database

  1. … 27 more files in changeset.
I removed the composite index that checks for uniqueness of the community_type

and supertype pair. This index broke installation if the Oracle blocksize is

less than 8KB (which is true by default on at least some platforms).

The unique constraint was unnecessary since community_type was already declared as the

table's primary key. Because of this, only one row with a given community_type name

is possible, which means the composite key (community_type, supertype) is guaranteed

to be unique.

Removing the index will also speed community creation slightly, save a bit of

disk space, etc etc.

Note that the composite index was useless for lookups on the supertype alone

anyway (since community_type was the leftmost member of the composite key), and that

any queries on the type hierarchy ought to use the denormalized table defined

by acs-objects-metadata.sql anyway.

So the index seems entirely useless to me.

  1. … 1 more file in changeset.
sloan - adds dotlrn_spam_community perm, postgresql cleanup

  1. … 4 more files in changeset.
sloan - faster permission check dotlrn_community_admin_p

  1. … 1 more file in changeset.
file custom-permissions.sql was initially added on branch dotlrn-1-0.

    • -0
    • +0
    ./custom-permissions.sql
  1. … 1 more file in changeset.
copyright OpenForce -> MIT

  1. … 532 more files in changeset.
added an operation to the dotlrn_applet service contract. the operation's name

is ChangeEventHandler and is usually implemented by change_event_handler

method in the dotlrn_applet implementation. dotLRN can throw events based on

changes to a community via the dotlrn_community::generate_change_event method.

currently the only event being thrown and handled is the 'rename' event. this

event is thrown when the name of a community is changed. the only applets that

currently listen for this event are dotlrn_fs, dotlrn_forums, and

dotlrn_calendar.

applets do not have to handle all events, only events they are interested in

handling.

we will add events on an as needed basis.

  1. … 50 more files in changeset.
added rel_type and segment_id columns to dotlrn_user_types table and

dotlrn_users view.

  1. … 5 more files in changeset.
increase term_year col to 9

increase term_year lenght to 9

    • -0
    • +1
    ./upgrade/upgrade-july-25-2002.sql
  1. … 2 more files in changeset.