• last updated 24 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
doh. forgot to remove the plsql function from the vars

move child create to before trigger recreate

sloan - adds dotlrn_spam_community perm, postgresql cleanup

  1. … 3 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.
rel_id->p_rel_id in function calls to ...rel__detete()

    • -4
    • +4
    ./community-memberships-packages-create.sql
copyright OpenForce -> MIT

  1. … 532 more files in changeset.
fixed but in dotlrn_admin_rel__delete

    • -10
    • +9
    ./community-memberships-packages-create.sql
fixed order of define_function_args for dotlrn_community__new and also added default value of false for archived_p. also placed the define_function_args calls next to their plsql procs so it is easier to see when the parameter lists don't match.

    • -15
    • +16
    ./communities-package-create.sql
fixed another typo in a member_rel_creation..

fixed a typo in a member_rel_creation..

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.
new users can be added as dotlrn_externals now

  1. … 2 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 lenght to 9

    • -0
    • +27
    ./upgrade/upgrade-july-25-2002.sql
  1. … 1 more file in changeset.
fix for pg 7.1

dotlrn.. it keeps going, and going..

    • -2
    • +2
    ./community-memberships-packages-create.sql
  1. … 5 more files in changeset.
update info file. fix referential constraint in dotlrn_applets table.

  1. … 2 more files in changeset.
some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

    • -0
    • +68
    ./applets-create.sql
  1. … 28 more files in changeset.
lots of fixes to get the pg dotlrn working

  1. … 9 more files in changeset.
some query porting, and bug fixes to support it

  1. … 3 more files in changeset.
fix include statement

fixed name of file to correspond with oracle

    • -33
    • +0
    ./community-membership-packages-drop.sql
    • -0
    • +33
    ./community-memberships-packages-drop.sql
renamed files to match oracle versions

    • -0
    • +75
    ./admin-profile-provider-create.sql
    • -0
    • +72
    ./admin-profile-provider-drop.sql
    • -0
    • +91
    ./admins-package-create.sql
    • -0
    • +24
    ./admins-package-drop.sql
    • -0
    • +91
    ./admins-sanitize.sql
    • -0
    • +314
    ./applet-sc-create.sql
    • -0
    • +197
    ./applet-sc-drop.sql
    • -0
    • +72
    ./class-membership-drop.sql
    • -0
    • +225
    ./class-memberships-create.sql
    • -0
    • +341
    ./classes-create.sql
    • -0
    • +113
    ./clubs-create.sql
  1. … 121 more files in changeset.
datamodel loading dropping works without errors\!

    • -11
    • +11
    ./dotlrn-class-memberships-create.sql
    • -1
    • +5
    ./dotlrn-communities-package-create.sql
fixed functions in which variable names conflicted with function bodies

dangerously close to loading/dropping without errors

    • -2
    • +2
    ./dotlrn-communities-package-create.sql
    • -0
    • +68
    ./dotlrn-security-drop.sql
datamodel loading *almost* works

    • -17
    • +24
    ./dotlrn-class-membership-drop.sql
    • -52
    • +59
    ./dotlrn-class-memberships-create.sql
    • -10
    • +12
    ./dotlrn-communities-package-create.sql
  1. … 7 more files in changeset.