• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update proc documentation

add allow_complete_url flag to ad_returnredirect for password recovery url

Add missing search implementation procs

Non-info file merge results, with conflicts resolved.

  1. … 201 more files in changeset.
Missed a detail when moving bio back to person.

  1. … 4 more files in changeset.
Moved "bio" back to "person", but with type-specific storage. People can

fight over where such things belong on another day, for now keeping it in

"person" has the advantage that the Tcl API is 100% unchanged so moving it

to type-specific storage won't break .LRN.

  1. … 8 more files in changeset.
Moved "bio" from person/generic storage to user/type-specific storage as TIP'd

(PG only, Oracle to follow soon).

  1. … 6 more files in changeset.
Substitute calls to ns_sendmail for acs_mail_lite::send

  1. … 1 more file in changeset.
Conditionally support new parameters so you can login to perform an upgrade where you actually support the new parameters, specifically search_impl_id

stub acs_mail_lite::send since ns_sendmail is not always the ultimate transport. (the second one)

stub acs_mail_lite::send since ns_sendmail is not always the ultimate transport.

make test case a bit more informative about failure mode

- replace ns_sendmail call with acs_mail_lite::send ones

- use ad_outgoing_sender for notifying of new registration instead of the new user email

- when notifying new registrations fall back to site-wide locale in case the email address to notify to doesn't belong to any user

- fix syntax for apm_upgrade_logic (the error message said

The length of spec should be dividable by 3)

Fix search service contract. We handle local specifically similar to all the other local handling in acs-authenticaton

  1. … 1 more file in changeset.
Add search service contract for acs-authenticaton. TIP#125

  1. … 1 more file in changeset.
TIP#126 optionally allow user to provide email, first, last name when authority does not

  1. … 5 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
Added system name in the from of the verification email sent to the user

Running these test twice would lead to errors, due to test users not being

deleted. The tear-down stuff knows how to rollback the database, but caching

is a bit beyond its automated capability at the moment.

    • -22
    • +41
    ./test/acs-authentication-procs.tcl
- ensure, the login window is displayed, when the computed URL is too long

- improve hint message

- ensure, the login window is displayed, when the computed URL is too long

- improve hint message

Merged 5.3 to HEAD

  1. … 60 more files in changeset.
The username is not always an email. So, lets use the email instead for sending the mail

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Long URLs can cause a reboot of aolserver 4.0.10. Prevent the situation when user is required to authenticate while submitting a form.

Long URLs can cause a reboot of aolserver 4.0.10. Prevent the situation when user is required to authenticate while submitting a form.

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

    • -16
    • +16
    ./test/acs-authentication-procs.tcl
  1. … 360 more files in changeset.
Someone changed the local auth implementation to handle the "RetrievePassword"

operation (by e-mailing a note to the user which links to a reset password

page). This is cool. What's not cool is to change the behavior without

running tests on the package and correcting the one that looked for the

local auth implementation to return "not_supported" ...

remove the ability to reset the password by any user and add recover the password by using a token

http://openacs.org/bugtracker/openacs/bug?bug_number=2920

http://openacs.org/forums/message-view?message_id=447202

  1. … 3 more files in changeset.