aboutsummaryrefslogtreecommitdiffstats
path: root/defparams.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-583/+709
| | | | r=joel, preed
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-271-1/+1
| | | | * NO CODE CHANGES *
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net2002-08-201-0/+6
| | | | Attachments. Patch by bugreport@peshkin.net; r=gerv.
* Backing out patch for bug 126955 (supporting localized templates) due to ↵justdave%syndicomm.com2002-08-171-10/+0
| | | | | | fatal regression in checksetup.pl for initial checkouts/clean installs. See comment 25 onward in bug for details.
* Bug 10037 - param to disable adding new quipsbugreport%peshkin.net2002-08-171-4/+6
| | | | r=imajes, preed
* Bug 160410: defparams.pl support for single/multi pulldown menus; ↵preed%sigkill.com2002-08-111-2/+107
| | | | p=preed,r=joel,r2=bbaetz
* Bug 126955 - Bugzilla should support translated/localized templates. This ↵gerv%gerv.net2002-08-101-0/+10
| | | | patch uses ACCEPT_LANGUAGE to determine which template to use. Patch by burnus; r=gerv.
* Bug 113459 Bad regexp in emailregexp causes system lockoutbugreport%peshkin.net2002-07-311-1/+8
|
* Bug 159593 - usedependencies parameter must die. Patch by gerv; r=bbaetz.gerv%gerv.net2002-07-291-5/+0
|
* bug 158498 - defparams.pl prints an error message in a check function ↵gerv%gerv.net2002-07-241-1/+1
| | | | instead of returning it. Patch by gerv; 2xr=zeroj.
* Bug 150829 - 'My Votes' link missing from footerbbaetz%student.usyd.edu.au2002-07-101-0/+5
| | | | r=myk, jouni
* Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2bbaetz%student.usyd.edu.au2002-07-081-5/+0
| | | | r=jouni x2
* Fix for bug 99203: Implements bug aliases feature.myk%mozilla.org2002-07-041-0/+6
| | | | r=bbaetz,jouni
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-281-1/+1
| | | | r=jouni, gerv
* Fix for bug 147476: the affect of changing your dot/webdot preferences on ↵justdave%syndicomm.com2002-06-031-1/+5
| | | | | | | | your web server's accessibility option (.htaccess for Apache) is now mentioned in the parameter description. Patch by Jouni Heikniemi (jouni@heikniemi.net) r= bbaetz, afranke
* Bug 143040 - Tidy up remove parameters message in checksetup.pl. Patch by ↵gerv%gerv.net2002-05-091-10/+1
| | | | gerv; r=justdave, ddk.
* Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave.gerv%gerv.net2002-05-081-133/+1
|
* Bug 129442 - make html of a default installation (mostly) HTML 4.01bbaetz%student.usyd.edu.au2002-04-151-1/+1
| | | | | | | transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave
* Bug 134575 - some scripts trying to make world writable directoriesbbaetz%student.usyd.edu.au2002-04-071-3/+1
| | | | r=justdave, gerv
* Bug 120537 (b) - fix previous patch to not complain if there's no .htaccess ↵gerv%gerv.net2002-04-031-4/+6
| | | | file. Patch by ddkilzer@theracingworld.com; r=justdave, bbaetz.
* Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵justdave%syndicomm.com2002-04-021-0/+6
| | | | commit didn't pick these up.
* Bug 120537 - Allow the use of a local 'dot' binary to generate dependancybbaetz%student.usyd.edu.au2002-03-311-2/+34
| | | | | graphs patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz
* Bug 110711 - various query.cgi/tmpl problems. This patch resolves all known ↵gerv%gerv.net2002-02-241-1/+1
| | | | issues.
* Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au2002-02-051-8/+1
| | | | r=justdave, gerv
* Fix for bug 104521: Removes old attachment interface in favor of new ↵myk%mozilla.org2002-01-301-5/+10
| | | | | | | attachment tracker. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
* Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org2001-10-311-0/+24
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
* Bug 46935 - trivial typo.gerv%gerv.net2001-10-151-1/+1
|
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-39/+39
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com2001-10-131-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
* Fix for bug 97657 - in defparams.pl, the sillyness sub should be called ↵jake%acutex.net2001-09-101-1/+1
| | | | | | | defparams_pl_sillyness Patch by David D. Kilzer <ddkilzer@theracingworld.com> r= jake@acutex.net
* Fix for bug 98468: sample email regexp for username-only address changed ↵justdave%syndicomm.com2001-09-071-2/+2
| | | | | | | from ^[^@]*$ to ^[^@]+$ and the default emailregexp changed from ^[^@]*@[^@]*\\.[^@]*$ to ^[^@]+@[^@]+\\.[^@]+$ Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net x2
* Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org2001-08-311-0/+5
| | | | | | | users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
* Fix for bug 95634 - Improvements to Param('voteremovedmail')jake%acutex.net2001-08-251-5/+7
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
* Fix for bug 26194: There are now substitution parameters available for use ↵justdave%syndicomm.com2001-08-141-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
* More bug 26194: move the reason to the top of the email so that it doesn't ↵zach%zachlipton.com2001-08-121-2/+2
| | | | look like part of the comment. a=dave
* patch for bug 26194: Header explaining reason d'etre for email in New email ↵zach%zachlipton.com2001-08-121-1/+4
| | | | | | notification scheme. Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com.
* Fix for bug 87701: Invalid username in bug changes echoed back without ↵justdave%syndicomm.com2001-07-041-3/+3
| | | | | | | escaping HTML data Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk> r= justdave@syndicomm.com
* Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net2001-05-241-46/+8
| | | | r= justdave@syndicomm.com
* Fix bug 76524 - mostfreqhtml param text has a few issues. Patch by ↵gerv%gerv.net2001-04-221-2/+2
| | | | matty@chariot.net.au .
* landing final patch for bug 76261tara%tequilarista.org2001-04-201-1/+2
|
* Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug ↵justdave%syndicomm.com2001-04-071-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
* Re-fix for bug 29820: remove "Changed" from email subject line. Based on ↵justdave%syndicomm.com2001-04-071-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.
* Adding a comment to the top to hopefully prevent some of the confusion that ↵dave%intrec.com2001-03-201-0/+5
| | | | new Bugzilla maintainers are often running into with hacking Bugzilla installs.
* changes from jake@acutex.net to make it possible to toggle the default value ↵dmose%mozilla.org2000-12-231-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
* Landing duplicates stuff from gervase markhamtara%tequilarista.org2000-10-241-0/+44
|
* Fix for bug 51270: param for bodyhtml to allow sites to customizedave%intrec.com2000-09-161-0/+5
| | | | background colors/image and link colors.
* fixes for 51184, 51185, 51186: allow for ldap authentication. patchescyeh%bluemartini.com2000-09-161-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.
* fix for 50698: parameter for sendmail deferred modecyeh%bluemartini.com2000-08-301-0/+4
|
* fix for 45116, typo, above should be below.cyeh%bluemartini.com2000-08-281-1/+1
|