buddypress/tests/phpunit
Boone B Gorges ec9b5489ec Enable richtext editing for xProfile textarea fields.
Profile fields of the 'textarea' type are now edited using `wp_editor()`.
Output escaping has been modified to whitelist all tags permitted by the
"teeny" version of the `wp_editor()` interface.

Richtext is enabled for all and only 'textarea' fields:
* To enable richtext editing for a custom field type, set the `supports_richtext` property of your `BP_XProfile_Field_Type` class to `true`. In these cases, you'll need to  provide your own editing markup as well; see the `edit_field_html()` and `admin_field_html()` methods of `BP_XProfile_Field_Type_Textarea` for inspiration.
* To disable richtext editing for specific 'textarea' fields, filter `bp_xprofile_is_richtext_enabled_for_field`.

Props needle, boonebgorges.
Fixes #5625.

git-svn-id: https://buddypress.svn.wordpress.org/trunk@10254 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2015-10-12 17:50:45 +00:00
..
assets Allow class extending the BP_Attachment class to get the original WordPress upload dir within their upload_dir_filter() method. 2015-10-06 23:53:33 +00:00
includes Standardise more phpDoc at-since tags 2015-10-11 15:46:24 +00:00
testcases Enable richtext editing for xProfile textarea fields. 2015-10-12 17:50:45 +00:00
bootstrap.php Grunt: move phpUnit tests into new, top-level tests folder. 2014-05-04 12:57:55 +00:00
multisite.xml Grunt: move phpUnit tests into new, top-level tests folder. 2014-05-04 12:57:55 +00:00