Commit Graph

3085 Commits

Author SHA1 Message Date
terry%mozilla.org
e804050006 New email code wasn't notifying people of changes in state of
dependent bugs.


git-svn-id: svn://10.0.0.236/trunk@58422 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-23 01:03:15 +00:00
terry%mozilla.org
071c01f7ca Honor the emailregexp param when checking email addresses.
git-svn-id: svn://10.0.0.236/trunk@58415 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 22:19:05 +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
4b8f3f6dc5 Minor wording change to hopefully make it more obvious slight changes
in the "long description" search.


git-svn-id: svn://10.0.0.236/trunk@58409 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 19:43:30 +00:00
terry%mozilla.org
347248f67b Stupid typo caused "any words" and "all words" searches on the long
description to crash.


git-svn-id: svn://10.0.0.236/trunk@58408 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 19:31:41 +00:00
terry%mozilla.org
e7806e57f0 Fixed stupid typo.
git-svn-id: svn://10.0.0.236/trunk@58407 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 19:25:33 +00:00
terry%mozilla.org
556880c3d1 If no sort order is specified, use the cookie if available.
git-svn-id: svn://10.0.0.236/trunk@58406 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 19:23:58 +00:00
terry%mozilla.org
2cfbd32811 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.


git-svn-id: svn://10.0.0.236/trunk@58405 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 19:08:57 +00:00
terry%mozilla.org
92aae0a085 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.


git-svn-id: svn://10.0.0.236/trunk@58404 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 17:50:00 +00:00
terry%mozilla.org
44682785ae Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --
don't generate HTML tables with more than 50 lines, as browsers generally
can't cope with huge tables.


git-svn-id: svn://10.0.0.236/trunk@58402 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 16:51:49 +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
0065d16c1f Whoops; code to let people turn on new "newemailtech" pref was busted.
git-svn-id: svn://10.0.0.236/trunk@58387 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 04:37:42 +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
mcafee%netscape.com
83eba67728 Invalid html, added trailing /html tag.
git-svn-id: svn://10.0.0.236/trunk@58359 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-21 22:01:11 +00:00
terry%mozilla.org
052b207ca3 Continue making the last-changed date on a bug be updated if someone only adds a comment.
git-svn-id: svn://10.0.0.236/trunk@58321 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-20 21:42:23 +00:00
terry%mozilla.org
e0dedb50dd Don't try to put out the footer if we're shutdown (as that can try to access the DB which we don't want).
git-svn-id: svn://10.0.0.236/trunk@58320 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-20 21:36:20 +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
slamm%netscape.com
deb13dc0ed List of images on mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@58285 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-20 02:32:18 +00:00
slamm%netscape.com
6e9972667a Update script so it can be used to weed out broken or long loading images.
git-svn-id: svn://10.0.0.236/trunk@58265 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 22:46:03 +00:00
terry%mozilla.org
7aea12cb09 Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if they asked for no header.
git-svn-id: svn://10.0.0.236/trunk@58256 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 20:30:28 +00:00
terry%mozilla.org
ac98b7c9de Allow whitespace to be used to separate keywords.
git-svn-id: svn://10.0.0.236/trunk@58253 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 19:32:05 +00:00
terry%mozilla.org
ba523f0ca7 Let's outlaw whitespace in keywords.
git-svn-id: svn://10.0.0.236/trunk@58252 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 19:26:37 +00:00
terry%mozilla.org
0c0b6247f0 Oops; query results were always coming back empty if you specified
multiple directories.


git-svn-id: svn://10.0.0.236/trunk@58246 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 19:04:31 +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
6bcdaab21e Footer wasn't displaying new state after clicking "log out".
git-svn-id: svn://10.0.0.236/trunk@58094 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 14:41:00 +00:00
terry%mozilla.org
fc99a06546 Stop ever using perl's crypt() function; only use mysql's. (Using
both was causing corruption on about 1 in 40 passwords.)


git-svn-id: svn://10.0.0.236/trunk@58093 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 14:40:21 +00:00
terry%mozilla.org
45c66f7115 Check for and rebuild busted password stuff.
git-svn-id: svn://10.0.0.236/trunk@58092 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 14:26:16 +00:00
terry%mozilla.org
7b70a23495 Tell people that column changes are remembered using cookies.
git-svn-id: svn://10.0.0.236/trunk@58043 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 22:53:05 +00:00
terry%mozilla.org
27cfdbc728 Was sometimes checking extra checkboxes in the email area.
git-svn-id: svn://10.0.0.236/trunk@58040 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 22:31:05 +00:00
terry%mozilla.org
3b4d14275a Very minor formatting tweak.
git-svn-id: svn://10.0.0.236/trunk@58021 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 19:54:50 +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
aaed41e784 Add a space after the comma when listing a bug with multiple keywords,
to be consistant with the way it gets listed in bug lists.


git-svn-id: svn://10.0.0.236/trunk@58012 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 11:54:58 +00:00
terry%mozilla.org
1f4635ebd2 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.


git-svn-id: svn://10.0.0.236/trunk@58011 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 11:45:34 +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
bc9cf9adc0 Oops! Fixed stupid typo in last patch.
git-svn-id: svn://10.0.0.236/trunk@57989 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 03:14:14 +00:00
terry%mozilla.org
0d74be480d If there is only one component, then select it for the user.
git-svn-id: svn://10.0.0.236/trunk@57947 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 17:25:51 +00:00
terry%mozilla.org
39939cff9b Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns.
git-svn-id: svn://10.0.0.236/trunk@57857 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 01:19:44 +00:00
terry%mozilla.org
89331e54aa Checked in patch by Dawn Endico <endico@mozilla.org> -- when
reassigning by component, reassign the qa contact too.


git-svn-id: svn://10.0.0.236/trunk@57856 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 00:23:31 +00:00
terry%mozilla.org
666ab60fac Patch by Adam Spiers <adam@spiers.net> -- fixed some poor HTML.
git-svn-id: svn://10.0.0.236/trunk@57854 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 23:56:55 +00:00
terry%mozilla.org
5dd93fbf13 Added "sanity check" to the list of things the maintainer gets to
choose from in the footer.


git-svn-id: svn://10.0.0.236/trunk@57853 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 23:30:24 +00:00
terry%mozilla.org
f8ef85865d Added a missing PutFooter().
git-svn-id: svn://10.0.0.236/trunk@57852 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 23:17:49 +00:00
terry%mozilla.org
b541dc2d83 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.


git-svn-id: svn://10.0.0.236/trunk@57846 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 22:35:49 +00:00
terry%mozilla.org
389ea2f544 Remove unused files.
git-svn-id: svn://10.0.0.236/trunk@57842 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 22:04:49 +00:00
terry%mozilla.org
3919889819 Remove unused files.
git-svn-id: svn://10.0.0.236/trunk@57839 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 21:44:14 +00:00
terry%mozilla.org
23764e4099 Fixed typos.
git-svn-id: svn://10.0.0.236/trunk@57755 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 00:22:54 +00:00
terry%mozilla.org
6835960cdb Make wording a little more clear when a username is invalid.
git-svn-id: svn://10.0.0.236/trunk@57698 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 22:55:45 +00:00
terry%mozilla.org
1c226c3e8b Send one last email notification to people when a bug gets reassigned
away from them or they get removed from the CC list.


git-svn-id: svn://10.0.0.236/trunk@57694 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 22:23:25 +00:00
terry%mozilla.org
fc7627d49d Allow displaying of a "keywords" column.
git-svn-id: svn://10.0.0.236/trunk@57687 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 20:25:10 +00:00