First of all I want to apologise for posting this to the Drupal project, but there is no "Title module" project yet, so this seemed like the best place...
The title.module wants to implement a filter, but its current implementation is incompatible with the new hook_filter (used in the cvs root).
This patch changes some small things in title_filter to get things working again.

grtz

CommentFileSizeAuthor
title.module.diff569 bytesPhilippe

Comments

moshe weitzman’s picture

Perhaps you want to become a maintainer of this little module?

Anyway, I think the filter syntax should be changed to [title: ] so that you don't see inadvertant links when people use brackets.

Philippe’s picture

I was in fact thinking of expanding the functionality of the module to make it function more like the wiki.

  • Allow easy creation of new nodes with a given subject
  • Allow links to refer only to full matches, exlcluding partial matches.
  • ...

Maybe the [brackets] should be replaced by <titlelink>tags</titlelink>. On the other hand, it would be nice if we can save the story authors as much typing as possible.

dries’s picture

Priority: Critical » Normal

Committed the patch to HEAD. Thanks.

Philippe: if you want to maintain the title module (or if you want to create a true wiki module), simply apply for a CVS account and submit a new project here at drupal.org.

Anonymous’s picture