summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
AgeCommit message (Collapse)AuthorFilesLines
2010-03-28Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander1-1/+3
when used in the web interface r=LpSolit, a=LpSolit
2010-03-18Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander1-0/+2
r=dkl, a=mkanat
2010-03-10Bug 550966: Syntax errors in extensions' Extension.pm were causing "deepMax Kanat-Alexander1-1/+7
recursion on subroutine" errors. r=mkanat, a=mkanat (module owner)
2010-03-01Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander1-63/+63
r=LpSolit, a=LpSolit
2010-02-23Bug 547336: Make installation work on Windows with Strawberry Perl ProfessionalMax Kanat-Alexander1-15/+4
r=glob, a=mkanat
2010-02-20Bug 546871: Make checksetup.pl not try to fix the permissions ofMax Kanat-Alexander1-1/+0
bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit
2010-02-20Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm)Max Kanat-Alexander1-0/+3
look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner)
2010-02-20Bug 519035: Make the FK for series.creator have ON DELETE CASCADE insteadMax Kanat-Alexander1-0/+11
of ON DELETE SET NULL r=LpSolit, a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-24/+30
r=mkanat, a=mkanat, a=LpSolit
2010-02-10Bug 310450 - Bugzilla should send an email when a comment becomes private ↵Dave Lawrence1-0/+3
or un-private r=mkanat, a=mkanat
2010-02-08Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark1-0/+3
blocks/dependson) r=mkanat, a=mkanat
2010-02-01Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ↵Reed Loden1-0/+7
the web Patch by Reed Loden <reed@reedloden.com> r=mkanat a=LpSolit
2010-02-01Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing ↵Max Kanat-Alexander1-29/+50
CVS/, contrib/, docs/, and t/ directories iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2010-02-01Bug 480968: Make checksetup.pl never show popup windows for errors, on ↵Max Kanat-Alexander1-0/+22
Windows, to work around the error that pops up every time it tries to load DBD::Oracle. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=mkanat
2009-12-31Bug 531841: Change all hour-related database fields to decimal(7,3) so that ↵mkanat%bugzilla.org1-1/+9
they can store numbers greater than 999.99 in modern versions of MySQL. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-12-31Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵mkanat%bugzilla.org1-0/+14
in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
2009-12-31Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵mkanat%bugzilla.org1-9/+36
and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org1-0/+12
not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-15After the checkin of bug 524603, checksetup.pl printed "No such file or ↵mkanat%bugzilla.org1-3/+3
directory at Bugzilla/Install/Filesystem.pm line 465" the first time the new code was run. This fixes the warning.
2009-12-15Bug 524603: Allow a non-root jobqueue.pl to write to data/mailer.testfile ↵mkanat%bugzilla.org1-1/+25
(for the "Test" mail_delivery_method) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Fix a compile error in Bugzilla::Install::DB from the last checkin.mkanat%bugzilla.org1-1/+1
2009-12-13Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵mkanat%bugzilla.org1-4/+6
the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 526734: Allow localization of the "From update of attachment" string in ↵mkanat%bugzilla.org1-22/+46
comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-04Bug 532911: Remove use of Bugzilla::User from Bugzilla::Install::DB (modules ↵mkanat%bugzilla.org1-7/+7
may not be used like that during Install::DB) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-12-04Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org1-8/+75
localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-26Bug 208347: The version of Chart::Base below 2.1 cannot be determined ↵lpsolit%gmail.com1-1/+2
accurately - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-11-25Bug 530994: Allow extensions to specify where their template directory is ↵mkanat%bugzilla.org1-2/+67
(which allows CPAN-distributed extensions to have templates) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org2-4/+31
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org1-0/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org1-19/+20
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org3-47/+125
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-23Bug 430010: Re-work the template hooks system so that template hooks always ↵mkanat%bugzilla.org1-32/+47
live in template/<lang>/hook/, both for extensions and for the base Bugzilla template/ directory. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-18Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org1-3/+32
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
2009-11-18Fix for Bug 527505: Make t/001compile.t work even after ↵mkanat%bugzilla.org1-3/+67
Bugzilla::Install::CPAN messes with @INC, and make Bugzilla->feature work during mod_perl.pl. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-11-09Bug 513593: Make the WebService taint incoming parametersmkanat%bugzilla.org1-0/+6
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-11-01Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ↵lpsolit%gmail.com1-0/+16
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org2-1/+4
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org1-2/+2
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-19Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-1/+13
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-09-30Bug 519676: Allow users to set blank/false values for things in ↵mkanat%bugzilla.org1-1/+6
checksetup.pl's "answers" file. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-09-28Bug 519032: Remove the unused "last_viewed" column from the "series" DB ↵lpsolit%gmail.com1-0/+3
table - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-09-22Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory ↵lpsolit%gmail.com1-1/+0
every time - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-09-22Bug 517632: Make checksetup.pl die when it fails to create a directorymkanat%bugzilla.org1-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-09-22Bug 516712: Allow checksetup.pl to upgrade installations from before 3.4 ↵mkanat%bugzilla.org1-2/+12
where profiles.extern_id contains multiple empty string values. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-09-11Bug 515991: Blacklist CGI 3.46 and 3.47 because CGI::Carp breaks Template ↵mkanat%bugzilla.org1-1/+3
Toolkit in those versions. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-07Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2-2/+9
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-04Bug 486306: Truncated XML-RPC response (incorrect content-length header)mkanat%bugzilla.org1-3/+3
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-19Bug 511337: Make checksetup.pl properly throw a warning when it can't ↵mkanat%bugzilla.org1-3/+6
chmod/chown a file Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-08-18Bug 507969: Speed up checksetup for cases when it's doing nothingmkanat%bugzilla.org1-9/+10
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-08-17Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org1-46/+16
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat