summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
AgeCommit message (Expand)AuthorFilesLines
2008-01-18Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic m...lpsolit%gmail.com2-51/+30
2008-01-18Bug 147776: Make checksetup.pl re-write localconfig with the most modern comm...mkanat%bugzilla.org2-30/+51
2007-12-23Bug 409595: install-module.pl should shuffle the urllist for the CPAN mirrorsmkanat%bugzilla.org1-1/+2
2007-12-23Bug 409593: namedqueries.query_type has the wrong definition in DB::Schemamkanat%bugzilla.org1-0/+4
2007-12-23Bug 409463: The flagtypes.description DB format is not the same in an upgrade...mkanat%bugzilla.org1-1/+2
2007-12-19Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.mkanat%bugzilla.org1-6/+0
2007-12-13Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org1-1/+1
2007-12-11Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org1-2/+61
2007-12-022nd part of bug 99215: Adding missing DB index when upgrading - Patch by me, ...lpsolit%gmail.com1-0/+4
2007-11-30Bug 99215: Attachments have no midair collision protection - Patch by Fréd...lpsolit%gmail.com1-0/+28
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org1-10/+19
2007-11-19Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ...lpsolit%gmail.com1-6/+6
2007-11-03Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ("A...lpsolit%gmail.com1-1/+1
2007-10-24Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org5-38/+283
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-0/+5
2007-10-06Bug 398798: checksetup.pl 'commands to install' should quote Perl module namesmkanat%bugzilla.org1-1/+1
2007-08-22Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ...wurblzap%gmail.com1-1/+1
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-0/+14
2007-08-21Bug 335354: editparams.cgi crashes when editing the 'languages' and 'defaultl...lpsolit%gmail.com1-1/+1
2007-08-18Bug 392573 – Most CSS files are missing from Dusk/, flooding web server ...wurblzap%gmail.com1-7/+13
2007-08-17Bug 391710: checksetup.pl fails when fixing broken series due to BUG_STATE_OP...lpsolit%gmail.com1-3/+3
2007-08-08Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I los...lpsolit%gmail.com1-1/+1
2007-08-08Bug 332149: Ability to have symbols placed next to user names based on group ...lpsolit%gmail.com1-0/+3
2007-08-08Bug 389845: Remove setup.cgi from Bugzilla (no web-based installation)mkanat%bugzilla.org2-43/+4
2007-08-03Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com1-0/+6
2007-07-25Bug 345970 Avoid using the string 'the web'timeless%mozdev.org2-6/+6
2007-07-23Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...timeless%mozdev.org1-1/+1
2007-07-13Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by FrédÃ...lpsolit%gmail.com1-1/+1
2007-07-13Bug 385415: Bugs marked as duplicate or moved to another installation always ...lpsolit%gmail.com1-68/+85
2007-06-14Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st...lpsolit%gmail.com1-9/+11
2007-05-27Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug s...lpsolit%gmail.com1-1/+1
2007-05-17Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin <LpSo...lpsolit%gmail.com1-0/+87
2007-05-10Bug 376908: Installation process should not assume skins are in the same dire...lpsolit%gmail.com1-2/+3
2007-05-06Bug 374331: Bugzilla::Template should use template_include_path from Bugzilla...mkanat%bugzilla.org1-0/+42
2007-04-19Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org1-1/+23
2007-04-15Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org1-0/+21
2007-03-26Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org1-5/+5
2007-03-26Bug 375352: Building DBI requires PathToolsmkanat%bugzilla.org1-5/+5
2007-03-25Bug 375246: Installation is broken by "can't coerce array into hash"mkanat%bugzilla.org1-1/+1
2007-03-21Bug 192054: Bugzilla dependencies upgrade messages in wrong ordermkanat%bugzilla.org1-50/+65
2007-03-21Bug 374540: Print out the requirements in an HTML table instead of preformatt...mkanat%bugzilla.org2-17/+34
2007-03-20Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org1-19/+52
2007-03-17Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org1-3/+250
2007-03-17Bug 45207: Automated sanity check that can send an e-mail if there are proble...lpsolit%gmail.com1-0/+1
2007-03-16Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::...mkanat%bugzilla.org3-104/+200
2007-03-15Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org1-0/+4
2007-03-11Bug 373442: Add referential integrity against the profiles table in some more...mkanat%bugzilla.org1-49/+4
2007-03-10Bug 347439: Implement support for referential integrity in Bugzilla::DB::Sche...mkanat%bugzilla.org1-0/+47
2007-02-13Bug 366408: MIME:: modules should now be optional, not required (because we'v...mkanat%bugzilla.org1-11/+7
2007-01-26Bug 368147: Upgrade from 2.16 and earlier does not work with DBD::mysql 4.0mkanat%bugzilla.org1-1/+2