Added a paragraph which explains another potential problem when youcreate .vuh files, and how to get around it by constructing your URLswith ad_conn package_url
Fix bug when inviting new users via the members page on the main site, where creating the user will already make them a member of the main site, by checking to see if a relation already exists before inserting a new one. The reason for this particular fix is that it will still insert the extra admin_rel relation, if you're chose to make the user an admin.
Killed URL-generation code for automated testing, i18n -- no longer used in ADP, plus will cause page to break if you mount automated testing more than once
Fixed rendering bug on IE 6: div float right and table width 100% doesn't mix well. This fix shouldn't be merged to HEAD/5.1, since HEAD/5.1 has a completely different rendering
- Fixed bug that caused logins to timeout very quickly if you had LoginTimeout set to 0 (infinite - logins never expire), but the user did not check 'Remember me' checkbox. This is a fix that sacrifices some security, but fixes the unacceptable usability problem. See bboard posting at http://openacs.org/forums/message-view?message_id=167212. Also cleaned up debugging statements
Fixed Bug #1511: Cannot access files in default folders.The URL for a file-storage folder contains I18Nized strings and thetcl pages don't localize them. Furthermore some of the links weremissing @?version_id=@contents.live_revision@Files in default folders can now be accessed, but there is at leastone more I18N glitch.(Also file-storage is over-agressively noquoted)
don't attempt to apply any tdav filters in case no tdav/shares are set up in the config file (ns_configsection returning the empty string). This avoids an error message