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

238 Коммитов

Автор SHA1 Сообщение Дата
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