- 01 Jun, 2010 2 commits
-
-
Max Kanat-Alexander authored
if they are conditionally doing something to the database. r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
because checksetup.pl was trying to run code that should never run on Oracle. r=mkanat, a=mkanat (module owner)
-
- 26 May, 2010 1 commit
-
-
- 24 May, 2010 1 commit
-
-
Max Kanat-Alexander authored
VALIDATOR_DEPENDENCIES in Bugzilla::Object. (The previous code did not actually sort fields correctly.) r=timello, a=mkanat
-
- 23 May, 2010 1 commit
-
-
Max Kanat-Alexander authored
generated by checksetup.pl r=LpSolit, a=mkanat
-
- 19 May, 2010 2 commits
-
-
Jonathan Martens authored
is installed r=mkanat, a=mkanat
-
Tiago Mello authored
creating/changing bugs r=mkanat, a=mkanat
-
- 07 May, 2010 1 commit
-
-
Edmund Wong authored
in group_control_map, and fix their DB type to be correct r=mkanat, a=mkanat
-
- 06 May, 2010 1 commit
-
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
- 22 Apr, 2010 2 commits
-
-
Max Kanat-Alexander authored
r=LpSolit, a=LpSolit
-
Max Kanat-Alexander authored
--alldeps for Makefile.PL, so we don't need to make a special exception for it anymore. https://bugzilla.mozilla.org/show_bug.cgi?id=560691
-
- 21 Apr, 2010 1 commit
-
-
Max Kanat-Alexander authored
installing modules r=mkanat, a=mkanat (module owner)
-
- 20 Apr, 2010 2 commits
-
-
Max Kanat-Alexander authored
from the list. https://bugzilla.mozilla.org/show_bug.cgi?id=560330
-
Max Kanat-Alexander authored
installed when running install-module.pl. Otherwise, certain modules (like DateTime) weren't getting their XS compiled or their dependencies installed with Perl 5.8.8 and earlier. This also updates the urllist to remove perl.secsup.org (which was hanging when used with curl) and add a few more mirrors (including some in Europe). r=mkanat, a=mkanat (module owner)
-
- 19 Apr, 2010 2 commits
-
-
Max Kanat-Alexander authored
Module::Build when a modern version of Module::Build is installed (DateTime uses Module::Build.) r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
- 08 Apr, 2010 1 commit
-
-
Frédéric Buclin authored
r/a=mkanat
-
- 28 Mar, 2010 1 commit
-
-
Max Kanat-Alexander authored
when used in the web interface r=LpSolit, a=LpSolit
-
- 18 Mar, 2010 1 commit
-
-
Max Kanat-Alexander authored
r=dkl, a=mkanat
-
- 10 Mar, 2010 1 commit
-
-
Max Kanat-Alexander authored
recursion on subroutine" errors. r=mkanat, a=mkanat (module owner)
-
- 28 Feb, 2010 1 commit
-
-
Max Kanat-Alexander authored
r=LpSolit, a=LpSolit
-
- 23 Feb, 2010 1 commit
-
-
Max Kanat-Alexander authored
r=glob, a=mkanat
-
- 20 Feb, 2010 3 commits
-
-
Max Kanat-Alexander authored
bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit
-
Max Kanat-Alexander authored
look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
of ON DELETE SET NULL r=LpSolit, a=LpSolit
-
- 15 Feb, 2010 1 commit
-
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat, a=LpSolit
-
- 10 Feb, 2010 1 commit
-
-
Dave Lawrence authored
r=mkanat, a=mkanat
-
- 08 Feb, 2010 1 commit
-
-
Jesse Clark authored
r=mkanat, a=mkanat
-
- 01 Feb, 2010 3 commits
-
-
Reed Loden authored
Patch by Reed Loden <reed@reedloden.com> r=mkanat a=LpSolit
-
Max Kanat-Alexander authored
Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing CVS/, contrib/, docs/, and t/ directories iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
Max Kanat-Alexander authored
Bug 480968: Make checksetup.pl never show popup windows for errors, on 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
-
- 31 Dec, 2009 3 commits
-
-
mkanat%bugzilla.org authored
Bug 531841: Change all hour-related database fields to decimal(7,3) so that 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
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
-
mkanat%bugzilla.org authored
Bug 519858 - Move uncommonly used parameters out of the "Required" section and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
- 17 Dec, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Bug 162060: Remove the relationship between "votestoconfirm" and whether or 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
-
- 15 Dec, 2009 1 commit
-
-
mkanat%bugzilla.org authored
After the checkin of bug 524603, checksetup.pl printed "No such file or directory at Bugzilla/Install/Filesystem.pm line 465" the first time the new code was run. This fixes the warning.
-
- 14 Dec, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Bug 524603: Allow a non-root jobqueue.pl to write to data/mailer.testfile (for the "Test" mail_delivery_method) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
- 13 Dec, 2009 3 commits
-
-
mkanat%bugzilla.org authored
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-