• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- reset array "error" in case of initial install problems (array conflicts with scalar variable)

- remove trailing .html from doc references (to allow e.g. .adp as well)

  1. … 4 more files in changeset.
- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 13 more files in changeset.
- check for tcl version 8.5

- remove obsolete information

- improve independence from local vs. global driver configuration

- naviserver compatiblity fix

software.adp is no longer valid as file url but a directory (canonical url)

HTML 4.01 Strict cleanup

  1. … 27 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Fixed two spelling errors in install error messages. All these years, and

I'd never noticed them before ...

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Fixed bug #1704

Change form from GET to POST so password isn't logged in access

log. Fix bug#1743.

Fixed bug #1283 though it appears Lars did about the same thing moments ago,

wasn't sure if he picked up the default domain and publisher names...

Fixed bug 1283.

Merged over fix to bug #1283, SystemURL no longer defaulted in installer, to 5.0 branch

  1. … 1 more file in changeset.
Improved the detection of the port on which we're running, so the default

form value on the installation info page is set correctly. For my beta

version of AOLserver, at least, ns_conn port is not reliable. And unlike

the documentation's claim, ns_info port is not supported. The code now

checks nssock and defaults to ns_conn port rather than use ns_conn port

exclusively.

Partial fix for bug #1283: Default value for system_url

  1. … 1 more file in changeset.
Moved 5.0 changes to HEAD

  1. … 2 more files in changeset.
Added support for the new install.xml parameters min_stack_size and

post_installation_message

  1. … 1 more file in changeset.
add to the SystemURL help that port should be included

fixing copy and paste error, the host_administrator input widget had the name admin_owner

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 typo I introduced in last commit

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.
Fixed bug #825: bootstrap and package installer shut server down with [exit] instead of [ns_shutdown]

  1. … 2 more files in changeset.
install.xml would be loaded on install index page but no longer be in memory on package install page. Fixed by loading document again on package page. See discussion here: http://openacs.org/forums/message-view?message_id=122266

  1. … 2 more files in changeset.
fixing bug introduced in previous commit. The nsv variable acs_application node was never initialized