summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08remove security_group_id stuffDylan William Hardison1-8/+1
2018-03-10Merge remote-tracking branch 'dylanwh/bmo-workflow-default' into unstableDylan William Hardison1-0/+2
2018-03-10add test product groupDylan William Hardison1-1/+8
2018-03-10make the default workflow the same as bmoDylan William Hardison1-0/+2
2018-03-10make the default workflow the same as bmoDylan William Hardison1-15/+25
2017-09-15Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵Dylan William Hardison1-3/+8
Data::Password::passwdqc
2017-07-18Bug 1380389 - autosize comments should be a user pref (default: on)Mary Umoh1-0/+6
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-11/+11
2017-05-24Bug 1348380 - Add param and user setting to control elasticsearch behaviorDylan William Hardison1-0/+6
1) add an 'elasticsearch' param (configured via admin.cgi) that turns off all code that would attempt to connect to elasticsearch. 2) add a user preference that controls using elasticsearch for searches, which defaults to off for logged-in users. Anonymous users will default to using elasticsearch for the greater good. Note that elasticsearch, if available, will still power user-autocompletion (unless turned off as by the above parameter).
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-14/+7
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-7/+14
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-14/+7
local symlink to data/ directory
2015-10-29Bug 1213757 - delegate password and 2fa resets to servicedeskByron Jones1-0/+4
2015-10-21Bug 1209599 - group general preferences by categoryDavid Lawrence1-7/+2
2015-10-15Bug 1209599 - group general preferences by category (schema only)David Lawrence1-34/+117
2015-09-01Bug 1197073 - add support for 2fa using totp (eg. google authenticator)Byron Jones1-0/+1
2014-06-26Bug 669535 - User pref for "Possible Duplicates"David Lawrence1-0/+2
- Discussed with glob and decided to straight backport to BMO
2011-11-30Bug 301656: Adds a preference to CC flag requestees to bugsByron Jones1-0/+2
2011-10-05more porting workDavid Lawrence1-0/+2
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
2006-09-14Bug 277502: Re-organize checksetup.pl to be understood more easily (make it ↵mkanat%bugzilla.org1-1/+2
a short series of subroutines) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-09-14Bug 352593: Move group creation from checksetup.pl to Bugzilla::Installmkanat%bugzilla.org1-0/+116
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-13Bug 352355: Cannot log in on a fresh installation - Patch by Frédéric ↵lpsolit%gmail.com1-0/+2
Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-09-10Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Installmkanat%bugzilla.org1-0/+125
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-09-07Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com1-2/+6
Patch by Marc Schumann <wurblzap@gmail.com>; r=myk,mkanat; a=myk