6.x version?
rismondo - December 21, 2008 - 00:36
| Project: | Smart Line Break Converter |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Jump to:
Description
This module would also be quite useful with in conjunction with mailhandler, in order to discriminate automatically between plain text vs html messages.
Are there any plans for a 6.x version?? Thanks!

#1
I haven't done any development with Drupal 6 yet, so it's not a priority for me and I'm not immediately familiar with what changes need to be made. That said, the module is very simple. I'm sure it wouldn't be a difficult undertaking to modify it for 6.x. Patches welcome...
-N
#2
Anybody working on this yet?
#3
+1
#4
hi
just replace your .info file with something like that:
; $Id:
name = smartlinebreakconverter
description = Input format filter that conditionally applies the core line break filter according to need.
core = 6.x
; Information added by drupal.org packaging script on 2009-07-12
version = "6.x-1.0-beta1"
core = "6.x"
project = "smartlinebreakconverter"
datestamp = ""
package = "Input filters"
#5
Could somebody commit this fix as 6.x release ???