• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added 'refresh login', ordering

Make context bar go from top of the site

Cleaned up navigation

Made index page more portal-like, cleaned up links

Improved design, improved css usage

Moved all actions to last column

Templated site-map page, quick-and-dirty

Additional fix for bug#1311. Drop and recreate acs_user__new function.

Drop the old acs__add_user, the signature is different.

Add new version of acs__add_user to upgrade script. Fixes bug#1311

delete--> del upgrade

del/delete typo

Moving DAV support files to a seperate package.

Changed db_exec_plsql update_category in category::edit to db_dml, fixing a bug (query was a DML statement)

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 transactions.xql was initially added on branch oacs-5-0.