aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
Commit message (Expand)AuthorAgeFilesLines
* Bug 560862: defined(%hash) is deprecated in Perl 5.12, so stop using it.Max Kanat-Alexander2010-04-221-2/+2
* The maintainer of MIME::tools released a new version that now supportsMax Kanat-Alexander2010-04-221-4/+0
* Bug 560691: Make sure that install-module.pl never prompts the user whileMax Kanat-Alexander2010-04-202-5/+13
* ftp.heanet.ie had the same problems as perl.secsup.org, so I'm removing itMax Kanat-Alexander2010-04-201-1/+0
* Bug 560330: Make sure that we always have a modern version of CPANMax Kanat-Alexander2010-04-202-10/+68
* Bug 560318: Make install-module.pl correctly install modules that useMax Kanat-Alexander2010-04-191-1/+6
* Bug 560284: Make all errors that checksetup.pl throws be redMax Kanat-Alexander2010-04-193-12/+33
* Bug 69621: Remove the keyword cache (which is not updated on keyword rename/d...Frédéric Buclin2010-04-081-43/+3
* Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander2010-03-281-1/+3
* Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander2010-03-181-0/+2
* Bug 550966: Syntax errors in extensions' Extension.pm were causing "deepMax Kanat-Alexander2010-03-101-1/+7
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-281-63/+63
* Bug 547336: Make installation work on Windows with Strawberry Perl ProfessionalMax Kanat-Alexander2010-02-221-15/+4
* Bug 546871: Make checksetup.pl not try to fix the permissions ofMax Kanat-Alexander2010-02-201-1/+0
* Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm)Max Kanat-Alexander2010-02-201-0/+3
* Bug 519035: Make the FK for series.creator have ON DELETE CASCADE insteadMax Kanat-Alexander2010-02-201-0/+11
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-24/+30
* Bug 310450 - Bugzilla should send an email when a comment becomes private or...Dave Lawrence2010-02-101-0/+3
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...Jesse Clark2010-02-071-0/+3
* Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ...Reed Loden2010-02-011-0/+7
* Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing CV...Max Kanat-Alexander2010-02-011-29/+50
* Bug 480968: Make checksetup.pl never show popup windows for errors, on Window...Max Kanat-Alexander2010-02-011-0/+22
* Bug 531841: Change all hour-related database fields to decimal(7,3) so that t...mkanat%bugzilla.org2009-12-311-1/+9
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org2009-12-311-0/+14
* Bug 519858 - Move uncommonly used parameters out of the "Required" section an...mkanat%bugzilla.org2009-12-311-9/+36
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org2009-12-171-0/+12
* After the checkin of bug 524603, checksetup.pl printed "No such file or direc...mkanat%bugzilla.org2009-12-151-3/+3
* Bug 524603: Allow a non-root jobqueue.pl to write to data/mailer.testfile (fo...mkanat%bugzilla.org2009-12-141-1/+25
* Fix a compile error in Bugzilla::Install::DB from the last checkin.mkanat%bugzilla.org2009-12-131-1/+1
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to th...mkanat%bugzilla.org2009-12-131-4/+6
* Bug 526734: Allow localization of the "From update of attachment" string in c...mkanat%bugzilla.org2009-12-131-22/+46
* Bug 532911: Remove use of Bugzilla::User from Bugzilla::Install::DB (modules ...mkanat%bugzilla.org2009-12-041-7/+7
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-041-8/+75
* Bug 208347: The version of Chart::Base below 2.1 cannot be determined accurat...lpsolit%gmail.com2009-11-261-1/+2
* Bug 530994: Allow extensions to specify where their template directory is (wh...mkanat%bugzilla.org2009-11-251-2/+67
* Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org2009-11-252-4/+31
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-251-0/+1
* Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org2009-11-251-19/+20
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-243-47/+125
* Bug 430010: Re-work the template hooks system so that template hooks always l...mkanat%bugzilla.org2009-11-231-32/+47
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-3/+32
* Fix for Bug 527505: Make t/001compile.t work even after Bugzilla::Install::CP...mkanat%bugzilla.org2009-11-181-3/+67
* Bug 513593: Make the WebService taint incoming parametersmkanat%bugzilla.org2009-11-091-0/+6
* Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ...lpsolit%gmail.com2009-11-011-0/+16
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-242-1/+4
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org2009-10-241-2/+2
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2009-10-181-1/+13
* Bug 519676: Allow users to set blank/false values for things in checksetup.pl...mkanat%bugzilla.org2009-09-301-1/+6
* Bug 519032: Remove the unused "last_viewed" column from the "series" DB table...lpsolit%gmail.com2009-09-281-0/+3
* Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory every...lpsolit%gmail.com2009-09-221-1/+0