summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
AgeCommit message (Collapse)AuthorFilesLines
2001-04-07Fix for bug 71607: remove "month-day only" date format from bug list views.justdave%syndicomm.com1-2/+1
Patch by Stephan Niemz <st.n@gmx.net> r= justdave
2001-03-10backing out the changes to queries on CC since they broke normal cc queries ↵endico%mozilla.org1-7/+3
in the standard email address box at the top of the page
2001-03-07fix for bug 30823. fixed advanced queries on dependencies and cc. added huge ↵endico%mozilla.org1-9/+106
comment about how boolean charts work.
2001-02-23fix for 69688: buglist.cgi: the intermediate "please stand by" page is uglycyeh%bluemartini.com1-5/+9
patch submitted by st.n@gmx.net (Stephan Niemz [faniz])
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
Remember This Query should give option to add to page footer patch submitted by st.n@gmx.net (Stephan Niemz)
2001-01-25cleaning up trailing whitespace in buglist.cgi source. (no code changes) ↵dave%intrec.com1-21/+21
Patch by Stephan Niemz [faniz] <st.n@gmx.net>
2001-01-25Fix for bug 66058: dates in Created and Changed date columns in buglists are ↵dave%intrec.com1-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)
2000-09-19fix for 52228: Bug list title should be name of query if running named querycyeh%bluemartini.com1-2/+3
patch by dave@intrec.com (Dave Miller)
2000-09-01fix for 6944: buglist: summary and whiteboard fight for spacecyeh%bluemartini.com1-8/+1
patch by the ever present dave@intrec.com
2000-09-01fix for 35604: indicate on bug lists if a bug is not visible to the publiccyeh%bluemartini.com1-1/+7
patch submitted by dave@intrec.com (Dave Miller), legend added by cyeh@bluemartini.com
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
patches by zach@zachlipton.com. Thanks!
2000-08-10Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching thedave%intrec.com1-1/+1
omission in the original patch.
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
submitted by mhamby@logicon.com (Mark Hamby).
2000-07-14change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵endico%mozilla.org1-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.
2000-07-14Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org1-3/+17
set the move related params.
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, ↵terry%mozilla.org1-2/+1
changed the code so that case no longer matters when typing in the name of a keyword.
2000-07-08Fix for 42041. Patch from Dave Miller (dave@intrec.com).cyeh%bluemartini.com1-0/+1
2000-06-09Allow sorting by summary, since you can already sort by everything else...terry%mozilla.org1-2/+2
2000-06-03Landing fix for keyword column handling--bug #39647tara%tequilarista.org1-4/+7
2000-04-27bug 30823, advanced querying didn't work for dependencies.donm%bluemartini.com1-2/+10
2000-04-07Queries should fully qualify the field name, in case there is moreterry%mozilla.org1-13/+18
than one table that have a field with that name.
2000-04-05Extra special disgusting hack: if we are ordering by target_milestone,terry%mozilla.org1-1/+10
change it to order by the sortkey of the target_milestone first.
2000-03-30Fixing a warning which happened if $ENV{'HTTP_USER_AGENT'} wasn't defined.dmose%mozilla.org1-1/+1
2000-03-29get rid of perl warningdmose%mozilla.org1-1/+0
2000-03-24Wasn't finding anything if requesting target_milestone == "---".terry%mozilla.org1-1/+1
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-3/+6
of different target milestones by product.
2000-03-16Add a "send mail to bug owners" link (under circumstances where itterry%mozilla.org1-0/+14
seems useful and appropriate.)
2000-03-08Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formattingterry%mozilla.org1-2/+2
string wasn't working with modern MySQL engines.
2000-03-08Was choking on order='Importance'.terry%mozilla.org1-2/+2
2000-03-08Patch by Brian Duggan <bduggan@oven.com> -- security improvements.terry%mozilla.org1-0/+3
2000-03-07Fixed very stupid typo.terry%mozilla.org1-1/+1
2000-02-26Make a universal routine to report errors in forms, so that we canterry%mozilla.org1-8/+2
have a universal (and more noticable) way of displaying them.
2000-02-18Fixed some functions in buglist.cgi that won't work if we're hooked upterry%mozilla.org1-3/+3
to the shadow database.
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org1-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.
2000-02-18Oops; had the name of the "editbugs" group typed in wrong in a coupleterry%mozilla.org1-2/+2
of places.
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-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.
2000-02-09Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make theterry%mozilla.org1-0/+1
"check all" and "uncheck all" buttons work on IE.
2000-02-04Add an optional ability to stagger the headers in the bug list, whichterry%mozilla.org1-8/+34
is uglier, but often squeezes things better horizontally.
2000-02-02Whoops, searches of "Comment changed (before|after)" were not workingterry%mozilla.org1-2/+2
correctly.
2000-01-31Allow searching of attachment stuff using boolean charts.terry%mozilla.org1-1/+28
2000-01-29The "Show list" link that is supposed to quickly get you back to theterry%mozilla.org1-1/+1
list of bugs you queried for was busted.
2000-01-29Apparently, you're supposed to put "#foo" stuff in a URL after all theterry%mozilla.org1-2/+4
"?" and "&" stuff. IE doesn't work if you don't.
2000-01-28Massive stomp on the query page and buglist page. Added the abilityterry%mozilla.org1-361/+567
to use the "boolean charts" to do very powerful queries.
2000-01-27Allow searches for "all keywords" or "no keywords"; fixed some otherterry%mozilla.org1-2/+18
bugs around keyword queries.
2000-01-25Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org1-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.