aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/filterexceptions.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 340426: Add a navbar at the top of each pages + have a better title - ↵lpsolit%gmail.com2006-06-131-5/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave
* Bug 281691: Misused <label>'s cause screen reader problems.wurblzap%gmail.com2006-04-181-3/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 311422: describecomponents.cgi and enter_bug.cgi need some cleanup - ↵lpsolit%gmail.com2006-03-151-2/+0
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 329289: sidebar.xul.tmpl generates version info in output .html - Patch ↵lpsolit%gmail.com2006-03-071-4/+0
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=myk
* Bug 311258: use objects in admin templates (products & co) - Patch by André ↵lpsolit%gmail.com2006-03-021-16/+0
| | | | Batosti <batosti@async.com.br> 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-3/+1
| | | | André Batosti <batosti@async.com.br> r=myk r=LpSolit a=justdave
* Bug 219555: 'Format for Printing' page is a mess - Patch by Olav Vitters ↵lpsolit%gmail.com2006-02-221-1/+3
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 321691 duplicates.cgi doesn't use <th>timeless%mozdev.org2006-01-101-4/+0
| | | | r=lpsolit a=justdave
* Bug 301764: The file size indicates "0" when editing local attachments - ↵lpsolit%gmail.com2005-12-081-2/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 313452: why isn't _Number of bugs_ quoted?wurblzap%gmail.com2005-11-171-1/+0
| | | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=wurblzap, a=justdave
* Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for ↵lpsolit%gmail.com2005-11-141-1/+1
| | | | comments in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵lpsolit%gmail.com2005-10-181-3/+0
| | | | - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵lpsolit%gmail.com2005-10-141-12/+0
| | | | André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 307604: "Redisplay table with bug counts" should also be available from ↵lpsolit%gmail.com2005-09-281-8/+0
| | | | editmilestones.cgi and editversions.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 301743: Replace old code from editcomponents.cgi by methods and routines ↵lpsolit%gmail.com2005-09-071-2/+2
| | | | from Component.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
* Bug 303700: Eliminate deprecated Bugzilla::DB routines from votes.cgi - ↵lpsolit%gmail.com2005-09-031-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com2005-09-031-1/+1
| | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real ↵myk%mozilla.org2005-09-011-2/+2
| | | | Attachment class; r=lpsolit
* Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-08-311-0/+1
| | | | <LpSolit@gmail.com> r/a=myk
* Bug 275608: The group selection when editing flag types should be a listbox ↵lpsolit%gmail.com2005-08-301-0/+1
| | | | with (no group) meaning no restriction - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
* Bug 302955: Remove the "delete" link for the default milestone - Patch by ↵lpsolit%gmail.com2005-08-291-2/+1
| | | | Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 302723: Deleting a user account when this user is the assignee or QA ↵lpsolit%gmail.com2005-08-051-1/+2
| | | | contact of a bug should reassign this bug to the default ones - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Fixing build bustage caused by not correctly updating filter exceptions (and ↵myk%mozilla.org2005-07-301-9/+2
| | | | in a couple cases not filtering when it would make sense)
* Bug 257767: Option to have fields in CSV files separated by semicolons ↵lpsolit%gmail.com2005-07-201-1/+3
| | | | instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
* Bug 63536: User preference for whether or not to go to the next bug after ↵lpsolit%gmail.com2005-07-111-4/+4
| | | | processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave
* Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2005-07-081-0/+5
| | | | by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave
* Bug 290972: In the "Find a Specific Bug" page, the status of the bug being ↵lpsolit%gmail.com2005-05-071-1/+1
| | | | searched cannot be translated - Patch by Emmanuel Seyman <eseyman@linagora.com> r=myk a=myk
* Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI ↵lpsolit%gmail.com2005-04-101-4/+0
| | | | methods - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵lpsolit%gmail.com2005-04-061-5/+1
| | | | by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net2005-03-301-3/+3
| | | | email internals. Patch by gerv; r=jake, a=justdave.
* Bug 278823: Make the "Back to bug ####" text read "Go to bug ####" if you ↵justdave%bugzilla.org2005-03-171-0/+1
| | | | | | | didn't just come from said bug. Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit, a=justdave
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+10
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
* Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca2005-03-011-0/+25
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
* Bug 250410 : Time tracking summariestravis%sedsystems.ca2005-03-011-0/+8
| | | | Patch by Christian Reis <kiko@async.com.br> r=jpeshkin a=justdave
* Bug 280412: Templatize the 'list products' bit of editproductsmkanat%kerio.com2005-02-171-0/+9
| | | | Patch By Gavin Shelly <bugzilla@chimpychompy.org> r=wurblzap, a=myk
* Bug 272456 : Default text color not settravis%sedsystems.ca2005-02-031-1/+0
| | | | Patch by Myk Melez <myk@mozilla.org> r=LpSolit, justdave a=justdave
* Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fieldstravis%sedsystems.ca2005-02-011-0/+1
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni a=justdave
* Bug 265394 : bodyattrs should be dropped from header.html.tmpltravis%sedsystems.ca2005-02-011-1/+0
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, vladd a=justdave
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-251-4/+0
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
* Patch for bug 190226: templatize editversions.cgi; patch by GavinS ↵jocuri%softhome.net2005-01-161-0/+8
| | | | <bugzilla@chimpychompy.org>, r=jouni, a=myk.
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-0/+2
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Bug 261671 - fix burning tinderbox. Oops. Patch by gerv; r=mozbot.gerv%gerv.net2005-01-021-1/+2
|
* Patch for bug 270589: Make t/008filter.t accept empty template directives; ↵jocuri%softhome.net2004-12-071-2/+0
| | | | patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r=myk, a=justdave.
* Patch for bug 256567: Harmonize descriptions of classifications and products ↵jocuri%softhome.net2004-10-071-0/+20
| | | | in terms of 'FILTER html'; patch by Marc Schumann <wurblzap@gmail.com>; r=justdave, kiko, a=justdave.
* Fix for bug 249868: makes series pages validatemyk%mozilla.org2004-09-151-1/+1
|
* Bug 190224: templatize editmilestones.cgijustdave%bugzilla.org2004-09-111-1/+10
| | | | | Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
* Fix for bug 232659: Fix inconsistent attachment links (and clean up diffkiko%async.com.br2004-09-101-2/+1
| | | | viewer UI while we're at it). Do just that. r=myk, a=myk.
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-0/+1
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-051-0/+13
| | | | | | | patch by: Erik r=joel r=jouni a=justdave