• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replaced HTML entities for special characters (Latin-1 supplement) with ISO-8859-1 encoding.

    • -2
    • +2
    ./catalog/acs-kernel.it_IT.ISO-8859-1.xml
  1. … 15 more files in changeset.
upped version numbers to 5.1.2 and updated documentation

  1. … 102 more files in changeset.
file acs-kernel.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-kernel.ca_ES.ISO-8859-1.xml
file acs-kernel.ms_MY.utf-8.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-kernel.ms_MY.utf-8.xml
file acs-kernel.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-kernel.eu_ES.ISO-8859-1.xml
updated translations from translate.openacs.org

    • -1
    • +1
    ./catalog/acs-kernel.ast_ES.ISO-8859-1.xml
    • -0
    • +84
    ./catalog/acs-kernel.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-kernel.da_DK.ISO-8859-1.xml
    • -1
    • +44
    ./catalog/acs-kernel.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-kernel.en_US.ISO-8859-1.xml
    • -38
    • +38
    ./catalog/acs-kernel.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-kernel.es_GT.ISO-8859-1.xml
    • -0
    • +80
    ./catalog/acs-kernel.eu_ES.ISO-8859-1.xml
    • -1
    • +54
    ./catalog/acs-kernel.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-kernel.gl_ES.ISO-8859-1.xml
    • -1
    • +14
    ./catalog/acs-kernel.hu_HU.utf-8.xml
    • -1
    • +1
    ./catalog/acs-kernel.it_IT.ISO-8859-1.xml
  1. … 985 more files in changeset.
upping version numbers for release

  1. … 61 more files in changeset.
putting create or replace instead of just create

file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql
Modified cc_users moving the magic object lookup to its own query. The view was really slow when joined against the acs_magic_objects table.

    • -0
    • +17
    ./sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql
file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql
Changed cc_users and registered_users views to use the acs__magic_object_id

function that was written quite some time ago but never used in those views.

And those views are really slow when joined against the acs_magic_objects

table ...

changing default allowable tags

preserve last_modified when explicitly updated, replaces acs_objects_last_mod_update_tr, bump version, upgrade scripts

    • -0
    • +15
    ./sql/oracle/upgrade/upgrade-5.2.0d6-5.2.0d7.sql
    • -3
    • +5
    ./sql/postgresql/acs-objects-create.sql
    • -0
    • +17
    ./sql/postgresql/upgrade/upgrade-5.2.0d6-5.2.0d7.sql
fix some bugs which break things in pg7.5; mostly syntax errors in existing procs.

    • -0
    • +94
    ./sql/postgresql/upgrade/upgrade-5.2.0d5-5.2.0d6.sql
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

    • -0
    • +192
    ./sql/oracle/upgrade/upgrade-5.1.2d1-5.1.2d2.sql
    • -8
    • +8
    ./sql/postgresql/groups-body-create.sql
  1. … 112 more files in changeset.
flip order of delete for group delete

    • -10
    • +10
    ./sql/oracle/groups-body-create.sql
flip order of delete of rels and rel segments, bump version to 5.1.2d2, upgrade scripts for oracle and pg, bug 775 patch 267 Randy O'Meara

    • -0
    • +192
    ./sql/oracle/upgrade/upgrade-5.1.2d1-5.1.2d2.sql
    • -9
    • +9
    ./sql/postgresql/groups-body-create.sql
file upgrade-5.1.2d1-5.1.2d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.1.2d1-5.1.2d2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql
adjustments for OpenACS 5.1.1 release, including release numbers and help text.

  1. … 208 more files in changeset.
Wouldn't let me tag after adding to HEAD so am committing directly...

Committing re-added upgrade file

Oops did this wrong ... want to do exactly what Andrew did for consistency

Upgrade to apply previous register parameter bug fix

file upgrade-5.1.1d1-5.1.1d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql
name constraints

    • -3
    • +7
    ./sql/oracle/authentication-create.sql
name constraints and make lob_data.lob_id on delete cascade

    • -3
    • +7
    ./sql/postgresql/authentication-create.sql
Update to apm package body in v1.26.2.1 of apm-create.sql,to include a bugfix/simplication to the cursor in apm.register_parameter.

    • -0
    • +384
    ./sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql
Ported Andrew's Oracle patch to register parameter.

Ported Andrew's Oracle register parameter patch.