• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
typo fix bug 1660/patch 346 Jun Yamog

Re-added fixes that didn't get merged in from 4.5

1) bboard-procs-postgresql.xql

2) etp-procs-oracle.xql

3) subsite/www/admin/users/new-postgresql.xql

4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql

Edited the acs-kernel upgrade script that JonG initially created (PG)

Created an oracle upgrade script

Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged)

Update the acs-kernel .info file to 4.5.1

    • -0
    • +720
    ./oracle/upgrade/upgrade-4.5-4.5.1.sql
    • -0
    • +56
    ./postgresql/upgrade/upgrade-4.2-4.5.sql
    • -95
    • +21
    ./postgresql/upgrade/upgrade-4.5-4.5.1.sql
  1. … 6 more files in changeset.
Manually merging fix from 4.5 that never got into the HEAD (apm_package_version__upgrade_p)

fixed typo in included script

    • -1
    • +1
    ./postgresql/upgrade/upgrade-4.5-4.5.1.sql
initial revision

    • -0
    • +264
    ./postgresql/upgrade/upgrade-4.5-4.5.1.sql
fixed a query that used select instead of perform

added Tracy's fix for the hex conversion

added return statements to functions

    • -1
    • +5
    ./postgresql/site-node-object-map-create.sql
fixed a typo

    • -2
    • +2
    ./postgresql/site-node-object-map-create.sql
fixed incorrect declaration

Fix user_tab_comments view so it works on 7.2 (adds objsubid = 0)

fixes to get dotlrn postgres port working

    • -2
    • +6
    ./postgresql/rel-segments-body-create.sql
  1. … 4 more files in changeset.
added rel_segment__new function that takes only the parameters that don't have default values

    • -2
    • +13
    ./postgresql/rel-segments-body-create.sql
updated tree

added tree_increment_key() function

tree.increment_key() now does the lpadding for us

  1. … 2 more files in changeset.
postgres does not like a certain flavor of table aliases

fixing creation of site_node under postgres

  1. … 2 more files in changeset.
re-ordering queries in acs_permission.permission_p for performance's sake

    • -33
    • +35
    ./oracle/acs-permissions-create.sql
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.

    • -0
    • +65
    ./oracle/site-node-object-map-create.sql
    • -0
    • +10
    ./oracle/site-node-object-map-drop.sql
    • -0
    • +52
    ./postgresql/site-node-object-map-create.sql
    • -0
    • +10
    ./postgresql/site-node-object-map-drop.sql
  1. … 21 more files in changeset.
adding variation on function

Performance enchancements based on our testing

    • -0
    • +17
    ./oracle/upgrade/upgrade-4.2.1-4.2.2.sql
added "(select acs.magic_object_id('registered_users') from dual)"

clause to registered_users view based on results from scalability testing.

added site_nodes_parent_id_idx based on results from scalability testing

moving ben's tree sortkey utilities for oracle from forums to acs-kernel

    • -0
    • +193
    ./oracle/tree-create.sql
    • -0
    • +18
    ./oracle/tree-drop.sql
  1. … 4 more files in changeset.
using connect by in oracle version of update_last_modified (plpgsql version is still using recursive version)

forgot to pass last_modified in recursive call

created acs_object.update_last_modified procedure that takes in an object_id

and an optional timestamp and sets the last_modified time of the object and

all of it's parents (not including object 0) to the last_modified time passed

in or sysdate if none was passed in.

    • -0
    • +28
    ./postgresql/acs-objects-create.sql
fixed bug in apm_package_version__upgrade_p

    • -0
    • +56
    ./postgresql/upgrade/upgrade-4.2-4.5.sql
file upgrade-4.2-4.5.sql was initially added on branch oacs-4-5.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-4.2-4.5.sql