merging 5.4.4 changes

This commit is contained in:
JT Smith 2003-09-14 17:56:39 +00:00
parent eb4a6bca87
commit 2b6d4a36fc
5 changed files with 56 additions and 27 deletions

View file

@ -12,7 +12,6 @@
- Added support for record deletion in DataForm (Thanks to Hal Roberts.)
- Templatized the HttpProxy wobject. (Thanks to Len Kranendonk.)
- Added a "Search for" and "Stop at" option to HttpProxy. (Thanks to Len Kranendonk.)
- Fixed a bug in the PreviousDropMenu macro.
- Enhanced HTMLArea editor to include table editing. (Thanks to Irving Carrion.)
@ -22,6 +21,7 @@
- Updated Portuguese translation. (Thanks to Marcelo Ennes.)
- Updated Dutch translation. (Thanks to Leo Noordergraaf, ProcoliX, BNC Distribution, and Hugo Van der Kooij.)
- Updated German translation. (Thanks to Andreas Graf.)
- Fixed a bug in the PreviousDropMenu macro.
- Added an association for PPS attachments.
- Readded wobject date range check that was accidentally removed.
- Fixed a bug that caused incompatibility in the HTML Area image manager with
@ -30,8 +30,27 @@
- Usernames can now be 100 characters long.
- Page ordering wasn't always maintained when deploying packages, this is now
fixed. (Thanks to Y.H.Khoe.)
- Errors could have occured if you specified an image name in a collateral
macro that did not exist.
- Email address didn't validate when it contained a dash (-). (Thanks to
Fekke.)
- The calendar wizard was too narrow and wrapping on some browsers.
- The size attribute was missing from the email method in the Form package.
(Thanks to Andreas Graf.)
- Data Form: Was displaying mail fields in admin mode even when mailing was
disabled.
- Data Form: Dates were reset to epoch if a required field caused the form to
error.
- Data Form: If a site had two data forms with the same field names the list
template would be broken.
- Data Form: No longer keys on field name, which was dangerous, but instead
keys on fieldId.
- Data Form: Date and Date Time fields were displaying epoch to the end user
rather than human readable dates.
- Data Form: A bug in the default acknowlegement caused hidden fields to be
displayed.
- Data Form: CC and BCC would not be sent if the TO was specified as a
username or group name instead of an email address.
5.4.3