Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 545235: Simplify Bugzilla's language-choosing code | Max Kanat-Alexander | 2010-02-28 | 3 | -71/+69 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 547852: Make the JSON-RPC interface return the correct error format to | Max Kanat-Alexander | 2010-02-26 | 2 | -4/+13 |
| | | | | | JSON-RPC 1.0 clients. r=dkl, a=mkanat | ||||
* | Bug 547601: Make the JSON-RPC interface return UTF-8 data correctly. | Max Kanat-Alexander | 2010-02-26 | 1 | -2/+12 |
| | | | | r=dkl, a=mkanat | ||||
* | Bug 526184: Allow groups to be specified when creating bugs using email_in.pl | Max Kanat-Alexander | 2010-02-22 | 4 | -56/+157 |
| | | | | | or the WebService Bug.create method. r=LpSolit, a=LpSolit | ||||
* | Bug 547336: Make installation work on Windows with Strawberry Perl Professional | Max Kanat-Alexander | 2010-02-22 | 2 | -15/+7 |
| | | | | r=glob, a=mkanat | ||||
* | Bug 547126: Make the JSON-RPC return error codes that are numerically | Max Kanat-Alexander | 2010-02-22 | 1 | -5/+52 |
| | | | | | identical to the XML-RPC error codes. r=dkl, a=mkanat | ||||
* | Bug 486074: Allow the JSON-RPC interface to properly serialize objects | Max Kanat-Alexander | 2010-02-22 | 1 | -0/+5 |
| | | | | | to JSON, so that the Bug.get "internals" return item works. r=dkl, a=mkanat | ||||
* | Bug 486073: Make the JSON-RPC WebService throw errors properly under mod_perl | Max Kanat-Alexander | 2010-02-22 | 1 | -1/+3 |
| | | | | r=dkl, a=mkanat | ||||
* | There was some POD at the end of Bugzilla::WebService::Server::JSONRPC | Max Kanat-Alexander | 2010-02-22 | 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. | ||||
* | The JSON-RPC WebService is EXPERIMENTAL, now, not UNSTABLE. | Max Kanat-Alexander | 2010-02-22 | 1 | -2/+2 |
| | |||||
* | fix bustage in 012throwables.t | Frédéric Buclin | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Bug 546871: Make checksetup.pl not try to fix the permissions of | Max Kanat-Alexander | 2010-02-20 | 2 | -12/+6 |
| | | | | | bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit | ||||
* | Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm) | Max Kanat-Alexander | 2010-02-20 | 2 | -1/+19 |
| | | | | | look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 519035: Make the FK for series.creator have ON DELETE CASCADE instead | Max Kanat-Alexander | 2010-02-20 | 2 | -1/+12 |
| | | | | | of ON DELETE SET NULL r=LpSolit, a=LpSolit | ||||
* | Bug 499151: Only call format_comment when it's actually needed, as a slight | Max Kanat-Alexander | 2010-02-20 | 1 | -4/+9 |
| | | | | | performance improvement. r=glob, a=LpSolit | ||||
* | Bug 547428: SQL error when deleting a product and its related series when it ↵ | Bodo-Merle Sandor | 2010-02-20 | 1 | -1/+3 |
| | | | | | | has none r/a=LpSolit | ||||
* | Bug 533018: "Confirm match" displays full email address to logged-out users ↵ | Frédéric Buclin | 2010-02-18 | 1 | -2/+3 |
| | | | | | | in request.cgi r/a=mkanat | ||||
* | Bug 545260: In the code for template hooks, the cached code of a hook | Max Kanat-Alexander | 2010-02-17 | 1 | -1/+1 |
| | | | | | wasn't being stored properly per-language. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 537887 - "The flag setter should be able to unset a flag even if not in ↵ | Reed Loden | 2010-02-17 | 1 | -0/+2 |
| | | | | | | the request group" [r=LpSolit a=LpSolit] | ||||
* | Bug 329637: Add a Calendar widget to the Deadline field | Max Kanat-Alexander | 2010-02-17 | 2 | -3/+2 |
| | | | | r=ghendricks, a=mkanat | ||||
* | Bug 529201: Add help for every single field to fields.html | Max Kanat-Alexander | 2010-02-17 | 1 | -0/+18 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | The sanitycheck_check hook documentation was in slightly the wrong place | Max Kanat-Alexander | 2010-02-15 | 1 | -11/+11 |
| | | | | in Bugzilla/Hook.pm. | ||||
* | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 2010-02-15 | 13 | -420/+43 |
| | | | | r=mkanat, a=mkanat, a=LpSolit | ||||
* | Bug 545715: New Hook: bugmail_relationships | Max Kanat-Alexander | 2010-02-11 | 4 | -16/+54 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Add a "bug" argument to the bugmail_recipients hook that was just checked in. | Max Kanat-Alexander | 2010-02-11 | 2 | -1/+5 |
| | | | | | r=mkanat, a=mkanat (module owner) https://bugzilla.mozilla.org/show_bug.cgi?id=545683 | ||||
* | Bug 545683: New Hook: bugmail_recipients | Max Kanat-Alexander | 2010-02-11 | 2 | -0/+42 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 545576 - "Add "greaterthaneq" and "lessthaneq" charts to do >= and <= ↵ | Reed Loden | 2010-02-10 | 1 | -2/+25 |
| | | | | | | searches" [r=mkanat a=mkanat] | ||||
* | Bug 545551: Hook: object_update_columns | Max Kanat-Alexander | 2010-02-10 | 2 | -2/+37 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 545541: New Hook: object_columns | Max Kanat-Alexander | 2010-02-10 | 5 | -12/+80 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Fix a typo in Object.pm. | Max Kanat-Alexander | 2010-02-10 | 1 | -1/+1 |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=545524 | ||||
* | Bug 545524: New Hook: object_validators | Max Kanat-Alexander | 2010-02-10 | 3 | -6/+50 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 310450 - Bugzilla should send an email when a comment becomes private ↵ | Dave Lawrence | 2010-02-10 | 5 | -13/+62 |
| | | | | | | or un-private r=mkanat, a=mkanat | ||||
* | Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" ↵ | Reed Loden | 2010-02-09 | 1 | -0/+1 |
| | | | | [r=mkanat a=mkanat] | ||||
* | Bug 527641 - "QuickSearch should include aliases in default search chart" ↵ | Reed Loden | 2010-02-09 | 1 | -0/+1 |
| | | | | [r=mkanat a=mkanat] | ||||
* | Bug 533330: JSON-RPC webservice returns and expects a bad date format | Justin Wood | 2010-02-09 | 1 | -12/+26 |
| | | | r+a=mkanat | ||||
* | Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵ | Jesse Clark | 2010-02-07 | 4 | -1/+116 |
| | | | | | | blocks/dependson) r=mkanat, a=mkanat | ||||
* | Bug 544798: Using edit-multiple causes "To reassign a bug, you must provide ↵ | Frédéric Buclin | 2010-02-08 | 1 | -1/+3 |
| | | | | | | an address for the new assignee. " r/a=mkanat | ||||
* | Bug 58731: Make the keywords regexp boolean charts work | Rémi Zara | 2010-02-07 | 1 | -1/+20 |
| | | | | r=mkanat, a=mkanat | ||||
* | Bug 496488: Hooks for creating, updating, and deleting groups | Max Kanat-Alexander | 2010-02-07 | 2 | -0/+60 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 515568: handle_login() doesn't check $@ after eval | Frédéric Buclin | 2010-02-06 | 2 | -0/+5 |
| | | | | r/a=mkanat | ||||
* | Bug 544615: Bug.legal_values triggers an insecure dependency in ↵ | Frédéric Buclin | 2010-02-06 | 1 | -1/+3 |
| | | | | | | Bugzilla::Field::get_legal_field_values() r/a=mkanat | ||||
* | Bug 544506: Bugzilla->input_params is undefined when calling ↵ | Frédéric Buclin | 2010-02-05 | 1 | -1/+1 |
| | | | | | | Bugzilla.version and other methods taking no argument r/a=mkanat | ||||
* | Bug 543986: False positive in 012throwables.t, 'object_does_not_exist' is ↵ | Frédéric Buclin | 2010-02-05 | 1 | -2/+6 |
| | | | | | | still in use r/a=mkanat | ||||
* | Bug 544008: Bugzilla/Field/ChoiceInterface.pm didn't get checked in on bug | Max Kanat-Alexander | 2010-02-03 | 1 | -0/+267 |
| | | | | 487508. | ||||
* | Bug 543500: Cannot add/edit components anymore (regression in user matching) | Frédéric Buclin | 2010-02-02 | 1 | -12/+12 |
| | | | | r/a=mkanat | ||||
* | Bug 487508: Allow restricting the visibility of custom fields and values by ↵ | Max Kanat-Alexander | 2010-02-01 | 9 | -160/+75 |
| | | | | | | component r=dkl, a=mkanat | ||||
* | Set version number to 3.7 on trunk after branching. | Max Kanat-Alexander | 2010-02-01 | 1 | -1/+1 |
| | |||||
* | Bug 543459: Speed up the new duplicates.cgi | Max Kanat-Alexander | 2010-02-01 | 1 | -1/+2 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 514970: Clean up duplicates.cgi and make it use Bug objects | Max Kanat-Alexander | 2010-02-01 | 4 | -7/+20 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bump version number post-release. | Max Kanat-Alexander | 2010-02-01 | 1 | -1/+1 |
| |