• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.8.1a5-5.8.1a6.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./upgrade-5.8.1a5-5.8.1a6.sql
  1. … 1 more file in changeset.
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.

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

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

    • -0
    • +0
    ./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
    ./upgrade-5.8.1a4-5.8.1a5.sql
- fixing 2 more cases of still incorrect function argument names

  1. … 2 more files in changeset.
- 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
    ./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
    ./upgrade-5.8.1d4-5.8.1d5.sql
Fixing bug 3223

  1. … 2 more files 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)

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

    • -0
    • +0
    ./upgrade-5.8.1d3-5.8.1d4.sql
- fix for bug #3119

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

    • -0
    • +0
    ./upgrade-5.8.1d2-5.8.1d3.sql
- fix bug #3064

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

    • -0
    • +0
    ./upgrade-5.8.1d1-5.8.1d2.sql
for some reason function apm__register_parameter/10 was missing on openacs.org.

    • -0
    • +74
    ./upgrade-5.8.0d4-5.8.0d5.sql
  1. … 1 more file in changeset.
on pg version 9.0 ( and lower ) the function string_to_array takes only two parameters.

  1. … 1 more file in changeset.
Creating recursive version of permissions functions iff pg version is >= 8.4.

    • -104
    • +161
    ./upgrade-5.8.0d3-5.8.0d4.sql
  1. … 3 more files in changeset.
Renaming parameters used on recursive query in order to avoid name clashing with function parameters ( seems to happen just in pg 8.4 ).

  1. … 1 more file in changeset.
Rewriting acs_permission__permission_p function to use recursive queries ( available in PG since 8.4 ) and modifiying

queries around core packages to avoid checking persmissions using a subquery on the acs_object_party_privilege_map view.

    • -0
    • +116
    ./upgrade-5.8.0d3-5.8.0d4.sql
  1. … 14 more files in changeset.
- fixed bug (backport of fix in rev 1.74 of postgresql/apm-create.sql)

- bump version number to 5.6.1

  1. … 2 more files in changeset.
file upgrade-5.6.0-5.6.1.sql was initially added on branch oacs-5-6.

    • -0
    • +0
    ./upgrade-5.6.0-5.6.1.sql
Some time ago some plpgsql functions were changed in order to be compatible with pg 8.x, create scripts were modified but upgrade scripts were missing ( at least i couldn't find them) http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%3A20090210183154 . Bumping up package versions accordingly.

    • -0
    • +77
    ./upgrade-5.8.0d2-5.8.0d3.sql
  1. … 7 more files in changeset.
Upgrade scripts contain the following changes:

- getting right name of triggers, following the pattern *_tr

- redefining funtion arguments for each function using define_function_args

- getting rid of unncesary backslashes, used for escaping, in some functions.

- redefinitions of content_type__refresh_trigger and content_type__drop_type in order to get rid of some 7.2 vs 7.3 querying.

    • -0
    • +310
    ./upgrade-5.8.0d1-5.8.0d2.sql
  1. … 3 more files in changeset.
    • -197
    • +0
    ./upgrade-5.7.0d9-upgrade-5.7.0d10.sql
  1. … 1 more file in changeset.
Removing wrongly named upgrade script. Otherwise it appears at the top of the list for scripts to be ran when upgrading. Content is included on upgrade script upgrade-5.7.0d10-5.7.0d11.sql anyway.

    • -197
    • +0
    ./upgrade-5.7.0d9-upgrade-5.7.0d10.sql
file upgrade-5.7.0d10-5.7.0d11.sql was added on branch oacs-5-7 on 2011-05-30 08:51:16 +0000

- Added comments to function arguments 'create_table_p' and 'dynamic_p'

- Update script for 5.7.0d10 was called

postgresql/upgrade/upgrade-5.7.0d9-upgrade-5.7.0d10.sql

instead of

postgresql/upgrade/upgrade-5.7.0d9-5.7.0d10.sql

so it was never executed. Added the content of d9-d10 to d10-d11.

    • -0
    • +297
    ./upgrade-5.7.0d10-5.7.0d11.sql
  1. … 2 more files in changeset.
1. Added "--default foo" style comments to new PL/pgSQL function parameters

because xotcl-core, rather than use the metadata created by define_function_params,

ASSIGNS SEMANTICS TO THESE SQL COMMENTS. Bah. If I truly cared about quality

I'd insist the xotcl people fix their code and do things right, but I know that

would never happen so ... kludge away.

2. xotcl-core adds CR attributes (rather than fix core). So my fixing of

core conflicts, meaning I have to kludge again. Still needs to be fixed

for oracle.

    • -0
    • +197
    ./upgrade-5.7.0d9-upgrade-5.7.0d10.sql
  1. … 3 more files in changeset.