summaryrefslogtreecommitdiffstats
path: root/defparams.pl
AgeCommit message (Collapse)AuthorFilesLines
2003-04-25Bug 197153 - Add wording schange requested by reviewer which wasn't in thebbaetz%acm.org1-1/+1
patch on the bug, and so wasn't checked in. r,a=justdave
2003-04-25Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com1-1/+1
Patch by Brad Baetz <bbaetz@acm.org> r= justdave, gerv a= justdave
2003-04-09Fixing tinderbox bustage from previous checkin (bug 199012)justdave%syndicomm.com1-2/+2
2003-04-09Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. ↵gerv%gerv.net1-3/+3
Patch by gerv; r,a=myk
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-10/+65
r=gerv, justdave a=justdave
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net1-0/+20
by burnus; r=gerv, a=justdave.
2003-01-15Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com1-4/+5
be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
2003-01-11Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com1-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
2002-12-21Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au1-67/+12
r, a=myk
2002-12-16Bug 185332: Rewrite the description for timezone param (typo fixes etc.)jouni%heikniemi.net1-2/+2
r=joel, a=justdave
2002-12-10Bug 184081 Change search interfaces to use Viewable products instead of ↵bugreport%peshkin.net1-2/+5
enterable products r=bbaetz a=justdave
2002-12-10Bug 184336: default urlbase parameter on new installs now points at ↵justdave%syndicomm.com1-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
2002-12-09Bug 86029 create permission restrictions for createaccount.cgi (prevent ↵bugreport%peshkin.net1-0/+13
people from creating accounts) r=burnus a=justdave
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org1-0/+8
every time we display. r=justdave a=justdave
2002-11-27Bug 173761 Need ability to always require loginbugreport%peshkin.net1-0/+9
patch by joel r=gerv, a=justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-3/+3
Patch by joel r=bbaetz,justdave a=justdave
2002-11-19Typo fix from bug 124589. oopsbbaetz%student.usyd.edu.au1-2/+2
r, a=myk
2002-11-19Bug 124589 - support database replicationbbaetz%student.usyd.edu.au1-12/+89
r=myk, a=justdave
2002-11-15Bug 179462 - Clarify description for enablequips param. Patch by gerv; ↵gerv%gerv.net1-4/+5
r,a=justdave.
2002-11-10Bug 173689 - Default comments search box type to "contains string". Patch by ↵gerv%gerv.net1-1/+1
gerv; r,a=justdave.
2002-11-07Added spaces. I promise next time I'll get a review :)mbarnson%sisna.com1-6/+6
2002-11-05Oops, tabs.mbarnson%sisna.com1-5/+5
Fixed.
2002-11-05Modified text for cookiepath line for clarity.mbarnson%sisna.com1-2/+7
See bug 162359
2002-10-25Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net1-0/+33
patch by not_erik@dasbistro.com r=joel, myk
2002-10-13Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net1-0/+8
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
2002-10-02Bug 20122 - Bugzilla requires new login if IP changesbbaetz%student.usyd.edu.au1-0/+26
r=joel x2
2002-08-29Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au1-583/+709
r=joel, preed
2002-08-27Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org1-1/+1
* NO CODE CHANGES *
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-20Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net1-0/+6
Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-08-17Backing out patch for bug 126955 (supporting localized templates) due to ↵justdave%syndicomm.com1-10/+0
fatal regression in checksetup.pl for initial checkouts/clean installs. See comment 25 onward in bug for details.
2002-08-17Bug 10037 - param to disable adding new quipsbugreport%peshkin.net1-4/+6
r=imajes, preed
2002-08-11Bug 160410: defparams.pl support for single/multi pulldown menus; ↵preed%sigkill.com1-2/+107
p=preed,r=joel,r2=bbaetz
2002-08-11Bug 126955 - Bugzilla should support translated/localized templates. This ↵gerv%gerv.net1-0/+10
patch uses ACCEPT_LANGUAGE to determine which template to use. Patch by burnus; r=gerv.
2002-07-31Bug 113459 Bad regexp in emailregexp causes system lockoutbugreport%peshkin.net1-1/+8
2002-07-29Bug 159593 - usedependencies parameter must die. Patch by gerv; r=bbaetz.gerv%gerv.net1-5/+0
2002-07-24bug 158498 - defparams.pl prints an error message in a check function ↵gerv%gerv.net1-1/+1
instead of returning it. Patch by gerv; 2xr=zeroj.
2002-07-10Bug 150829 - 'My Votes' link missing from footerbbaetz%student.usyd.edu.au1-0/+5
r=myk, jouni
2002-07-08Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2bbaetz%student.usyd.edu.au1-5/+0
r=jouni x2
2002-07-04Fix for bug 99203: Implements bug aliases feature.myk%mozilla.org1-0/+6
r=bbaetz,jouni
2002-06-28Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au1-1/+1
r=jouni, gerv
2002-06-03Fix for bug 147476: the affect of changing your dot/webdot preferences on ↵justdave%syndicomm.com1-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
2002-05-09Bug 143040 - Tidy up remove parameters message in checksetup.pl. Patch by ↵gerv%gerv.net1-10/+1
gerv; r=justdave, ddk.
2002-05-08Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave.gerv%gerv.net1-133/+1
2002-04-15Bug 129442 - make html of a default installation (mostly) HTML 4.01bbaetz%student.usyd.edu.au1-1/+1
transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave
2002-04-07Bug 134575 - some scripts trying to make world writable directoriesbbaetz%student.usyd.edu.au1-3/+1
r=justdave, gerv
2002-04-03Bug 120537 (b) - fix previous patch to not complain if there's no .htaccess ↵gerv%gerv.net1-4/+6
file. Patch by ddkilzer@theracingworld.com; r=justdave, bbaetz.
2002-04-02Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵justdave%syndicomm.com1-0/+6
commit didn't pick these up.
2002-03-31Bug 120537 - Allow the use of a local 'dot' binary to generate dependancybbaetz%student.usyd.edu.au1-2/+34
graphs patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz
2002-02-24Bug 110711 - various query.cgi/tmpl problems. This patch resolves all known ↵gerv%gerv.net1-1/+1
issues.