Download & Extend

Textimage filenames should NOT contain the text !!!!!

Project:Textimage
Version:5.x-2.0
Component:Code
Category:feature request
Priority:normal
Assigned:Deciphered
Status:closed (fixed)

Issue Summary

Because filenames are restricted to a certain length, textimage fails to account for this and simply breaks if too much text is used.

Comments

#1

Version:5.x-2.0-beta» 5.x-2.0

What is the solution then danielb - without requiring database calls etc.?

I'm also having problems with titles which include '?' and '&' in the filename too.

#2

Even if requires db calls I think it's better than now.

I was exploring the possibility of using node id to name the image and then, in textimage, extract the node id from the filename and get its title, teaser and body but I'm having no luck.

Ricardo

#3

Category:bug report» feature request
Priority:critical» normal
Assigned to:Anonymous» Deciphered

This will be dealt with in an upcoming release.
It will require a db call as it is the only viable solution.

#4

Status:active» closed (fixed)

A fix has been committed to HEAD and DRUPAL-5--2

#5

Really? That's awesome. I was fearing a 'wont fix' to this -- well more like 'wont try'... but you did, that's great!

#6

No prob.

The best support for non-alphanumeric characters comes from theme_textimage(), but I did improve the support for direct URL calls as well.