Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
static $skip = array( 'civicrm/ajax', 'civicrm/admin/setting/updateConfigBackend', 'civicrm/admin/messageTemplates' );
CkEditor in CiviCRM somehow strips out the closing ">" from any code entered in the content
Index: branches/v3.2/packages/HTML/QuickForm.php===================================================================diff -u -N -r29285 -r29759--- branches/v3.2/packages/HTML/QuickForm.php (.../QuickForm.php) (revision 29285)+++ branches/v3.2/packages/HTML/QuickForm.php (.../QuickForm.php) (revision 29759)@@ -1989,7 +1989,7 @@ // hack to fix extra <br /> injected by CKEDITOR, we should remove this code // once the bug is fixed and is part of release https://dev.fckeditor.net/ticket/5293- if ( is_a( $this->_elements[$key], 'HTML_QuickForm_CKeditor' ) ) {+ if ( is_a( $this->_elements[$key], 'HTML_QuickForm_CKeditor' ) && $value[$fldName] == '<br />' ) { $value[$fldName] = rtrim( CRM_Utils_Array::value( $fldName, $value ), '<br />'); }
{"IP":"xxx.xxx.x.xxx","error_code":"IDS_KICK","level":"security","referer":"http:\/\/www.mysite.org\/wp-admin\/admin.php?page=CiviCRM&q=civicrm\/contact\/view\/cd\/edit&tableId=637&cid=637&groupID=8&action=update&reset=1","reason":"XSS suspected","is_error":1,"error_message":"There is a validation error with your HTML input. Your activity is a bit suspicious, hence aborting"}