Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 552694 - Add the "X-Bugzilla-Version" email header | Hugo | 2012-11-29 | 1 | -0/+1 |
| | | | | r=dkl, a=LpSolit | ||||
* | - Fixed a spellcheck error in Bugzilla/User.pm | Dave Lawrence | 2012-11-29 | 1 | -1/+1 |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=579189 | ||||
* | Bug 579189 - New methods added to Bugzilla/User.pm by bug 24896 have no POD | Hugo | 2012-11-29 | 1 | -0/+29 |
| | | | | r=dkl, a=LpSolit | ||||
* | Bug 777685: Use UTF-8 encoding on all email parts, to work around buggy ↵ | Thorsten Schöning | 2012-11-27 | 1 | -0/+2 |
| | | | | | | email clients. r=glob,a=LpSolit | ||||
* | Bug 804093: Fix autodetected charset for windows-1252 encoded content | Thorsten Schöning | 2012-11-27 | 1 | -3/+3 |
| | | | | r=glob,a=LpSolit | ||||
* | Fix typo | Simon Green | 2012-11-26 | 1 | -10/+10 |
| | | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=814654 | ||||
* | Bug 718289: The deadline field should be visible by non-members of the ↵ | Frédéric Buclin | 2012-11-26 | 13 | -34/+34 |
| | | | | | | timetracking group r=dkl a=LpSolit | ||||
* | Bug 814841: The description of custom fields is not filtered in the help page | Frédéric Buclin | 2012-11-26 | 1 | -2/+1 |
| | | | | r=dkl a=LpSolit | ||||
* | Bug 385283: bz_webservice_demo.pl --product-name fails (Product.get_product ↵ | Thorsten Schöning | 2012-11-23 | 1 | -9/+17 |
| | | | | | | | no longer exists) Part 2: correctly display components, milestones and versions r/a=LpSolit | ||||
* | Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying ↵ | Byron Jones | 2012-11-22 | 8 | -17/+60 |
| | | | | | | the database repeatedly for the same information r=dkl,a=LpSolit | ||||
* | Bug 780820: Allows for multiple custom search criteria to match one field | Byron Jones | 2012-11-22 | 8 | -52/+333 |
| | | | | r=dkl,a=LpSolit | ||||
* | Bug 640756 - Make the documentation clearer that attachments created with ↵ | Dave Miller | 2012-11-20 | 1 | -1/+3 |
| | | | | | | | Bug.add_attachment must by of type 'base64' when non-ASCII . r=LpSolit, a=LpSolit | ||||
* | Bug 491198: The error message shouldn't say "didn't match anything" when ↵ | Sunil Joshi | 2012-11-20 | 1 | -1/+1 |
| | | | | | | entering a too short name (when emailsuffix is in use) r/a=LpSolit | ||||
* | Bug 385283: bz_webservice_demo.pl --product-name fails (Product.get_product ↵ | Thorsten Schöning | 2012-11-20 | 1 | -4/+4 |
| | | | | | | no longer exists) r/a=LpSolit | ||||
* | Bug 367475: Reword "Bug XXX has been added to the database" to "Bug XXX has ↵ | Sunil Joshi | 2012-11-19 | 1 | -1/+1 |
| | | | | | | been successfully created" r/a=LpSolit | ||||
* | Bug 812220: bug_link() is called twice per bug in bug/process/results.html.tmpl | Frédéric Buclin | 2012-11-19 | 3 | -11/+7 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 810954: In the "reclassify products" page, form labels are not in bold | Sunil Joshi | 2012-11-16 | 1 | -4/+4 |
| | | | | r/a=LpSolit | ||||
* | Bug 797636: Improve performance for buglists | Frédéric Buclin | 2012-11-16 | 8 | -84/+65 |
| | | | | r=dkl a=LpSolit | ||||
* | Bug 802873: Linkify component names in the "Edit Product" page | Koosha Khajeh Moogahi | 2012-11-16 | 1 | -1/+3 |
| | | | | r/a=LpSolit | ||||
* | Bug 556195: bugzilla-queue.rhel initscript returns wrong result code when ↵ | Max Kanat-Alexander | 2012-11-16 | 1 | -4/+4 |
| | | | | | | the daemon isn't running r=justdave a=LpSolit | ||||
* | Bug 578762: When moving a bug into another product, the "Verify Bug Group" ↵ | Sunil Joshi | 2012-11-16 | 1 | -16/+19 |
| | | | | | | section should not appear if no groups are applicable r/a=LpSolit | ||||
* | Bug 393751: "The sudo session has been ended." needs a rewrite | Sunil Joshi | 2012-11-14 | 1 | -2/+2 |
| | | | | [r=reed a=LpSolit] | ||||
* | Bug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped ↵ | Frédéric Buclin | 2012-11-13 | 2 | -2/+2 |
| | | | | | | correctly in tabular reports r=dkl a=LpSolit | ||||
* | Bug 808845 (CVE-2012-5475): [SECURITY] Security vulnerability in YUI's ↵ | Frédéric Buclin | 2012-11-13 | 1 | -0/+0 |
| | | | | | | swfstore.swf in YUI 2.8.2 and 2.9.0 a=LpSolit | ||||
* | Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups ↵ | Frédéric Buclin | 2012-11-13 | 2 | -11/+26 |
| | | | | | | when using User.get() r=dkl a=LpSolit | ||||
* | Bug 802204 (CVE-2012-4197): [SECURITY] Marking an attachment you cannot see ↵ | Frédéric Buclin | 2012-11-13 | 1 | -3/+0 |
| | | | | | | as obsolete can disclose its description r=gerv a=LpSolit | ||||
* | Bug 731178 (CVE-2012-4199): [SECURITY] field-events.js.tmpl discloses ↵ | Frédéric Buclin | 2012-11-13 | 2 | -8/+21 |
| | | | | | | product and component names that the user is not allowed to see r=dkl a=LpSolit | ||||
* | Bug 615627: Make t/012throwables.t know about user errors defined in extensions | Simon Green | 2012-11-13 | 3 | -3/+20 |
| | | | | r=dkl, a=LpSolit | ||||
* | But 800196: Sanitise line-endings for textarea fields | Matt Tyson | 2012-11-13 | 1 | -0/+16 |
| | | | | | r=glob, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=800196 | ||||
* | Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵ | Frédéric Buclin | 2012-11-12 | 18 | -130/+105 |
| | | | | | | not triggered by the code itself r=glob a=LpSolit | ||||
* | Fix the indentation | Frédéric Buclin | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Bug 808300: Requesting data for your own account using User.get should also ↵ | Koosha Khajeh Moogahi | 2012-11-08 | 1 | -4/+13 |
| | | | | | | returns groups you belong to r/a=LpSolit | ||||
* | Bug 805645: Release notes for Bugzilla 4.4rc1 | Frédéric Buclin | 2012-11-08 | 1 | -12/+687 |
| | | | | r=dkl | ||||
* | Bug 803310: Bump the minimum requirement for Email::Send to enable the Test mode | Frédéric Buclin | 2012-11-05 | 1 | -1/+2 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 741722: Product.get should include flag_types information | Frank Becker | 2012-11-04 | 1 | -3/+108 |
| | | | | r=dkl a=LpSolit | ||||
* | Make POD added in bug 737850 a bit clearer | Frédéric Buclin | 2012-11-04 | 1 | -3/+3 |
| | |||||
* | Bug 804505: Oracle crashes when typing "word1 word2" in QuickSearch with ↵ | Frédéric Buclin | 2012-11-03 | 3 | -8/+8 |
| | | | | | | "ORA-29907: found duplicate labels in primary invocations" r=dkl a=LpSolit | ||||
* | Bug 806012: Installation docs need to be updated with instructions for bzr | Frédéric Buclin | 2012-11-02 | 2 | -6/+6 |
| | | | | r=dkl a=LpSolit | ||||
* | Fix typo | Frédéric Buclin | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | Bug 807937: Fix POD | Koosha Khajeh Moogahi | 2012-11-02 | 1 | -6/+7 |
| | | | | r/a=LpSolit | ||||
* | Bug 286374 - Platform and OS lose their hyperlinks (in create) when viewing | Sunil Joshi | 2012-10-30 | 1 | -14/+18 |
| | | | | r=dkl, a=LpSolit | ||||
* | Bug 806714: Bugzilla.parameters should return usemenuforusers for all ↵ | Frédéric Buclin | 2012-10-30 | 1 | -0/+2 |
| | | | | | | logged-in users r=gerv a=LpSolit | ||||
* | Bug 800964: Unknown dot(.) is present instead of 'T' in console while ↵ | Frédéric Buclin | 2012-10-29 | 1 | -1/+2 |
| | | | | | | running testserver.pl on Windows r=wurblzap a=LpSolit | ||||
* | Add WS::Classification to the list of available modules, see bug 694755 | Koosha Khajeh Moogahi | 2012-10-27 | 1 | -1/+3 |
| | | | | r=LpSolit | ||||
* | Bug 772359: LogActivityEntry shouldn't remove any characters from the field ↵ | Byron Jones | 2012-10-25 | 2 | -8/+35 |
| | | | | | | when splitting long lines; and delimiters need to be inserted when joining split entries r=LpSolit, a=LpSolit | ||||
* | Bug 610767: contrib/convert-workflow.pl should add transitions from RESOLVED ↵ | Frédéric Buclin | 2012-10-25 | 1 | -3/+46 |
| | | | | | | and VERIFIED to CONFIRMED (if transitions to REOPENED were present) r=dkl a=LpSolit | ||||
* | Bug 800509 - Add an X-Bugzilla-Resolution header in bugmail | Dave Lawrence | 2012-10-25 | 1 | -0/+1 |
| | | | | r/a=LpSolit | ||||
* | Bug 802586 - config.js.tmpl doesn't display keywords correctly anymore | Dave Lawrence | 2012-10-25 | 1 | -2/+9 |
| | | | | r/a=LpSolit | ||||
* | Bug 803600: Clean up the comment generated when deleting attachments | Frédéric Buclin | 2012-10-19 | 2 | -10/+2 |
| | | | | r=justdave a=LpSolit | ||||
* | Bug 803295: Bump the minimum requirement for DBI to 1.54 | Frédéric Buclin | 2012-10-19 | 1 | -1/+2 |
| | | | | r=glob a=LpSolit |