summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-12-23Bug 1325425 - checksetup.pl on windows should ensure $/ is "\r\n"Dylan William Hardison1-0/+4
r=dkl,a=dylan
2016-09-10Bug 988971 - Replace Classic with "Sandstone" skin as Standard skinRyan Wilson1-1/+1
r=dylan,a=dylan
2016-08-22Bug 1296570 - can not create admin user when use_email_as_login = 1Frank Becker1-1/+1
2016-07-13Bug 1284021 - checksetup.pl spins in an infinite loop when denied terminal ↵Tina Hardison1-28/+18
input and no admin login is provided r=dkl
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-6/+27
Original patch by Gervase Markham r=gerv a=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2014-11-25Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv.Matt Selsky1-4/+10
2014-11-25Revert "Bug 317021 - improve description of bz_canusewhine* parameters. ↵Gervase Markham1-4/+2
r=gerv." Old version of patch committed by mistake. This reverts commit 88e4ee5b99ef75a149f8d39bd2b92ccac3e5743b.
2014-11-24Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv.Matt Selsky1-2/+4
2014-11-24Oops. Revert commit with bogus message #2. paperbag=gerv.Gervase Markham1-4/+2
This reverts commit 82674d427a9b6f210347279dbb74da631f3d57cb.
2014-11-24Are you sure you want to check in on branch masterMatt Selsky1-2/+4
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM1-0/+2
r=dkl,a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2013-08-08Bug 669535 - User pref for "Possible Duplicates"Sunil Joshi1-0/+2
r=dkl,a=glob
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+16
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+2
r=wicked a=LpSolit
2012-06-26Remove tabsFrédéric Buclin1-2/+2
2012-06-26Bug 725373: Making someone an admin using checksetup.pl should enable their ↵Matt Selsky1-0/+6
account if it's disabled r/a=LpSolit
2012-05-18Bug 752303: It is no longer possible to cancel an email address change when ↵Koosha Khajeh Moogahi1-1/+1
this one has already been confirmed r/a=LpSolit
2012-05-08Bug 663747: Add an option to disable 'New: ' prefix on bugmailByron Jones1-0/+2
r=gerv, a=LpSolit
2012-05-07Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin1-2/+3
(and get rid of the current form in the footer) r=timello a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-14/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-11-30Bug 301656: Adds a preference to CC flag requestees to bugsByron Jones1-0/+2
r=LpSolit, a=LpSolit
2011-08-17Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin1-9/+9
r=glob a=LpSolit
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-0/+3
for bugmail. r=LpSolit, a=LpSolit
2011-02-18Bug 580490 - Quicksearch should optionally not search commentsDavid Lawrence1-0/+2
r/a=mkanat
2011-01-28Bug 622080 - Change group which can moderate quipsDavid Lawrence1-0/+4
r/a=mkanat
2010-09-24Bug 598698 - Remove unneeded selectrow_array() call in ↵Reed Loden1-5/+3
Bugzilla::Install::make_admin() [r=mkanat a=mkanat]
2010-08-02Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMEDFrédéric Buclin1-2/+2
r/a=mkanat
2010-07-14Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander1-1/+18
r=mkanat, a=mkanat (module owner)
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-1/+3
boolean charts r=glob, a=mkanat
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-0/+36
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-06-22Bug 398473: User preference for the position of the comment boxMatt McHenry1-0/+3
r=mkanat, a=mkanat
2010-04-19Bug 560252: By default, users in editbugs should be in bz_canusewhines.Max Kanat-Alexander1-31/+33
(Make editbugs inherit bz_canusewhines when we create bz_canusewhines.) r=mkanat, a=mkanat (module owner)
2009-12-31Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵mkanat%bugzilla.org1-0/+7
and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-03Bug 405970: Make checksetup.pl not rederive regex groups every time it runs ↵mkanat%bugzilla.org1-30/+0
(this was significantly slowing down checksetup.pl on large installations when there was nothing to do) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-06-02Bug 495783: Create the default Classification before setting up foreign ↵mkanat%bugzilla.org1-4/+14
keys, so that the products.classification_id -> classifications.id FK doesn't fail during upgrades that add the classification_id column. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-04-12Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com1-35/+18
to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
2009-04-10Bug 471871: Bugzilla::Version has duplicated code compared to ↵lpsolit%gmail.com1-1/+2
Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-01-25Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ↵lpsolit%gmail.com1-1/+1
by arbingersys <arbingersys@gmail.com> r/a=LpSolit
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com1-1/+3
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-28Bug 353995: Make checksetup able to reset a user's passwordmkanat%bugzilla.org1-23/+44
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-4/+4
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-08-15Bug 259723 – Alternative Bugzilla CSS.wurblzap%gmail.com1-1/+1
Patch by Marc Schumann <wurblzap@gmail.com>, r=glob,LpSolit; a=LpSolit
2007-08-08Bug 225731: Implement a user pref to choose if clicking the "Reply" link of ↵lpsolit%gmail.com1-1/+3
a comment should qutote the comment or not, or only its ID - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit
2007-05-06Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer ↵mkanat%bugzilla.org1-2/+3
exists, use $languages[0] instead. r=LpSolit
2006-12-29Bug 365061 Unclassified default description is badtimeless%mozdev.org1-1/+1
r=lpsolit a=justdave
2006-12-12Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com1-2/+6
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com1-1/+1
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-15/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk