summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
AgeCommit message (Expand)AuthorFilesLines
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-2/+18
2001-12-30SECURITY FIX for bug 109679: It was possible to send arbitrary SQL to buglist...justdave%syndicomm.com1-0/+24
2001-11-18Fix for bug 12284: allow user to specify which columns to display in a bug listjustdave%syndicomm.com1-1/+3
2001-11-08Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.myk%mozilla.org1-4/+8
2001-10-24Fix for bug 106315: Link on bug list for emailing QA contacts.myk%mozilla.org1-2/+15
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-5/+7
2001-10-15Bug 99716 - allow query for Attachment is obsolete AND Attachment Status. Pat...gerv%gerv.net1-7/+23
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com1-14/+14
2001-10-13Fix for bug 19910: Bugzilla installs on the same server would interfere with ...justdave%syndicomm.com1-1/+2
2001-10-13Fix for bug 91486: Add "changed from" option to the boolean chart.myk%mozilla.org1-0/+9
2001-10-12Bug 104247 - make colours in buglists work again. Patch by kiko, r=gerv.gerv%gerv.net1-3/+3
2001-10-12Fix for bug 103592 - e-mail addresses that are longer than 30 characters will...jake%acutex.net1-11/+20
2001-10-06Fix for bug 93006 - The mass change page was auto-selecting the wrong radio b...jake%acutex.net1-1/+1
2001-09-15Fix for bug 97877: changed* operators now work for attachment statuses on que...myk%mozilla.org1-4/+10
2001-09-11Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon.gerv%gerv.net1-1/+1
2001-09-10Fix for bug 8647 - Add an option to the query page to sort by Last Changed date.jake%acutex.net1-0/+4
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets u...myk%mozilla.org1-0/+16
2001-08-25Fix for bug 95235: variables with untrusted content were being echoed back to...justdave%syndicomm.com1-5/+9
2001-08-17Fix for bug 95546. MySQL versions before 3.23 don't support INNER JOINsjake%acutex.net1-2/+2
2001-07-23re-fix for bug 55161: buglist works again if you search for change history on...justdave%syndicomm.com1-2/+2
2001-07-22fix "used only once" error reported by tinderboxjustdave%syndicomm.com1-0/+1
2001-07-22Fix for bug 84714 and bug 88797: You can now change bug groups from the "chan...justdave%syndicomm.com1-21/+46
2001-07-21Fix for bugs 55161 and 12819. The activity log now stores only what's change...jake%acutex.net1-2/+13
2001-06-27Fix for bug 80289: Group restrictions are now identified with checkboxes inst...justdave%syndicomm.com1-9/+13
2001-06-21Fix for "used only once" error reported by tinderbox after the last checkin. ...justdave%syndicomm.com1-0/+1
2001-06-21Fix for bug 47914: buglist.cgi always had a not-logged-in footer if you were ...justdave%syndicomm.com1-0/+6
2001-06-19Running a query using the Added Comment option was very slow (bug 57350).jake%acutex.net1-2/+2
2001-06-02Fix for bug 65190: add comparison type "all words as substrings" and "any wor...justdave%syndicomm.com1-0/+28
2001-05-29Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>justdave%syndicomm.com1-1/+1
2001-04-07Fix for bug 71607: remove "month-day only" date format from bug list views.justdave%syndicomm.com1-2/+1
2001-03-10backing out the changes to queries on CC since they broke normal cc queries i...endico%mozilla.org1-7/+3
2001-03-07fix for bug 30823. fixed advanced queries on dependencies and cc. added huge ...endico%mozilla.org1-9/+106
2001-02-23fix for 69688: buglist.cgi: the intermediate "please stand by" page is uglycyeh%bluemartini.com1-5/+9
2001-02-21Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemztara%tequilarista.org1-1/+3
2001-02-16fix for 65396:cyeh%bluemartini.com1-4/+6
2001-01-25cleaning up trailing whitespace in buglist.cgi source. (no code changes) Pat...dave%intrec.com1-21/+21
2001-01-25Fix for bug 66058: dates in Created and Changed date columns in buglists are ...dave%intrec.com1-2/+16
2000-09-19fix for 52228: Bug list title should be name of query if running named querycyeh%bluemartini.com1-2/+3
2000-09-01fix for 6944: buglist: summary and whiteboard fight for spacecyeh%bluemartini.com1-8/+1
2000-09-01fix for 35604: indicate on bug lists if a bug is not visible to the publiccyeh%bluemartini.com1-1/+7
2000-08-29remove extra spaces at head of filecyeh%bluemartini.com1-2/+0
2000-08-29fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.cyeh%bluemartini.com1-1/+3
2000-08-10Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching thedave%intrec.com1-1/+1
2000-08-08Fixing bug #46897tara%tequilarista.org1-1/+3
2000-07-25Fix for bug 46207 (bugidtype=exclude breaks buglist.cgi).dave%intrec.com1-1/+1
2000-07-20Fix for bug 27248 (Bug listings saved with .html extension). Patchdave%intrec.com1-0/+2
2000-07-14change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a list...endico%mozilla.org1-2/+3
2000-07-14Bug moving code is now fully implemented. To use it, turn on the param and se...endico%mozilla.org1-3/+17
2000-07-14Oops. How did I let that horrible typo get in?terry%mozilla.org1-1/+1
2000-07-14Keywords were already enforced to never differ only in capitalization. So, c...terry%mozilla.org1-2/+1