GoogleCodeArchive / tapirwiki

Automatically exported from code.google.com/p/tapirwiki
1 stars 0 forks source link

Converting page names necessary? #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a new page with underscores separating parts of the name

What is the expected output? What do you see instead?
Expected: exactly what you typed
See instead: a camelCase name with underscores removed and first character
after an underscore converted into a capital letter. 

As you can make links to pages with the {goto:page_name} macro, I think
user should be free to call their pages whatever they like even if not in
CamelCase. Also, currently the parser requires CamelCase to start with a
capital. The name conversion routine does not do that. 

Original issue reported on code.google.com by jeroen....@gmail.com on 3 May 2010 at 12:50