Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 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 | 2 | -8/+0 | |
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 | 2 | -0/+20 | |
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 | 2 | -9/+17 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-02 | Bug 556695: New Hook: object_end_of_set | Max Kanat-Alexander | 2 | -0/+31 | |
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 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 | 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 | 1 | -20/+0 | |
a=LpSolit | |||||
2010-03-29 | Bug 554986: Add a "notmatches" search type, which allows the minus sign | Max Kanat-Alexander | 2 | -18/+12 | |
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit | |||||
2010-03-29 | Bug 25275: Allow the URL column to be displayed in buglists | Gervase Markham | 1 | -1/+2 | |
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 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 | 2 | -2/+30 | |
them r=dkl, a=mkanat | |||||
2010-03-28 | Bug 550765: Unicode strings from install_string were showing up as garbage | Max Kanat-Alexander | 1 | -1/+3 | |
when used in the web interface r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 550148: Using Quicksearch with a comma-separated list of bug ids was | Max Kanat-Alexander | 1 | -1/+1 | |
throwing an error, and this patch fixes it r=LpSolit, a=LpSolit | |||||
2010-03-26 | Bug 553818: Fix the format of the return value for the Bug.attachments | Max Kanat-Alexander | 1 | -3/+1 | |
method in the WebService r=dkl, a=mkanat | |||||
2010-03-24 | Bug 553774: Make User.login correctly return cookies under JSON-RPC | Max Kanat-Alexander | 1 | -0/+19 | |
r=dkl, a=mkanat | |||||
2010-03-24 | Bug 553770: Make the JSON-RPC WebService throw a proper error when you don't | Max Kanat-Alexander | 2 | -6/+5 | |
provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat | |||||
2010-03-24 | Bug 504946: Fix "Use of uninitialized value $strs in split at | Jesse Clark | 1 | -0/+1 | |
Bugzilla/Search.pm line 1038" r=mkanat, a=mkanat | |||||
2010-03-23 | Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pm | David Lawrence | 3 | -14/+102 | |
r/a=mkanat | |||||
2010-03-18 | Bug 395461: Allow multi-select fields to show up in buglist.cgi | Max Kanat-Alexander | 2 | -2/+20 | |
r=dkl, a=mkanat | |||||
2010-03-17 | Bug 545587: Make colchange.cgi use the database to determine buglist-able | Max Kanat-Alexander | 1 | -15/+0 | |
columns, instead of having a fixed list. r=LpSolit, a=LpSolit | |||||
2010-03-16 | Bug 545770: Make contrib/merge-users.pl figure out what columns to merge | Max Kanat-Alexander | 1 | -5/+14 | |
by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit | |||||
2010-03-16 | Bug 526189: Refactor the way that groups are checked for being validly | Max Kanat-Alexander | 2 | -16/+33 | |
settable in a particular product, to eliminate the possibility of ever setting an inactive or invalid group on a product. r=LpSolit, a=LpSolit | |||||
2010-03-15 | Fix Rémi Zara's first name (wasn't a valid UTF8 string) | Frédéric Buclin | 1 | -1/+1 | |
2010-03-14 | Bug 552168: Speed up comment display by pre-loading all Bugzilla::User | Max Kanat-Alexander | 2 | -0/+14 | |
objects for the comment authors, for the whole list, all at once. r=LpSolit, a=LpSolit | |||||
2010-03-14 | Bug 498309: Speed up show_bug.cgi when there are many comments by caching | Max Kanat-Alexander | 2 | -2/+35 | |
field-descs globally for all template calls r=LpSolit, a=LpSolit | |||||
2010-03-12 | Bug 551210: Retargetted flags should be deleted if the flag setter has no ↵ | Frédéric Buclin | 1 | -0/+2 | |
privs to set the flag in the new product a=LpSolit | |||||
2010-03-10 | Bug 551199: The Bug.search WebService function was throwing an error about | Max Kanat-Alexander | 1 | -1/+1 | |
datetime_format_inbound not being found r=dkl, a=mkanat | |||||
2010-03-10 | Bug 550966: Syntax errors in extensions' Extension.pm were causing "deep | Max Kanat-Alexander | 1 | -1/+7 | |
recursion on subroutine" errors. r=mkanat, a=mkanat (module owner) | |||||
2010-03-08 | Bug 550618: Make the XML-RPC WebService return the right date format | Max Kanat-Alexander | 2 | -16/+26 | |
r=dkl, a=mkanat | |||||
2010-03-08 | Fix some typos and formatting in the Bugzilla::Extension POD. | Max Kanat-Alexander | 1 | -6/+6 | |
2010-03-08 | Add a note about the Example extension in the Bugzilla::Hook POD. | Max Kanat-Alexander | 1 | -0/+3 | |
2010-03-06 | Update the stability status of several WebService methods. | Max Kanat-Alexander | 3 | -12/+14 | |
2010-03-05 | Bug 513989 - large search query causing internal server error (500) but ↵ | David Lawrence | 1 | -1/+1 | |
valid redirect 302 returned Decreased CGI_URI_LIMIT to 8000 instead of 10000 a=mkanat | |||||
2010-03-05 | Additional bustage fix for bug 545299. | Max Kanat-Alexander | 1 | -1/+1 | |
2010-03-05 | Bustage fix for Bug 545299. rs=mkanat over IRC | Justin Wood | 1 | -1/+1 | |
2010-03-04 | Bug 545299, XML-RPC WebService should take and return dates and times in ↵ | Max Kanat-Alexander | 5 | -68/+86 | |
UTC. POD | |||||
2010-03-04 | Bug 545299, XML-RPC WebService should take and return dates and times in ↵ | Justin Wood | 5 | -48/+48 | |
UTC. Code part, r+=mkanat | |||||
2010-03-03 | Bug 513989 - large search query causing internal server error (500) but ↵ | Dave Lawrence | 1 | -0/+7 | |
valid redirect 302 returned r=mkanat, a=mkanat |