aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-136-4/+195
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; ↵gerv%gerv.net2002-10-111-0/+32
| | | | r=bbaetz.
* Bug 155389 - More <link> elements & templatization of navigation_links. ↵gerv%gerv.net2002-10-031-1/+0
| | | | Patch by gerv; r=bbaetz.
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-7/+13
| | | | | | enhancements to attachment statuses. r=gerv,bbaetz
* Bug 25521 - Keyword field in new bug entry. Patch by ↵gerv%gerv.net2002-09-141-0/+13
| | | | jeff.hedlund@matrixsi.com; r=gerv.
* Bug 161203 - Bug changes with intermediate pages munges fields withbbaetz%student.usyd.edu.au2002-08-273-0/+3
| | | | | multiple values (e.g., CC) patch by "Randall M! Gee", r=bbaetz, myk
* Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net2002-08-203-11/+30
| | | | Attachments. Patch by bugreport@peshkin.net; r=gerv.
* Bug 24823 - show the last modified date at the top of show_bugbbaetz%student.usyd.edu.au2002-08-131-0/+2
| | | | | Patch by vkissoyan@yahoo.com (Vaskin Kissoyan) r=bbaetz x2
* Bug 159996 - bug vote instructions are misleading/confusingbbaetz%student.usyd.edu.au2002-08-101-3/+16
| | | | r=gerv x2
* Bug 159593 - usedependencies parameter must die. Patch by gerv; r=bbaetz.gerv%gerv.net2002-07-291-2/+0
|
* Bug 159644 - bug/create/create.html.tmpl should use <label>. Patch by ↵gerv%gerv.net2002-07-281-2/+4
| | | | burnus; r=gerv.
* Bug 102648 - a little more thought. We are changing Platform to Hardware ↵gerv%gerv.net2002-07-251-5/+5
| | | | (see the search page) for usability; if we do that, Product can be P and Hardware can be H. 2xr=timeless.
* Bug 102648 - Bugzilla should support accesskey. Patch by gerv; 2xr=timeless.gerv%gerv.net2002-07-251-48/+53
|
* Fixing trivial but obvious bug where "and QA contact" was not displaying ↵gerv%gerv.net2002-07-211-1/+1
| | | | correctly; noticed on b.m.o. No bug number.
* Bug 151714 - user with no canconfirm permission should not get option tobbaetz%student.usyd.edu.au2002-07-091-4/+4
| | | | | mark bugs they reported as NEW r=jouni, myk
* Bug 155388: <link> elements for next/prev/first/last in buglists didn't ↵jouni%heikniemi.net2002-07-061-1/+1
| | | | | | appear post-templatization. r=gerv,bbaetz
* Fix for bug 99203: Implements bug aliases feature.myk%mozilla.org2002-07-041-0/+6
| | | | r=bbaetz,jouni
* Bug 155033 - standardizing on <a>NAME</a>: vs. <a>NAME:</a>bbaetz%student.usyd.edu.au2002-06-302-7/+7
| | | | patch by davef@tetsubo.com, r=kiko x2
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-284-6/+6
| | | | r=jouni, gerv