Incorrect TWiki CamelCase despite similar regex as TWiki

mradcliffe - June 20, 2008 - 20:26
Project:TWikifilter
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:mradcliffe
Status:closed
Description

Known issue -- TWiki does not render despite having the same regex:

[$regex{upperAlpha}]+[$regex{lowerAlphaNum}]+[$regex{upperAlpha}]+[$regex{mixedAl     phaNum}]*

vs

([A-Z]+[a-z\d]+[A-Z]+[A-Za-z\d]*)

[A-Z]+[a-z][\d]+[A-Z]+[A-Za-z][\d]* breaks it... is there a difference between :upper: and A-Z?

#1

mradcliffe - June 22, 2008 - 03:47
Status:active» fixed

should be fixed, added regex specifically for one-word wikiwords such as TWiki.

#2

mradcliffe - July 1, 2008 - 13:31
Status:fixed» closed

Oh, it's not twiki, it was a custom hack that my boss did to TWiki that allowed it to do one word words like TWiki. Oh well, added that in. :)

 
 

Drupal is a registered trademark of Dries Buytaert.