aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵endico%mozilla.org2000-07-141-2/+3
| | | | list of resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process.
* Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org2000-07-141-3/+17
| | | | set the move related params.
* Oops. How did I let that horrible typo get in?terry%mozilla.org2000-07-141-1/+1
|
* Keywords were already enforced to never differ only in capitalization. So, ↵terry%mozilla.org2000-07-141-2/+1
| | | | changed the code so that case no longer matters when typing in the name of a keyword.
* Fix for 42041. Patch from Dave Miller (dave@intrec.com).cyeh%bluemartini.com2000-07-081-0/+1
|
* Allow sorting by summary, since you can already sort by everything else...terry%mozilla.org2000-06-091-2/+2
|
* Landing fix for keyword column handling--bug #39647tara%tequilarista.org2000-06-031-4/+7
|
* bug 30823, advanced querying didn't work for dependencies.donm%bluemartini.com2000-04-271-2/+10
|
* Queries should fully qualify the field name, in case there is moreterry%mozilla.org2000-04-071-13/+18
| | | | than one table that have a field with that name.
* Extra special disgusting hack: if we are ordering by target_milestone,terry%mozilla.org2000-04-051-1/+10
| | | | change it to order by the sortkey of the target_milestone first.
* Fixing a warning which happened if $ENV{'HTTP_USER_AGENT'} wasn't defined.dmose%mozilla.org2000-03-301-1/+1
|
* get rid of perl warningdmose%mozilla.org2000-03-291-1/+0
|
* Wasn't finding anything if requesting target_milestone == "---".terry%mozilla.org2000-03-241-1/+1
|
* Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org2000-03-221-3/+6
| | | | of different target milestones by product.
* Add a "send mail to bug owners" link (under circumstances where itterry%mozilla.org2000-03-161-0/+14
| | | | seems useful and appropriate.)
* Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formattingterry%mozilla.org2000-03-081-2/+2
| | | | string wasn't working with modern MySQL engines.
* Was choking on order='Importance'.terry%mozilla.org2000-03-081-2/+2
|
* Patch by Brian Duggan <bduggan@oven.com> -- security improvements.terry%mozilla.org2000-03-081-0/+3
|
* Fixed very stupid typo.terry%mozilla.org2000-03-071-1/+1
|
* Make a universal routine to report errors in forms, so that we canterry%mozilla.org2000-02-261-8/+2
| | | | have a universal (and more noticable) way of displaying them.
* Fixed some functions in buglist.cgi that won't work if we're hooked upterry%mozilla.org2000-02-181-3/+3
| | | | to the shadow database.
* Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org2000-02-181-1/+3
| | | | | bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system.
* Oops; had the name of the "editbugs" group typed in wrong in a coupleterry%mozilla.org2000-02-171-2/+2
| | | | of places.
* Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org2000-02-171-2/+17
| | | | | | | | | | | | "editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
* Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make theterry%mozilla.org2000-02-091-0/+1
| | | | "check all" and "uncheck all" buttons work on IE.
* Add an optional ability to stagger the headers in the bug list, whichterry%mozilla.org2000-02-041-8/+34
| | | | is uglier, but often squeezes things better horizontally.
* Whoops, searches of "Comment changed (before|after)" were not workingterry%mozilla.org2000-02-021-2/+2
| | | | correctly.
* Allow searching of attachment stuff using boolean charts.terry%mozilla.org2000-01-311-1/+28
|
* The "Show list" link that is supposed to quickly get you back to theterry%mozilla.org2000-01-291-1/+1
| | | | list of bugs you queried for was busted.
* Apparently, you're supposed to put "#foo" stuff in a URL after all theterry%mozilla.org2000-01-291-2/+4
| | | | "?" and "&" stuff. IE doesn't work if you don't.
* Massive stomp on the query page and buglist page. Added the abilityterry%mozilla.org2000-01-281-361/+567
| | | | to use the "boolean charts" to do very powerful queries.
* Allow searches for "all keywords" or "no keywords"; fixed some otherterry%mozilla.org2000-01-271-2/+18
| | | | bugs around keyword queries.
* Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org2000-01-251-3/+12
| | | | | | bottom. Made "My bugs" show bugs you own AND bugs you submitted. Added ability to display your named queries in the footer. Many random bugfixes.
* Added a way to query by bug numbers. Added an "edit this query" linkterry%mozilla.org2000-01-251-6/+27
| | | | when you view a buglist.
* Named queries (and the default query) are now stored server side, interry%mozilla.org2000-01-241-58/+90
| | | | | | | the database, rather than in cookies. This means you have to log in to use these features, but I have plans that require them to be server-side. (Besides, some people were beginning to run out of cookie space.)
* Fixed stupid typo that caused exact email searches in descriptions to crash.terry%mozilla.org2000-01-231-1/+1
|
* Can now search for people who have added text to a bug.terry%mozilla.org2000-01-231-3/+22
|
* Stupid typo caused "any words" and "all words" searches on the longterry%mozilla.org2000-01-231-2/+2
| | | | description to crash.
* If no sort order is specified, use the cookie if available.terry%mozilla.org2000-01-231-2/+6
|
* Remember the previous sort order in a cookie, and make that theterry%mozilla.org2000-01-231-1/+26
| | | | | default sort order for new queries. Add a new "show list" link to the navigation header to return you to the list of selected bugs.
* Patch by Christine Begle <cbegle@mozilla.org>>, with heavyterry%mozilla.org2000-01-231-5/+32
| | | | | modifications by me -- let you query for "any words" and "all words", as well as the existing substring and regexp stuff.
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-1/+1
| | | | | | | | | different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference.