justdave%syndicomm.com
9c98204052
Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug 69054 (DB_File not portable): dependence on DB_File removed, now uses AnyDBM_File which comes standard with Perl. Duplicates.cgi now runs its queries against the shadow database if it's available, among many other improvements.
...
Patch by gervase.markham@univ.ox.ac.uk (Gervase Markham)
r= justdave
2001-04-06 18:19:47 +00:00
justdave%syndicomm.com
67dd79fe85
Re-fix for bug 29820: remove "Changed" from email subject line. Based on patch submitted by Stephan Niemz [faniz] <st.n@gmx.net>, r= jake, cyeh
...
UPGRADE NOTES: when you install this update, you will need to change the subject line in your 'changedmail' and 'newchangedmail' params from the web by running editparams.cgi. The subject line needs to be changed from:
Subject: [Bug %bugid%] %neworchanged% - %summary%
to
Subject: [Bug %bugid%] %neworchanged%%summary%
Or whatever is appropriate for the subject you are using on your system. Note the removal of the " - " in the middle.
2001-04-06 17:40:49 +00:00
dave%intrec.com
a2d0bb7ace
Adding a comment to the top to hopefully prevent some of the confusion that new Bugzilla maintainers are often running into with hacking Bugzilla installs.
2001-03-19 21:17:48 +00:00
dmose%mozilla.org
94225292d1
changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com
2000-12-22 23:01:30 +00:00
tara%tequilarista.org
14d7309972
Landing duplicates stuff from gervase markham
2000-10-23 22:01:31 +00:00
dave%intrec.com
bd49c741bd
Fix for bug 51270: param for bodyhtml to allow sites to customize
...
background colors/image and link colors.
2000-09-16 14:08:37 +00:00
cyeh%bluemartini.com
22a1752faf
fixes for 51184, 51185, 51186: allow for ldap authentication. patches
...
by jmrobins@tgix.com (Joe Robins). LDAP sections haven't been
tested yet, but the code is arranged such that it shouldn't disturb
existing user authentication system.
2000-09-15 18:35:18 +00:00
cyeh%bluemartini.com
f6fa2697a4
fix for 50698: parameter for sendmail deferred mode
2000-08-29 20:10:15 +00:00
cyeh%bluemartini.com
1ce47a1111
fix for 45116, typo, above should be below.
2000-08-28 04:16:18 +00:00
endico%mozilla.org
bf19617f49
Bug moving code is now fully implemented. To use it, turn on the param and set the move related params.
2000-07-13 23:12:52 +00:00
terry%mozilla.org
17d5bc74a2
Add a new param, musthavemilestoneonaccept, which requires users to
...
set the target milestone when accepting a bug.
2000-05-08 22:00:38 +00:00
dmose%mozilla.org
e518bda069
allow users to watch the bugs of other users
2000-03-28 21:31:24 +00:00
terry%mozilla.org
3f36f4d1bb
Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definition
...
of a group per project, and automatically put new bugs against that
project into that group, thus allowing entire projects to be protected
against viewing by unauthorized users. This is all optional,
controlled by new parameters.
2000-03-10 16:25:03 +00:00
terry%mozilla.org
3d1c7c6a0f
Contribution by Eli Goldberg <eli@prometheus-music.com> -- generic
...
bug-writing guidelines.
2000-03-07 18:00:24 +00:00
terry%mozilla.org
e54ca33f1f
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
9775eaa834
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
0f934486ff
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
90c0f43f4b
Make the "mail a new password" text be a param.
2000-02-07 22:11:55 +00:00
terry%mozilla.org
38060670b3
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
a19ef8aeba
New email code wasn't notifying people of changes in state of
...
dependent bugs.
2000-01-23 01:03:15 +00:00
terry%mozilla.org
351bf0b663
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
00eef4dcc3
Spruced up "editusers.cgi". Added an "editusers" group.
2000-01-18 18:34:01 +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
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
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
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
dmose%mozilla.org
18f71469a1
updated license boilerplate
1999-11-01 23:33:56 +00:00
terry%mozilla.org
da0f505ba9
Fixed stupid perl warnings.
1999-10-18 23:57:58 +00:00
terry%mozilla.org
c5e7ef3438
Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the
...
ability to edit components, products, and versions. Yay!
1999-10-12 23:00:35 +00:00
terry%mozilla.org
8cd1b485cd
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
3f50ed4d98
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
3464eb913d
Whining mail wasn't generated correctly if usernames != email addresses.
1999-09-15 12:26:58 +00:00
endico%mozilla.org
1e5fab3664
Add a current milestone variable and a most doomed report that's like the ones chofmann posts listing engineers with Mx bugs by number of bugs.
1999-08-05 20:02:20 +00:00
terry%mozilla.org
06d7bec196
Patch by jtg@varesearch.com -- fixed stupid typo in default value for
...
blurbhtml.
1999-07-26 20:50:10 +00:00
bryce-mozilla%nextbus.com
cccb1f4b7b
Another battle in the HTML syntax error war.
1999-07-08 22:53:50 +00:00
endico%mozilla.org
942228fb69
Added "entryheaderhtml" parameter which lets you specify text to
...
add to beginning of bug entry form. also aligned text in the form
to make it pretty. Uncomment the <!--</tr><tr>--> if people complain
the 80 col description text box doesn't fit narrow screens.
1999-06-29 00:24:41 +00:00
terry%mozilla.org
eed2580484
Added the ability to configure bugzilla so that we only allow local
...
usernames for email addresses.
1999-06-14 17:33:52 +00:00
terry%mozilla.org
7c73172489
Added dependencies, so that you can mark which bugs depend on which
...
other ones.
1999-05-27 14:13:41 +00:00
terry%mozilla.org
e88553d456
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
bryce-mozilla%nextbus.com
70edb69d26
Add parameter "usebrowserinfo", to allow disabling the setting of OS and Platform
...
based on the brower the user makes the report from. Realign text box for
narrower windows. Remove Mozilla-specific default parameter.
1999-05-04 00:05:27 +00:00
terry%netscape.com
e4405e1012
Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtml
...
param to allow people to customize the html put in the <HEAD> portion
of generated documents. Also, a few other minor patches.
1999-04-27 17:17:49 +00:00
terry%netscape.com
ac6b592a3c
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
8a8c7a19ac
Added params to control how priorities are set in a new bug. You can
...
now choose whether to let submitters of new bugs choose a priority, or whether
they should just accept the default priority (which is now no longer hardcoded
to "P2", but is instead a param.) The default value of the params will cause
the same behavior as before.
1999-03-09 02:33:58 +00:00
terry%netscape.com
4a24d1190c
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
d149d19e57
Removed some files that aren't used by anything.
1998-10-13 22:27:11 +00:00
terry%netscape.com
84056449e2
Change default banner to include version info.
1998-09-19 05:47:54 +00:00
terry%netscape.com
be4d24654b
Add simple support for a version string.
1998-09-19 04:38:12 +00:00
terry%netscape.com
a3f67c759a
Everything has been ported to now run under Perl.
1998-09-15 21:49:26 +00:00