aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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