aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/filterexceptions.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 365092: Inactive flag types should be excluded from the JS array in the ↵lpsolit%gmail.com2006-12-281-2/+0
| | | | bug creation form - Patch by Frédéric Buclin <LpSolit@gmail.com> and Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 364835 - "current bug number should be filled in in "to bugs" input box ↵reed%reedloden.com2006-12-271-0/+4
| | | | to simplify tagging" [p=reed r=bkor a=justdave]
* Bug 364863 - "on confirming a new account page, wrong 'Email Address' is ↵reed%reedloden.com2006-12-271-4/+0
| | | | shown when logged in" [p=victory/vladd/reed r=LpSolit a=justdave]
* Bug 115650: No TITLE attribute on buglinks on process_bug.cgi - Patch by ↵lpsolit%gmail.com2006-11-151-9/+0
| | | | victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
* Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com2006-11-111-1/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 355616: The "Actions" section of the footer should have "Preferences" ↵lpsolit%gmail.com2006-11-011-0/+4
| | | | and shouldn't have "Sanity Check" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 121576: fields should not be editable when viewing a bug if the user is ↵olav%bkor.dhs.org2006-10-231-1/+2
| | | | | | not logged in Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
* Bug 355924: report.cgi generates bare '&' in img src URLolav%bkor.dhs.org2006-10-231-1/+0
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
* Bug 357490: Reorganize fields in show_bug.cgi and group links together - ↵lpsolit%gmail.com2006-10-221-2/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 72863: Remove ugly table shown when posting/changing a bugolav%bkor.dhs.org2006-10-201-3/+4
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r+a=justdave
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-181-3/+11
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-1/+0
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private ↵lpsolit%gmail.com2006-10-151-1/+1
| | | | attachments even when you are not in the insidergroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 330555: [SECURITY] H1, H2 and H3 are not filtered in ↵lpsolit%gmail.com2006-10-151-0/+1
| | | | global/header.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-35/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 123105: No tooltips in duplicates.cgi - Patch by victory(_RSZ_) ↵lpsolit%gmail.com2006-09-101-1/+0
| | | | <bmo2007@rsz.jp> r=LpSolit a=justdave
* Bug 351098: Make Bugzilla::Object able to update objects in the database, ↵mkanat%bugzilla.org2006-09-061-10/+0
| | | | | | and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 252856: HTML charts don't validate - Patch by victory(_RSZ_) ↵lpsolit%gmail.com2006-08-191-1/+0
| | | | <bmo@rsz.jp> r=gerv a=myk
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com2006-07-251-1/+1
| | | | objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-251-1/+3
| | | | <LpSolit@gmail.com> r=wurblzap r=myk a=myk
* Bug 95923: Don't let users change fields they aren't allowed to change - ↵lpsolit%gmail.com2006-07-171-0/+4
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com2006-07-141-1/+8
| | | | | | | other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, 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 343248: SQL query to get all keywords with bug count is duplicated in ↵mkanat%bugzilla.org2006-07-011-1/+1
| | | | | | editkeywords.cgi and describekeywords.cgi Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave
* 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