aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Collapse)AuthorAgeFilesLines
* Bug 238797: minor adjustment to javascript filters to prevent tags inserted ↵justdave%bugzilla.org2004-07-101-1/+1
| | | | | | in product, component, and flag names from causing problems. r=gerv, a=justdave
* Patch for bug 249863: Move hidden initial state INPUT field at the beginning ↵jocuri%softhome.net2004-07-081-3/+6
| | | | of the table (previously it was inserted between table rows, causing invalid HTML); patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
* Fix for bug 248685: Header lacking terms in showdependencytree. Swappingkiko%async.com.br2004-06-261-1/+1
| | | | | INCLUDE for PROCESS when using variables.none gives us our $terms back. r,a=justdave.
* Bug 227785: Add navigation/summary/last-modified after modifying a bugbugreport%peshkin.net2004-05-121-0/+24
| | | | r=justdave, a=justdave
* Bug 241270: fix regression caused by <label> wrapping other form widgets. ↵justdave%bugzilla.org2004-05-121-21/+24
| | | | | | Related widgets are now excluded from the <label> blocks. r=myk, a=justdave
* Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by ↵jocuri%softhome.net2004-04-281-11/+13
| | | | Albert Ting <altlst@sonic.net>; r=vladd; a=justdave.
* Bug 241516: remove possible namespace conflicts in the additional CSS ↵justdave%syndicomm.com2004-04-271-3/+3
| | | | | | classes for bugid, component, and status on show_bug r=myk, a=justdave
* Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Doeskiko%async.com.br2004-04-071-1/+2
| | | | that, and also fixes up the bug creation template. r=justdave, a=justdave.
* Fix for bug 237176: allows power users to display relevance values as a ↵myk%mozilla.org2004-04-061-0/+1
| | | | | | | column in the search results for a fulltext search r=justdave a=justdave
* Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker ↵jocuri%softhome.net2004-04-051-54/+80
| | | | <jwbaker@acm.org>; r=gerv; a=justdave.
* Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, ↵gerv%gerv.net2004-04-031-0/+5
| | | | a=justdave.
* Bug 238282 - fix one more incorrect bugword. Patch by gerv; r,a=justdave.gerv%gerv.net2004-03-231-1/+1
|
* Bug 234293 - complete the conversion from "query" terminology to "search" ↵gerv%gerv.net2004-03-192-2/+2
| | | | terminology. Patch by gerv; r=justdave, kiko, a=justdave.
* Bug 237772 instances of "a terms.bug" should be replaced with "terms.abug"timeless%mozdev.org2004-03-191-1/+1
| | | | | also fix the spelling of decipher r=gerv r=kiko a=justdave
* 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
|