aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla-submit
Commit message (Collapse)AuthorAgeFilesLines
* Additional fix for bug 244324: bugzilla-submit crashes when incorrectkiko%async.com.br2004-07-161-3/+14
| | | | | base url provided. Check other situations in which we may have trouble with bad base urls and report error conditions. contrib checkin.
* More manpage fixage: make screen sections indent and format properly. Forkiko%async.com.br2004-07-161-3/+4
| | | | | some reason, they need indentation to look good in the generated nroff format.
* Adding missing <para> tags to paragraph added under example for bug 244324.kiko%async.com.br2004-07-161-2/+2
|
* Updating manpage for bugzilla-submit, part of bug 244324:kiko%async.com.br2004-07-161-2/+22
| | | | bugzilla-submit crashed.
* Add a slightly hackish approach to test against values in .netrc thatkiko%async.com.br2004-04-141-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!
* Fix the version-detection code with Fredrik Lundh's test suggested atkiko%async.com.br2004-03-171-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.
* Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fieldskiko%async.com.br2004-01-173-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
* Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did thekiko%async.com.br2003-12-113-16/+16
| | | | | repository copy, and this is the follow-up patch that implements the content rename. r=gerv, a=justdave.
* Fix for Bug 220724: Provide standalone bug submission program. Includeskiko%async.com.br2003-10-314-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