• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file new-portal-create.sql was initially added on branch dotlrn-1-0.

    • -0
    • +0
    ./oracle/new-portal-create.sql
    • -0
    • +0
    ./postgresql/new-portal-create.sql
A handful of various fixes, mostly for PG 7.3. Unfortunately I copied

over the fixed directory tree from my test instance here by mistake so

everything looks changed.

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

  1. … 199 more files in changeset.
I18N: localizing more texts in the UI, using message keys for the theme and layout names and descriptions in the database

  1. … 7 more files in changeset.
MIT copyright

  1. … 9 more files in changeset.
merge sloan changes from HEAD to dotlrn-1-0 branch

  1. … 19 more files in changeset.
adds sloan theme, memoize flush bug, layout cleanup

    • -0
    • +49
    ./oracle/add-sloan-theme.sql
    • -0
    • +43
    ./postgresql/add-sloan-theme.sql
  1. … 15 more files in changeset.
copyright OpenForce -> MIT

  1. … 99 more files in changeset.
changed parameter declaration from integer to alias for..

giving credit where credit is due

lots of fixes to get the pg dotlrn working

  1. … 16 more files in changeset.
fixed nextval calls

incorrect parameter to acs_object__delete. was datasource_id, should be p_datasource_id

overloaded datasource__new function for most common parameters used when creating portlets

fixed function argument list

fixed typo

a little house keeping

    • -133
    • +132
    ./oracle/datasource-sc-create.sql
    • -233
    • +225
    ./oracle/datasource-sc-drop.sql
    • -165
    • +167
    ./oracle/objects-create.sql
    • -179
    • +185
    ./oracle/portal-core-create.sql
re-port of new-portal

    • -294
    • +385
    ./postgresql/api-create.sql
    • -174
    • +179
    ./postgresql/datasource-sc-create.sql
    • -117
    • +132
    ./postgresql/datasource-sc-drop.sql
    • -294
    • +301
    ./postgresql/objects-create.sql
    • -206
    • +230
    ./postgresql/portal-core-create.sql
    • -22
    • +31
    ./postgresql/portal-core-drop.sql
added some indexes and fixed some typos

moved portal::mapping api and data model from new-portal into the core, i.e.

into acs-tcl and acs-kernel. renamed it from portal::mapping to

site_node_object_map, since that is what it is. enjoy.

    • -82
    • +0
    ./oracle/portal-node-mapping-create.sql
    • -63
    • +0
    ./postgresql/portal-node-mapping-create.sql
  1. … 27 more files in changeset.
upgrade script to remove the unused 3-col with header layout.

    • -0
    • +11
    ./oracle/upgrade/upgrade-jun-11-2002.sql
removing unused 3 col with header layout

added some indexes

  1. … 1 more file in changeset.
commit

    • -0
    • +3
    ./oracle/upgrade/upgrade-jun-07-2002.sql
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

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

    • -56
    • +5
    ./postgresql/datasource-sc-create.sql
    • -32
    • +1
    ./postgresql/datasource-sc-drop.sql
  1. … 74 more files in changeset.
extra SC in postgres dir too

    • -167
    • +0
    ./postgresql/portal-element-sc-create.sql
very odd. seemed there was another portal datasouce sc lying around

    • -280
    • +159
    ./oracle/datasource-sc-create.sql
    • -192
    • +0
    ./oracle/portal-element-sc-create.sql
added on delete cascade

    • -5
    • +7
    ./oracle/portal-node-mapping-create.sql
fix a bug in portal.delete