Forum OpenACS Q&A: June 13th OCT meeting notes

Collapse
Posted by Don Baccus on
1. The tinyMCE wysiwig editor integration work sponsored by MGH is ready for committing on HEAD. DaveB's TIP'd a proposal to do so, and to remove support for RTE. We will continue to support Xinha, so folks will have two wysiwig options to choose from.

2. Lee Denison's work on the new API to pass information about scripts and CSS files to be put out in the HTML HEAD section of a templated page is about complete in CVS HEAD. He will be working soon to fix packages to use this new API.

3. 5.3.2 release. Three known items to be fixed, all by Emmanuelle:

a) HTML for the richtext widget fails validation even if wysiwig options are turned off.

b) It is possible in some cases to enter invalid e-mail addresses. This might mostly be a .LRN problem. She's check to make sure templated form pages use the email datatype widget, and that other form processing pages use the ad_page_contract email datatype.

c) If e-mail fails to be sent by the acs-mail-lite sweeper, it aborts the sweep and other notifications aren't e-mailed. This situation can arise because of the problem in "b" above. For now, she'll catch such errors and continue with the sweep. Not a good long-term solution but better than the current behavior which essentially leads to notifications not being delivered permanently until you clean out the bad message from the database.

Collapse
Posted by Rocael Hernández Rizzardini on
The email stuff only happens when you are connecting to the mail server that owns the domain you are sending to, right? we did a catch as well.
Collapse
Posted by Emmanuelle Raffenne on
Hi,

I've committed fixes for 3.a, b and c at oacs-5-3 branch.