Граф коммитов

103 Коммитов

Автор SHA1 Сообщение Дата
donm%bluemartini.com 3b09915fa5 bug 30823, advanced querying didn't work for dependencies. 2000-04-26 17:44:24 +00:00
terry%mozilla.org 074c645fad Queries should fully qualify the field name, in case there is more
than one table that have a field with that name.
2000-04-06 21:09:02 +00:00
terry%mozilla.org a82377c5e5 Extra special disgusting hack: if we are ordering by target_milestone,
change it to order by the sortkey of the target_milestone first.
2000-04-05 00:09:22 +00:00
dmose%mozilla.org 196804b086 Fixing a warning which happened if $ENV{'HTTP_USER_AGENT'} wasn't defined. 2000-03-29 20:10:26 +00:00
dmose%mozilla.org ee3237cb2b get rid of perl warning 2000-03-28 21:33:54 +00:00
terry%mozilla.org ac0d2faaa9 Wasn't finding anything if requesting target_milestone == "---". 2000-03-24 01:17:19 +00:00
terry%mozilla.org 738bae3187 Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition
of different target milestones by product.
2000-03-21 16:47:06 +00:00
terry%mozilla.org 53182cf291 Add a "send mail to bug owners" link (under circumstances where it
seems useful and appropriate.)
2000-03-15 21:06:02 +00:00
terry%mozilla.org 81cde9d424 Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formatting
string wasn't working with modern MySQL engines.
2000-03-07 21:56:02 +00:00
terry%mozilla.org 142c123906 Was choking on order='Importance'. 2000-03-07 21:04:35 +00:00
terry%mozilla.org f4f83ff6a4 Patch by Brian Duggan <bduggan@oven.com> -- security improvements. 2000-03-07 18:23:00 +00:00
terry%mozilla.org 91facb9ca3 Fixed very stupid typo. 2000-03-06 23:21:51 +00:00
terry%mozilla.org e54ca33f1f Make a universal routine to report errors in forms, so that we can
have a universal (and more noticable) way of displaying them.
2000-02-25 19:32:47 +00:00
terry%mozilla.org a518877323 Fixed some functions in buglist.cgi that won't work if we're hooked up
to the shadow database.
2000-02-18 00:50:25 +00:00
terry%mozilla.org 9775eaa834 Added an optional ability to keep a read-only shadow database, so that
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-17 21:41:39 +00:00
terry%mozilla.org 11128dc63c Oops; had the name of the "editbugs" group typed in wrong in a couple
of places.
2000-02-17 15:59:56 +00:00
terry%mozilla.org 0f934486ff Major spankage. Added a new state, UNCONFIRMED. Added new groups,
"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-17 05:15:23 +00:00
terry%mozilla.org 8dfeed3f59 Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the
"check all" and "uncheck all" buttons work on IE.
2000-02-09 11:55:07 +00:00
terry%mozilla.org 6bf0ee5568 Add an optional ability to stagger the headers in the bug list, which
is uglier, but often squeezes things better horizontally.
2000-02-04 14:08:00 +00:00
terry%mozilla.org aafab342a0 Whoops, searches of "Comment changed (before|after)" were not working
correctly.
2000-02-02 14:42:11 +00:00
terry%mozilla.org 13fc0464c8 Allow searching of attachment stuff using boolean charts. 2000-01-30 19:21:43 +00:00
terry%mozilla.org c7c64c5553 The "Show list" link that is supposed to quickly get you back to the
list of bugs you queried for was busted.
2000-01-28 16:39:29 +00:00
terry%mozilla.org 5488127bb8 Apparently, you're supposed to put "#foo" stuff in a URL after all the
"?" and "&" stuff.  IE doesn't work if you don't.
2000-01-28 16:18:10 +00:00
terry%mozilla.org 06d968aa56 Massive stomp on the query page and buglist page. Added the ability
to use the "boolean charts" to do very powerful queries.
2000-01-28 01:01:40 +00:00
terry%mozilla.org cefb6e13e6 Allow searches for "all keywords" or "no keywords"; fixed some other
bugs around keyword queries.
2000-01-26 21:48:36 +00:00
terry%mozilla.org 38060670b3 Reworked preferences UI. Added ability to turn off "My bugs" link at
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.
2000-01-25 07:54:57 +00:00
terry%mozilla.org c8a6896c70 Added a way to query by bug numbers. Added an "edit this query" link
when you view a buglist.
2000-01-25 02:50:37 +00:00
terry%mozilla.org 779b752c21 Named queries (and the default query) are now stored server side, in
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.)
2000-01-23 20:31:50 +00:00
terry%mozilla.org 9d6528cfe0 Fixed stupid typo that caused exact email searches in descriptions to crash. 2000-01-23 04:01:25 +00:00
terry%mozilla.org 1d1d3e33cf Can now search for people who have added text to a bug. 2000-01-23 02:22:11 +00:00
terry%mozilla.org 2f96a4a900 Stupid typo caused "any words" and "all words" searches on the long
description to crash.
2000-01-22 19:31:41 +00:00
terry%mozilla.org b9bf740674 If no sort order is specified, use the cookie if available. 2000-01-22 19:23:58 +00:00
terry%mozilla.org 514b98b46e Remember the previous sort order in a cookie, and make that the
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.
2000-01-22 19:08:57 +00:00
terry%mozilla.org 61399c39cf Patch by Christine Begle <cbegle@mozilla.org>>, with heavy
modifications by me -- let you query for "any words" and "all words",
as well as the existing substring and regexp stuff.
2000-01-22 17:50:00 +00:00
terry%mozilla.org 351bf0b663 Added a new table fielddefs that records information about the
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.
2000-01-22 04:24:42 +00:00
terry%mozilla.org aeeb27f185 Moved all the long descriptions out of the bugs table, and into a new
table.  There is now a separate entry for each new long description,
rather than appending them all together in one big field.
2000-01-20 21:31:22 +00:00
terry%mozilla.org 219255e614 Allow whitespace to be used to separate keywords. 2000-01-19 19:32:05 +00:00
terry%mozilla.org 7697daf15c Use new "keywords" cache to display keywords in bug lists. Not only
is this much faster, but it also lets you sort by that column, and
requires less special-case code.
2000-01-17 11:45:34 +00:00
terry%mozilla.org 853edc6444 Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
me.  Added a footer to every page.  Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
2000-01-14 22:35:49 +00:00
terry%mozilla.org 8b16fada23 Allow displaying of a "keywords" column. 2000-01-13 20:25:10 +00:00
terry%mozilla.org 48f1fda361 "Change several bugs" was losing the sort order. 2000-01-12 18:31:33 +00:00
terry%mozilla.org 594f3ddab6 Asking for both keywords and CC info was creating corrupted SQL. 2000-01-10 21:24:18 +00:00
terry%mozilla.org aa0a6b1578 Whoops; SQL doesn't seem to want me to mention a table in a SELECT statement
if I'm not going to use it.
2000-01-06 21:32:59 +00:00
terry%mozilla.org e768608592 Add support for a new "keywords" feature. This lets some central
authority maintain a list of keywords, and users can associate any
keyword with any bug.

The new functionality won't appear until at least one keyword is
defined.

Note that you *must* run the "checksetup.pl" script after updating
this change, in order to create the new required tables "keywords" and
"keyworddefs".
2000-01-06 21:16:15 +00:00
terry%mozilla.org fdc2edd75f When no bugs are found, give links to make another query or to submit
a new bug.
2000-01-04 19:54:15 +00:00
dmose%mozilla.org 7c1f7185c8 a bug fix or two and a whole bunch of sanity-checking of form submissions stuff 1999-12-02 23:21:42 +00:00
dmose%mozilla.org 18f71469a1 updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org a1444210ed Fixed stupid perl warning. 1999-10-20 00:06:41 +00:00
terry%mozilla.org 35bc9c57a6 Allow sorting of status whiteboard column. 1999-10-14 17:21:43 +00:00
terry%mozilla.org 37879fe897 Got rid of silly debugging hack. 1999-10-11 21:19:46 +00:00