I have followed the instructions in the Bugzilla manual and have created and tested my own custom format for enter_bug.cgi. I have tested by manually entering "format=xxx" in the URL. Now I am ready to roll this out for the other users. What is the right way to enable my custom format as the default?
I have come up with a few solutions that seem not-so-nice to me:
- Hack choose-classification.html.tmpl or choose-product.html.tmpl to force the format
- Replace the existing create.html.tmpl with my custom version
- Hack common-links.html.tmpl to force the format
It seems that the choose-classification.html.tmpl and choose-product.html.tmpl are already setup to properly handle a format variable that is passed in, but I can't seem to figure out the appropriate place to set that variable.