Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 804343: Implement autolinkification for a list of comment ids | Koosha Khajeh Moogahi | 2012-12-29 | 1 | -1/+15 |
| | | | | r/a=LpSolit | ||||
* | Bug 824644: Typo in code comment: request_cahce | Olav Vitters | 2012-12-25 | 1 | -1/+1 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 819330: Bugzilla crashes when cloning a bug if the CC list is empty | Frédéric Buclin | 2012-12-19 | 2 | -3/+1 |
| | | | | r=dkl a=LpSolit | ||||
* | Bug 815532: Add caching for Bugzilla::User objects | Byron Jones | 2012-12-19 | 5 | -28/+18 |
| | | | | r=dkl,a=LpSolit | ||||
* | Bug 813628 - New extension hook for Bugzilla::Bug::update called ↵ | Dave Lawrence | 2012-12-18 | 2 | -0/+37 |
| | | | | | | bug_start_of_update r/a=LpSolit | ||||
* | Bug 818890: Bugzilla doesn't obey the "Comment required on status ↵ | Alexander Tereschenko | 2012-12-17 | 1 | -3/+4 |
| | | | | | | transition" for {Start}-> transition (for new bugs) r/a=LpSolit | ||||
* | Bug 818007: Searching by commenter is slow | Frédéric Buclin | 2012-12-07 | 1 | -1/+1 |
| | | | | r=dkl a=LpSolit | ||||
* | Fix regression due to bug 787668: The Bugzilla::DB::Oracle::st package ↵ | Frédéric Buclin | 2012-12-06 | 1 | -1/+1 |
| | | | | requires -norequire to load DBI::st | ||||
* | Bug 567671: Require Test::Taint 1.06 to get rid of warnings thrown with Perl ↵ | Frédéric Buclin | 2012-12-03 | 1 | -1/+2 |
| | | | | | | 5.10 and newer r=dkl r=wurblzap a=LpSolit | ||||
* | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 2012-12-01 | 89 | -92/+92 |
| | | | | r/a=LpSolit | ||||
* | Bug 298461: editusers.cgi does not allow you to change only the letter-case ↵ | Hugo | 2012-11-30 | 1 | -1/+1 |
| | | | | | | of an email address r/a=LpSolit | ||||
* | Bug 813191 - Bug.add_attachment should only return the attachment ID | Hugo | 2012-11-30 | 1 | -7/+7 |
| | | | | r=dkl, a=LpSolit | ||||
* | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 2012-11-30 | 73 | -0/+1737 |
| | | | | r/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 | 4 | -17/+11 |
| | | | | | | timetracking group r=dkl a=LpSolit | ||||
* | Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying ↵ | Byron Jones | 2012-11-22 | 6 | -12/+55 |
| | | | | | | 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 | 5 | -32/+155 |
| | | | | 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 812220: bug_link() is called twice per bug in bug/process/results.html.tmpl | Frédéric Buclin | 2012-11-19 | 1 | -3/+2 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 797636: Improve performance for buglists | Frédéric Buclin | 2012-11-16 | 4 | -15/+24 |
| | | | | r=dkl 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 | ||||
* | 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 | 4 | -23/+18 |
| | | | | | | 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 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 | ||||
* | 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 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 | ||||
* | 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 803295: Bump the minimum requirement for DBI to 1.54 | Frédéric Buclin | 2012-10-19 | 1 | -1/+2 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 531243: Bugzilla crashes on show_bug if it's hit while a custom field is ↵ | Frédéric Buclin | 2012-10-19 | 1 | -1/+9 |
| | | | | | | being added r=justdave a=LpSolit | ||||
* | Bug 780053: Oracle crashes when listing keywords, tags or flags in buglists | David Taylor | 2012-10-19 | 1 | -9/+13 |
| | | | | r/a=LpSolit | ||||
* | Bug 577329 - WebServices should filter email addresses same as the web UI as ↵ | Dave Lawrence | 2012-10-16 | 8 | -22/+43 |
| | | | | | | users are not always required to login r/a=LpSolit | ||||
* | Bug 604388 - Filenames used to store data for Old Charts should be based on ↵ | Marc Schumann | 2012-10-16 | 1 | -0/+61 |
| | | | | | | product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit | ||||
* | Bug 799721: PostgreSQL 9.2 requires DBD::Pg 2.19.3 | Frédéric Buclin | 2012-10-16 | 1 | -4/+5 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 801569: Require DBD::Pg 2.7.0 to correctly work with PostgreSQL 8.3 | Frédéric Buclin | 2012-10-15 | 1 | -1/+3 |
| | | | | r=glob a=LpSolit | ||||
* | Fix typo | Frédéric Buclin | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | Bug 213440: quoteUrls() should permit multiple bug numbers to be linkified ↵ | Koosha Khajeh Moogahi | 2012-10-13 | 1 | -0/+17 |
| | | | | | | in comments r/a=LpSolit | ||||
* | s/sortey/sortkey/g | Frédéric Buclin | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Bug 793826: Prevent private web service methods from being called | Koosha Khajeh Moogahi | 2012-10-12 | 1 | -1/+3 |
| | | | | r=dkl a=LpSolit |