Commit Graph

28 Commits

Author SHA1 Message Date
terry%mozilla.org
b462eb8895 Don't stomp on bugs timestamps when adding the new everconfirmed field.
git-svn-id: svn://10.0.0.236/trunk@61312 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-18 20:03:17 +00:00
terry%mozilla.org
f6643e69b0 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.


git-svn-id: svn://10.0.0.236/trunk@61227 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 21:41:39 +00:00
terry%mozilla.org
86a0cf8cc4 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.


git-svn-id: svn://10.0.0.236/trunk@61184 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 05:15:23 +00:00
terry%mozilla.org
ae675b6ee0 Allow searching of attachment stuff using boolean charts.
git-svn-id: svn://10.0.0.236/trunk@59236 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-30 19:21:43 +00:00
terry%mozilla.org
5aba3d4b8d Don't regenerate the shadow database until we're sure that our DB is
up to snuff with what processmail expects.


git-svn-id: svn://10.0.0.236/trunk@59195 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 20:07:05 +00:00
terry%mozilla.org
8c1f0c2799 Allow searching by "last change date" in the boolean charts.
git-svn-id: svn://10.0.0.236/trunk@58991 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 01:28:55 +00:00
terry%mozilla.org
982cc6b9f0 Massive stomp on the query page and buglist page. Added the ability
to use the "boolean charts" to do very powerful queries.


git-svn-id: svn://10.0.0.236/trunk@58980 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 01:01:40 +00:00
terry%mozilla.org
4a1da59e9a If adding the new "lastdiffed" field, it works out better to
initialize it to "now", not to "delta_ts".


git-svn-id: svn://10.0.0.236/trunk@58805 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 21:17:36 +00:00
terry%mozilla.org
f390ae9051 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.


git-svn-id: svn://10.0.0.236/trunk@58576 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 07:54:57 +00:00
terry%mozilla.org
fd5541afb9 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.)


git-svn-id: svn://10.0.0.236/trunk@58443 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-23 20:31:50 +00:00
terry%mozilla.org
f9fe5a0435 Oops; previous change would cause delta_ts values to be lost in the bugs table.
git-svn-id: svn://10.0.0.236/trunk@58427 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-23 03:57:11 +00:00
terry%mozilla.org
ebb28e3500 The "login_name" field in the "profiles" table was not declared to be
unique.  Sure enough, somehow, I got 22 duplicated entries in my
database.  This code detects that, cleans up the duplicates, and then
tweaks the table to declare the field to be unique.  What a pain.


git-svn-id: svn://10.0.0.236/trunk@58426 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-23 03:36:17 +00:00
terry%mozilla.org
0429df301e Removed stupid test.
git-svn-id: svn://10.0.0.236/trunk@58413 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 21:44:10 +00:00
terry%mozilla.org
e11e9b4ace AACK! checksetup.pl was stomping all over the new fielddefs table if
it got run more than once.  This checkin fixes that, and also changes
the DumpBugActivity() routine to give me enough information to
hopefully repair the damaged mozilla.org database...


git-svn-id: svn://10.0.0.236/trunk@58412 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 21:43:30 +00:00
terry%mozilla.org
b0244ed153 Patch by Holger Schurig <holger@holger.om.org> -- add new localconfig
option to skip the database check (since that code doesn't work with
all versions of MySQL/Msql-mysql/Perl/moonphase).


git-svn-id: svn://10.0.0.236/trunk@58401 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 16:33:33 +00:00
terry%mozilla.org
d8d959532a 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.


git-svn-id: svn://10.0.0.236/trunk@58386 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 04:24:42 +00:00
terry%mozilla.org
36d20e90ba 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.


git-svn-id: svn://10.0.0.236/trunk@58319 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-20 21:31:22 +00:00
terry%mozilla.org
1ee7f779d6 Added a way to disable a user.
git-svn-id: svn://10.0.0.236/trunk@58139 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 22:41:26 +00:00
terry%mozilla.org
54c6bf26c5 Spruced up "editusers.cgi". Added an "editusers" group.
git-svn-id: svn://10.0.0.236/trunk@58106 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 18:34:01 +00:00
terry%mozilla.org
2d1d1c5690 Added "Windows 2000" and "Mac System 9.0" to the OS list.
git-svn-id: svn://10.0.0.236/trunk@58017 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 19:20:20 +00:00
terry%mozilla.org
b11185bb65 Added a "keywords" field to a bug, which is a cached string-based copy
of all the keywords assigned to the bug.  Right now, we only have code
that generates and maintains this field; soon will come code that
actually uses it.


git-svn-id: svn://10.0.0.236/trunk@58008 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 11:38:41 +00:00
terry%mozilla.org
afb8532267 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".


git-svn-id: svn://10.0.0.236/trunk@56992 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:16:15 +00:00
dmose%mozilla.org
03ec794132 updated license boilerplate
git-svn-id: svn://10.0.0.236/trunk@52443 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:33:56 +00:00
terry%mozilla.org
909afc64d2 Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the 'when' column in the bugs_activity table.
git-svn-id: svn://10.0.0.236/trunk@50697 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 22:35:12 +00:00
terry%mozilla.org
270c5df832 Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right on the shadow directory.
git-svn-id: svn://10.0.0.236/trunk@50696 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 22:32:44 +00:00
terry%mozilla.org
210deb53ba Fix invalid SQL introduced by last patch.
git-svn-id: svn://10.0.0.236/trunk@50686 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 17:34:00 +00:00
terry%mozilla.org
06a85f06f3 Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONE
user in the profiles table, then this user will be promoted into all groups.


git-svn-id: svn://10.0.0.236/trunk@50473 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 20:28:41 +00:00
terry%mozilla.org
f07d66246d Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all the
yicky old make*.sh files and the CHANGES file with a new, nifty
checksetup.pl file that knows how to create a setup from scratch as
well as upgrade an older setup to a new one.  Very cool stuff!


git-svn-id: svn://10.0.0.236/trunk@50467 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 16:58:11 +00:00