• last updated 35 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- brace while expressions

- don't use expr within while expression

- use numeric comparison for truth values

- normalize string expressions

  1. … 9 more files in changeset.
- move ad_user_class_query and ad_user_class_query_count_only from

packages/acs-tcl/tcl/admin-procs.{tcl,xql} to acs-outdated/tcl/

since these functions are non-functional (based on non-existing

tables)

- move related code from acs-admin/www/users/one.{tcl,xql} to acs-outdated/www/

  1. … 3 more files in changeset.
- use "in" oeprator instead of "lsearch" to improve readability and performance

- get rid of empty_string_p

  1. … 20 more files in changeset.
Added a "nohtml" switch to ad_registration_finite_state_machine_admin_links so links can be retrieved as a list of {url label} instead of HTML links.

OCD repair of the hard coded @cvs-id strings

  1. … 14 more files in changeset.
remove deprecated calls to ad_parameter

  1. … 11 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
Fix for bug 1975: https not working on nonstandard ports.

  1. … 1 more file in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
add -public and -private for some procs, minor bug in acs_object::get some @see notes

  1. … 12 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Use lower(username) rather than upper(username), create case folded

indexes on postgres for username, email, screen_name, move some of

the queries in community-core-procs to .xql file.

rename the updgrade files...doh!

  1. … 8 more files in changeset.
deprecating proc ad_ssl_available_p and replacing it with security::https_available_p. Making sure we do not redirect to HTTPS if AOLserver is not configured to support it

  1. … 2 more files in changeset.
ext-auth #20: adding support for Login over HTTPS. New acs-kernel parameter RestrictLoginToSSLP. New API in security-procs.tcl for casting requests into HTTPS mode etc. Requiring secure connection in scripts passing password (registration, login, password-update)

  1. … 8 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
1. Took out my earlier kludge to get around the AOLserver 4 ns_eval problem.

2. bracketed "if" exprs to avoid unnecessary recompilations of exprs

  1. … 15 more files in changeset.
I18N: converting the user state toggle links to using the message catalog (used in .LRN)

  1. … 1 more file in changeset.
backing out last patch since ad_returnredirect called in filter

ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 49 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
made links for proc not relative since it is likely that this proc is called from outside /acs-admin/users as well as from within that url

Merged with OpenACS 4.5 beta1 branch.

  1. … 88 more files in changeset.
Applied Michael Cleverly's patch #192 which adds support for nsssle in

addition to nsopenssl.

Applied Michael Cleverly's patch #193 which allows the use of the 40-bit

encryption nsssle package on a non-standard (!= 443) port as well as the

nsopenssl module.

Applied Michael Cleverly's patch #194. Redirecting from HTTP to HTTPS didn't

pass form vars.

patch 109

applied patches 130,131,132,133,134,135,137

  1. … 7 more files in changeset.