• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change by Lars so that aa_register_case can be put in -procs.tcl files

merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
Made ns_logs slightly clearer.

Upgrade to 4.6.2

  1. … 30 more files in changeset.
moving the mounting of core packages from the bootstrapper to the installer. To enable this I am setting up a more complete Tcl environment before installation of those packages by sourcing procs in acs-subsite and certain init files in acs-tcl as well as redefining ad_conn. This also means that core packages have a more complete environment when/if they use post-instantiation procs.

  1. … 2 more files in changeset.
moving instantiation and mounting of all core packages (acs-lang, acs-admin, api-doc etc.) except acs-kernel and main site (retained because they are needed during install) from the acs-install.sql file to the Tcl proc apm_mount_core_packages that is invoked on first startup. Note that this unfortunately means that callbacks will not be invoked for the main site node and for the acs-kernel instance.

  1. … 5 more files in changeset.
making sure the acs-tcl test procs are source after the Tcl libraries of acs-automated-testing are sourced

  1. … 1 more file in changeset.
changing to use the new apm_load_packages proc that sources Tcl files of packages in right order. I broke bootstrapping with my previous commit because -init files were sourced to early. Sorry...

changing bootstrapping code to use new apm_load_tests_p proc that is also used after package installation in APM

refactoring: extracting the code in the boostrap file that loads a package into the proc apm_load_package. Would like to call this proc after package installation in the APM.

the check for whether acs-automated-testing is enabled was broken, replacing inline query with apm proc

A semicolon had sneaked its way into the automated tests query.

Added code for optionally sourcing automated tests and associated queries.

  1. … 1 more file in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
DO NOT CACHE ALL PARAMETERS FOR ALL PACKAGE INSTANCES ON SERVER RESTART. CACHE ON DEMAND

  1. … 1 more file in changeset.

Merged with OpenACS 4.5 beta1 branch.

  1. … 88 more files in changeset.

Added changes to Daryl's improved setup check.

  1. … 1 more file in changeset.
- Got rid of OpenNSD references

- Fixed some broken links

- Pointed Oracle and PostgreSQL Driver downloads to openacs.org/software.adp

- Other wording corrections

  1. … 1 more file in changeset.
Log which files get sourced during bootstrap

Load package parameters before sourcing -init files (SDM patch #91)

*** empty log message ***

  1. … 4 more files in changeset.

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

  1. … 28 more files in changeset.

Fixed conflict in this file, the order should now be:

- source the -procs files

- load up queries

- source the -init files

this is because the -init files sometimes have queries they need dispatched.

1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the

first place (MY stupid idea, for the record).

2. More .xql file porting...

  1. … 23 more files in changeset.

Added call to parse queryfiles for acs-bootstrap-installer.

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.

  1. … 37 more files in changeset.