aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv."Gervase Markham2014-11-251-4/+2
| | | | This reverts commit 5d8aa524eff6409055d4d967d2857ede40be4cad.
* Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv.Matt Selsky2014-11-241-2/+4
|
* Revert Bug 330707 - Add optional support for MarkDownDavid Lawrence2014-11-041-2/+0
|
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-281-0/+2
| | | | r=dkl,a=sgreen
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 669535 - User pref for "Possible Duplicates"Sunil Joshi2013-08-081-0/+2
| | | | r=dkl,a=glob
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+16
| | | | r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+2
| | | | r=wicked a=LpSolit
* Remove tabsFrédéric Buclin2012-06-261-2/+2
|
* Bug 725373: Making someone an admin using checksetup.pl should enable their ↵Matt Selsky2012-06-261-0/+6
| | | | | | account if it's disabled r/a=LpSolit
* Bug 752303: It is no longer possible to cancel an email address change when ↵Koosha Khajeh Moogahi2012-05-181-1/+1
| | | | | | this one has already been confirmed r/a=LpSolit
* Bug 663747: Add an option to disable 'New: ' prefix on bugmailByron Jones2012-05-081-0/+2
| | | | r=gerv, a=LpSolit
* Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin2012-05-071-2/+3
| | | | | | (and get rid of the current form in the footer) r=timello a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-14/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 301656: Adds a preference to CC flag requestees to bugsByron Jones2011-12-011-0/+2
| | | | r=LpSolit, a=LpSolit
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-171-9/+9
| | | | r=glob a=LpSolit
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-0/+3
| | | | | for bugmail. r=LpSolit, a=LpSolit
* Bug 580490 - Quicksearch should optionally not search commentsDavid Lawrence2011-02-181-0/+2
| | | | r/a=mkanat
* Bug 622080 - Change group which can moderate quipsDavid Lawrence2011-01-281-0/+4
| | | | r/a=mkanat
* Bug 598698 - Remove unneeded selectrow_array() call in ↵Reed Loden2010-09-241-5/+3
| | | | | | Bugzilla::Install::make_admin() [r=mkanat a=mkanat]
* Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMEDFrédéric Buclin2010-08-021-2/+2
| | | | r/a=mkanat
* Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander2010-07-141-1/+18
| | | | r=mkanat, a=mkanat (module owner)
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-1/+3
| | | | | boolean charts r=glob, a=mkanat
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-0/+36
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 398473: User preference for the position of the comment boxMatt McHenry2010-06-211-0/+3
| | | | r=mkanat, a=mkanat
* Bug 560252: By default, users in editbugs should be in bz_canusewhines.Max Kanat-Alexander2010-04-191-31/+33
| | | | | (Make editbugs inherit bz_canusewhines when we create bz_canusewhines.) r=mkanat, a=mkanat (module owner)
* Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵mkanat%bugzilla.org2009-12-311-0/+7
| | | | | | and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 405970: Make checksetup.pl not rederive regex groups every time it runs ↵mkanat%bugzilla.org2009-08-031-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
* Bug 495783: Create the default Classification before setting up foreign ↵mkanat%bugzilla.org2009-06-021-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
* Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com2009-04-111-35/+18
| | | | to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
* Bug 471871: Bugzilla::Version has duplicated code compared to ↵lpsolit%gmail.com2009-04-101-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
* Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ↵lpsolit%gmail.com2009-01-251-1/+1
| | | | by arbingersys <arbingersys@gmail.com> r/a=LpSolit
* Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2008-08-271-1/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 353995: Make checksetup able to reset a user's passwordmkanat%bugzilla.org2007-11-281-23/+44
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-4/+4
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 259723 – Alternative Bugzilla CSS.wurblzap%gmail.com2007-08-151-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=glob,LpSolit; a=LpSolit
* Bug 225731: Implement a user pref to choose if clicking the "Reply" link of ↵lpsolit%gmail.com2007-08-081-1/+3
| | | | a comment should qutote the comment or not, or only its ID - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit
* Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer ↵mkanat%bugzilla.org2007-05-061-2/+3
| | | | exists, use $languages[0] instead. r=LpSolit
* Bug 365061 Unclassified default description is badtimeless%mozdev.org2006-12-291-1/+1
| | | | r=lpsolit a=justdave
* Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com2006-12-121-2/+6
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com2006-12-091-1/+1
| | | | causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-15/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 277502: Re-organize checksetup.pl to be understood more easily (make it ↵mkanat%bugzilla.org2006-09-141-1/+2
| | | | | | a short series of subroutines) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 352593: Move group creation from checksetup.pl to Bugzilla::Installmkanat%bugzilla.org2006-09-141-0/+116
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 352355: Cannot log in on a fresh installation - Patch by Frédéric ↵lpsolit%gmail.com2006-09-121-0/+2
| | | | Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Installmkanat%bugzilla.org2006-09-101-0/+125
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com2006-09-071-2/+6
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk,mkanat; a=myk
* Bug 349554: User preference to add/remove individual bugs to saved searches ↵olav%bkor.dhs.org2006-08-221-1/+1
| | | | should default to off - Patch by Olav Vitters <olav@bkor.dhs.org> r=wurblzap a=myk
* Bug 347290: Move default product and classification creation into ↵mkanat%bugzilla.org2006-08-041-0/+83
| | | | | | Bugzilla::Install Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 346932: Move settings creation/maintenance into Bugzilla::Installmkanat%bugzilla.org2006-08-021-0/+103
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk