• last updated 36 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged info files from 5.5.0

  1. … 22 more files in changeset.
Someone didn't realize that "foo;null" in define_function_args calls sets the

default value to 'null' not NULL...this has been there a long time ... maybe

even my fault, but I don't remember, it's ancient!

    • -3
    • +3
    ./sql/postgresql/acs-metadata-create.sql
    • -2
    • +2
    ./sql/postgresql/acs-objects-create.sql
Bumped info files in preparation for final release.

  1. … 22 more files in changeset.
Bumped version number and release date in anticipation of releasing beta1

after tomorrow's OCT meeting.

  1. … 22 more files in changeset.
Got rid of 'bio' attribute declared for 'user' type.

Fixed the upgrade script ...

Moved "bio" back to "person", but with type-specific storage. People can

fight over where such things belong on another day, for now keeping it in

"person" has the advantage that the Tcl API is 100% unchanged so moving it

to type-specific storage won't break .LRN.

    • -13
    • +13
    ./sql/oracle/community-core-create.sql
    • -1
    • +12
    ./sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
    • -7
    • +4
    ./sql/postgresql/community-core-create.sql
  1. … 5 more files in changeset.
One more upgrade ...

    • -0
    • +43
    ./sql/postgresql/upgrade/t.sql
    • -0
    • +59
    ./sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
Added attributes for "user" columns "screen_name" and "username", as well as the

new "bio" column which replaces the old generic storage attribute assigned to

"person".

    • -0
    • +6
    ./catalog/acs-kernel.en_US.ISO-8859-1.xml
    • -1
    • +31
    ./sql/oracle/community-core-create.sql
    • -0
    • +38
    ./sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
    • -1
    • +51
    ./sql/postgresql/community-core-create.sql
Added bio to users table. Now both initial install and upgrade from older

versions appear to work.

    • -1
    • +2
    ./sql/oracle/community-core-create.sql
Magically transformed the upgrade script from PG to Oracle.

    • -26
    • +72
    ./sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
Added upgrade scripts (Oracle isn't correct, yet), removed bogus attribute

sql files (PG, for instance, created bio and bio_mime_type but only

dropped bio, Oracle had not bio_mime_type_reference at all).

    • -0
    • +42
    ./sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
    • -0
    • +42
    ./sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
  1. … 2 more files in changeset.
Moved "bio" from person/generic storage to user/type-specific storage as TIP'd

(PG only, Oracle to follow soon).

    • -1
    • +2
    ./sql/postgresql/community-core-create.sql
  1. … 5 more files in changeset.
Bumped HEAD to 5.6.0d1.

  1. … 22 more files in changeset.
Bumped release date as I'll be releasing today.

  1. … 22 more files in changeset.
Bumped version numbers

  1. … 22 more files in changeset.
Fixed daveb's connect by and nextval, for initial install and upgrade (change

to acs_group.new)

Update put the index creation before the table creation.

- Add two missing indices to improve performance of permission system

and the object context hierarchy significantly (these two indices

improved the performance of e.g. /projects/openacs/download/ and

/projects/openacs/download/one-revision?revision_id=2089636 by more

than a factor of 10; these indices are now among the most used on

openacs.org)

- Bump version number

    • -0
    • +1
    ./sql/oracle/upgrade/upgrade-5.5.0d5-5.5.0d6.sql
    • -1
    • +2
    ./sql/postgresql/acs-objects-create.sql
    • -0
    • +2
    ./sql/postgresql/upgrade/upgrade-5.5.0d5-5.5.0d6.sql
Fix acs_group__new to create group_rels for all group supertypes

    • -5
    • +17
    ./sql/oracle/groups-body-create.sql
    • -0
    • +206
    ./sql/oracle/upgrade/upgrade-5.5.0d4-5.5.0d5.sql
    • -5
    • +19
    ./sql/postgresql/groups-body-create.sql
    • -0
    • +90
    ./sql/postgresql/upgrade/upgrade-5.5.0d4-5.5.0d5.sql
switch foo_id_seq.netval to nextval('t_foo_id_seq') calls to placate postgresql 8.

  1. … 7 more files in changeset.
Fixed daveb's auth upgrade scripts for oracle, and added the new columns to

the table definitions used by initial install.

    • -2
    • +8
    ./sql/oracle/authentication-create.sql
wipe out ad_parameter from kernel files

Added missing spanish translations

    • -0
    • +1
    ./catalog/acs-kernel.es_ES.ISO-8859-1.xml
  1. … 7 more files in changeset.
Preliminary version of "extend package" code, along with new package

attributes that allow the declaration of packages that are subsites.

    • -0
    • +1393
    ./sql/oracle/upgrade/upgrade-5.5.0d3-5.5.0d4.sql
    • -1
    • +5
    ./sql/postgresql/acs-metadata-create.sql
    • -36
    • +111
    ./sql/postgresql/apm-create.sql
    • -0
    • +282
    ./sql/postgresql/upgrade/upgrade-5.5.0d3-5.5.0d4.sql
  1. … 23 more files in changeset.
Preparing for release:

1. Created new ChangeLog file

2. Created new docs

3. Bumped version numbers

  1. … 152 more files in changeset.
A new column was added to the groups table, and an upgrade script provided,

but the acs-kernel version had not been bumped. Nor had the dependency in

acs-subsite (which uses the new column).

  1. … 1 more file in changeset.
- drop_package('...') complain in new versions that it can't drop

some stored procedures. Adding therefore a CASCADE to

the get_func_drop_command().

Fix totally broken syntax for contraints

Bumped version numbers to 5.4.3b1.

  1. … 21 more files in changeset.