• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bugfix: the eval-command.tcl file had the wrong path

changing user-procs.tcl to select options in select boxes based on value rather than label. This allows us to test in German locale

adding acs-lang tests (loading all I18N messages and switching to German locale)

    • -0
    • +35
    ./tcl/acs-lang-procs.tcl
    • -0
    • +18
    ./tcl/eval-command.tcl
chmod +x on checkout.sh before executing

making ::twt::do_request try 10 times before giving up if host is unreachable (I've experienced some socket connet problems recently

changing checkout script to use new dotlrn-prereq alias. Correcting rerun all tests URL in tcl-api-tests

updating README and TODO files. Bugfixing dotlrn-basic-setup

removing old procs file replaced by files in tcl dir

adding a simple forums posting test. Restructuring procs a little

    • -0
    • +63
    ./tcl/config-procs.tcl
    • -0
    • +170
    ./tcl/twt-procs.tcl
further adaption of install.sh to the new OpenACS installer. Making dotlrn-basic-setup work with new tcl library

making dotlrn-basic-setup use the new namespacified procs

breaking up the procs to support testing OpenACS with tclwebtest into namespaces.

    • -0
    • +91
    ./tcl/admin-procs.tcl
    • -0
    • +164
    ./tcl/class-procs.tcl
    • -0
    • +175
    ./tcl/dotlrn-procs.tcl
    • -0
    • +32
    ./tcl/forums-procs.tcl
    • -0
    • +35
    ./tcl/global-vars.tcl
    • -0
    • +73
    ./tcl/news-procs.tcl
    • -0
    • +15
    ./tcl/test-procs.tcl
    • -0
    • +220
    ./tcl/user-procs.tcl
    • -0
    • +153
    ./tcl/util-procs.tcl
making install scripts work with new install UI (one big up-front form)

adding curriculum to checkout

removing the secret question (now off by default) from the add_user proc

adapting the user_add proc to work with the new form

changing to check errors in the log file before the Tcl API tests as these sometimes generate errors intentionally

adding new param install_error_file to config file. Bringing down server -kd to make sure it comes down

fixing bug with log file error file. Changing user_login tclwebtest function to now use email instead of username (default behaviour with new UseEmailForLoginP parameter)

removing grep on apm install file not currently needed

adding new parameter svc_bindir, making Oracle db recreate work again, removing the obscure source_config_file variable from the install.sh script

making the server parameter overridable on the command line

cleaned up daemontools

Fixed bug in adding site-wide-admin to .LRN. Made the oracle shell a login shell to get sqlplus in PATH. Added running of Tcl API tests

adding oracle recreate scripts. A bunch of fixes in install.sh to get the Collaboraid test servers to work

    • -0
    • +19
    ./oracle/recreate-user.sh
    • -0
    • +4
    ./oracle/user-create.sql
more tweaks

adding command line info for the --no-install switch

joel's changes

updating install.sh with features that were lost since Joel checked in an old version of the file.

an old file was checked in by mistake, copying in the more recent one from the Collaboraid cvs repository