aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process
Commit message (Collapse)AuthorAgeFilesLines
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-116-106/+30
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-236-11/+0
| | | | r/a=mkanat
* Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander2010-10-261-1/+1
| | | | r=glob, a=mkanat
* Bug 598014: Document how to mark the initial comment as private when using ↵Frédéric Buclin2010-10-211-1/+2
| | | | | | Bug.create() r/a=mkanat
* Bug 591218 - Add missing 'longdesclength' form field to fix problem when ↵Reed Loden2010-08-281-0/+1
| | | | | | receiving a mid-air after selecting "Submit only my new comment" on mid-air page. [r=mkanat a=mkanat]
* Bug 581668: Obsolete groups have no name nor ID when moving a bug to another ↵Frédéric Buclin2010-07-241-4/+3
| | | | | | product r=timello a=LpSolit
* Bug 581663: Directive closed twiceFrédéric Buclin2010-07-241-1/+1
| | | | r=timello a=LpSolit
* Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander2010-06-251-16/+17
| | | | | names instead of ids r=dkl, a=mkanat
* Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander2010-04-052-19/+4
| | | | r=LpSolit, a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-152-3/+4
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 425668: Make the body classes and other header information show up ↵mkanat%bugzilla.org2009-12-101-5/+1
| | | | | | properly in process_bug.cgi if we're doing same_bug or next_bug Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 530009: Put the template header stuff required to display show_bug all ↵mkanat%bugzilla.org2009-12-071-4/+6
| | | | | | in one place Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 525429: Template hook for verify-new-productmkanat%bugzilla.org2009-11-181-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Backout changes that weren't supposed to be committed. Oops\!reed%reedloden.com2009-10-192-19/+0
|
* Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed ↵reed%reedloden.com2009-10-192-0/+19
| | | | r=LpSolit a=LpSolit]
* Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch ↵lpsolit%gmail.com2009-09-221-0/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ↵mkanat%bugzilla.org2009-08-061-2/+2
| | | | | | object if one is available Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-121-2/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 31117 - should have a "submit only my comments" option on midair collisiondkl%redhat.com2008-12-181-0/+11
| | | | Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 452896: A user with no privs who reported a bug couldn't move it to ↵mkanat%bugzilla.org2008-10-031-3/+10
| | | | | | another product if the target milestone was set Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-181-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org2008-03-311-1/+1
| | | | | | before checked r=vladd a=lpsolit
* Bug 388723: Make the browser wrap comments on display in addition to the ↵mkanat%bugzilla.org2008-02-091-1/+3
| | | | | | normal wrapping, to support CJK languages that have no spaces. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, r=glob
* Bug 359943: Prev/Next <link rel>s not working on process_bug.cgi page - ↵lpsolit%gmail.com2008-02-061-2/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 374020: Re-work the bug editing form to be more usable.mkanat%bugzilla.org2008-01-281-1/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 412836: Clean up process_bug.cgi now that we have Bugzilla::Bug->updatemkanat%bugzilla.org2008-01-201-5/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org2008-01-121-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org2007-11-291-1/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
* Bug 373689: Implement set_product: Move product changing from process_bug ↵mkanat%bugzilla.org2007-09-191-50/+67
| | | | | | into Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-206-6/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 347213: When moving a bug to another product, Bugzilla should let us ↵lpsolit%gmail.com2007-06-201-24/+69
| | | | | | | | preemptively put the bug into a (valid) group which is not a default one for this product Bug 303183: Bugzilla fails to warn when a product change would force the removal of an optional group Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 380552 don't strike out "cancel and return to" it makes the link unreadabletimeless%mozdev.org2007-06-111-2/+2
| | | | r=mkanat a=mkanat
* Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2007-05-141-1/+3
| | | | <wicked@etlicon.fi> r=justdave a=LpSolit
* Bug 290288: When editing a bug, include the bug number in the "Bug ↵lpsolit%gmail.com2007-02-041-1/+10
| | | | processed" title - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 365518 bug/process/verify-new-product uses strange mark uptimeless%mozdev.org2007-01-081-1/+1
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365753: Incorrect "Cancel" link when moving bug to another product - ↵lpsolit%gmail.com2007-01-071-1/+10
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 115650: No TITLE attribute on buglinks on process_bug.cgi - Patch by ↵lpsolit%gmail.com2006-11-152-12/+14
| | | | victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
* Bug 309167: change to product which has same component name results in no ↵olav%bkor.dhs.org2006-11-051-3/+16
| | | | | | prompt for component and incorrect assignee Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 72863: Remove ugly table shown when posting/changing a bugolav%bkor.dhs.org2006-10-202-37/+24
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r+a=justdave
* Bug 356393: No title is displayed when confirming a bug by popular votes - ↵lpsolit%gmail.com2006-10-131-0/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-123-3/+3
| | | | <batosti@async.com.br> r=ghendricks a=myk
* fix bustage (bug 286476)lpsolit%gmail.com2006-03-071-1/+1
|
* Bug 286476 - Mid-air collision should indicate that i didn't make a comment ↵timeless%mozdev.org2006-03-071-0/+2
| | | | | | instead of leaving me with a confusing blank space r=lpsolit a=myk
* Bug 238207: Comment autolinkification on midair page points to wrong cgi - ↵lpsolit%gmail.com2006-01-101-1/+1
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 313432: Comments don't word-wrap in the "here's your comment for ↵lpsolit%gmail.com2005-11-051-1/+1
| | | | cut-n-paste" in a mid-air collision - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat r=LpSolit a=justdave
* A "fix on checkin" for bug 28398 was missing (typo: "avaliable" instead of ↵lpsolit%gmail.com2005-10-101-1/+1
| | | | "available")
* Bug 28398 Gotta be more careful when emailing state changes of dependent bugsbugreport%peshkin.net2005-10-081-4/+8
| | | | | Patch by André Batosti <batosti@async.com.br> r=lpsolit, a=justdave
* Bug 303401: move the move.pl code into process_bug.cgi - Patch by Frédéric ↵lpsolit%gmail.com2005-08-221-0/+2
| | | | Buclin <LpSolit@gmail.com> r/a=myk
* Bug 276818: "Verify Version, Component, Target Milestone" page on product ↵lpsolit%gmail.com2005-07-131-1/+2
| | | | change lacks title - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 63536: User preference for whether or not to go to the next bug after ↵lpsolit%gmail.com2005-07-111-67/+0
| | | | processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave