#2877: Spaces in WikiNames
-------------------------------------+--------------------------------------
 Reporter:  [EMAIL PROTECTED]      |        Owner:  cboos
     Type:  enhancement              |       Status:  new  
 Priority:  low                      |    Milestone:       
Component:  wiki                     |      Version:  0.9.4
 Severity:  minor                    |   Resolution:       
 Keywords:  CamelCase WikiPageNames  |  
-------------------------------------+--------------------------------------
Comment (by cboos):

 I just realized that we don't care if there's also an
 additional space in front of the Wiki page names, so
 the "tricky" code above that computes the label can be
 replaced by a simple [[br]]
 `label = re.sub(r"([A-Z])", r" \1", label)`

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2877>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to