• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.9.0d6-5.9.0d7.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.9.0d6-5.9.0d7.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.0d6-5.9.0d7.sql
- make pretty-naming of acs-core packages more consistent

- bump verision numbers

    • -0
    • +59
    ./postgresql/upgrade/upgrade-5.9.0d6-5.9.0d7.sql
  1. … 15 more files in changeset.
- remove commented out command

- improve robustness of upgrade script

- second part of Part 4 of OpenACS 5.9 agenda: get rid of tree_sortkey in acs-objects : getting rid of functions accessing acs_objects.tree_sortkey when creating new instances

- use variable names "ot1" and "ot2" instead of "o1" and "o2" when referring to object_types (and not objects)

    • -133
    • +15
    ./postgresql/acs-objects-create.sql
Removed exclusive lock from permission granting and revoking. Use exception handling or ignoring instead, as in Oracle codebase.

    • -27
    • +11
    ./postgresql/acs-permissions-create.sql
    • -0
    • +48
    ./postgresql/upgrade/upgrade-5.9.0d5-5.9.0d6.sql
  1. … 1 more file in changeset.
- Part 4 of OpenACS 5.9 agenda: get rid of tree_sortkey in acs-objects ; to be on the safe side, backup your database before upgrading, since the acs-objects.treesortkey is being removed (custom packages might erroneously depend on it)

    • -0
    • +258
    ./postgresql/upgrade/upgrade-5.9.0d4-5.9.0d5.sql
  1. … 4 more files in changeset.
- add stored procedure sec_session_property__upsert to address concurrency problems with

updates in sec_session_properties; implementation for PostgreSQL and

Oracle are added, latter is not tested.

- bump version number to 5.9.0d4

    • -0
    • +45
    ./oracle/upgrade/upgrade-5.9.0d3-5.9.0d4.sql
    • -0
    • +40
    ./postgresql/upgrade/upgrade-5.9.0d3-5.9.0d4.sql
  1. … 1 more file in changeset.
- use "ot*" as alias for acs-object-types instead of "o*", which is used usually for acs-objects

    • -21
    • +21
    ./postgresql/rel-segments-create.sql
- scalability reform part 1

* remove manual delete operations from acs_object__delete()

where update is as achieved automatcially via cascade operations

* improve documentation of source code

- bump version number to 5.9.0d2

    • -26
    • +16
    ./postgresql/acs-objects-create.sql
    • -0
    • +50
    ./postgresql/upgrade/upgrade-5.9.0d1-5.9.0d2.sql
  1. … 1 more file in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

    • -0
    • +1
    ./oracle/site-node-object-map-create.sql
    • -3
    • +3
    ./postgresql/site-node-object-map-create.sql
    • -0
    • +20
    ./postgresql/upgrade/upgrade-5.8.3d1-5.8.3d2.sql
  1. … 513 more files in changeset.
- add missing indices

- bump version number to 5.8.3d2

    • -1
    • +2
    ./oracle/site-node-object-map-create.sql
    • -3
    • +3
    ./postgresql/site-node-object-map-create.sql
    • -0
    • +20
    ./postgresql/upgrade/upgrade-5.8.3d1-5.8.3d2.sql
  1. … 1 more file in changeset.
file upgrade-5.8.3d1-5.8.3d2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.8.3d1-5.8.3d2.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.3d1-5.8.3d2.sql
file upgrade-5.8.1-5.8.3d1.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1-5.8.3d1.sql
- removed bugfix from #3119, since it is apparently not needed anymore

- fixed bug in acs-subsite group management, where return-url was double encoded ("elements-by-rel-type")

- fixed bug in acs-subsite group management, where negative numbers were not allowed ("new" function)

- bumped version numbers

  1. … 4 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -0
    • +106
    ./oracle/upgrade/upgrade-5.8.1a5-5.8.1a6.sql
    • -16
    • +8
    ./postgresql/acs-objects-create.sql
    • -0
    • +72
    ./postgresql/upgrade/upgrade-5.8.1a5-5.8.1a6.sql
    • -0
    • +58
    ./postgresql/upgrade/upgrade-5.8.1d1-5.8.1d2.sql
    • -0
    • +34
    ./postgresql/upgrade/upgrade-5.8.1d2-5.8.1d3.sql
    • -0
    • +43
    ./postgresql/upgrade/upgrade-5.8.1d3-5.8.1d4.sql
  1. … 2533 more files in changeset.
Fixed wrong version number for upgrade scripts and package info file from version 5.8.1a5 to 5.8.1a6

    • -0
    • +106
    ./oracle/upgrade/upgrade-5.8.1a5-5.8.1a6.sql
    • -106
    • +0
    ./oracle/upgrade/upgrade-5.8.1d6-5.8.1d7.sql
    • -0
    • +72
    ./postgresql/upgrade/upgrade-5.8.1a5-5.8.1a6.sql
    • -72
    • +0
    ./postgresql/upgrade/upgrade-5.8.1d6-5.8.1d7.sql
  1. … 1 more file in changeset.
file upgrade-5.8.1a5-5.8.1a6.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.8.1a5-5.8.1a6.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1a5-5.8.1a6.sql
Created stored procedures to check for table, columns, view and index existance.

On xotcl-core powered installations, they will trigger the creation of OO methods

in the ::xo::db::sql::util namespace.

    • -0
    • +106
    ./oracle/upgrade/upgrade-5.8.1d6-5.8.1d7.sql
    • -0
    • +72
    ./postgresql/upgrade/upgrade-5.8.1d6-5.8.1d7.sql
  1. … 1 more file in changeset.
file upgrade-5.8.1d6-5.8.1d7.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.8.1d6-5.8.1d7.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1d6-5.8.1d7.sql
file upgrade-5.8.1a3-5.8.1a4.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1a3-5.8.1a4.sql
file upgrade-5.8.1a4-5.8.1a5.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1a4-5.8.1a5.sql
- fixing 2 more cases of still incorrect function argument names

- fix function args: names of arguments for postgres did not match names for oracle leading to potential portability problems

    • -11
    • +8
    ./postgresql/acs-objects-create.sql
  1. … 1 more file in changeset.
- change type of session_id as well to bigint in the create script

- the datatype of session_id in sec_session_properties should be the same as the sequence. Without this change, busy sites will run into a overflow (as we did a while ago).

  1. … 1 more file in changeset.
file upgrade-5.8.1d5-5.8.1d6.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1d5-5.8.1d6.sql
file upgrade-5.8.1d4-5.8.1d5.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1d4-5.8.1d5.sql
Fixing bug 3223

  1. … 1 more file in changeset.
- Make sure that patch

http://cvs.openacs.org/browse/OpenACS/openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql?r2=1.74&r1=1.73

is applied for sites upgrading (use v_parameter_id and not get_value__parameter_id)

    • -0
    • +43
    ./postgresql/upgrade/upgrade-5.8.1d3-5.8.1d4.sql
  1. … 1 more file in changeset.