• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
upgrade problems. Placing package definitions above bodies so they compile

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.

upgrade problems. Adding package headers to accompany bodies and adding site_nodes package so site_node.del is defined

Added noquote. Fixes bug#1330

Added noquote. Fixed bug#1330

    • -1
    • +1
    /openacs-4/packages/survey/www/admin/one.adp
Adding typecasts to integer for proper postgresql 7.3 support. Fixes bug#1329

file question-swap-postgresql.xql was initially added on branch oacs-5-0.

Extra parameter in template::util::is_true call (in entry::edit) removed

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.

Added in links to categories on view page

Make set_ and get_property emit an error instead of silently failing when specifying a non-existing property name. Some api-documentation.

Make set_ and get_property emit an error instead of silently failing when specifying a non-existing property name. Some api-documentation.

Clarifying api-documentation.

Make set_ and get_property emit an error instead of silently failing when specifying a non-existing property name. Some api-documentation.

Moved payflowpro to contrib - see TIP 33

  1. … 5 more files in changeset.
file payflowpro-procs.tcl was initially added on branch oacs-5-0.

file transactions.xql was initially added on branch oacs-5-0.

file transactions.tcl was initially added on branch oacs-5-0.

file transactions.adp was initially added on branch oacs-5-0.

file index.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/contrib/packages/payflowpro/www/admin/index.tcl
file index.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/contrib/packages/payflowpro/www/admin/index.adp
file verisign.c was initially added on branch oacs-5-0.

file Makefile was initially added on branch oacs-5-0.

Moving payflowpro to contrib - see TIP 33

  1. … 6 more files in changeset.
file payflowpro-procs-postgresql.xql was initially added on branch oacs-5-0.

file payflowpro-procs-oracle.xql was initially added on branch oacs-5-0.

file payflowpro-sc-drop.sql was initially added on branch oacs-5-0.

file payflowpro-sc-create.sql was initially added on branch oacs-5-0.

file payflowpro-drop.sql was initially added on branch oacs-5-0.

file payflowpro-create.sql was initially added on branch oacs-5-0.