• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- modernize tcl

- prefer ns_quotehtml over ad_quotehtml

  1. … 4 more files in changeset.
- use <property name="doc(title)">

  1. … 31 more files in changeset.
- replace deprecated command "ns_unlink" with native tcl command "file delete"

  1. … 7 more files in changeset.
Merged oacs-5-5 branch of .LRN packages to HEAD.

  1. … 87 more files in changeset.
Fix dependencies and their version

  1. … 14 more files in changeset.
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 379 more files in changeset.
HTML Strict cleanup: removed trailing slash of the HR tag

  1. … 3 more files in changeset.
HTML Strict cleanup: removed trailing slash of the BR tag

  1. … 42 more files in changeset.
- normalize string comparisons

- allow for byte compiled expressions

fix by christoph haberberger: empty parameters in xml-rpc lead to crash

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Update version number for packages and dependencies

  1. … 63 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

  1. … 16 more files in changeset.
Taking up version numbers for -- preparing for release

change the manyTypesTest to use 0010704T11:50:30Z (note Z) since w/o it you would get a result that depended on the server local timezone

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
upping version numbers in preparation for release

  1. … 54 more files in changeset.
Make xmlrpc::httppost error out instead of returning a useless -1 in case of error. Vinod-approved change.

all TCL's clock clicks always with the -milliseconds option. The TCL manual

explicitly states that without this switch the return result is platform

dependant. The OpenACS code works at the millisecond granulartiy and silently

assumes that 1 millisecond equals 1000 clicks which is not necessarily true.

I used this shell script to automatize the replacing:

#!/bin/bash

for file in `grep -lsr "\[clock clicks\]" /web/openacs-head/packages/ `; do

echo "repairing $file"

sed "s/\[clock clicks\]/\[clock clicks -milliseconds\]/g" $file > fout

mv fout $file

done

And then grepped for

grep -r "expr.*clock clicks" /web/openacs-head/packages/

to manually remove the divisions by 1000.

  1. … 10 more files in changeset.
Spit out errorInfo in errorlog when a call fails

Initial version of XML-RPC package

    • -0
    • +12
    ./tcl/system-init.tcl
    • -0
    • +114
    ./tcl/system-procs.tcl
    • -0
    • +17
    ./tcl/validator-init.tcl
    • -0
    • +307
    ./tcl/validator-procs.tcl
    • -0
    • +708
    ./tcl/xml-rpc-procs.tcl
    • -0
    • +181
    ./tcl/test/xml-rpc-test-procs.tcl
    • -0
    • +33
    ./www/admin/index.adp
    • -0
    • +28
    ./www/admin/index.tcl
    • -0
    • +15
    ./www/admin/toggle.tcl
    • -0
    • +297
    ./www/doc/index.html