Upgrade emailFilter to Drupal 6.0
| Project: | Email Input Filter |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | philipnet |
| Status: | closed |
Jump to:
Here is a patch for Drupal 6.0 compatibility ;) :
==
Index: emailFilter.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/emailFilter/Attic/emailFilter.info,v
retrieving revision 1.1.2.1
diff -u -3 -r1.1.2.1 emailFilter.info
--- emailFilter.info 6 Aug 2007 21:02:19 -0000 1.1.2.1
+++ emailFilter.info 27 Aug 2009 20:05:16 -0000
@@ -2,5 +2,5 @@
name = emailFilter
description = A filter that substitutes email style markup with divs so that they can be themed.
package = "Input filters"
-dependencies = filter
-
+dependencies[] = filter
+core = 6.x
==
It needs a bit of testing (I haven't had time to test that it actually does work), but so far everything is turning up in the right place in the Admin section ;) .

#1
Committed and new release released!
#2
Automatically closed -- issue fixed for 2 weeks with no activity.