Project:Textile
Version:master
Component:Code
Category:task
Priority:normal
Assigned:jhriggs
Status:closed (fixed)

Issue Summary

Really doesn't need any changes besides the .info file...

AttachmentSize
textile.info147 bytes

Comments

#1

I was able to install the module and post some test content to verify basic functionality of this patch.

#2

Status:needs review» reviewed & tested by the community

Module does work with 5.0 RC1 after the info file is added.

#3

Any timeframe on getting this released into an actual patch?

#4

maybe you'll be able to download this...

AttachmentSize
textile_0.info 169 bytes

#5

okay, i guess not

AttachmentSize
textile.info.txt 169 bytes

#6

What's the current status?

#7

Latest HEAD with the above .info patch seems to work in my 5.1 installation (upgrade from 4.7.5). Found one peculiar issue though; if your node body starts with a list and the first list-item on that list contains a link, then it will not be textiled.

This works:

lorem ipsum

* "lorem ipsum":/node/15
* "lorem ipsum":/node/15

This also works:

* lorem ipsum
* "lorem ipsum":/node/15

This won't work:

* "lorem ipsum":/node/15
* "lorem ipsum":/node/15

#8

Appel: is that something that worked in 4.7.5, but not in 5.1? If not, it might be a bug in the textile lib itself.

#9

I just checked it, it works in Drupal 4.7.5 with Textile 4.7.x-1.x-dev, so it appears to be a bug with the module. Should we move this into a separate issue?

#10

appel, yeah this just adds an info file. there's probably something else that's to blame.

#11

Okidoki, posted a new issue here.

#12

Assigned to:Anonymous» jhriggs
Status:reviewed & tested by the community» fixed

I just committed version 5.x-1.0 to CVS.

I have not seen the link-as-first-list-item issue. When I created a page with a list as the first thing in the body and the first list item was a link, it worked fine. Please check to see if other filter modules may be conflicting.

#13

Status:fixed» closed (fixed)