aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ↵myk%mozilla.org2004-02-041-3/+3
| | | | | | | of a bug entry template (i.e. a URL that presets those fields to specific values). Original patch by Ludovic Dubost. r=kiko
* Bug 232413 - remove occurrences of   in favour of [%+ construct to ↵gerv%gerv.net2004-02-036-12/+15
| | | | prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
* Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave.gerv%gerv.net2004-01-301-1/+1
|
* Fix for bug 232160: adds the header back in to the "verify component, etc." ↵myk%mozilla.org2004-01-261-0/+2
| | | | | | page that appears when a user changes the product to which a bug belongs. r=gerv
* Bug 227026 - remove obsolete MacsBug information from guided template (we no ↵gerv%gerv.net2004-01-201-3/+1
| | | | longer support OS 9.) Patch by gerv; r,a=justdave.
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-1927-27/+27
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk.gerv%gerv.net2004-01-161-5/+1
|
* Bug 223078 - Provide classes to allow user to style bugs depending on bug ↵gerv%gerv.net2003-12-081-0/+6
| | | | number, component or status. Patch by gerv; r=kiko, a=justdave.
* Fix for bug 221039: Separating knob in edit.html.tmpl. Splitskiko%async.com.br2003-10-292-119/+145
| | | | | bug/edit.html.tmpl into bug/knob.html.tmpl. Patch by Ludovic Dubost <ludovic@pobox.com>, r=kiko, a=justdave.
* Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; ↵jocuri%softhome.net2003-10-261-1/+2
| | | | a=justdave.
* Bug 222566: Fixing wording on enter_bug.cgi when using the create-guided ↵jocuri%softhome.net2003-10-191-3/+3
| | | | template; patch by Gervase Markham (gerv@mozilla.org); r=justdave; a=justdave.
* Bug 219086: use method="post" on the "My Votes" page to submit changes to votesjustdave%syndicomm.com2003-09-291-1/+1
| | | | r=kiko, a=justdave
* Bug 219659 - Misleading wording describing severity "blocker" on Bugzilla ↵gerv%gerv.net2003-09-251-2/+2
| | | | Helper form. Patch by gerv; r,a=justdave.
* Bug 219216: Javascript improperly using FILTER html instead of FILTER js ↵justdave%syndicomm.com2003-09-181-2/+2
| | | | | | causing data with @ produced by javascript to show up as &#64; r=timeless, a=justdave
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-078-27/+41
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-20/+5
| | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
* Fix for bug 207754 aka bugreplies: It should be possible to produce akiko%async.com.br2003-09-022-11/+79
| | | | | | quoted reply to a comment. Adds a reply link that uses JS to paste in a quoted comment into the comment textarea. Patch by me, r=caillon, preed, bbaetz a=justdave
* Fix for bug 204560: display alias in long listing.myk%mozilla.org2003-08-051-0/+3
| | | | | Fix by GavinS <bugzilla@chimpychompy.org>. r=myk, a=myk
* Bug 203444 - Add request for about:buildconfig to Bugzilla Helper. Patch by ↵gerv%gerv.net2003-07-141-3/+6
| | | | gerv; r,a=justdave.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-0424-389/+437
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-1/+1
| | | | r=myk,jake
* Byg 202463 - prefill 'assign to' with default component ownerbbaetz%acm.org2003-04-271-4/+47
| | | | | patch by slamm@yahoo-inc.com (Steve Lamm) r=bbaetz, a=justdave
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-254-5/+9
| | | | | | | | | templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
* Bug 71790 - Duplicate resolution field should include bug number of originalburnus%gmx.de2003-04-091-1/+6
| | | | r=bbaetz,a=justdave
* Bug 192121 - Javascript error in guided bug entry. Patch by gerv; r=kiko, ↵gerv%gerv.net2003-04-011-3/+6
| | | | a=justdave.
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-222-2/+2
| | | | | r=gerv, justdave a=justdave
* Bug 180692 - enter_bug shows keywords option even if keywords are disabledburnus%gmx.de2003-02-281-10/+12
| | | | r=bbaetz, a=justdave
* Bug 193511 - post_bug page has two headers. Patch by gerv; r=burnus, a=justdave.gerv%gerv.net2003-02-161-0/+2
|
* Bug 193286: Field validation errors had the wrong page titlejustdave%syndicomm.com2003-02-152-0/+8
| | | | r= gerv, a= justdave
* Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com2003-02-102-1/+73
| | | | a=justdave
* Bug 172434 - add link to latest nightly. Patch by gerv; r=myk, a=justdave.gerv%gerv.net2003-02-061-1/+5
|
* Bug 189790 voting info not displayed when editing/viewing a bugbugreport%peshkin.net2003-01-211-1/+1
| | | | | | patch by jnerad@bellsouth.net r=burnus a=justdave
* Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by ↵gerv%gerv.net2003-01-151-17/+25
| | | | gerv; r=bbaetz, a=justdave.
* Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summarytimeless%mozdev.org2003-01-071-1/+1
| | | | r=burnus a=justdave
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-201-9/+13
|
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-154-56/+90
| | | | | r=gerv, justdave a=justdave
* Bug 182946 - fix regressions from bug 171493bbaetz%student.usyd.edu.au2002-12-031-2/+2
| | | | | (Bug.pm/show_bug.cgi/bug_form.pl reorg) r,a=justdave
* Bug 178880 - Creation date is now displayed in the long list.jake%bugzilla.org2002-12-011-0/+6
| | | | | | Patch by Frank Wein <mcsmurf@gmx.net> r=jake a=justdave
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-285-67/+115
| | | | | r=justdave, joel a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-283-4/+5
| | | | | | | every time we display. r=justdave a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-252-9/+17
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 179483 - Guided template displays wrong product name sometimes. Patch by ↵gerv%gerv.net2002-11-221-11/+13
| | | | gerv; r=bbaetz, a=justdave.
* Bug 179293 - time tracking js should only appear if time tracking isbbaetz%student.usyd.edu.au2002-11-201-21/+23
| | | | | | enabled patch by Jeff Hedlund <jeff.hedlund@matrixsi.com> r=bbaetz, a=justdave
* Fix for bug 179876: Labels the "Requestee" field to reduce confusion about ↵myk%mozilla.org2002-11-191-1/+0
| | | | | | | its purpose. r=bbaetz a=myk
* Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au2002-11-195-17/+17
| | | | r=gerv, a=justdave
* Bug 170464 - OS/2 disappeared from 'Operating System' list. This allows ↵gerv%gerv.net2002-11-111-7/+11
| | | | selection of any OS, if the submitter is running it, on this form. Patch by gerv; r,a=justdave.
* Bug 179225 Missing space. "Reassign bug to ownerand QA contact of selected ↵bugreport%peshkin.net2002-11-101-1/+1
| | | | | | | component " 2xr=jake a=myk
* Fix for bug 176509: "(this bug is not in your list)" no longer appears in ↵justdave%syndicomm.com2002-11-021-13/+17
| | | | | | | the navigation bar when you aren't viewing a bug. Patch by Jody McIntyre <jodym@oeone.com> r=justdave
* Bug 171770 - check in Bugzilla Helper. Code by gerv; r=myk.gerv%gerv.net2002-10-242-0/+591
|
* Bug 112373 you should be able to enter bug dependencies/blockers when you ↵bugreport%peshkin.net2002-10-171-0/+16
| | | | | | | enter a bug. patch by jhedlund r,2xr=joel