Patch #719
closedrake trac migration improvement
100%
Description
I have tried to import my old trac project and came across a problem while importing tickets. My problem was that i had references to another request system in the wiki text which looked like a trac ticket number but were longer. So the parser tried to convert an invalid ticket number which resulted in an abort. I have attached a small patch which limits the maximum length of a ticket number to a value of 8 characters.
Files
Updated by Jean-Philippe Lang almost 18 years ago
So the parser tried to convert an invalid ticket number which resulted in an abort.
Could you give some details please ? Did you get an error ?
Updated by Sebastian Jaekel almost 18 years ago
Yes, while migrating tickets, rake fails with the following error message:
..........rake aborted bignum too big to convert into `long'
The problem here is that i have some external links in my Wiki pages which link to another request system, the links look exactly like a trac ticket link, but are much longer eg.
#200509220001
Updated by Jean-Philippe Lang almost 18 years ago
Thanks for the information. I'll fix it.
Updated by Jean-Philippe Lang almost 18 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r1175.