• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Partial fix for bug #1283: Default value for system_url

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

  1. … 598 more files in changeset.
in the case where all mandatory install params are missing (rare case), the missing params list was not set correctly

fixing bug 1060 and resorting to using a new proc install_page_contract instead of ad_page_contract. This is much more robust as we can't assume that we have full access to the OpenACS Tcl APIs in the beginning of OpenACS installation. Making sure mandatory parameters are properly marked up as such in the UI.

  1. … 2 more files in changeset.
fixing the page header of install page. Defaulting all system emails to admin email

  1. … 1 more file in changeset.
nsv_get acs_application was failing sometimes on install and I wasn't able to track down why. To avoid further hassle I removed that nsv since we don't need it

  1. … 1 more file in changeset.
changing the OpenACS installation so that now, you fill in all system configuration on one form up-front, click install, and everything installs, the server restarts, and you're ready to go

  1. … 13 more files in changeset.
defaulting username of site-wide-admin to email and making sure the stubbed ad_conn can handle multiple arguments (create-admin-2 bombed before this fix)

  1. … 1 more file in changeset.
Add missing form closing tag. bug 546 patch 196 Vinod Kurup

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.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 17 more files in changeset.

Merged with OpenACS 4.5 beta1 branch.

  1. … 88 more files in changeset.

Applied Daryl Biberdorf's patch #127 which uses AOLserver to report whether

or not we're running under Windows rather than manually check for a dodgy

environment variable.

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

  1. … 28 more files in changeset.

1. Removed acs_source (which Ben had already removed, I think he just forgot

to commit)

2. Wrote a PG semi-replacement query for an Oracle query containing "sample()"

  1. … 2 more files in changeset.
added acs_source to wrap the source command, and changed the QD to recognize scripts called by acs_source

  1. … 5 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.

  1. … 37 more files in changeset.