I wanted to use Markdown with SmartyPants on a 6.x installation and so updated the code to make it compatible both with 6.x and with the Drupal code specification.

Attached is a patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Beau Gunderson’s picture

Category: task » bug
Beau Gunderson’s picture

Category: bug » feature
greggles’s picture

Title: Update Markdown with SmartyPants for 6.x and clean up any code that is not to the Drupal specification » clean up any code that is not to the Drupal specification
FileSize
4.4 KB

I'm splitting this - there is a simple "update to 6" patch at http://drupal.org/node/208101.

Separately, I've created a new "cleanup" patch which has some benefits over this one
1) help works (note that when you changed _help to use $path you need to change the $in_section
2) It fixed some other php notices in the hook_help

I did this against HEAD which is also the branch point for 5.x so I it should apply to both.

moshe weitzman’s picture

Status: Needs review » Fixed

i cleaned up the versions listing on the filter configure page and then committed this. thanks.

moshe weitzman’s picture

i cleaned up the versions listing on the filter configure page and then committed this. thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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