Provide hook_update to change "Plain Text" to "Filtered HTML" for all field instances.

Run check_markup() on node_forms before filter_xss_admin().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

m1r1k’s picture

Status: Active » Needs review
FileSize
1.74 KB

Here is a patch

m1r1k’s picture

Add "text_processing" => 1 to default hook_install.

dww’s picture

Status: Needs review » Fixed

Thanks! I carefully reviewed and tested. Found some problems, but they were easy enough to clean-up that I just fixed them myself:

http://drupalcode.org/project/project_issue.git/commit/852ff68 (your patch)
http://drupalcode.org/project/project_issue.git/commit/dd0e253 (my follow-up)

Deployed live and DB update ran.

Thanks again!
-Derek

salvis’s picture

Thank you!

There's still a CSS issue: <ol> comes through but it shows no numbers.

I'm not sure whether that's an issue of this module or of the d.o theming.

dww’s picture

Definitely a bluecheese thing. The markup is there, which is all project_issue can do. ;) I opened a bug report for bluecheese about this:

#2155755: Bluecheese CSS prevents ol and ul from rendering in issue submission guidelines

Cheers,
-Derek

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.