• last updated 54 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
optimized tree trigger a little bit

  1. … 2 more files in changeset.
removed unused columns; you can just drop them and recreate any dependent views

tree.increment_key() now does the lpadding for us

  1. … 2 more files in changeset.
One of the index names was too long for oracle

Use icon and alt text attrs for groups

  1. … 3 more files in changeset.
added for icon alt text change in groups

    • -0
    • +29
    ./upgrade/upgrade-jun-12-2002.sql
fix typo

adding some indexes

    • -0
    • +2
    ./upgrade/upgrade-jun-07-2002.sql
added some indexes

  1. … 1 more file in changeset.
removing access_level column, it is the equivalent of the dotlrn_browse permission

  1. … 21 more files in changeset.
now using "tree_sortkey" instead of "connect by"

    • -338
    • +65
    ./communities-tree-create.sql
    • -0
    • +18
    ./communities-tree-drop.sql
  1. … 5 more files in changeset.
added drop scripts. KEEP THEM UP TO DATE OR SUFFER THE WRATH OF YON

    • -0
    • +189
    ./applet-sc-drop.sql
    • -0
    • +196
    ./class-memberships-create.sql
    • -0
    • +67
    ./class-memberships-drop.sql
    • -195
    • +0
    ./classes-memberships-create.sql
    • -0
    • +34
    ./communities-drop.sql
    • -0
    • +21
    ./communities-package-drop.sql
    • -0
    • +366
    ./communities-tree-create.sql
    • -0
    • +30
    ./community-memberships-drop.sql
  1. … 16 more files in changeset.
1. Added add_portlet/remove_portlet calls that accept portal_id as a param,

so that we can call this code from within the applet itself (e.g. add_user_to_community)

and be called directly so that we can create portal templates.

2. Infrastructure for applet cloning

3. New portal types system in dotlrn which replaces dummy_comm_p

4. Minor fixes to portal configuration, dotlrn-static

5. renamed add_element_or_append_id and remove_element_or_remove_id to

add_element_parameters and remove_element_parameters respectively

    • -0
    • +33
    ./portal-types-create.sql
    • -0
    • +24
    ./portal-types-drop.sql
  1. … 71 more files in changeset.
was missing the member role attributes

displaying role in community correctly everywhere

  1. … 9 more files in changeset.
fixed role attributes

added the plural versions of the attributes too

added community attributes infrastructure and a few attributes we know we need already

  1. … 2 more files in changeset.
defaulting ID to email address; made ID column 200 chars instead of 100

  1. … 1 more file in changeset.
apparently we can't have a foreign key constraint on the package_id column of dotlrn_community_applets. i don't have time to look into why not right now so i am just removing the constraint

Update args for removeportlet and addportlet

changing communities data model

    • -48
    • +54
    ./communities-package-create.sql
    • -4
    • +4
    ./community-memberships-packages-create.sql
Added 3 procs to applet contract and impls. Infrastructure for getting rid of dummy_comm_p, cloning, and community deleting

  1. … 24 more files in changeset.
Big checkin. All portal elements tcl and sql have been cleaned up. cleaned up portal api's. still incomplete

  1. … 76 more files in changeset.
Mostly adding infrastructure for community delete. some misc cleanups and additions elsewhere

  1. … 20 more files in changeset.
removed anything pertaining to user's portals for a community, we don't support that anymore; renamed sql files

    • -0
    • +72
    ./admin-profile-provider-create.sql
    • -0
    • +66
    ./admin-profile-provider-drop.sql
    • -0
    • +112
    ./admins-package-create.sql
    • -0
    • +24
    ./admins-package-drop.sql
    • -0
    • +59
    ./admins-sanitize.sql
    • -0
    • +238
    ./applet-sc-create.sql
    • -0
    • +395
    ./classes-create.sql
    • -0
    • +195
    ./classes-memberships-create.sql
    • -0
    • +137
    ./clubs-create.sql
    • -0
    • +142
    ./communities-create.sql
    • -0
    • +360
    ./communities-package-create.sql
    • -0
    • +77
    ./community-memberships-create.sql
  1. … 117 more files in changeset.
making sure portal_id param is defaulting to null

    • -26
    • +26
    ./dotlrn-community-memberships-packages-create.sql
adding subcomm rename funtionality, got rid of personal per comm portal creation, fixing drop community infrastructure (that's not done yet)

  1. … 2 more files in changeset.
access level is now a column in dotlrn_user_profile_rels, not a separate rel; so all the limited vs full rel stuff was removed and replaced by this simpler system

    • -91
    • +13
    ./dotlrn-admins-package-create.sql
    • -91
    • +13
    ./dotlrn-externals-package-create.sql
  1. … 35 more files in changeset.
dotlrn portal template stuff (not fully functional).

  1. … 21 more files in changeset.