• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bug 406- deleting a page

    • -0
    • +4
    ./oracle/upgrade/upgrade-2.0.3-2.1.0a1.sql
  1. … 1 more file in changeset.
file upgrade-2.0.3-2.1.0a1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./oracle/upgrade/upgrade-2.0.3-2.1.0a1.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-2.0.3-2.1.0a1.sql
Added this file to upgrade to changes made for Oracle 9i support

    • -0
    • +593
    ./oracle/upgrade/upgrade-0.1a-0.2d1.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)

  1. … 88 more files in changeset.
Removed the unused add-sloan-theme.sql files (they're added in defaults.sql)

and switched Oracle's default.sql to use a message key for the Sloan name

(as was already done by someone for Postgres.)

merging dotlrn-1-0-1 tag down onto head. Thanks to Jarkko Laine and Mohan Pakkurti for all the help. See comments at http://openacs.org/storage/download/index?version_id=104101

  1. … 119 more files in changeset.
Moved the sloan theme addition to the standard defaults file, since

the theme is distributed with new-portal, etc.

changing the new-portal create/drop scripts to conform with the naming convention package_key-create/drop.sql. This change was done by Lars on dotlrn-1-0 branch but it seems he missed doing it on head.

Renamed db scripts to new-portal-create/drop just like the package name

  1. … 1 more file in changeset.
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
file new-portal-drop.sql was initially added on branch dotlrn-1-0.

    • -0
    • +0
    ./oracle/new-portal-drop.sql
    • -0
    • +0
    ./postgresql/new-portal-drop.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.