aboutsummaryrefslogtreecommitdiffstats
path: root/defparams.pl
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 146087: set the default of the sendmailnow param to ON on the ↵jocuri%softhome.net2004-04-011-1/+1
| | | | trunk as well; r=justdave; a=justdave.
* Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, ↵justdave%syndicomm.com2004-03-181-1/+8
| | | | | | | prevents bugs from being closed if there are any bugs blocking it which are still open. Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com> r= justdave, a= myk
* Patch for bug 65313; improves the email regexp in order to detect better ↵jocuri%softhome.net2004-02-261-1/+1
| | | | invalid email addresses; r=gerv, a=justdave.
* Patch for bug 213679: Implement a parameter that allows administrators to ↵jocuri%softhome.net2004-01-311-0/+8
| | | | control whether blank comments are allowed when filling new bugs; code by Dave Swegen <dswegen@software.plasmon.com>; r=myk; a=myk.
* Fix for bug 90468: Bugzilla does not log out automatically when closingkiko%async.com.br2004-01-171-0/+18
| | | | | the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk.
* Fix for bug 229800: whineatnews.pl doesn't whine about REOPENED bugs.kiko%async.com.br2004-01-141-15/+17
| | | | | | Change whine script to look to REOPENED bugs too, and modified text in relevant param to account for this. Patch by joseph@picsel.com (Joseph Heenan). r=kiko, a=myk.
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-7/+9
|
* Fix for bug 226217: check_languages bustage resulting from sanitizing inkiko%async.com.br2003-11-211-3/+3
| | | | bug 199502. Applied myk's suggestion in patch checked in. r=myk, a=myk.
* Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are ↵justdave%syndicomm.com2003-09-021-18/+0
| | | | | | | obsolete Patch by Vlad Dascalu <jocuri@softhome.net> r= kiko, a= justdave
* Bug 199502 - It's possible to take down Bugzilla by changing the languages paramburnus%gmx.de2003-08-291-3/+36
| | | | r=gerv,a=myk
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com2003-07-311-0/+67
| | | | Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
* Bug 122365 - Allow installation definable LDAP filtersbbaetz%acm.org2003-07-141-0/+8
| | | | r,a=justdave
* Bug 197153 - Add wording schange requested by reviewer which wasn't in thebbaetz%acm.org2003-04-251-1/+1
| | | | | patch on the bug, and so wasn't checked in. r,a=justdave
* Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com2003-04-251-1/+1
| | | | | | Patch by Brad Baetz <bbaetz@acm.org> r= justdave, gerv a= justdave
* Fixing tinderbox bustage from previous checkin (bug 199012)justdave%syndicomm.com2003-04-091-2/+2
|
* Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. ↵gerv%gerv.net2003-04-091-3/+3
| | | | Patch by gerv; r,a=myk
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-10/+65
| | | | | r=gerv, justdave a=justdave
* Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net2003-01-241-0/+20
| | | | by burnus; r=gerv, a=justdave.
* Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com2003-01-151-4/+5
| | | | | | | be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
* Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com2003-01-111-2/+2
| | | | | | | | | the spelling errors so tinderbox doesn't barf, part two fixes t/006spellcheck.t and adds some more new words to check for. Part 1 patch by myself, r=timeless Part 2 patch by MattyT. r=zach (myself) a=justdave
* Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2002-12-211-67/+12
| | | | r, a=myk
* Bug 185332: Rewrite the description for timezone param (typo fixes etc.)jouni%heikniemi.net2002-12-161-2/+2
| | | | r=joel, a=justdave
* Bug 184081 Change search interfaces to use Viewable products instead of ↵bugreport%peshkin.net2002-12-101-2/+5
| | | | | | | enterable products r=bbaetz a=justdave
* Bug 184336: default urlbase parameter on new installs now points at ↵justdave%syndicomm.com2002-12-101-1/+1
| | | | | | http://you-havent-visited-editparams.cgi-yet/ to a) relieve cvs-mirror.mozilla.org of all the hits, and b) give people who receive those emails a hint what to do to fix it. r= joel, a= justdave
* Bug 86029 create permission restrictions for createaccount.cgi (prevent ↵bugreport%peshkin.net2002-12-091-0/+13
| | | | | | | people from creating accounts) r=burnus a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-281-0/+8
| | | | | | | every time we display. r=justdave a=justdave
* Bug 173761 Need ability to always require loginbugreport%peshkin.net2002-11-271-0/+9
| | | | | patch by joel r=gerv, a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-3/+3
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Typo fix from bug 124589. oopsbbaetz%student.usyd.edu.au2002-11-191-2/+2
| | | | r, a=myk
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-191-12/+89
| | | | r=myk, a=justdave
* Bug 179462 - Clarify description for enablequips param. Patch by gerv; ↵gerv%gerv.net2002-11-151-4/+5
| | | | r,a=justdave.
* Bug 173689 - Default comments search box type to "contains string". Patch by ↵gerv%gerv.net2002-11-101-1/+1
| | | | gerv; r,a=justdave.
* Added spaces. I promise next time I'll get a review :)mbarnson%sisna.com2002-11-071-6/+6
|
* Oops, tabs.mbarnson%sisna.com2002-11-051-5/+5
| | | | Fixed.
* Modified text for cookiepath line for clarity.mbarnson%sisna.com2002-11-051-2/+7
| | | | See bug 162359
* Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net2002-10-251-0/+33
| | | | | patch by not_erik@dasbistro.com r=joel, myk
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-0/+8
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 20122 - Bugzilla requires new login if IP changesbbaetz%student.usyd.edu.au2002-10-021-0/+26
| | | | r=joel x2
* 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