XMLRPC API breaks over textile.module markup

jluster - April 23, 2004 - 16:35
Project:Textile
Component:Code
Category:bug report
Priority:normal
Assigned:jhriggs
Status:closed
Description

blogapi's (correct) implementation of the XMLRPC api breaks upon encountering the hex001 tags, textile.module wraps around the textile version tag on top of each posting. This problem is easily solved (and makes textile more easily editable outside the Drupal web interface) by replacing the hex001 with something printable. Since it is highly unlikely anyone will ever use [[ and ]] around the word textile, I chose this.

This small patch makes textile usable and selectable in external XMLRPC based editors, such as ecto or w.bloggar.

AttachmentSize
textile.module.patch1.27 KB

#1

jluster - April 23, 2004 - 17:02

I am an idiot. Patch is wrong way round :) Here's the correct one.

AttachmentSize
textile.module_0.patch1.27 KB

#2

jhriggs - May 25, 2004 - 01:06
Assigned to:Anonymous» jhriggs

This is fixed in the latest release of Textile for 4.4 which no longer uses "invisible" tags to identify Textile input. Textile use is now indicated by the use of [textile] and (optional) [/textile] tags in the node body. This also allows Textile to be used for comments. (DRUPAL-4-4 and HEAD 2.0/2004052400)

#3

Anonymous - June 8, 2004 - 01:20
 
 

Drupal is a registered trademark of Dries Buytaert.