summaryrefslogtreecommitdiffstats
path: root/defparams.pl
AgeCommit message (Collapse)AuthorFilesLines
2001-10-13Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com1-0/+5
each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi. Patch by Dave Lawrence <dkl@redhat.com> r= myk, justdave
2001-09-10Fix for bug 97657 - in defparams.pl, the sillyness sub should be called ↵jake%acutex.net1-1/+1
defparams_pl_sillyness Patch by David D. Kilzer <ddkilzer@theracingworld.com> r= jake@acutex.net
2001-09-07Fix for bug 98468: sample email regexp for username-only address changed ↵justdave%syndicomm.com1-2/+2
from ^[^@]*$ to ^[^@]+$ and the default emailregexp changed from ^[^@]*@[^@]*\\.[^@]*$ to ^[^@]+@[^@]+\\.[^@]+$ Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net x2
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org1-0/+5
users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
2001-08-25Fix for bug 95634 - Improvements to Param('voteremovedmail')jake%acutex.net1-5/+7
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
2001-08-14Fix for bug 26194: There are now substitution parameters available for use ↵justdave%syndicomm.com1-4/+11
in newchangedmail which will include the reason(s) that the person is receiving the mail in either an email header, the body of the message, or both. The default newchangedmail parameter includes these in it. If you have an existing installation you will need to either hit "reset" next to the newchangedmail parameter, or add the substitution parameters where you like them according to the instructions given in editparams.cgi viewed from the web. Patch by Matthew Tuck <matty@chariot.net.au> and Zach Lipton <zach@zachlipton.com> r= justdave@syndicomm.com
2001-08-12More bug 26194: move the reason to the top of the email so that it doesn't ↵zach%zachlipton.com1-2/+2
look like part of the comment. a=dave
2001-08-12patch for bug 26194: Header explaining reason d'etre for email in New email ↵zach%zachlipton.com1-1/+4
notification scheme. Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com.
2001-07-04Fix for bug 87701: Invalid username in bug changes echoed back without ↵justdave%syndicomm.com1-3/+3
escaping HTML data Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk> r= justdave@syndicomm.com
2001-05-24Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net1-46/+8
r= justdave@syndicomm.com
2001-04-23Fix bug 76524 - mostfreqhtml param text has a few issues. Patch by ↵gerv%gerv.net1-2/+2
matty@chariot.net.au .
2001-04-20landing final patch for bug 76261tara%tequilarista.org1-1/+2
2001-04-07Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug ↵justdave%syndicomm.com1-4/+4
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-07Re-fix for bug 29820: remove "Changed" from email subject line. Based on ↵justdave%syndicomm.com1-4/+4
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-03-20Adding a comment to the top to hopefully prevent some of the confusion that ↵dave%intrec.com1-0/+5
new Bugzilla maintainers are often running into with hacking Bugzilla installs.
2000-12-23changes from jake@acutex.net to make it possible to toggle the default value ↵dmose%mozilla.org1-5/+14
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-10-24Landing duplicates stuff from gervase markhamtara%tequilarista.org1-0/+44
2000-09-16Fix for bug 51270: param for bodyhtml to allow sites to customizedave%intrec.com1-0/+5
background colors/image and link colors.
2000-09-16fixes for 51184, 51185, 51186: allow for ldap authentication. patchescyeh%bluemartini.com1-0/+30
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-08-30fix for 50698: parameter for sendmail deferred modecyeh%bluemartini.com1-0/+4
2000-08-28fix for 45116, typo, above should be below.cyeh%bluemartini.com1-1/+1
2000-07-14Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org1-1/+37
set the move related params.
2000-05-09Add a new param, musthavemilestoneonaccept, which requires users toterry%mozilla.org1-0/+5
set the target milestone when accepting a bug.
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org1-1/+5
2000-03-11Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org1-1/+13
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-08Contribution by Eli Goldberg <eli@prometheus-music.com> -- genericterry%mozilla.org1-1/+1
bug-writing guidelines.
2000-02-26Make a universal routine to report errors in forms, so that we canterry%mozilla.org1-11/+7
have a universal (and more noticable) way of displaying them.
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org1-1/+29
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-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-2/+7
"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-08Make the "mail a new password" text be a param.terry%mozilla.org1-0/+22
2000-01-25Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org1-1/+3
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-23New email code wasn't notifying people of changes in state ofterry%mozilla.org1-0/+13
dependent bugs.
2000-01-22Added a new table fielddefs that records information about theterry%mozilla.org1-0/+8
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-19Spruced up "editusers.cgi". Added an "editusers" group.terry%mozilla.org1-0/+6
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-1/+34
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-13Provide a simple param to let the maintainer shut down Bugzilla for a while.terry%mozilla.org1-0/+6
1999-12-17Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla ↵terry%mozilla.org1-0/+42
require comments on certain operations.
1999-12-03a bug fix or two and a whole bunch of sanity-checking of form submissions stuffdmose%mozilla.org1-1/+9
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-10-19Fixed stupid perl warnings.terry%mozilla.org1-0/+9
1999-10-13Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1-0/+6
ability to edit components, products, and versions. Yay!
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-0/+15
be fixed.
1999-09-28Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to ↵terry%mozilla.org1-0/+4
show quips.
1999-09-15Whining mail wasn't generated correctly if usernames != email addresses.terry%mozilla.org1-2/+2
1999-08-06Add a current milestone variable and a most doomed report that's like the ↵endico%mozilla.org1-0/+7
ones chofmann posts listing engineers with Mx bugs by number of bugs.
1999-07-27Patch by jtg@varesearch.com -- fixed stupid typo in default value forterry%mozilla.org1-1/+1
blurbhtml.
1999-07-09Another battle in the HTML syntax error war.bryce-mozilla%nextbus.com1-3/+3
1999-06-29Added "entryheaderhtml" parameter which lets you specify text toendico%mozilla.org1-0/+5
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-15Added the ability to configure bugzilla so that we only allow localterry%mozilla.org1-0/+16
usernames for email addresses.
1999-05-27Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org1-0/+10
other ones.