• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed context bar

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
updated core package version numbers to 5.0.0

  1. … 18 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
bump core to 5.0.0b4 for new tarball. update readme.txt and variable.ent to 5.0.0b4.

  1. … 28 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info

  1. … 18 more files in changeset.
Fixed broken install due to ref-timezones required, but acs-reference not part of initiall install set

  1. … 1 more file in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +149
    ./sql/oracle/upgrade/upgrade-0.2d-0.3d.sql
  1. … 3 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 274 more files in changeset.
Removed ACS from name

  1. … 2 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 99 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -9
    • +10
    ./sql/postgresql/acs-reference-create.sql
    • -4
    • +4
    ./sql/postgresql/acs-reference-drop.sql
  1. … 41 more files in changeset.
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 28 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. … 35 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 ...

    • -9
    • +9
    ./sql/postgresql/acs-reference-create.sql
    • -4
    • +4
    ./sql/postgresql/acs-reference-drop.sql
  1. … 52 more files in changeset.
Converted timestamp to timestamp with time zone.

    • -2
    • +3
    ./sql/postgresql/acs-reference-create.sql
Added new files to .info files

  1. … 38 more files in changeset.
fix some broken links

  1. … 23 more files in changeset.
changed some links and minor formatting

initial import

    • -0
    • +23
    ./www/table-detail.tcl
    • -0
    • +36
    ./www/view-one-reference.adp
    • -0
    • +37
    ./www/view-one-reference.tcl

mostly fixing reference data to work with PG ...

    • -8
    • +7
    ./sql/postgresql/acs-reference-create.sql
  1. … 16 more files in changeset.

More work on acs-references and address-book.

    • -104
    • +86
    ./sql/postgresql/acs-reference-create.sql
    • -29
    • +30
    ./sql/postgresql/acs-reference-drop.sql
    • -1
    • +1
    ./www/reference-data-list-postgresql.xql
  1. … 6 more files in changeset.
initial import

    • -0
    • +15
    ./tcl/acs-reference-procs.tcl
Initial import

    • -0
    • +25
    ./www/reference-data-list-oracle.xql
    • -0
    • +25
    ./www/reference-data-list-postgresql.xql
    • -0
    • +20
    ./www/reference-data-list.adp
    • -0
    • +25
    ./www/reference-data-list.tcl
Initial Import

updated files

Deleted obsolete call to included file. All reference data is in seperate packages now.