summaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla-submit
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Applying documentation patch from Marc Mims <marc@sssonline.com>: fixeskiko%async.com.br1-2/+2
manpage's description of --no-stdin and --status long-options.
2004-07-16Additional fix for bug 244324: bugzilla-submit crashes when incorrectkiko%async.com.br1-3/+14
base url provided. Check other situations in which we may have trouble with bad base urls and report error conditions. contrib checkin.
2004-07-16More manpage fixage: make screen sections indent and format properly. Forkiko%async.com.br1-3/+4
some reason, they need indentation to look good in the generated nroff format.
2004-07-16Adding missing <para> tags to paragraph added under example for bug 244324.kiko%async.com.br1-2/+2
2004-07-16Updating manpage for bugzilla-submit, part of bug 244324:kiko%async.com.br1-2/+22
bugzilla-submit crashed.
2004-04-14Add a slightly hackish approach to test against values in .netrc thatkiko%async.com.br1-0/+10
diverge from the specified url by a trailing slash -- we *know* they're not the same thing, but it seems people want us to think they are!
2004-03-17Fix the version-detection code with Fredrik Lundh's test suggested atkiko%async.com.br1-2/+3
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=jVxv4.116%24fsi.186942464%40newsb.telia.net -- this stops bugzilla-submit complaining about vendor versions of Python 2.3.
2004-01-17Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fieldskiko%async.com.br3-6/+9
are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch by me, inspired by work done by joseph@picsel.com (Joseph Heenan). contrib-only. a=myk
2003-12-11Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did thekiko%async.com.br3-16/+16
repository copy, and this is the follow-up patch that implements the content rename. r=gerv, a=justdave.
2003-10-31Fix for Bug 220724: Provide standalone bug submission program. Includeskiko%async.com.br4-0/+535
a python script that submits bugs to a specified Bugzilla instance. README, docs and an example bug are included. Work done by Eric Raymond <esr@thyrsus.com> and myself. a=justdave