aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
Commit message (Collapse)AuthorAgeFilesLines
* Bug 425288: checksetup.pl displays messages using the first language ↵lpsolit%gmail.com2008-03-281-12/+22
| | | | available, alphabetically, rather than falling back to english if the desired language is not found - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=mkanat
* [Bug 424865] checksetup tells me that commands listed below need to be run ↵mozilla%colinogilvie.co.uk2008-03-251-3/+5
| | | | | | as root Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r+a: mkanat
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵mkanat%bugzilla.org2008-03-251-6/+36
| | | | | | Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - ↵lpsolit%gmail.com2008-03-211-14/+13
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 304005: Implement SMTP authentication support for email notifications - ↵lpsolit%gmail.com2008-03-141-0/+6
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 414430: On Windows, checksetup.pl should mention the correct PPM repo ↵lpsolit%gmail.com2008-02-121-8/+35
| | | | based on the Perl version - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=glob a=LpSolit
* Bug 414012: Include the table id in fields that fail their new max-length check.mkanat%bugzilla.org2008-01-281-22/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic ↵lpsolit%gmail.com2008-01-182-51/+30
| | | | message
* Bug 147776: Make checksetup.pl re-write localconfig with the most modern ↵mkanat%bugzilla.org2008-01-182-30/+51
| | | | | | comments. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 409595: install-module.pl should shuffle the urllist for the CPAN mirrorsmkanat%bugzilla.org2007-12-231-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 409593: namedqueries.query_type has the wrong definition in DB::Schemamkanat%bugzilla.org2007-12-231-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 409463: The flagtypes.description DB format is not the same in an ↵mkanat%bugzilla.org2007-12-231-1/+2
| | | | | | upgraded installation and in a fresh one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.mkanat%bugzilla.org2007-12-191-6/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org2007-12-111-2/+61
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat
* 2nd part of bug 99215: Adding missing DB index when upgrading - Patch by me, ↵lpsolit%gmail.com2007-12-021-0/+4
| | | | r=mkanat
* Bug 99215: Attachments have no midair collision protection - Patch by ↵lpsolit%gmail.com2007-11-301-0/+28
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=justdave
* Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org2007-11-291-10/+19
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
* Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ↵lpsolit%gmail.com2007-11-191-6/+6
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ↵lpsolit%gmail.com2007-11-031-1/+1
| | | | ("Ascending" and "Descending") - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
* Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org2007-10-245-38/+283
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 398798: checksetup.pl 'commands to install' should quote Perl module namesmkanat%bugzilla.org2007-10-061-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com2007-08-221-1/+1
| | | | | | | wrongly. Follow-up warning fix patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-0/+14
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 335354: editparams.cgi crashes when editing the 'languages' and ↵lpsolit%gmail.com2007-08-211-1/+1
| | | | 'defaultlanguage' parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit
* Bug 392573 – Most CSS files are missing from Dusk/, flooding web server ↵wurblzap%gmail.com2007-08-181-7/+13
| | | | | | | error logs. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 391710: checksetup.pl fails when fixing broken series due to ↵lpsolit%gmail.com2007-08-171-3/+3
| | | | BUG_STATE_OPEN pointing to the not yet created bug_status.is_open column - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I ↵lpsolit%gmail.com2007-08-081-1/+1
| | | | lost connection in the middle of the commit. Bad!
* Bug 332149: Ability to have symbols placed next to user names based on group ↵lpsolit%gmail.com2007-08-081-0/+3
| | | | membership - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
* Bug 389845: Remove setup.cgi from Bugzilla (no web-based installation)mkanat%bugzilla.org2007-08-082-43/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com2007-08-031-0/+6
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat
* Bug 345970 Avoid using the string 'the web'timeless%mozdev.org2007-07-242-6/+6
| | | | | patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org2007-07-231-1/+1
| | | | | | documentation r=colin.ogilvie, kevin.benton
* Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by ↵lpsolit%gmail.com2007-07-131-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 385415: Bugs marked as duplicate or moved to another installation always ↵lpsolit%gmail.com2007-07-131-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
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com2007-06-141-9/+11
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-271-1/+1
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-05-171-0/+87
| | | | <LpSolit@gmail.com> r=gerv r=mkanat a=mkanat
* Bug 376908: Installation process should not assume skins are in the same ↵lpsolit%gmail.com2007-05-101-2/+3
| | | | directory as checksetup.pl - Patch by guillomovitch@zarb.org r/a=mkanat
* Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org2007-05-061-0/+42
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
* Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org2007-04-191-1/+23
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org2007-04-151-0/+21
| | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
* Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org2007-03-261-5/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 375352: Building DBI requires PathToolsmkanat%bugzilla.org2007-03-261-5/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 375246: Installation is broken by "can't coerce array into hash"mkanat%bugzilla.org2007-03-251-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 192054: Bugzilla dependencies upgrade messages in wrong ordermkanat%bugzilla.org2007-03-211-50/+65
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374540: Print out the requirements in an HTML table instead of ↵mkanat%bugzilla.org2007-03-212-17/+34
| | | | | | preformatted text Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org2007-03-201-19/+52
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org2007-03-171-3/+250
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat