• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing a syntax error

TIP#42,43: adding package_id and title to acs_objects table

    • -0
    • +2643
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 85 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

    • -2
    • +704
    ./upgrade/upgrade-5.0d2-5.0d3.sql
    • -18
    • +982
    ./upgrade/upgrade-5.0d7-5.0d9.sql
    • -421
    • +345
    ./upgrade/upgrade-5.0d9-5.0d13.sql
  1. … 284 more files in changeset.
Seperate delete of perissions by grantee_id into its own statement.

Fixes bug#1419

integrity violation fix for acs_object__delete function. Making it delete matching acs_permission.grantee_id records in addition to the object_id ones. Bumping version of kernel to 5.0.0b5

    • -0
    • +632
    ./upgrade/upgrade-5.0.0b4-5.0.0b5.sql
  1. … 3 more files in changeset.
upgrade problems. Placing package definitions above bodies so they compile

    • -413
    • +337
    ./upgrade/upgrade-5.0d9-5.0d13.sql
upgrade problems. Adding package headers to accompany bodies and adding site_nodes package so site_node.del is defined

    • -18
    • +982
    ./upgrade/upgrade-5.0d7-5.0d9.sql
redifining acs-object package to use del instead of delete

    • -2
    • +704
    ./upgrade/upgrade-5.0d2-5.0d3.sql
Removed unused Java-based function from the Oracle version.

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +73
    ./upgrade/upgrade-5.0.0b1-5.0.0b2.sql
    • -0
    • +10
    ./upgrade/upgrade-5.0.0b2-5.0.0b3.sql
    • -0
    • +37
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 594 more files in changeset.
Move over the bandaid patch for bug #1144 from the 5.0 branch. This needs

to be fixed for real (including datamodel changes with upgrade scripts) in

5.1.

  1. … 8 more files in changeset.
Fixed bug 1142 again (more?)

    • -0
    • +37
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 3 more files in changeset.
file upgrade-5.0.0b3-5.0.0b4.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
Fixed bug #1144 - users added to relsegs of registered_users showed up twice

in the registered_users and cc_users views.

  1. … 1 more file in changeset.
Use lower(username) rather than upper(username), create case folded

indexes on postgres for username, email, screen_name, move some of

the queries in community-core-procs to .xql file.

rename the updgrade files...doh!

    • -10
    • +0
    ./upgrade/updgrade-5.0.0b2-5.0.0b3.sql
    • -0
    • +10
    ./upgrade/upgrade-5.0.0b2-5.0.0b3.sql
  1. … 7 more files in changeset.
file upgrade-5.0.0b2-5.0.0b3.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-5.0.0b2-5.0.0b3.sql
  1. … 1 more file in changeset.
Fixed bug 1144.

  1. … 1 more file in changeset.
file updgrade-5.0.0b2-5.0.0b3.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/updgrade-5.0.0b2-5.0.0b3.sql
  1. … 1 more file in changeset.
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
    • +10
    ./upgrade/updgrade-5.0.0b2-5.0.0b3.sql
  1. … 8 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.

    • -0
    • +73
    ./upgrade/upgrade-5.0.0b1-5.0.0b2.sql
  1. … 5 more files in changeset.
file upgrade-5.0.0b1-5.0.0b2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-5.0.0b1-5.0.0b2.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 )

adding forgotten view all_users to upgrade scripts

    • -11
    • +18
    ./upgrade/upgrade-5.0d9-5.0d13.sql
  1. … 1 more file in changeset.
Fixed upgrade script for authentication, collapsed two upgrade scripts

  1. … 2 more files in changeset.
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
    ./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

  1. … 1 more file in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +5255
    ./upgrade/upgrade-5.0d9-5.0d13.sql
  1. … 23 more files in changeset.
Added column user_info_impl_id for on-demand-sync, cleaned up comments

  1. … 1 more file in changeset.
cannot set username to email for the unregistered visitor user since he/she has a null email

  1. … 1 more file in changeset.