aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-172-6/+5
| | | | | | | | specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
* Fix for bug 236424: Allow showdependencies trees to collapse. Addskiko%async.com.br2004-03-171-0/+37
| | | | | | [optional] Javascript-enabled +/- controls that allow branches in the dependency tree to collapse. Patch by Mike Shaver <shaver@mozilla.org>, minor cleanups by me, r=myk, kiko, a=justdave.
* Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk.jocuri%softhome.net2004-03-121-12/+12
|
* Bug 236575 - update the "newer build" information to cover the new ↵gerv%gerv.net2004-03-101-19/+24
| | | | mozilla.org products. Patch by gerv; r,a=justdave.
* Bug 170213 - make static HTML files into page.cgi pages. This does ↵gerv%gerv.net2004-03-085-12/+16
| | | | votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
* Fix for bug 236634: move colon out of anchor text in "Targetkiko%async.com.br2004-03-061-2/+1
| | | | Milestone:" in show_bug. r=gerv, a=justdave.
* Patch for bug 236443: respect customization of customized words in ↵jocuri%softhome.net2004-03-061-1/+3
| | | | create.html.tmpl; r=kiko, a=justdave.
* Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; ↵gerv%gerv.net2004-03-051-1/+2
| | | | r,a=justdave.
* 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 &nbsp; 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.