• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.0.0b2-5.0.0b3.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.0.0b2-5.0.0b3.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.0.0b2-5.0.0b3.sql
Fixed bug 1144.

file updgrade-5.0.0b2-5.0.0b3.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./oracle/upgrade/updgrade-5.0.0b2-5.0.0b3.sql
    • -0
    • +0
    ./postgresql/upgrade/updgrade-5.0.0b2-5.0.0b3.sql
Change the all_users to acs_users_all, bump version to 5.0.0b3, provide

upgrade script. fix where its used in logger, weblogger-portlet, and lars-blogger.

fixes bug 1174.

    • -0
    • +11
    ./postgresql/upgrade/updgrade-5.0.0b2-5.0.0b3.sql
  1. … 6 more files in changeset.
Adds max_child_sortkey to acs_objects, uses select for update to incr

tree_sortkey (fixes concurrency problems and substantially improves

performance), drop group_elem_idx_container_idx (not useful) and

acs_objects_context_object_idx (which is superflous since there is an

identical unique constraint). changes acs_objects_get_tree_sortkey to

be isstrict/iscachable fixes a bug in acs_objects_context_id_up_tr on

both oracle an postgres.

See http://openacs.org/forums/message-view?message_id=142769 for discussion.

    • -77
    • +67
    ./postgresql/acs-objects-create.sql
    • -0
    • +307
    ./postgresql/upgrade/upgrade-5.0.0b1-5.0.0b2.sql
  1. … 1 more file in changeset.
file upgrade-5.0.0b1-5.0.0b2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.0.0b1-5.0.0b2.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.0.0b1-5.0.0b2.sql
dont put the giant comment inside the function defintion for tree_ancestor_keys since it gets logged to the postgresql log ugh

doh. wrong name on upgrade script

    • -0
    • +32
    ./postgresql/upgrade/upgrade-5.0.0a4-5.0.0a5.sql
casts in tree_left and tree_right (pg 7.4 needs them it seems), bump version to 5.0a5, upgrade script provided

    • -0
    • +32
    ./postgresql/upgrade/upgrade-5.0a4-5.0a5.sql
  1. … 1 more file in changeset.
the cc_users view in the upgrade did not match the current version of cc_users (cf http://openacs.org/forums/message-view?message_id=97099 )

    • -5
    • +10
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
adding forgotten view all_users to upgrade scripts

    • -11
    • +18
    ./oracle/upgrade/upgrade-5.0d9-5.0d13.sql
Fixed upgrade script for authentication, collapsed two upgrade scripts

    • -8
    • +31
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
    • -26
    • +0
    ./oracle/upgrade/upgrade-5.0d3-5.0d4.sql
Added all_users view to Oracle

Fixed bug in auth_driver_params on Oracle, table had wrong unique constraint instead of primary key constraint

    • -0
    • +17
    ./oracle/upgrade/upgrade-5.0.0a1-5.0.0a2.sql
  1. … 1 more file in changeset.
Fixed bug #657: Create admin rel segment for main site

Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +5255
    ./oracle/upgrade/upgrade-5.0d9-5.0d13.sql
  1. … 23 more files in changeset.
Added Andrew's OpenACS authentication server as a separate package

    • -2
    • +1
    ./postgresql/authentication-create.sql
  1. … 11 more files in changeset.
Added column user_info_impl_id for on-demand-sync, cleaned up comments

    • -7
    • +11
    ./postgresql/authentication-create.sql
making acs__remove_user do what the Oracle version already does, i.e. remove records referencing the user record before attempting to delete it. Version number bumped to 5.0d12

    • -0
    • +27
    ./postgresql/upgrade/upgrade-5.0d11-5.0d12.sql
  1. … 1 more file in changeset.
cannot set username to email for the unregistered visitor user since he/she has a null email

    • -3
    • +7
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
forgot to set legacy users authority_id to local in upgrade script

the auth_auhtorities.help_contact_text_format column was missing from the upgrade scripts

    • -7
    • +2
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
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
    • +1
    ./oracle/authentication-package-create.sql
    • -16
    • +16
    ./oracle/community-core-create.sql
    • -4
    • +4
    ./oracle/rel-constraints-body-create.sql
    • -8
    • +15
    ./oracle/rel-constraints-create.sql
  1. … 261 more files in changeset.
upgrade script fix: cannot drop columns with PG 7.2. Also, shouldn't say drop table CASCADE with PG 7.2

upgrade script fix: authority__new had too many arguments. Seems we cannot alter a column to have not null constraint

upgrade script fix: only creating admin rel role if it hasn't already been created by dotlrn

    • -2
    • +10
    ./oracle/upgrade/upgrade-4.6.5-4.6.6.sql
when removing file db model, forgot to replace reference to apm_package_files.path%TYPE with varchar. Doing so now and changing upgrade script

removing call to apm_package.enable (proc no longer exists)

removed comment on apm_packages.enabled_p since the column's gone

when removing the apm_package.enabled_p column I forgot to remove the apm_package.enable/disable functions, so removing those now

    • -289
    • +586
    ./oracle/upgrade/upgrade-5.0d7-5.0d9.sql
  1. … 1 more file in changeset.