Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-21 | Bug 560691: Make sure that install-module.pl never prompts the user while | Max Kanat-Alexander | 2 | -5/+13 | |
installing modules r=mkanat, a=mkanat (module owner) | |||||
2010-04-21 | ftp.heanet.ie had the same problems as perl.secsup.org, so I'm removing it | Max Kanat-Alexander | 1 | -1/+0 | |
from the list. https://bugzilla.mozilla.org/show_bug.cgi?id=560330 | |||||
2010-04-21 | Bug 560330: Make sure that we always have a modern version of CPAN | Max Kanat-Alexander | 3 | -21/+77 | |
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) | |||||
2010-04-20 | Bug 560318: Make install-module.pl correctly install modules that use | Max Kanat-Alexander | 1 | -1/+6 | |
Module::Build when a modern version of Module::Build is installed (DateTime uses Module::Build.) r=mkanat, a=mkanat (module owner) | |||||
2010-04-20 | Bug 560284: Make all errors that checksetup.pl throws be red | Max Kanat-Alexander | 6 | -28/+47 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-20 | Bug 559573: Update the POD of email_in.pl to reflect its actual, | Max Kanat-Alexander | 1 | -6/+0 | |
correct capabilities for 3.6. r=LpSolit, a=LpSolit | |||||
2010-04-19 | Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugs | Frédéric Buclin | 3 | -5/+10 | |
r=mkanat a=LpSolit | |||||
2010-04-19 | Bug 560161 - "Minor typo in Quicksearch help file" | Reed Loden | 1 | -2/+2 | |
[r=mkanat a=mkanat] | |||||
2010-04-19 | Bug 560252: By default, users in editbugs should be in bz_canusewhines. | Max Kanat-Alexander | 1 | -31/+33 | |
(Make editbugs inherit bz_canusewhines when we create bz_canusewhines.) r=mkanat, a=mkanat (module owner) | |||||
2010-04-12 | Bug 557385: Update the 3.6 Release Notes for the final release | Max Kanat-Alexander | 1 | -2/+19 | |
r=LpSolit | |||||
2010-04-09 | Bug 558318: "Invalid Parameter for keywords" error thrown when creating a ↵ | Frédéric Buclin | 1 | -5/+1 | |
new bug r=timello a=LpSolit | |||||
2010-04-09 | Bug 558199: Unused variables in Search.pm | Frédéric Buclin | 1 | -3/+0 | |
r=justdave a=LpSolit | |||||
2010-04-08 | Bug 558032: Incorrect "X votes" link when viewing a bug | Frédéric Buclin | 1 | -1/+1 | |
r=reed a=LpSolit | |||||
2010-04-08 | Bug 284650: Beginning a chart name with an "_" (underscore) causes errors | Frédéric Buclin | 1 | -0/+3 | |
r/a=mkanat | |||||
2010-04-08 | Bug 69621: Remove the keyword cache (which is not updated on keyword ↵ | Frédéric Buclin | 7 | -170/+13 | |
rename/delete) r/a=mkanat | |||||
2010-04-07 | Bug 557324: object_before_delete does not work when object is ↵ | Tiago Mello | 1 | -1/+1 | |
Bugzilla::Classification r/a=mkanat | |||||
2010-04-07 | Bug 557806: When setting the upgrade_notification parameter, an error should ↵ | Frédéric Buclin | 1 | -1/+6 | |
be thrown if you don't have all the required Perl modules installed r=glob a=LpSolit | |||||
2010-04-07 | Bug 557780: Remove the unused .substr method in Template.pm | Frédéric Buclin | 1 | -8/+0 | |
r=glob a=LpSolit | |||||
2010-04-07 | Bug 552647: CSS fixes for the search-direction arrows and the buglist table | Max Kanat-Alexander | 2 | -6/+16 | |
headers r=LpSolit, a=LpSolit | |||||
2010-04-07 | Bug 557686: PostgreSQL crashes when deleting a custom field of type Date/Time | Frédéric Buclin | 1 | -5/+1 | |
r=mkanat a=LpSolit | |||||
2010-04-07 | Bug 557495: PostgreSQL crashes when deleting a custom field of type BugID | Frédéric Buclin | 1 | -2/+4 | |
r/a=mkanat | |||||
2010-04-06 | Bug 532350 - "Can't add Debian bug URLs to a bug using "See Also"" | Reed Loden | 1 | -0/+21 | |
[r=LpSolit r=mkanat a=mkanat] | |||||
2010-04-06 | Bug 556429: Stop sending bugmail from inside the template | Max Kanat-Alexander | 11 | -54/+44 | |
r=LpSolit, a=LpSolit | |||||
2010-04-03 | Bug 556439: Prevent datetime_from from dying if it gets 0000-00-00 as a | Max Kanat-Alexander | 1 | -0/+3 | |
date from the database r=LpSolit, a=LpSolit | |||||
2010-04-02 | Bug 556869: New Hook: object_before_delete | Max Kanat-Alexander | 3 | -0/+32 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-02 | Bug 556736: Make the bug_end_of_update hook also send $old_bug to the hook | Max Kanat-Alexander | 3 | -11/+22 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-02 | Bug 556695: New Hook: object_end_of_set | Max Kanat-Alexander | 3 | -0/+42 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-01 | Bug 554714: Make JSON-RPC throw errors properly even if they are thrown | Max Kanat-Alexander | 1 | -2/+5 | |
before method evaluation (like during checking of Bugzilla_login and Bugzilla_password) r=dkl, a=mkanat | |||||
2010-03-30 | Bug 556021: Remove "buglist" bareword from request queue page. | Marc Schumann | 1 | -1/+3 | |
r/a=mkanat | |||||
2010-03-30 | Bug 552167: show_bug.cgi loads flagtypes from the database for each attachment | Frédéric Buclin | 1 | -3/+5 | |
r/a=mkanat | |||||
2010-03-30 | Bug 515515: For clients, mid-air collision results when user's timezone ↵ | Frank Becker | 1 | -22/+25 | |
preference differs from server's r=mkanat r=LpSolit a=LpSolit | |||||
2010-03-30 | Follow-up to bug 533121 -- make regex for matching "code.google.com" ↵ | Reed Loden | 1 | -1/+1 | |
case-insensitive [r=mkanat over IRC] | |||||
2010-03-30 | Bug 533121 - "Support Google Code for see_also urls" | Reed Loden | 1 | -0/+22 | |
[r=LpSolit a=mkanat] | |||||
2010-03-29 | Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags method | Frédéric Buclin | 2 | -21/+1 | |
a=LpSolit | |||||
2010-03-29 | Bug 553693: A new logincookie is created when changing the password or email ↵ | Frédéric Buclin | 2 | -30/+25 | |
address instead of reusing the existing one r/a=mkanat | |||||
2010-03-29 | Bug 554986: Add a "notmatches" search type, which allows the minus sign | Max Kanat-Alexander | 6 | -22/+15 | |
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit | |||||
2010-03-29 | Bug 555089: Add hooks in the messages template to warn the user after ↵ | Tiago Mello | 1 | -0/+3 | |
updating classification or components custom fields r/a=mkanat | |||||
2010-03-29 | Bug 555431: documentation should point to perl.org and not perl.com | Gabor Szabo | 1 | -2/+2 | |
r/a=LpSolit | |||||
2010-03-29 | Bug 554552: Refactor classifications and components templates to use ↵ | Tiago Mello | 6 | -162/+144 | |
edit-common.html.tmpl and add the 'rows' hook r/a=mkanat | |||||
2010-03-29 | Bug 548327: Administration page should have hooks to extend the admin links | Tiago Mello | 1 | -0/+4 | |
r/a=mkanat | |||||
2010-03-29 | Bug 540042: Change flag markup to identify flag type in all cases | Gervase Markham | 1 | -2/+2 | |
r/a=LpSolit | |||||
2010-03-29 | Bug 25275: Allow the URL column to be displayed in buglists | Gervase Markham | 2 | -1/+3 | |
r/a=LpSolit | |||||
2010-03-29 | Bug 554819: Make Quicksearch use Text::ParseWords instead of its custom | Max Kanat-Alexander | 1 | -32/+4 | |
splitString method. r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 548975: Under trunk Firefox builds with Direct2D enabled on Windows, | Guy Pyrzak | 1 | -1/+1 | |
<dt> tags were overly bold r=mkanat, a=mkanat | |||||
2010-03-28 | Bug 554569: WebService Bug.fields: Make it so that if you request a field | Max Kanat-Alexander | 1 | -5/+7 | |
by both id and name, only one field is returned r=dkl, a=mkanat | |||||
2010-03-28 | Bug 554560: WebService Bug.fields: Send visibility_values for all select-type | Max Kanat-Alexander | 1 | -7/+11 | |
fields (including built-in fields that don't support it yet), but don't send a single null in the array for fields that have no visibility values. r=dkl, a=mkanat | |||||
2010-03-28 | Bug 554536: [WebService] Make Bug.fields not send the "values" item for | Max Kanat-Alexander | 1 | -5/+9 | |
fields that don't have a list of values r=dkl, a=mkanat | |||||
2010-03-28 | Bug 553923: Don't word-wrap messages and errors for the WebService | Max Kanat-Alexander | 1 | -2/+10 | |
r=dkl, a=mkanat | |||||
2010-03-28 | Bug 553913: Add explicit error codes to WebService errors that were missing | Max Kanat-Alexander | 3 | -3/+32 | |
them r=dkl, a=mkanat | |||||
2010-03-28 | Bug 550765: Unicode strings from install_string were showing up as garbage | Max Kanat-Alexander | 2 | -1/+9 | |
when used in the web interface r=LpSolit, a=LpSolit |