Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2010-03-02 | Bug 541553: [Oracle] Drop triggers when dropping columns, and drop the | Xiaoou Wu | 2 | -0/+24 | |
left-behind PRODUCTS_MILESTONEURL trigger that currently exists in 3.6/trunk. r=mkanat, a=mkanat | |||||
2010-03-01 | Bug 508823: Make it so that you don't ever have to reset template_inner (like | Max Kanat-Alexander | 5 | -11/+24 | |
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit | |||||
2010-03-01 | Bug 547466: Release Notes for Bugzilla 3.6rc1 | Max Kanat-Alexander | 1 | -2/+7 | |
r=LpSolit, r=gerv | |||||
2010-03-01 | Bug 545235: Simplify Bugzilla's language-choosing code | Max Kanat-Alexander | 3 | -71/+69 | |
r=LpSolit, a=LpSolit | |||||
2010-02-27 | Bug 547852: Make the JSON-RPC interface return the correct error format to | Max Kanat-Alexander | 2 | -4/+13 | |
JSON-RPC 1.0 clients. r=dkl, a=mkanat | |||||
2010-02-27 | Bug 547601: Make the JSON-RPC interface return UTF-8 data correctly. | Max Kanat-Alexander | 1 | -2/+12 | |
r=dkl, a=mkanat | |||||
2010-02-23 | Bug 526184: Allow groups to be specified when creating bugs using email_in.pl | Max Kanat-Alexander | 4 | -56/+157 | |
or the WebService Bug.create method. r=LpSolit, a=LpSolit | |||||
2010-02-23 | Bug 547336: Make installation work on Windows with Strawberry Perl Professional | Max Kanat-Alexander | 2 | -15/+7 | |
r=glob, a=mkanat | |||||
2010-02-23 | Bug 547126: Make the JSON-RPC return error codes that are numerically | Max Kanat-Alexander | 1 | -5/+52 | |
identical to the XML-RPC error codes. r=dkl, a=mkanat | |||||
2010-02-23 | Bug 486074: Allow the JSON-RPC interface to properly serialize objects | Max Kanat-Alexander | 1 | -0/+5 | |
to JSON, so that the Bug.get "internals" return item works. r=dkl, a=mkanat | |||||
2010-02-23 | Bug 486073: Make the JSON-RPC WebService throw errors properly under mod_perl | Max Kanat-Alexander | 1 | -1/+3 | |
r=dkl, a=mkanat | |||||
2010-02-22 | There was some POD at the end of Bugzilla::WebService::Server::JSONRPC | Max Kanat-Alexander | 3 | -23/+31 | |
that was supposed to be at the end of Bugzilla::WebService instead. Also added links to Bugzilla::WebService in both of the Bugzilla::WebService::Server types' POD. | |||||
2010-02-22 | The JSON-RPC WebService is EXPERIMENTAL, now, not UNSTABLE. | Max Kanat-Alexander | 1 | -2/+2 | |
2010-02-20 | fix bustage in 012throwables.t | Frédéric Buclin | 1 | -1/+1 | |
2010-02-20 | Bug 546871: Make checksetup.pl not try to fix the permissions of | Max Kanat-Alexander | 2 | -12/+6 | |
bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit | |||||
2010-02-20 | Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm) | Max Kanat-Alexander | 2 | -1/+19 | |
look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner) | |||||
2010-02-20 | Bug 519035: Make the FK for series.creator have ON DELETE CASCADE instead | Max Kanat-Alexander | 2 | -1/+12 | |
of ON DELETE SET NULL r=LpSolit, a=LpSolit | |||||
2010-02-20 | Bug 499151: Only call format_comment when it's actually needed, as a slight | Max Kanat-Alexander | 1 | -4/+9 | |
performance improvement. r=glob, a=LpSolit | |||||
2010-02-20 | Bug 547428: SQL error when deleting a product and its related series when it ↵ | Bodo-Merle Sandor | 1 | -1/+3 | |
has none r/a=LpSolit | |||||
2010-02-18 | Bug 533018: "Confirm match" displays full email address to logged-out users ↵ | Frédéric Buclin | 1 | -2/+3 | |
in request.cgi r/a=mkanat | |||||
2010-02-17 | Bug 545260: In the code for template hooks, the cached code of a hook | Max Kanat-Alexander | 1 | -1/+1 | |
wasn't being stored properly per-language. r=mkanat, a=mkanat (module owner) | |||||
2010-02-17 | Bug 537887 - "The flag setter should be able to unset a flag even if not in ↵ | Reed Loden | 1 | -0/+2 | |
the request group" [r=LpSolit a=LpSolit] | |||||
2010-02-17 | Bug 329637: Add a Calendar widget to the Deadline field | Max Kanat-Alexander | 2 | -3/+2 | |
r=ghendricks, a=mkanat | |||||
2010-02-17 | Bug 529201: Add help for every single field to fields.html | Max Kanat-Alexander | 1 | -0/+18 | |
r=LpSolit, a=LpSolit | |||||
2010-02-16 | The sanitycheck_check hook documentation was in slightly the wrong place | Max Kanat-Alexander | 1 | -11/+11 | |
in Bugzilla/Hook.pm. | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 13 | -420/+43 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-11 | Bug 545715: New Hook: bugmail_relationships | Max Kanat-Alexander | 4 | -16/+54 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-11 | Add a "bug" argument to the bugmail_recipients hook that was just checked in. | Max Kanat-Alexander | 2 | -1/+5 | |
r=mkanat, a=mkanat (module owner) https://bugzilla.mozilla.org/show_bug.cgi?id=545683 | |||||
2010-02-11 | Bug 545683: New Hook: bugmail_recipients | Max Kanat-Alexander | 2 | -0/+42 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-11 | Bug 545576 - "Add "greaterthaneq" and "lessthaneq" charts to do >= and <= ↵ | Reed Loden | 1 | -2/+25 | |
searches" [r=mkanat a=mkanat] | |||||
2010-02-11 | Bug 545551: Hook: object_update_columns | Max Kanat-Alexander | 2 | -2/+37 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-11 | Bug 545541: New Hook: object_columns | Max Kanat-Alexander | 5 | -12/+80 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-11 | Fix a typo in Object.pm. | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=545524 | |||||
2010-02-11 | Bug 545524: New Hook: object_validators | Max Kanat-Alexander | 3 | -6/+50 | |
r=mkanat, a=mkanat (module owner) |