aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Better fix for bug 132929, buglist.cgi "long format" button doesn't work.bbaetz%student.usyd.edu.au2002-04-011-3/+1
| | | | r=myk x2
* Bug 104589 - prevent user closing window from terminating Bugzilla scripts. ↵gerv%gerv.net2002-03-281-0/+6
| | | | Patch by Gerv <gerv@mozilla.org>, r=justdave, myk
* Bug 132929 - buglist.cgi 'long format' button doesn't workbbaetz%student.usyd.edu.au2002-03-231-0/+3
| | | | r=justdave x2
* Fix for bug 103778: Rewrites and templatizes buglist.cgi.myk%mozilla.org2002-03-121-860/+606
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-2/+18
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* SECURITY FIX for bug 109679: It was possible to send arbitrary SQL to ↵justdave%syndicomm.com2001-12-301-0/+24
| | | | | | | buglist.cgi by altering the HTML form before submitting. Patch by Dave Miller <justdave@syndicomm.com> r= dkl, gerv
* Fix for bug 12284: allow user to specify which columns to display in a bug listjustdave%syndicomm.com2001-11-181-1/+3
| | | | | Patch by Andreas Franke <afranke@ags.uni-sb.de> r= gerv, kiko
* Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.myk%mozilla.org2001-11-081-4/+8
| | | | | Patch by Jake <jake@acutex.net> r=bbaetz,myk
* Fix for bug 106315: Link on bug list for emailing QA contacts.myk%mozilla.org2001-10-241-2/+15
| | | | | Patch by Dave Miller <justdave@syndicomm.com>. r=myk@mozilla.org, no second review needed.
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-5/+7
| | | | | | | | | | Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
* Bug 99716 - allow query for Attachment is obsolete AND Attachment Status. ↵gerv%gerv.net2001-10-151-7/+23
| | | | Patch by myk, r=justdave, jake.
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-14/+14
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com2001-10-131-1/+2
| | | | | | | each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi. Patch by Dave Lawrence <dkl@redhat.com> r= myk, justdave
* Fix for bug 91486: Add "changed from" option to the boolean chart.myk%mozilla.org2001-10-131-0/+9
| | | | | Patch by Stephen Lee <slee@uk.bnsmc.com>. r=myk@mozilla.org
* Bug 104247 - make colours in buglists work again. Patch by kiko, r=gerv.gerv%gerv.net2001-10-121-3/+3
|
* Fix for bug 103592 - e-mail addresses that are longer than 30 characters ↵jake%acutex.net2001-10-121-11/+20
| | | | | | | will be truncated in the bug list. Patch by Christian Reis <kiko@async.com.br> r= gerv@mozilla.org, afranke@ags.uni-sb.de, jake@acutex.net
* Fix for bug 93006 - The mass change page was auto-selecting the wrong radio ↵jake%acutex.net2001-10-061-1/+1
| | | | | | button. r= caillon@returnzero.com
* Fix for bug 97877: changed* operators now work for attachment statuses on ↵myk%mozilla.org2001-09-151-4/+10
| | | | | | | query form. Fix by Myk Melez <myk@mozilla.org> r=jake@acutex.net
* Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon.gerv%gerv.net2001-09-111-1/+1
|
* Fix for bug 8647 - Add an option to the query page to sort by Last Changed date.jake%acutex.net2001-09-101-0/+4
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net x2
* Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org2001-08-311-0/+16
| | | | | | | users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
* Fix for bug 95235: variables with untrusted content were being echoed back ↵justdave%syndicomm.com2001-08-251-5/+9
| | | | | | | to the user in error messages. Those variables are now run through html_quote() first. Patch by Gavin Shelley <gavins@iplbath.com> r= justdave@syndicomm.com
* Fix for bug 95546. MySQL versions before 3.23 don't support INNER JOINsjake%acutex.net2001-08-161-2/+2
| | | | | Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
* re-fix for bug 55161: buglist works again if you search for change history ↵justdave%syndicomm.com2001-07-231-2/+2
| | | | | | | on a bug Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* fix "used only once" error reported by tinderboxjustdave%syndicomm.com2001-07-221-0/+1
|
* Fix for bug 84714 and bug 88797: You can now change bug groups from the ↵justdave%syndicomm.com2001-07-221-21/+46
| | | | | | | | "change several bugs" form even if the bugs aren't all in the same groups. Also, the groups are no longer cleared when you make a change from the "change several bugs" form (unless you tell it to) Patch by Joe Robins <jmrobins@tgix.com> and Dave Miller <justdave@syndicomm.com> r= zach@zachlipton.com a= justdave@syndicomm.com
* Fix for bugs 55161 and 12819. The activity log now stores only what's ↵jake%acutex.net2001-07-201-2/+13
| | | | | | changed in multi-value fields. r= justdave@syndicomm.com
* Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com2001-06-271-9/+13
| | | | | | | instead of select widgets. Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products. Patch by Joe Robbins <jmrobins@tgix.com> r= justdave@syndicomm.com
* Fix for "used only once" error reported by tinderbox after the last checkin. ↵justdave%syndicomm.com2001-06-211-0/+1
| | | | (Aaargh!)
* Fix for bug 47914: buglist.cgi always had a not-logged-in footer if you were ↵justdave%syndicomm.com2001-06-211-0/+6
| | | | | | | unlucky enough to have a login cookie that got corrupted in the shadow database. This patch makes buglist.cgi switch back to the primary database before looking up your login cookie for the footer. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
* Running a query using the Added Comment option was very slow (bug 57350).jake%acutex.net2001-06-191-2/+2
| | | | | Patch by Myk Melez <myk@mozilla.org> and Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Fix for bug 65190: add comparison type "all words as substrings" and "any ↵justdave%syndicomm.com2001-06-021-0/+28
| | | | | | | words as substrings" to the text fields in query.cgi Patch by Andreas Franke <afranke@ags.uni-sb.de> r= justdave@syndicomm.com
* Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>justdave%syndicomm.com2001-05-291-1/+1
| | | | | Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org r= justdave@syndicomm.com
* Fix for bug 71607: remove "month-day only" date format from bug list views.justdave%syndicomm.com2001-04-071-2/+1
| | | | | Patch by Stephan Niemz <st.n@gmx.net> r= justdave
* backing out the changes to queries on CC since they broke normal cc queries ↵endico%mozilla.org2001-03-101-7/+3
| | | | in the standard email address box at the top of the page
* fix for bug 30823. fixed advanced queries on dependencies and cc. added huge ↵endico%mozilla.org2001-03-071-9/+106
| | | | comment about how boolean charts work.
* fix for 69688: buglist.cgi: the intermediate "please stand by" page is uglycyeh%bluemartini.com2001-02-231-5/+9
| | | | patch submitted by st.n@gmx.net (Stephan Niemz [faniz])
* Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemztara%tequilarista.org2001-02-211-1/+3
|
* fix for 65396:cyeh%bluemartini.com2001-02-161-4/+6
| | | | | Remember This Query should give option to add to page footer patch submitted by st.n@gmx.net (Stephan Niemz)
* cleaning up trailing whitespace in buglist.cgi source. (no code changes) ↵dave%intrec.com2001-01-251-21/+21
| | | | Patch by Stephan Niemz [faniz] <st.n@gmx.net>
* Fix for bug 66058: dates in Created and Changed date columns in buglists are ↵dave%intrec.com2001-01-251-2/+16
| | | | | | | | | now in context with how old the bug is. within the last 18 hours: time only (12:24:34) within the last 6 days: weekday and time (Fri 12:24) within the last 100 days: month and day (01-19) older than 100 days: previous behaviour (2001-01-19)
* fix for 52228: Bug list title should be name of query if running named querycyeh%bluemartini.com2000-09-191-2/+3
| | | | patch by dave@intrec.com (Dave Miller)
* fix for 6944: buglist: summary and whiteboard fight for spacecyeh%bluemartini.com2000-09-011-8/+1
| | | | patch by the ever present dave@intrec.com
* fix for 35604: indicate on bug lists if a bug is not visible to the publiccyeh%bluemartini.com2000-09-011-1/+7
| | | | | patch submitted by dave@intrec.com (Dave Miller), legend added by cyeh@bluemartini.com
* remove extra spaces at head of filecyeh%bluemartini.com2000-08-291-2/+0
|
* fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.cyeh%bluemartini.com2000-08-291-1/+3
| | | | patches by zach@zachlipton.com. Thanks!
* Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching thedave%intrec.com2000-08-101-1/+1
| | | | omission in the original patch.
* Fixing bug #46897tara%tequilarista.org2000-08-081-1/+3
|
* Fix for bug 46207 (bugidtype=exclude breaks buglist.cgi).dave%intrec.com2000-07-251-1/+1
|
* Fix for bug 27248 (Bug listings saved with .html extension). Patchdave%intrec.com2000-07-191-0/+2
| | | | submitted by mhamby@logicon.com (Mark Hamby).