aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Collapse)AuthorAgeFilesLines
* Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken ↵lpsolit%gmail.com2006-09-101-1/+1
| | | | due to a missing whitespace. r=mkanat on IRC
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com2006-09-091-0/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
* Bug 340001: Bug XML should include real namesmozilla%colinogilvie.co.uk2006-09-071-2/+6
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=myk
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-045-14/+14
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 338965: Add me to cc list feature is confusing - Patch by Joost de Valk ↵lpsolit%gmail.com2006-08-251-1/+1
| | | | <bugzilla@joostdevalk.nl> r=mkanat a=myk
* Bug 300436: In votes.cgi, the bug description should not link to voters - ↵lpsolit%gmail.com2006-08-221-3/+2
| | | | Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
* Bug 344961: Display custom fields on show_bug.cgi before the time tablemkanat%bugzilla.org2006-08-221-14/+13
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 348871: modify show_bug in order to pass HTML validation - Patch by ↵vladd%bugzilla.org2006-08-181-8/+11
| | | | victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
* Bug 343418: Update the votes page in order to include the reason for crossed ↵vladd%bugzilla.org2006-08-181-3/+1
| | | | out bugs; patch by Paul <pdemarco@zoominternet.net>, r=LpSolit, a=myk.
* Bug 348337: enter_bug.cgi doesn't pass HTML validation - Patch by Frédéric ↵lpsolit%gmail.com2006-08-152-10/+9
| | | | Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
* Bug 313816 - fix height of iframe so you can read things inside it. Patch by ↵gerv%gerv.net2006-08-141-0/+1
| | | | gerv; r=mkanat, a=myk.
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 329789: The guided format when creating a bug doesn't let me specify a ↵lpsolit%gmail.com2006-07-251-1/+1
| | | | component as part of the URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-251-34/+82
| | | | <LpSolit@gmail.com> r=wurblzap r=myk a=myk
* Bug 326946: Hide resolved bugs by default when accessing ↵lpsolit%gmail.com2006-07-231-1/+1
| | | | showdependencytree.cgi from show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-192-0/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 344513: Make plain-text custom fields functional on all pages except ↵mkanat%bugzilla.org2006-07-184-14/+46
| | | | | | enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 95923: Don't let users change fields they aren't allowed to change - ↵lpsolit%gmail.com2006-07-171-36/+74
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-144-6/+6
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-1213-21/+24
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com2006-07-031-1/+1
| | | | Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
* Bug 341495: Merge the banner and headerbugzilla%glob.com.au2006-06-271-1/+1
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
* Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugsmozilla%colinogilvie.co.uk2006-06-271-0/+5
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave
* Bug 341924: When viewing several bugs at once using ↵lpsolit%gmail.com2006-06-191-0/+17
| | | | show_bug.cgi?format=multiple, invalid bugs should generate an error message - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 5179: Need to be able to put attachment on new bug - Patch by Marc ↵lpsolit%gmail.com2006-06-181-1/+51
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-182-28/+25
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 340426: Add a navbar at the top of each pages + have a better title - ↵lpsolit%gmail.com2006-06-131-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave
* Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by ↵lpsolit%gmail.com2006-06-053-0/+57
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 152361: can't continue walking a dependency tree - Patch by André ↵lpsolit%gmail.com2006-05-231-0/+5
| | | | Batosti <batosti@async.com.br> r/a=myk
* Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - ↵lpsolit%gmail.com2006-05-151-0/+7
| | | | Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net> and timeless <timeless@bemail.org> r=wicked a=justdave
* Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org2006-05-103-3/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 7710: Pref to automatically put me on the CC: list of bugs I change - ↵lpsolit%gmail.com2006-05-101-1/+11
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
* Bug 281691: Misused <label>'s cause screen reader problems.wurblzap%gmail.com2006-04-183-98/+97
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* I forgot a minor fix on checkin for bug 330718 :)lpsolit%gmail.com2006-04-181-2/+2
|
* Bug 330718: showdependencytree.cgi needs some cleanup - Patch by Frédéric ↵lpsolit%gmail.com2006-04-181-13/+13
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 92515: Implement the ability to change the resolution of a bug without ↵lpsolit%gmail.com2006-03-281-19/+35
| | | | reopening it - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* 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
* Patch for bug 328089: make number of columns in additional comments field ↵jocuri%softhome.net2006-03-033-7/+7
| | | | identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave.
* Bug 281358: Attachment links in bugmail are different from the link in ↵lpsolit%gmail.com2006-03-021-1/+1
| | | | show_bug.cgi - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com2006-02-261-1/+1
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 251656: Redesign dependency tree, part 1: fix the tree itself - Patch by ↵lpsolit%gmail.com2006-02-231-108/+108
| | | | André Batosti <batosti@async.com.br> r=myk r=LpSolit a=justdave
* Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com2006-02-223-13/+44
| | | | <wurblzap@gmail.com> r=vladd a=justdave
* Patch for bug 326060: Remove template check for flag.setter (it always ↵jocuri%softhome.net2006-02-221-3/+1
| | | | exists) - patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=LpSolit, a=justdave.
* Bug 219555: 'Format for Printing' page is a mess - Patch by Olav Vitters ↵lpsolit%gmail.com2006-02-221-111/+219
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Patch for bug 313953 : add form hook in comment.txt.tmpl; patch by Matt ↵jocuri%softhome.net2006-02-211-0/+3
| | | | McHenry <mmchenry@carnegielearning.com>, r=vladd, a=justdave.
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com2006-02-212-0/+45
| | | | Melez <myk@mozilla.org> r=mkanat a=justdave
* Bug 326803: Wrong colspan for "summarize time" link below time tracking bar ↵wurblzap%gmail.com2006-02-131-1/+1
| | | | | | | on show_bug.cgi. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 321187 please be nice to links and generate explicit action uristimeless%mozdev.org2006-01-101-1/+1
| | | | r=lpsolit a=justdave