• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:rocaelh:20030521153103:17 does not match your current filter (clear filter).

file style-delete-2-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-delete-2-oracle.xql
file style-delete-2-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-delete-2-postgresql.xql
file style-list-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-list-postgresql.xql
file style-list-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-list-oracle.xql
file style-image-delete.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-image-delete.tcl
file style-image-delete-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-image-delete-postgresql.xql
file style-image-delete-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-image-delete-oracle.xql
file style-image-add.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-image-add.xql
file style-image-add.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/style-image-add.tcl
file style-edit.xql was initially added on branch oacs-4-6.

scalability revision, permissions, bug fixing, enhancements

    • -2
    • +1
    ./www/edit-presentation-postgresql.xql
  1. … 70 more files in changeset.
upgrades

    • -0
    • +111
    ./sql/postgresql/upgrade-4.0b1-4.6.sql
file upgrade-4.0b1-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/postgresql/upgrade-4.0b1-4.6.sql
new upgrade file

    • -0
    • +124
    ./sql/oracle/upgrade-4.0b1-4.6.sql
file upgrade-4.0b1-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade-4.0b1-4.6.sql
new drop data model

    • -11
    • +29
    ./sql/postgresql/wp-slim-drop.sql
new creation data model

    • -29
    • +127
    ./sql/oracle/wp-slim-create.sql
    • -21
    • +109
    ./sql/postgresql/wp-slim-create.sql
file printer-view-procs-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/printer-view-procs-postgresql.xql
new xql file

    • -0
    • +17
    ./tcl/printer-view-procs-postgresql.xql
new oracle file

    • -0
    • +18
    ./tcl/printer-view-procs-oracle.xql
file printer-view-procs-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/printer-view-procs-oracle.xql
new procs file

file wp-slim-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/wp-slim-procs.tcl
new procs xql file

file wp-slim-procs.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/wp-slim-procs.xql
changes for new wp

changes

merge of 4.6.3b1 to HEAD

  1. … 15 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 7 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 13 more files in changeset.