• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

1. Added some more Tcl API to notifications

2. Fixed lang-catalog-procs.tcl (tested) and acs-bootstrap-installer (not tested

yet) to work with tDOM.

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

  1. … 101 more files in changeset.
First step towards implementing an XML-based extension to the installer that

allows one to declare application packges to install and mount, and to set

parameter values during the install. Package install and mount works now,

I'll finish the parameter stuff tomorrow. This will allow vertical apps

to specify their payload, so to speak, to set their default master template

and all that jazz automatically for the user. dotLRN being the first

beneficiary of course!

  1. … 1 more file in changeset.
Bogus proc call killed error check

Upgrade to 4.6.2

  1. … 30 more files in changeset.