I have a ticket variable that is a text field. I do wiki formatting of that field. The field should contain the name of a wiki page. The thing is, the fields that are entered may not always be CamelCase. They are usually something like TestProcedureTicket104. The 104 is the problem. This was recently discovered when I did an update to get the wiki rendering of variables (which is really a great feature!).
So, I have a few options: 1. Insist that there be no numbers in the names. I do not think that is great as these wiki pages are related to tickets, and sharing the ticket number is a 'good thing'. Also, there are already many of these in existence. 2. Convert all the text to [wiki:TestProcedureTicket104] This is probably the most straight forward. But, as the subject suggests, I wonder if there is a way to do this to all tickets with this variable in a single script. It would make my life much easier. Otherwise I have a marathon editing session. 3. Find a way to force this variable text to be a wiki page, CamelCase aside. That is even nicer, But I think it requires fiddling with Trac itself. Suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
