Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version number for 3.6rc1.release-3.6rc1bugzilla-3.6rc1 | 2010-03-07 | 3 | -8/+5 | |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=547465 | ||||
* | Bug 550618: Make the XML-RPC WebService return the right date format | 2010-03-07 | 2 | -16/+26 | |
| | | | | r=dkl, a=mkanat | ||||
* | Remove CVS "$Id" markers in files. The CVS mirror of bzr was showing | 2010-03-07 | 7 | -9/+0 | |
| | | | | | the docs' about.xml and installation.xml being modified on every commit because of these markers, and the rest of them are simply unnecessary. | ||||
* | Bug 549588: Documentation incorrectly refers to localconfig for priorities, ↵ | 2010-03-08 | 1 | -11/+1 | |
| | | | | | | severities, platforms and operating systems r=glob | ||||
* | Fix some typos and formatting in the Bugzilla::Extension POD. | 2010-03-07 | 1 | -6/+6 | |
| | |||||
* | Bug 549671: The "1.3. New Versions" section is out-of-date | 2010-03-08 | 1 | -34/+7 | |
| | | | | r=glob | ||||
* | Bug 542464: Dependency graphs cannot be displayed when bug summaries contain ↵ | 2010-03-08 | 1 | -1/+5 | |
| | | | | | | UTF8 characters r/a=mkanat | ||||
* | Add a note about the Example extension in the Bugzilla::Hook POD. | 2010-03-07 | 1 | -0/+3 | |
| | |||||
* | Bug 549685: Update the list of required and optional Perl modules | 2010-03-07 | 1 | -4/+75 | |
| | | | | r=ghendricks a=LpSolit | ||||
* | Bug 549482: Release Notes for Bugzilla 3.4.6 | 2010-03-06 | 1 | -0/+46 | |
| | | | | r=LpSolit | ||||
* | Update the stability status of several WebService methods. | 2010-03-05 | 3 | -12/+14 | |
| | |||||
* | Bug 513989 - large search query causing internal server error (500) but ↵ | 2010-03-05 | 1 | -1/+1 | |
| | | | | | | | valid redirect 302 returned Decreased CGI_URI_LIMIT to 8000 instead of 10000 a=mkanat | ||||
* | Additional bustage fix for bug 545299. | 2010-03-04 | 1 | -1/+1 | |
| | |||||
* | Bustage fix for Bug 545299. rs=mkanat over IRC | 2010-03-04 | 1 | -1/+1 | |
| | |||||
* | Bug 545299, XML-RPC WebService should take and return dates and times in ↵ | 2010-03-04 | 5 | -68/+86 | |
|\ | | | | | | | UTC. POD | ||||
| * | Bug 545299, XML-RPC WebService should take and return dates and times in ↵ | 2010-03-04 | 5 | -48/+48 | |
|/ | | | | UTC. Code part, r+=mkanat | ||||
* | Bug 513989 - large search query causing internal server error (500) but ↵ | 2010-03-03 | 2 | -3/+12 | |
| | | | | | | valid redirect 302 returned r=mkanat,a=mkanat | ||||
* | Bug 541553: [Oracle] Drop triggers when dropping columns, and drop the | 2010-03-01 | 2 | -0/+24 | |
| | | | | | left-behind PRODUCTS_MILESTONEURL trigger that currently exists in 3.6/trunk. r=mkanat, a=mkanat | ||||
* | Bug 547466: Release Notes for Bugzilla 3.6rc1 | 2010-02-28 | 2 | -20/+716 | |
| | | | | r=LpSolit, r=gerv | ||||
* | Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXED | 2010-02-28 | 1 | -1/+2 | |
| | | | | r=pyrzak, a=mkanat | ||||
* | Bug 474738: Make all of the "not" search types show up in search descriptions | 2010-02-28 | 1 | -2/+3 | |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 537834 - "Buglist results using atom ctype do not display users with ↵ | 2010-02-28 | 2 | -3/+5 | |
| | | | | | | empty real names" [r=LpSolit a=LpSolit] | ||||
* | Bug 549177 - "Typo in admin.cgi page header" | 2010-02-28 | 1 | -1/+1 | |
| | | | | [r=LpSolit a=LpSolit] | ||||
* | Bug 547852: Make the JSON-RPC interface return the correct error format to | 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 | 2010-02-26 | 1 | -2/+12 | |
| | | | | r=dkl, a=mkanat | ||||
* | Bug 546340: Change <a name> anchors to use @id (for 3.6, only in the Release | 2010-02-24 | 1 | -114/+103 | |
| | | | | | Notes). r=mkanat, a=mkanat | ||||
* | Some lines in the release notes started with a "[% terms" item but didn't | 2010-02-24 | 1 | -14/+14 | |
| | | | | have [%+ on them, so the words would get crunched together, like "thisBugzilla". | ||||
* | Bug 547496: Add IDs to some form elements | 2010-02-24 | 3 | -20/+25 | |
| | | | | r=pyrzak a=mkanat | ||||
* | Bug 547126: Make the JSON-RPC interface return error codes that are numerically | 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 | 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 | 2010-02-22 | 1 | -1/+3 | |
| | | | | r=dkl, a=mkanat | ||||
* | Include migrate.pl in the POD index. | 2010-02-22 | 1 | -1/+1 | |
| | |||||
* | There was some POD at the end of Bugzilla::WebService::Server::JSONRPC | 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 interface is EXPERIMENTAL, now, not UNSTABLE. | 2010-02-22 | 1 | -2/+2 | |
| | |||||
* | Fix bustage in 012throwables.t | 2010-02-20 | 1 | -1/+1 | |
| | |||||
* | Bug 546871: Make checksetup.pl not try to fix the permissions of | 2010-02-20 | 2 | -12/+6 | |
| | | | | | bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit | ||||
* | Bug 546867: Prevent email_in.pl from throwing a cryptic error on receiving | 2010-02-20 | 1 | -0/+1 | |
| | | | | | an invalid email r=LpSolit, a=LpSolit | ||||
* | Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm) | 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 | 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 | 2010-02-20 | 2 | -6/+9 | |
| | | | | | performance improvement. r=glob, a=LpSolit | ||||
* | Bug 547428: SQL error when deleting a product and its related series when it ↵ | 2010-02-20 | 1 | -1/+3 | |
| | | | | | | has none r/a=LpSolit | ||||
* | Bug 529573: Tabular reports do not show empty resolution | 2010-02-18 | 1 | -0/+1 | |
| | | | | r/a=mkanat | ||||
* | Bug 546763: Extra spaces when copying bug header | 2010-02-18 | 1 | -2/+2 | |
| | | | | r=reed a=mkanat | ||||
* | Bug 546719: When reopening a Resolved Duplicated bug in IE, JS error stops ↵ | 2010-02-18 | 1 | -2/+5 | |
| | | | | | | the correct page behavior r/a=mkanat | ||||
* | Bug 533018: "Confirm match" displays full email address to logged-out users ↵ | 2010-02-18 | 2 | -5/+10 | |
| | | | | | | in request.cgi r/a=mkanat | ||||
* | Bug 546338: Fix an unclosed <a> tag in fields.html | 2010-02-17 | 1 | -1/+1 | |
| | | | | r=mkanat, a=mkanat | ||||
* | Bug 545260: In the code for template hooks, the cached code of a hook | 2010-02-17 | 1 | -1/+1 | |
| | | | | | wasn't being stored properly per-language. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 538211: Make value-controlled and visibility-controlled fields behave | 2010-02-17 | 1 | -1/+8 | |
| | | | | | | correctly on enter_bug.cgi when the user uses a bookmarkable template to pre-fill values in the controller. r=LpSolit, a=LpSolit | ||||
* | Bug 537887 - "The flag setter should be able to unset a flag even if not in ↵ | 2010-02-17 | 2 | -2/+4 | |
| | | | | | | the request group" [r=LpSolit a=LpSolit] | ||||
* | Bug 494403: "Default" groups don't get set on bug creation using email_in.pl | 2010-02-17 | 1 | -1/+22 | |
| | | | | r/a=mkanat |