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

Another ACS vs. OpenACS patch from Jonathan.

  1. … 1 more file in changeset.

Jonathan's patches to auto install...

    • -0
    • +23
    ./auto-install-oracle.xql
    • -0
    • +14
    ./auto-install-postgresql.xql

A bunch of "ACS"->"OpenACS" and similar changes

  1. … 26 more files in changeset.

1. Added a check that PG was initdb's with the collation order for

characters that we expect.

2. Jon added a "sql/common" directory for the insert statements which

load data for acs-references, so I added a new datamodel type "common"

to the APM.

3. Created a new db API routine that returns true if a given db_type is

compatible with the current RDBMS.

4. Added a workaround for a PL/pgSQL "execute" bug in acs-workflow (other

cases had been fixed previously by others but this one was missed)

5. Diddled a couple of .info files using the APM.

  1. … 10 more files in changeset.

- changed the XML parsing throughout to go through a simplified API to later upgrade XML parsing in a central place.

- updated support for ns_xml 1.4, and added work-arounds for previous versions.

- added installer check for ns_xml compatibility at boot time.

  1. … 3 more files in changeset.

1. Added a new attribute to the .info file which tells the bootstrap

installer whether or not a package is part of the acs-core. Only

acs-core packages are now installed during the initial bootstrap install

of the system.

2. Fixed a dupe query name problem in a couple of queryfiles. The problem

is not with the dispatcher but with the extractor, and for the moment it

is just easier to kludge the resulting queryfile than fix the extractor.

  1. … 34 more files in changeset.
new version of QD with better handling of absolute/relative paths

    • -2
    • +5
    ./create-administrator-2-postgresql.xql
  1. … 9 more files in changeset.
ported a few more queries

    • -0
    • +11
    ./create-administrator-2-postgresql.xql
  1. … 4 more files in changeset.
query dispatcher now works with global RDBMS tags, and attempts to work on relative paths (although that's not finalized)

    • -0
    • +11
    ./create-administrator-postgresql.xql
  1. … 3 more files in changeset.

Moved the bootstrap and installer stuff into their own mini-package, which

let me clean up the loading of acs-tcl a bit and isolate all the bits of

APM-knowledge required in the pre-acs-tcl bootstrapping process into a single

apm file. In general, bootstrap.tcl is cleaner and easier to read.

    • -0
    • +127
    ./auto-install.tcl
    • -0
    • +59
    ./create-administrator-2.tcl
    • -0
    • +87
    ./create-administrator.tcl
    • -0
    • +72
    ./install-data-model.tcl
    • -0
    • +54
    ./packages-install.tcl
  1. … 30 more files in changeset.