Hi In ticket 655 (http://dev.rousette.org.uk/ticket/655) there is a report that tracks cannot handle tags with a dot in it. For example /todos/tag/release1.5 will fail because rails cannot route this url. According to rails documentation of routes, a dot is parsed as a token / delimiter instead of including it as a parameter.
I remember that for similar reasons (?) we went from project names to project id's for viewing an individual project. I personally like the tag name in the URL a lot. Is there a way that you know of to be able to handle /todo/tag/release1.5 Regards, Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
