summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville17-51/+51
2014-02-26Bug 466178 - Add an INTEGER custom field typeSimon Green3-2/+29
2014-02-26Bug 976796 - Spelling mistakes in Bugzilla/WebService/Bug.pmMatt Tyson1-7/+7
2014-02-26Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings thr...Frédéric Buclin3-10/+20
2014-02-25Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ext...Dave Lawrence3-3/+98
2014-02-25Bug 962060 - User.get ignores the "maxusermatches" parameter and allows listi...Dave Lawrence1-6/+22
2014-02-25Bug 405011: Text is cut off when containing Unicode supplementary characters ...Frédéric Buclin3-3/+36
2014-02-25Bug 967883: modify_keywords() shouldn't throw an error when an unprivileged u...Frédéric Buclin1-16/+14
2014-02-24Bug 975896: Bugzilla crashes when editing a flag type which is not specifical...Frédéric Buclin3-17/+21
2014-02-18Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ...Dave Lawrence6-40/+40
2014-02-17Fix bad or_groups SQL for determining if a user can see a product. r=LpSolit,...Gervase Markham1-20/+18
2014-02-15Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLsFrédéric Buclin3-11/+3
2014-02-13Bug 40896: Bugzilla needs a "preview" mode for commentsByron Jones1-0/+66
2014-02-11Bug 970184: "possible duplicates" shouldn't truncate words at the first non-w...Byron Jones1-2/+4
2014-02-10Bug 961789: large dependency trees with lots of resolved bugs are very slow t...Byron Jones1-8/+15
2014-02-06Bug 967607: User.get shouldn't load data that requires extra database queries...Byron Jones1-11/+21
2014-02-05Bug 966277 - Bugzilla native REST API should default to application/json if n...Dave Lawrence2-3/+10
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones16-12/+80
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
2014-01-27Bug 76498: QuickSearch: support comparison operators other than substringByron Jones1-5/+19
2014-01-27Bug 964113: Digest::SHA 5.82 and newer always croak on wide characters, preve...Frédéric Buclin1-0/+4
2014-01-27Bug 939838 - Kill Bugzilla::User::user_id_to_login function. r=LpSolit, a=jus...Gervase Markham3-21/+4
2014-01-17Bug 960748 - Queries involving comment tags crashDave Lawrence1-1/+9
2014-01-14Bug 955962: memcached touched unnecessarily when USE_MEMCACHED is false or no...Byron Jones1-2/+4
2014-01-14Bug 845725: interdiff hangs on massive patchesByron Jones1-27/+63
2014-01-13Bug 904467 - error when %recipients is empty (e.g. after bugmail_recipients e...Damien Nozay1-14/+17
2014-01-09Bug 958057 - REST API - No example of non-rewrite endpoint in POD docs, no co...Dave Lawrence1-5/+15
2014-01-03Bug 945535 - When loading bugs with large number of attachments, $bug->attach...Dave Lawrence1-15/+21
2014-01-03Bug 952284 - Tags set to private comments should not be disclosed to everybod...Dave Lawrence1-0/+11
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 num...Frédéric Buclin3-3/+33
2014-01-02Bug 895813: Mandatory custom fields whose visibility depends on a component a...Frédéric Buclin1-4/+4
2014-01-02Bug 946565 - Bug Mail does not correct notify when two people have made changesSimon Green1-7/+12
2013-12-31Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence4-8/+558
2013-12-25Bug 870369: An error about longdescs.comment_id is thrown by MySQL 5.1 and ol...Frédéric Buclin1-0/+4
2013-12-21Bug 748095: Bugzilla crashes when the shutdownhtml parameter is set and using...Frédéric Buclin1-3/+4
2013-12-19Bug 950491: When viewing a dependency graph, an "uninitialized value" warning...Frédéric Buclin1-1/+1
2013-12-19Bug 237498: Add memcached integrationByron Jones6-23/+454
2013-12-18Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ...Simon Green4-78/+192
2013-12-17Bug 815026: Bugzilla::Object cache should be cleared when an object is update...Byron Jones1-1/+15
2013-12-17Bug 651786: Modifying the default user object modifies the DEFAULT_USER constantByron Jones1-3/+2
2013-12-10Bug 930867: background bugmail generation throws a "Can't store CODE items" e...Byron Jones1-1/+7
2013-12-05Bug 942599: Documentation about possible_duplicates() lists 'products' as arg...Frédéric Buclin1-2/+5
2013-12-02Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin4-87/+111
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