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

426 Коммитов

Автор SHA1 Сообщение Дата
terry%mozilla.org 2cc2483e23 Footer wasn't displaying new state after clicking "log out". 2000-01-18 14:41:00 +00:00
terry%mozilla.org e9c9ad3180 Stop ever using perl's crypt() function; only use mysql's. (Using
both was causing corruption on about 1 in 40 passwords.)
2000-01-18 14:40:21 +00:00
terry%mozilla.org 61e77689b0 Check for and rebuild busted password stuff. 2000-01-18 14:26:16 +00:00
terry%mozilla.org 0d0b60d14f Tell people that column changes are remembered using cookies. 2000-01-17 22:53:05 +00:00
terry%mozilla.org e466feb614 Was sometimes checking extra checkboxes in the email area. 2000-01-17 22:31:05 +00:00
terry%mozilla.org 8678574dea Very minor formatting tweak. 2000-01-17 19:54:50 +00:00
terry%mozilla.org f71db32fc9 Added "Windows 2000" and "Mac System 9.0" to the OS list. 2000-01-17 19:20:20 +00:00
terry%mozilla.org 3768ce0b79 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.
2000-01-17 11:54:58 +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 b1e16d66ea 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.
2000-01-17 11:38:41 +00:00
terry%mozilla.org f0c46f4cf7 Oops! Fixed stupid typo in last patch. 2000-01-17 03:14:14 +00:00
terry%mozilla.org 24a15de3a8 If there is only one component, then select it for the user. 2000-01-15 17:25:51 +00:00
terry%mozilla.org 35ad85508e Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns. 2000-01-15 01:19:44 +00:00
terry%mozilla.org 638bec378a Checked in patch by Dawn Endico <endico@mozilla.org> -- when
reassigning by component, reassign the qa contact too.
2000-01-15 00:23:31 +00:00
terry%mozilla.org 2f0f396818 Added "sanity check" to the list of things the maintainer gets to
choose from in the footer.
2000-01-14 23:30:24 +00:00
terry%mozilla.org 8b6db54469 Added a missing PutFooter(). 2000-01-14 23:17:49 +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 16d360a8d4 Remove unused files. 2000-01-14 22:04:49 +00:00
terry%mozilla.org 8ac13a498a Remove unused files. 2000-01-14 21:44:14 +00:00
terry%mozilla.org 7078f1149f Fixed typos. 2000-01-14 00:22:54 +00:00
terry%mozilla.org 71c5039ba4 Make wording a little more clear when a username is invalid. 2000-01-13 22:55:45 +00:00
terry%mozilla.org c82965dccc Send one last email notification to people when a bug gets reassigned
away from them or they get removed from the CC list.
2000-01-13 22:23:25 +00:00
terry%mozilla.org 8b16fada23 Allow displaying of a "keywords" column. 2000-01-13 20:25:10 +00:00
terry%mozilla.org cd3d3b7544 Was sometimes putting a silly timestamp in the change log. 2000-01-13 17:46:01 +00:00
terry%mozilla.org 0322b4e8e2 Don't complain that the user isn't doing anything if he is actually
changing keywords.
2000-01-13 16:19:19 +00:00
terry%mozilla.org b1cadb6658 Provide a simple param to let the maintainer shut down Bugzilla for a while. 2000-01-12 18:55:24 +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 06d373ceab Fixed warnings. 2000-01-11 21:32:43 +00:00
terry%mozilla.org 35aa5f99e8 Was making changes to bugs before validating the entries in the CC
field.  This caused mid-air collisions and other weirdnesses.
2000-01-11 18:25:11 +00:00
terry%mozilla.org 904833ded5 Worked around bug in older versions of MySQL that caused a report of
one bug matching a keyword when there really are zero.
2000-01-11 00:26:22 +00:00
terry%mozilla.org eb84a238ce Fixed a warning. 2000-01-10 22:17:10 +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 d8500209bc Stop generating the %::keywordsbyid hashtable that nothing was using. 2000-01-06 22:55:00 +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 089631caec Oops; fixed table alignment problem introduced by last change. 2000-01-06 17:39:03 +00:00
terry%mozilla.org 6107e03841 A few months ago, we lost the ability to edit the votes-per-user field
in a product.  Which meant nobody could turn on or off this feature.
Restored the editing ability.
2000-01-04 21:29:51 +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
terry%mozilla.org fa5bf8838d Recognize Windows98. 2000-01-04 19:27:49 +00:00
terry%mozilla.org 827eb20983 Got rid of extra <H1> tag. 1999-12-28 22:31:47 +00:00
terry%mozilla.org 1a7cc946d8 Fixed very very nasty bug which, when deleting a component, would tell
you it had no bugs (even when it had some), and would then proceed to
delete all those bugs (even if you had the param set to never allow
bug deletion.)  Added some paranoia to prevent such things from
happening again.  Yikes.
1999-12-17 03:41:13 +00:00
terry%mozilla.org d7510467b3 Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla require comments on certain operations. 1999-12-16 16:37:57 +00:00
terry%mozilla.org 04e349a7b8 Force selection of a valid product when doing a mass
reassign-to-component-owner.
1999-12-14 23:54:30 +00:00
terry%mozilla.org b36ed612b3 Don't do dmose's paranoid checking of option values in the query page. 1999-12-06 17:09:54 +00:00
terry%mozilla.org 393bce04e0 Oops; previous patch caused extra percent-signs to appear in installations running older versions of MySQL. 1999-12-03 19:30:49 +00:00
terry%mozilla.org a0eb5f2732 Fixed bug 20126 -- use more international-friendly (and Y2K happier) date formats. 1999-12-03 19:28:18 +00:00
dmose%mozilla.org 399dbbb2eb special cased DUPLICATE in the make_options() sanity-checking code 1999-12-02 23:56:07 +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
terry%mozilla.org 040a615a2b Updated version string to 2.9 (development) 1999-11-19 15:57:00 +00:00
terry%mozilla.org 47aeeb9b2f Updated version string to 2.8 (shipping) 1999-11-19 15:56:28 +00:00