summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
AgeCommit message (Collapse)AuthorFilesLines
2007-07-13Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
2007-07-13Bug 385415: Bugs marked as duplicate or moved to another installation always ↵lpsolit%gmail.com1-68/+85
go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-06-14Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com1-9/+11
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
2007-05-27Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com1-1/+1
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-05-17Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+87
<LpSolit@gmail.com> r=gerv r=mkanat a=mkanat
2007-05-10Bug 376908: Installation process should not assume skins are in the same ↵lpsolit%gmail.com1-2/+3
directory as checksetup.pl - Patch by guillomovitch@zarb.org r/a=mkanat
2007-05-06Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org1-0/+42
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
2007-04-19Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org1-1/+23
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-04-15Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org1-0/+21
throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
2007-03-26Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org1-5/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-26Bug 375352: Building DBI requires PathToolsmkanat%bugzilla.org1-5/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-25Bug 375246: Installation is broken by "can't coerce array into hash"mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-21Bug 192054: Bugzilla dependencies upgrade messages in wrong ordermkanat%bugzilla.org1-50/+65
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-21Bug 374540: Print out the requirements in an HTML table instead of ↵mkanat%bugzilla.org2-17/+34
preformatted text Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-20Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org1-19/+52
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-17Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org1-3/+250
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-17Bug 45207: Automated sanity check that can send an e-mail if there are ↵lpsolit%gmail.com1-0/+1
problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-03-16Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org3-104/+200
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-15Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org1-0/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-11Bug 373442: Add referential integrity against the profiles table in some ↵mkanat%bugzilla.org1-49/+4
more simple places Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-10Bug 347439: Implement support for referential integrity in ↵mkanat%bugzilla.org1-0/+47
Bugzilla::DB::Schema and implement it on profiles_activity Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-02-13Bug 366408: MIME:: modules should now be optional, not required (because ↵mkanat%bugzilla.org1-11/+7
we've moved to using mostly the Email:: modules instead) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-01-26Bug 368147: Upgrade from 2.16 and earlier does not work with DBD::mysql 4.0mkanat%bugzilla.org1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2006-12-19Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max ↵lpsolit%gmail.com1-0/+2
Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-12-19Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-12-14Bug 360710: checksetup.pl needs to blacklist some non-working external modulesmkanat%bugzilla.org1-9/+17
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-12-14Bug 357847: recommend Theory58S instead of landfill for ppm usersmkanat%bugzilla.org1-4/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
2006-12-09Bug 362865: email_in.pl permissions not good after running checksetup.pl - ↵lpsolit%gmail.com1-1/+2
Patch by Bill Barry <after.fallout@gmail.com> r=mkanat a=myk
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com1-3/+3
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
2006-11-21Bug 353656: User Interface gets corrupted by multiple localized users ↵lpsolit%gmail.com1-0/+5
resolving bugs as duplicates - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com1-0/+8
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-11-04Bug 359234: missing indexes on the cc and profiles table cause upgrades to failmkanat%bugzilla.org1-4/+10
Patch By Noel Cragg <noel@red-bean.com> r=mkanat, a=myk
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-14/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
2006-10-22Bug 357537: MIME-Types direct requirement is unnecessarymkanat%bugzilla.org1-8/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-10-17Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org2-0/+34
Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
2006-10-17Bug 350220: Add hooks to checksetup for extensions.mkanat%bugzilla.org1-4/+47
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-10-17Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org1-268/+255
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-10-15Bug 356206: Allow "do $file" to be used within localconfigolav%bkor.dhs.org1-0/+3
Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com1-0/+23
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2006-09-24Bug 347453: Checksetup needs Perl-LDAP for Net::LDAP module on Windowsmkanat%bugzilla.org1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-09-23Bug 351243: Public webdot server changed its IP addressmkanat%bugzilla.org1-1/+17
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave
2006-09-22Bug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10ghendricks%novell.com1-1/+1
2006-09-21Bug 352625: "You are receiving this mail because" messages cannot be localizedmkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
2006-09-19Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵mkanat%bugzilla.org1-9/+10
from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-16Bug 351888: Move comment creation out of post_bug.cgi and into Bugzilla::Bugmkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2-74/+41
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-0/+17
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/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-09Bug 351747: skins/.cvsignore should be in the CVS repo, not created by ↵mkanat%bugzilla.org1-2/+0
checksetup Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2006-09-09Bug 351478: userprefs.cgi mysteriously fails (Our template-toolkit ↵mkanat%bugzilla.org1-1/+1
requirement is too low) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave