aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla-submit/bugzilla-submit.xml
Commit message (Collapse)AuthorAgeFilesLines
* Applying documentation patch from Marc Mims <marc@sssonline.com>: fixeskiko%async.com.br2005-04-111-2/+2
| | | | manpage's description of --no-stdin and --status long-options.
* 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.
* Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fieldskiko%async.com.br2004-01-171-3/+4
| | | | | | 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-111-6/+6
| | | | | 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-311-0/+199
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