Fixed 2 bugs:- Permission checking didn't take user_id argument into account, always checked [ad_conn user_id]- set_assignee_values had hard-coded 'bug' form name
Fixed two bugs in ad_html_to_text:- Tags that start with whitespace were still considered tags, and thus < p> would get treated equivalently to <p>.- The regexp to find malformed tags wasn't bound to start and end of the inside of the tag, thus tags that had just a subset of welformedness would get interpreted.
Adding search capabilities to forums. These two files are copied over from openacs.org-dev, with a fix so they don't break because of missing locale in non-connected threads.
adding the workflow deputy feature (when someone goes on vacation he can assign his tasks temporarily to someone else). Improving caching in the Tcl API and adding a cache API test
Fix return_urls, added ALT tags to image, roll common error messages into themain portrait ADP page, enhanced the context bar to include a link to theuser's homepage when changing password etc.
making sure auth::authenticate proc sets appropriate auth_message and account_message values. Also, the account_message is the concatenation of the local and remote values
Gave user_id an empty default value in www/shared/community-member.tcl.This page now gives registered users their own homepage if not supplying this parameter, as the code intended.Fixed the http:// hack for when the user has not supplied a homepage link.
Added missing return_url.Ensure link to homepage, if provided by the user, is preceeded by http://Otherwise the browser thinks the link is relative to the current location.