summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville17-51/+51
r=gerv a=justdave
2014-02-26Bug 466178 - Add an INTEGER custom field typeSimon Green3-2/+29
r=glob, a=justdave
2014-02-26Bug 976796 - Spelling mistakes in Bugzilla/WebService/Bug.pmMatt Tyson1-7/+7
r=dkl,a=glob
2014-02-26Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings ↵Frédéric Buclin3-10/+20
thrown by Perl 5.10.1 and 5.12, see bug 405011 r=gerv
2014-02-25Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ↵Dave Lawrence3-3/+98
extensions to extend and alter REST data r=glob,a=justdave
2014-02-25Bug 962060 - User.get ignores the "maxusermatches" parameter and allows ↵Dave Lawrence1-6/+22
listing all email addresses r=LpSolit,a=justdave
2014-02-25Bug 405011: Text is cut off when containing Unicode supplementary characters ↵Frédéric Buclin3-3/+36
(outside BMP) with MySQL as backend r=gerv a=justdave
2014-02-25Bug 967883: modify_keywords() shouldn't throw an error when an unprivileged ↵Frédéric Buclin1-16/+14
user doesn't alter the keywords list r=gerv a=justdave
2014-02-24Bug 975896: Bugzilla crashes when editing a flag type which is not ↵Frédéric Buclin3-17/+21
specifically requestable r/a=glob
2014-02-18Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵Dave Lawrence6-40/+40
to match mod_rewrite example r/a=glob
2014-02-17Fix bad or_groups SQL for determining if a user can see a product. ↵Gervase Markham1-20/+18
r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=970228
2014-02-15Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLsFrédéric Buclin3-11/+3
r=dkl a=justdave
2014-02-13Bug 40896: Bugzilla needs a "preview" mode for commentsByron Jones1-0/+66
r=gerv, a=justdave
2014-02-11Bug 970184: "possible duplicates" shouldn't truncate words at the first ↵Byron Jones1-2/+4
non-word character r=dkl, a=glob
2014-02-10Bug 961789: large dependency trees with lots of resolved bugs are very slow ↵Byron Jones1-8/+15
to load r=LpSolit, a=justdave
2014-02-06Bug 967607: User.get shouldn't load data that requires extra database ↵Byron Jones1-11/+21
queries unless required r=dkl, a=justdave
2014-02-05Bug 966277 - Bugzilla native REST API should default to application/json if ↵Dave Lawrence2-3/+10
no Accept header was set r=dkl,a=justdave
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones16-12/+80
r=dkl, a=glob
2014-01-28Revert accidential change in the fix for Bug 76498Byron Jones1-3/+3
2014-01-28Bumped version post-releaseDave Lawrence1-1/+1
2014-01-27Bump version to 4.5.2Dave Lawrence1-1/+1
2014-01-27Fix bustage in Perl 5.10 and 5.12Frédéric Buclin1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=76498
2014-01-27Bug 76498: QuickSearch: support comparison operators other than substringByron Jones1-5/+19
r=LpSolit a=justdave
2014-01-27Bug 964113: Digest::SHA 5.82 and newer always croak on wide characters, ↵Frédéric Buclin1-0/+4
preventing saved searched from being displayed r=dkl a=justdave
2014-01-27Bug 939838 - Kill Bugzilla::User::user_id_to_login function. r=LpSolit, ↵Gervase Markham3-21/+4
a=justdave.
2014-01-17Bug 960748 - Queries involving comment tags crashDave Lawrence1-1/+9
r/a=glob
2014-01-14Bug 955962: memcached touched unnecessarily when USE_MEMCACHED is false or ↵Byron Jones1-2/+4
no updates made r=dkl, a=sgreen
2014-01-14Bug 845725: interdiff hangs on massive patchesByron Jones1-27/+63
r=dkl, a=sgreen
2014-01-13Bug 904467 - error when %recipients is empty (e.g. after bugmail_recipients ↵Damien Nozay1-14/+17
empties it) r/a=glob
2014-01-09Bug 958057 - REST API - No example of non-rewrite endpoint in POD docs, no ↵Dave Lawrence1-5/+15
config directions for how to create rewrite r/a=justdave
2014-01-03Bug 945535 - When loading bugs with large number of attachments, ↵Dave Lawrence1-15/+21
$bug->attachments reloads all flags for each attachment even if preloaded r=LpSolit,a=sgreen
2014-01-03Bug 952284 - Tags set to private comments should not be disclosed to ↵Dave Lawrence1-0/+11
everybody in the bug activity table r=LpSolit,a=sgreen
2014-01-03Fix on checkin for bug 543432Frédéric Buclin1-1/+1
2014-01-03Bug 543432: [PostgreSQL] Crash when typing a string in combination with a ↵Frédéric Buclin3-3/+33
numeric field r=dkl a=sgreen
2014-01-02Bug 895813: Mandatory custom fields whose visibility depends on a component ↵Frédéric Buclin1-4/+4
are not required on bug creation r=pketolai r=dkl a=sgreen
2014-01-02Bug 946565 - Bug Mail does not correct notify when two people have made changesSimon Green1-7/+12
r=LpSolit, a=simon
2013-12-31Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence4-8/+558
r=sgreen,a=justdave
2013-12-25Bug 870369: An error about longdescs.comment_id is thrown by MySQL 5.1 and ↵Frédéric Buclin1-0/+4
older when upgrading to 4.4 if sql_auto_is_null = 1 r=wicked a=sgreen
2013-12-21Bug 748095: Bugzilla crashes when the shutdownhtml parameter is set and ↵Frédéric Buclin1-3/+4
using a non-cookie based authentication method r=dkl a=justdave
2013-12-19Bug 950491: When viewing a dependency graph, an "uninitialized value" ↵Frédéric Buclin1-1/+1
warning is thrown r/a=sgreen
2013-12-19Bug 237498: Add memcached integrationByron Jones6-23/+454
r=dkl, a=sgreen
2013-12-18Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ↵Simon Green4-78/+192
"all of the groups") r=gerv, a=sgreen
2013-12-17Bug 815026: Bugzilla::Object cache should be cleared when an object is ↵Byron Jones1-1/+15
updated or removed from the database r=dkl, a=sgreen
2013-12-17Bug 651786: Modifying the default user object modifies the DEFAULT_USER constantByron Jones1-3/+2
r=sgreen, a=sgreen
2013-12-10Bug 930867: background bugmail generation throws a "Can't store CODE items" ↵Byron Jones1-1/+7
error on dep_only changes r=sgreen, a=sgreen
2013-12-05Bug 942599: Documentation about possible_duplicates() lists 'products' as ↵Frédéric Buclin1-2/+5
argument instead of 'product' r/a=glob
2013-12-02Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin4-87/+111
r=sgreen a=justdave
2013-11-27Bug 938596 - Add hook for modifying HTTP headers. r=LpSolit.Gervase Markham2-9/+46
2013-11-25Fix bustage due to bug 793963. Some very old bugs may have no commentsFrédéric Buclin1-1/+2
2013-11-25Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones13-16/+626
r=dkl, a=glob