• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix boolean expression in adp

remove deprecated calls to ad_parameter

  1. … 1 more file in changeset.
fix pacakge -> package typo

  1. … 10 more files in changeset.
fix pacakge -> package typo

  1. … 7 more files in changeset.
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.
noquote changes (Dirk Gomez)

  1. … 102 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 48 more files in changeset.
fix some broken links

  1. … 22 more files in changeset.
Lars original ldap note

    • -0
    • +372
    ./doc/ldap-authentication.html

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2472 more files in changeset.
Initial revision

    • -0
    • +327
    ./doc/design.html
    • -0
    • +157
    ./doc/requirements.html
    • -0
    • +71
    ./examples/ldap-test.tcl
    • -0
    • +34
    ./examples/user-login.tcl
    • -0
    • +95
    ./examples/user-new-2.tcl
    • -0
    • +75
    ./examples/user-new.adp
    • -0
    • +47
    ./examples/user-new.tcl
  1. … 2472 more files in changeset.