Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define | kiko%async.com.br | 2004-03-17 | 2 | -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. Adds | kiko%async.com.br | 2004-03-17 | 1 | -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.net | 2004-03-12 | 1 | -12/+12 |
| | |||||
* | Bug 236575 - update the "newer build" information to cover the new ↵ | gerv%gerv.net | 2004-03-10 | 1 | -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.net | 2004-03-08 | 5 | -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 "Target | kiko%async.com.br | 2004-03-06 | 1 | -2/+1 |
| | | | | Milestone:" in show_bug. r=gerv, a=justdave. | ||||
* | Patch for bug 236443: respect customization of customized words in ↵ | jocuri%softhome.net | 2004-03-06 | 1 | -1/+3 |
| | | | | create.html.tmpl; r=kiko, a=justdave. | ||||
* | Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; ↵ | gerv%gerv.net | 2004-03-05 | 1 | -1/+2 |
| | | | | r,a=justdave. | ||||
* | Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ↵ | myk%mozilla.org | 2004-02-04 | 1 | -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.net | 2004-02-03 | 6 | -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.net | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | Fix for bug 232160: adds the header back in to the "verify component, etc." ↵ | myk%mozilla.org | 2004-01-26 | 1 | -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.net | 2004-01-20 | 1 | -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.net | 2004-01-19 | 27 | -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.net | 2004-01-16 | 1 | -5/+1 |
| | |||||
* | Bug 223078 - Provide classes to allow user to style bugs depending on bug ↵ | gerv%gerv.net | 2003-12-08 | 1 | -0/+6 |
| | | | | number, component or status. Patch by gerv; r=kiko, a=justdave. | ||||
* | Fix for bug 221039: Separating knob in edit.html.tmpl. Splits | kiko%async.com.br | 2003-10-29 | 2 | -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.net | 2003-10-26 | 1 | -1/+2 |
| | | | | a=justdave. | ||||
* | Bug 222566: Fixing wording on enter_bug.cgi when using the create-guided ↵ | jocuri%softhome.net | 2003-10-19 | 1 | -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 votes | justdave%syndicomm.com | 2003-09-29 | 1 | -1/+1 |
| | | | | r=kiko, a=justdave | ||||
* | Bug 219659 - Misleading wording describing severity "blocker" on Bugzilla ↵ | gerv%gerv.net | 2003-09-25 | 1 | -2/+2 |
| | | | | Helper form. Patch by gerv; r,a=justdave. | ||||
* | Bug 219216: Javascript improperly using FILTER html instead of FILTER js ↵ | justdave%syndicomm.com | 2003-09-18 | 1 | -2/+2 |
| | | | | | | causing data with @ produced by javascript to show up as @ r=timeless, a=justdave | ||||
* | Bug 207044 - Filter more template directives. None of these are security ↵ | gerv%gerv.net | 2003-09-07 | 8 | -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.org | 2003-09-03 | 1 | -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 a | kiko%async.com.br | 2003-09-02 | 2 | -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.org | 2003-08-05 | 1 | -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.net | 2003-07-14 | 1 | -3/+6 |
| | | | | gerv; r,a=justdave. | ||||
* | Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵ | gerv%gerv.net | 2003-07-04 | 24 | -389/+437 |
| | | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. | ||||
* | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 2003-06-03 | 1 | -1/+1 |
| | | | | r=myk,jake | ||||
* | Byg 202463 - prefill 'assign to' with default component owner | bbaetz%acm.org | 2003-04-27 | 1 | -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.com | 2003-04-25 | 4 | -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 original | burnus%gmx.de | 2003-04-09 | 1 | -1/+6 |
| | | | | r=bbaetz,a=justdave | ||||
* | Bug 192121 - Javascript error in guided bug entry. Patch by gerv; r=kiko, ↵ | gerv%gerv.net | 2003-04-01 | 1 | -3/+6 |
| | | | | a=justdave. | ||||
* | Bug 180642 - Move authentication code into a module | bbaetz%acm.org | 2003-03-22 | 2 | -2/+2 |
| | | | | | r=gerv, justdave a=justdave | ||||
* | Bug 180692 - enter_bug shows keywords option even if keywords are disabled | burnus%gmx.de | 2003-02-28 | 1 | -10/+12 |
| | | | | r=bbaetz, a=justdave | ||||
* | Bug 193511 - post_bug page has two headers. Patch by gerv; r=burnus, a=justdave. | gerv%gerv.net | 2003-02-16 | 1 | -0/+2 |
| | |||||
* | Bug 193286: Field validation errors had the wrong page title | justdave%syndicomm.com | 2003-02-15 | 2 | -0/+8 |
| | | | | r= gerv, a= justdave | ||||
* | Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵ | preed%sigkill.com | 2003-02-10 | 2 | -1/+73 |
| | | | | a=justdave | ||||
* | Bug 172434 - add link to latest nightly. Patch by gerv; r=myk, a=justdave. | gerv%gerv.net | 2003-02-06 | 1 | -1/+5 |
| | |||||
* | Bug 189790 voting info not displayed when editing/viewing a bug | bugreport%peshkin.net | 2003-01-21 | 1 | -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.net | 2003-01-15 | 1 | -17/+25 |
| | | | | gerv; r=bbaetz, a=justdave. | ||||
* | Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summary | timeless%mozdev.org | 2003-01-07 | 1 | -1/+1 |
| | | | | r=burnus a=justdave | ||||
* | Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave | bbaetz%student.usyd.edu.au | 2002-12-20 | 1 | -9/+13 |
| | |||||
* | Bug 158499 - Templatise XML bug output | bbaetz%student.usyd.edu.au | 2002-12-15 | 4 | -56/+90 |
| | | | | | r=gerv, justdave a=justdave | ||||
* | Bug 182946 - fix regressions from bug 171493 | bbaetz%student.usyd.edu.au | 2002-12-03 | 1 | -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.org | 2002-12-01 | 1 | -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.pl | bbaetz%student.usyd.edu.au | 2002-11-28 | 5 | -67/+115 |
| | | | | | r=justdave, joel a=justdave | ||||
* | Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵ | jake%bugzilla.org | 2002-11-28 | 3 | -4/+5 |
| | | | | | | | every time we display. r=justdave a=justdave | ||||
* | Bug 147275 Rearchitect product groups | bugreport%peshkin.net | 2002-11-25 | 2 | -9/+17 |
| | | | | | | Patch by joel r=bbaetz,justdave a=justdave | ||||
* | Bug 179483 - Guided template displays wrong product name sometimes. Patch by ↵ | gerv%gerv.net | 2002-11-22 | 1 | -11/+13 |
| | | | | gerv; r=bbaetz, a=justdave. |