Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-15 | Bug 995238 - Incomplete implementation of bug 540818 causes ↵ | David Lawrence | 1 | -9/+0 | |
include_fields=_all to not work as expected r/a=justdave | |||||
2014-04-14 | Bug 987205: Bugzilla crashes because it tries to import a non-exported ↵ | Frédéric Buclin | 3 | -4/+3 | |
login_token() subroutine from Bugzilla::Auth::Login::Cookie r=dkl a=justdave | |||||
2014-04-11 | Bug 540818 - Improve include_fields and exclude_fields to accept _default, ↵ | David Lawrence | 6 | -77/+143 | |
_all and _custom keywords r=glob,a=justdave | |||||
2014-04-07 | Bug 987032: allow memcached to cache bugzilla configuration information | Byron Jones | 11 | -45/+214 | |
r=dkl, a=glob | |||||
2014-04-02 | Bug 990252 - Using the webservices API, passing in certain keys as ↵ | David Lawrence | 1 | -2/+3 | |
parameters containing . and - characters are silently dropped r=glob,a=justdave | |||||
2014-04-01 | Bug 990328: Document that bug tags can be searched by RPC. | Matt Tyson | 1 | -0/+8 | |
2014-03-31 | Bug 989633 - Unable to change content type using Bug.update_attachment if ↵ | David Lawrence | 1 | -1/+2 | |
attachment previously set to is_patch = 1 r=glob,a=justdave | |||||
2014-03-31 | Bug 989647 - Bug.update_attachment should allow for adding a comment when ↵ | David Lawrence | 1 | -1/+14 | |
updating attachment details similar to attachment.cgi r=glob,a=justdave | |||||
2014-03-21 | Bug 399087 - Remove the 'mostfreqthreshold' parameter | Sunil Joshi [:SunilJoshi] | 2 | -7/+6 | |
r=dkl,a=justdave | |||||
2014-03-21 | Bug 294021: Allow requestees to set attachment flags even if they don't have ↵ | Frédéric Buclin | 3 | -8/+7 | |
editbugs privs r=gerv a=justdave | |||||
2014-03-21 | Merge branch 'master' of ssh://git.mozilla.org/bugzilla/bugzilla | Gervase Markham | 2 | -1/+22 | |
2014-03-21 | Bug 980918 - Rename "Tags" to "Personal Tags". Patch by acho; r=gerv, ↵ | Gervase Markham | 1 | -1/+1 | |
a=justdave. | |||||
2014-03-20 | Bug 513212 - Allow people to set "See Also" when filing/creating/entering a ↵ | David Lawrence | 2 | -1/+22 | |
bug on enter_bug.cgi or the Bug.create webservice r/a=glob | |||||
2014-03-06 | Bug 980392 - Storable error generating when create etags for Bug.get under ↵ | Dave Lawrence | 1 | -1/+1 | |
certain circumstances | |||||
2014-03-05 | Bug 956190 (part 3): Remove IE-fixes.css (Internet Explorer 7 and older are ↵ | Frédéric Buclin | 1 | -6/+4 | |
no longer supported) r/a=justdave | |||||
2014-03-04 | Bug 978619 - Typo in Bugzilla/Template.pm | Matt Selsky | 1 | -1/+1 | |
r=dkl,a=justdave | |||||
2014-03-04 | Bug 979140: Remove remaining <tt> elements | Frédéric Buclin | 1 | -9/+3 | |
r/a=glob | |||||
2014-02-28 | Bug 863093: The usermatchmode parameter no longer exists. The POD for ↵ | Frédéric Buclin | 1 | -3/+0 | |
User.get must be fixed accordingly r=dkl a=justdave | |||||
2014-02-27 | Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns | Charlie Somerville | 17 | -51/+51 | |
r=gerv a=justdave | |||||
2014-02-26 | Bug 466178 - Add an INTEGER custom field type | Simon Green | 3 | -2/+29 | |
r=glob, a=justdave | |||||
2014-02-26 | Bug 976796 - Spelling mistakes in Bugzilla/WebService/Bug.pm | Matt Tyson | 1 | -7/+7 | |
r=dkl,a=glob | |||||
2014-02-26 | Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings ↵ | Frédéric Buclin | 3 | -10/+20 | |
thrown by Perl 5.10.1 and 5.12, see bug 405011 r=gerv | |||||
2014-02-25 | Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ↵ | Dave Lawrence | 3 | -3/+98 | |
extensions to extend and alter REST data r=glob,a=justdave | |||||
2014-02-25 | Bug 962060 - User.get ignores the "maxusermatches" parameter and allows ↵ | Dave Lawrence | 1 | -6/+22 | |
listing all email addresses r=LpSolit,a=justdave | |||||
2014-02-25 | Bug 405011: Text is cut off when containing Unicode supplementary characters ↵ | Frédéric Buclin | 3 | -3/+36 | |
(outside BMP) with MySQL as backend r=gerv a=justdave | |||||
2014-02-25 | Bug 967883: modify_keywords() shouldn't throw an error when an unprivileged ↵ | Frédéric Buclin | 1 | -16/+14 | |
user doesn't alter the keywords list r=gerv a=justdave | |||||
2014-02-24 | Bug 975896: Bugzilla crashes when editing a flag type which is not ↵ | Frédéric Buclin | 3 | -17/+21 | |
specifically requestable r/a=glob | |||||
2014-02-18 | Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵ | Dave Lawrence | 6 | -40/+40 | |
to match mod_rewrite example r/a=glob | |||||
2014-02-17 | Fix bad or_groups SQL for determining if a user can see a product. ↵ | Gervase Markham | 1 | -20/+18 | |
r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=970228 | |||||
2014-02-15 | Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLs | Frédéric Buclin | 3 | -11/+3 | |
r=dkl a=justdave | |||||
2014-02-13 | Bug 40896: Bugzilla needs a "preview" mode for comments | Byron Jones | 1 | -0/+66 | |
r=gerv, a=justdave | |||||
2014-02-11 | Bug 970184: "possible duplicates" shouldn't truncate words at the first ↵ | Byron Jones | 1 | -2/+4 | |
non-word character r=dkl, a=glob | |||||
2014-02-10 | Bug 961789: large dependency trees with lots of resolved bugs are very slow ↵ | Byron Jones | 1 | -8/+15 | |
to load r=LpSolit, a=justdave | |||||
2014-02-06 | Bug 967607: User.get shouldn't load data that requires extra database ↵ | Byron Jones | 1 | -11/+21 | |
queries unless required r=dkl, a=justdave | |||||
2014-02-05 | Bug 966277 - Bugzilla native REST API should default to application/json if ↵ | Dave Lawrence | 2 | -3/+10 | |
no Accept header was set r=dkl,a=justdave | |||||
2014-01-31 | Bug 956233: enable USE_MEMCACHE on most objects | Byron Jones | 16 | -12/+80 | |
r=dkl, a=glob | |||||
2014-01-28 | Revert accidential change in the fix for Bug 76498 | Byron Jones | 1 | -3/+3 | |
2014-01-28 | Bumped version post-release | Dave Lawrence | 1 | -1/+1 | |
2014-01-27 | Bump version to 4.5.2 | Dave Lawrence | 1 | -1/+1 | |
2014-01-27 | Fix bustage in Perl 5.10 and 5.12 | Frédéric Buclin | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=76498 | |||||
2014-01-27 | Bug 76498: QuickSearch: support comparison operators other than substring | Byron Jones | 1 | -5/+19 | |
r=LpSolit a=justdave | |||||
2014-01-27 | Bug 964113: Digest::SHA 5.82 and newer always croak on wide characters, ↵ | Frédéric Buclin | 1 | -0/+4 | |
preventing saved searched from being displayed r=dkl a=justdave | |||||
2014-01-27 | Bug 939838 - Kill Bugzilla::User::user_id_to_login function. r=LpSolit, ↵ | Gervase Markham | 3 | -21/+4 | |
a=justdave. | |||||
2014-01-17 | Bug 960748 - Queries involving comment tags crash | Dave Lawrence | 1 | -1/+9 | |
r/a=glob | |||||
2014-01-14 | Bug 955962: memcached touched unnecessarily when USE_MEMCACHED is false or ↵ | Byron Jones | 1 | -2/+4 | |
no updates made r=dkl, a=sgreen | |||||
2014-01-14 | Bug 845725: interdiff hangs on massive patches | Byron Jones | 1 | -27/+63 | |
r=dkl, a=sgreen | |||||
2014-01-13 | Bug 904467 - error when %recipients is empty (e.g. after bugmail_recipients ↵ | Damien Nozay | 1 | -14/+17 | |
empties it) r/a=glob | |||||
2014-01-09 | Bug 958057 - REST API - No example of non-rewrite endpoint in POD docs, no ↵ | Dave Lawrence | 1 | -5/+15 | |
config directions for how to create rewrite r/a=justdave | |||||
2014-01-03 | Bug 945535 - When loading bugs with large number of attachments, ↵ | Dave Lawrence | 1 | -15/+21 | |
$bug->attachments reloads all flags for each attachment even if preloaded r=LpSolit,a=sgreen | |||||
2014-01-03 | Bug 952284 - Tags set to private comments should not be disclosed to ↵ | Dave Lawrence | 1 | -0/+11 | |
everybody in the bug activity table r=LpSolit,a=sgreen |