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

350 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org 927cad1143 Fixing a warning which happened if $ENV{'HTTP_USER_AGENT'} wasn't defined. 2000-03-29 20:10:26 +00:00
dmose%mozilla.org 9d154e320a get rid of perl warning 2000-03-28 21:33:54 +00:00
terry%mozilla.org 1983e662cb Wasn't finding anything if requesting target_milestone == "---". 2000-03-24 01:17:19 +00:00
terry%mozilla.org c49fc801bc 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 fbaa1f573b 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 23fc67e133 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 23f8154856 Was choking on order='Importance'. 2000-03-07 21:04:35 +00:00
terry%mozilla.org c3ae7bc600 Patch by Brian Duggan <bduggan@oven.com> -- security improvements. 2000-03-07 18:23:00 +00:00
terry%mozilla.org 993a18a07c Fixed very stupid typo. 2000-03-06 23:21:51 +00:00
terry%mozilla.org 10626c1f40 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 f16e1a83d9 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 732a4ab9f6 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 0971c5f33a 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 718ebdae52 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 7edec295ef 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 62670f8a79 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 2739f5a184 Whoops, searches of "Comment changed (before|after)" were not working
correctly.
2000-02-02 14:42:11 +00:00
terry%mozilla.org bd4ad592f0 Allow searching of attachment stuff using boolean charts. 2000-01-30 19:21:43 +00:00
terry%mozilla.org ba3bd27a63 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 f461027ecc 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 7ecba992bf 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 d1efedc9f4 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 c7fc84f240 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 e027807a5f 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 3d75e25093 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 ce4604f577 Fixed stupid typo that caused exact email searches in descriptions to crash. 2000-01-23 04:01:25 +00:00
terry%mozilla.org 2fc105856d Can now search for people who have added text to a bug. 2000-01-23 02:22:11 +00:00
terry%mozilla.org 313ffe129f 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 0b2fdac733 If no sort order is specified, use the cookie if available. 2000-01-22 19:23:58 +00:00
terry%mozilla.org b9dc656311 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 6f9fa675fc 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 8ed4c20ca3 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 c308f025ee 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 23fbfe14b9 Allow whitespace to be used to separate keywords. 2000-01-19 19:32:05 +00:00
terry%mozilla.org bc425d694b 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 f5e622daa8 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 dcb1dc4627 Allow displaying of a "keywords" column. 2000-01-13 20:25:10 +00:00
terry%mozilla.org 43c81eb98d "Change several bugs" was losing the sort order. 2000-01-12 18:31:33 +00:00
terry%mozilla.org a0693debf4 Asking for both keywords and CC info was creating corrupted SQL. 2000-01-10 21:24:18 +00:00
terry%mozilla.org 3bf2cc86b7 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 8ec2fa3b0f 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 5d12ff7194 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 6c05f0d386 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 2db9bdbbbe updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org a022fd1435 Fixed stupid perl warning. 1999-10-20 00:06:41 +00:00
terry%mozilla.org f1d07fa0be Allow sorting of status whiteboard column. 1999-10-14 17:21:43 +00:00
terry%mozilla.org a34292afc3 Got rid of silly debugging hack. 1999-10-11 21:19:46 +00:00
terry%mozilla.org 53a33fe098 Sort votes in decreasing order, not increasing. 1999-10-11 21:17:17 +00:00
terry%mozilla.org 3c2c5481bf Stupid hack to let things work with people who have bookmarked
vote-sorting URLs using the old style.
1999-10-11 17:21:18 +00:00
terry%mozilla.org cb052f3b3d Added a "votes" field to the bugs table, which caches the total number
of votes that have been cast for that bug.  This let me simplify the
SQL in buglist.cgi, which makes things more efficient and fixes
several strange bugs.
1999-10-11 17:14:32 +00:00
terry%mozilla.org bb381f0492 Fixed bug 15890 -- was producing garbled SQL if doing a query
that required the bugs_activity table.
1999-10-08 23:45:42 +00:00
terry%mozilla.org f99e209607 Added ability to query by votes. 1999-10-08 14:41:17 +00:00
terry%mozilla.org 4844fea98f Fixed bug 15808 -- previous change had busted querying of CC. 1999-10-08 14:01:02 +00:00
terry%mozilla.org d5fe5efede Sorting by the vote column was busted. 1999-10-08 00:30:49 +00:00
terry%mozilla.org 58a7c6ecbc Added the ability for users to "vote" on which bugs they think should
be fixed.
1999-10-07 23:54:52 +00:00
terry%mozilla.org 082965d92b Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to show quips. 1999-09-27 21:25:19 +00:00
terry%mozilla.org e7749e144e Patch by holger@holger.om.org (Holger Schurig) -- several cleanups. 1999-09-23 19:19:02 +00:00
terry%mozilla.org cabd2989ff If a mangled "order" is specified, it was crashing. 1999-09-17 17:52:49 +00:00
terry%mozilla.org a179babd15 Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't let
use "when" as a column name, so let's change our usage while it's
still easy to do so.
1999-09-15 17:25:28 +00:00
terry%mozilla.org 6a31420d39 Last patch didn't work -- perl doesn't like the "scaler" function. 1999-08-06 17:00:33 +00:00
terry%mozilla.org 6502f13700 Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify a bunch of bugs at once. 1999-08-03 18:41:29 +00:00
terry%mozilla.org cb3eb0d996 Fix a typo in the "process any SQL" feature, that has made this
feature completely busted for about a year now.  I guess people don't
use it...
1999-08-02 16:12:47 +00:00
bryce-mozilla%nextbus.com 98a6b37482 More tiny battles in the HTML syntax error war 1999-07-08 23:06:47 +00:00
bryce-mozilla%nextbus.com 745dee3496 The next logical extension of the fixes for non-Netscape browsers
from the last checkin.  Non-serverpush browsers have always been sent
incorrect HTML headers, causing assorted problems (see Bug #8069 affecting
MSIE).  The code paths are very convoluted, but I think I have now
straightened them out.
1999-07-01 03:45:43 +00:00
terry%mozilla.org f4063594c1 Explain some history. 1999-06-15 15:44:42 +00:00
bryce-mozilla%nextbus.com 11245dcab3 Fix several browsers, Lynx and Opera at least. HTML syntax errors here
and there were fixed, and serverpush was restricted only to the versions
of Mozilla known to support it.
1999-06-15 04:25:29 +00:00
terry%mozilla.org d18fa25ded A null quip file was causing errors. 1999-06-14 17:37:02 +00:00
terry%mozilla.org 4ba3847d7f Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) --
Allow case insensitive and regexp based searches for strings in bugs.
1999-05-24 21:16:18 +00:00
terry%mozilla.org 1cc9687d45 Allow querying by groupset (though there is no UI for it yet; can only
use this by manually hacking the URL string.)
1999-05-10 22:23:12 +00:00
terry%mozilla.org 3f40ffa575 Provide an option to tell mysql "set option SQL_BIG_TABLES=1". This
is necessary for very big queries, but it will slow things up some
otherwise.
1999-05-07 21:49:24 +00:00
terry%mozilla.org 3c8ce1c080 Added newlines to the end of some messages; the last line was getting
eaten sometimes.
1999-05-05 21:29:46 +00:00
terry%mozilla.org 5399013d95 Allow querying of bug creation times. 1999-05-05 21:18:39 +00:00
terry%netscape.com 2bef4d3d36 Added a tiny bit of bulletproofing. 1999-04-28 21:53:45 +00:00
terry%netscape.com 842fd90539 Can now query for a specified field being changed at a specified time,
optionally to a specified value.
1999-03-23 22:32:21 +00:00
terry%netscape.com 1cb8909d0c Added 'groups' stuff, where we have different group bits that we can
put on a person or on a bug.  Some of the group bits control access to bugzilla
features.  And a person can't access a bug unless he has every group bit set
that is also set on the bug.
1999-03-11 16:30:54 +00:00
terry%netscape.com d8d1808bf8 Patch by Dhiren Patel <dhiren@nuvomedia.com> (tweaked by me) -- add a
link to Enter A Bug when viewing a list of bugs.
1999-02-26 01:08:50 +00:00
terry%netscape.com 48d25f7404 Wasn't able to mass-change a component before. 1999-02-25 23:54:14 +00:00
terry%netscape.com 7390c0dd9c Allow resetting a target milestone back to null. 1999-02-03 17:56:56 +00:00
terry%netscape.com 1ed9ccd9ea Fixed bug 2311 -- searching for status_whiteboard wasn't working. 1999-01-27 23:13:16 +00:00
terry%netscape.com 492d05d580 Added three new fields (which appear in the UI only if params are
turned on): target_milestone, qa_contact, and status_whiteboard.
1999-01-27 21:17:10 +00:00
terry%netscape.com 8fb4029fc4 Check for undefined var. 1999-01-25 23:26:28 +00:00
terry%netscape.com 591cad7c9e Wasn't properly stripping out null queries on text searches.
Harmless, but was generating overly complicated SQL.
1999-01-19 17:17:21 +00:00
terry%netscape.com a62eac6a91 Allow a "not regexp" search of email addresses. 1999-01-19 17:10:02 +00:00
terry%netscape.com ffcbf6cdba Majorly changed querying of email addresses. 1999-01-19 00:07:46 +00:00
terry%netscape.com 0b44b5b018 Allow querying of URL. 1999-01-15 17:49:50 +00:00
terry%netscape.com 9b37203760 Applied patch by cbaldwin@siara.com -- make sorting by "importance"
use "severity" as a secondary sort.  Fixes bug 1907.
1998-12-16 23:13:19 +00:00
terry%netscape.com 70e2178d55 Patch from Ashley Clark <aclark@CS.UH.EDU>, which hopefully fixes bug 1499. 1998-12-15 18:13:12 +00:00
terry%netscape.com 490f37a111 Old values for the column-header-cookie could cause problems when trying to tweak several bugs at once. 1998-12-10 19:41:30 +00:00
terry%netscape.com ca1d736df9 Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. 1998-11-20 19:18:37 +00:00
terry%netscape.com 68314873bf Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +00:00
terry%netscape.com 900cf66642 Don't do server-push if the user seems to be using Internet Explorer. 1998-09-29 19:20:59 +00:00
terry%netscape.com c18ad857ee Fixed bug 890. Apparently, Apache has the habit of lower-casing some
of the boundary strings, so we'll just lower-case them all to make
things work.
1998-09-24 21:12:46 +00:00
terry%netscape.com c5465798e0 Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
terry%netscape.com 6f8faf658a Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.
1998-09-02 19:02:30 +00:00
terry%netscape.com 737f91f0b4 Fixed bug #541 -- sorting by "assignee" now works. 1998-09-01 04:41:58 +00:00
terry%netscape.com 752e0bec62 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity
checking on the list of column names we're given.
1998-08-31 20:38:47 +00:00
terry%netscape.com a631f0cb7c Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping
that stuff in this database.
1998-08-28 20:19:31 +00:00
terry%netscape.com 5bc14685ee Fixed bug 538 -- can now search through summary and description fields. 1998-08-27 17:22:23 +00:00
terry%netscape.com dde7c7fa02 Don't choke if the user hits a space or something in the 'changed in
last ___ days' field.
1998-08-27 00:03:27 +00:00
terry%netscape.com 0be4b6cf6d Bugzilla source. 1998-08-26 06:14:20 +00:00