{done} Release Notes OpenACS 5.4.3
Release Notes OpenACS 5.4.3
Note: This release notes were created based on the change log from tag openacs-5-4-2-final to openacs-5-4-3-final on the branch oacs-5-4. (view full change log)
ACS-MAIL-LITE
Envelope sender disappeared during the refactoring of send between 5.3 and 5.4 and therefore was set using the from address. This led messages to be identified as junk by SPF, and bounces to be sent back to the user. This is a fix that puts the correct envelope sender back.
Since acs_mail_lite::send now accepts more than one TO address, the user_id part of the bounce address is set to 0 if there are more than one receiver.
ACS-TEMPLATING
Fix: Close tag for label was generated even when the opening one wasn't present.
Implementation of implicit association in forms to satisfy checkpoint 10.2 (label tag must wrap the form widget).
Remove the use of table to layout the date widget so it will now output valid HTML strict.
SEARCH
fix for bug #3154
don't hardcode localized string ("feeling lucky" was working only for english)
This work has been done for the .LRN Consortium