summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-04-15Bug 1154099: Remove support for Bug.get_bugs and Bug.get_historyMatt Tyson3-36/+0
r=LpSolit a=glob
2015-04-14Bug 1031035: xmlrpc can be DoS'd with billion laughs attackByron Jones1-1/+2
r=LpSolit,a=glob
2015-04-13Bug 1151290: It is possible to tell if someone made a private comment on a ↵Simon Green1-2/+8
bug even if you are not an 'insider' r=dkl,a=glob
2015-04-13Really use PROCESS instead of INCLUDE for custom fields, see bug 1137307Frédéric Buclin1-1/+3
2015-04-13Bug 1153027: Bugzilla->feature incorrectly checks Perl modulesFrédéric Buclin1-4/+4
r=dkl a=glob
2015-04-13Bug 1150667: Don't wrap email comments when in markdown modeAlbert Ting2-3/+7
r=dkl,a=glob
2015-04-13Bug 1153125: bug 1051056 causes "Constant subroutine redefined" warnings ↵David Lawrence10-15/+16
during t/001compile.t r=LpSolit,a=glob
2015-04-13Bug 1137307: Bug reports are not valid HTML5 pagesFrédéric Buclin5-59/+75
r=dkl a=glob
2015-04-13Bug 1031035: xmlrpc can be DoS'd with billion laughs attackByron Jones2-0/+11
r=LpSolit,a=glob
2015-04-13Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during ↵Frédéric Buclin1-1/+1
t/011pod.t r=dkl,a=glob
2015-04-11Use hardcoded "bugzilla" in the DTD, see bug 770073Frédéric Buclin1-2/+2
2015-04-11Fix the Bugzilla DTD to allow multiple bug aliases, see bug 1012506Frédéric Buclin1-1/+1
2015-04-10Bug 1135398: Release notes for 5.0 miss some important changesFrédéric Buclin1-3/+17
r/a=dkl
2015-04-10Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence1-1/+2
made that do not break compatibility - Fix issue where PUT requests were treated as GET and failed when updating a bug, etc.
2015-04-10Bug 1152319: calling /rest/logout results in an internal error and a ↵David Lawrence1-0/+10
malformed response to the caller r=glob,a=glob
2015-04-10Bug 1152862: Require PostgreSQL 9.0Frédéric Buclin2-27/+3
r/a=glob
2015-04-10Bug 1070117 - Chart throws deprecation warnings with Perl 5.16 - shows up in ↵Gervase Markham1-3/+3
testserver.pl output
2015-04-10Bug 1151396 - Improve description of ↵Gervase Markham1-2/+6
'resolution_forbidden_with_open_blockers' param. r=LpSolit, a=glob
2015-04-10Fix a bug in Bugzilla::API::Server::response_header(), see bug 1051056Frédéric Buclin1-2/+2
2015-04-10URI::Escape is part of URI, see bug 1051056Frédéric Buclin1-6/+0
2015-04-08Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence32-1415/+12484
made that do not break compatibility r=dylan,a=glob
2015-04-08Backout bug 1089475, it causes deep recursions when the DB server is not ↵Frédéric Buclin2-9/+0
accessible
2015-04-08Bug 1142594: mid-air collision page displayed incorrectly due to markdown ↵Nobody; OK to take it and work on it1-9/+0
CSS changes r=glob,a=glob
2015-04-07Bug 1151637: Buttons at the bottom of buglists lack an IDFrédéric Buclin1-5/+5
r/a=dkl
2015-04-07Remove 'upgrade to latest point release' step from docs about migrating ↵Gervase Markham1-7/+5
SCMs; r=mcote
2015-04-05Bug 1143874: Improve load time of bug commentsFrédéric Buclin3-23/+31
r=dkl a=sgreen
2015-04-05Bug 1143871: Correctly preload bug data when viewing a bugFrédéric Buclin4-56/+82
r=dkl a=sgreen
2015-04-05Bug 1143867: Optimize set_comment_is_private() and isopened()Frédéric Buclin1-17/+25
r=dkl a=sgreen
2015-04-05Bug 1143864: Replace |FILTER bug_link| in loops by direct calls to ↵Frédéric Buclin4-16/+18
bug/link.html.tmpl to improve performance r=dkl a=sgreen
2015-04-05Bug 1143502: Use structural HTML5 elements instead of <div>Frédéric Buclin3-9/+29
r=dkl a=sgreen
2015-04-05Bug 1128194: Remove 'umask 0' from post_bug.cgiFrédéric Buclin1-2/+0
r=dkl a=sgreen
2015-04-05Bug 123278 - CSV and RDF buglists should not use relative datesSimon Green1-2/+2
r=gerv, a=glob
2015-04-03Fix bustage due to bug 1007605 (checksetup.pl crashes when installing Bugzilla)Frédéric Buclin1-2/+7
2015-04-02Bug 1143005: Add parameter to checksetup.pl that generates a cpanfile usable ↵David Lawrence5-118/+72
by utilities such as cpanm for installing Perl dependencies r=dylan,a=glob
2015-04-02Bug 1061226: markdown isn't linkifying urlsAlbert Ting1-1/+17
r=dkl,a=glob
2015-04-01Bug 1093868: Markdown text rendering in comments is broken after commit from ↵Albert Ting1-0/+2
bug 1059684 r=dkl,a=glob
2015-03-31Bug 1121788: Buttons in buglist don't work in IEByron Jones2-14/+22
r=lpsolit,a=sgreen
2015-03-30Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to ↵Gervase Markham10-22/+50
define what the fixed resolution is. r,a=glob
2015-03-24Bug 1142365: Don't use <pre> for markdown comments in emailAlbert Ting2-2/+4
r=glob,a=glob
2015-03-23Bug 1145438: DB Crash under postgres when using alias column in buglist.cgiMatt Tyson1-1/+1
(fix ordering)
2015-03-20Bug 1145459: SQL error under postgres when using 'blocks' column in buglist.cgiMatt Tyson1-1/+1
r=glob,a=glob
2015-03-20Bug 1145438: DB Crash under postgres when using alias column in buglist.cgiMatt Tyson1-0/+1
r=glob,a=glob
2015-03-19Bug 1136745: Kill the makeproductgroups parameterGervase Markham8-67/+7
r=LpSolit a=glob
2015-03-19Bug 342113: Allow custom fields to appear as a discrete field in the search formAlbert Ting2-0/+22
r=glob,a=glob
2015-03-19Bug 1139150: Support wrapping quoted comments in MarkDownAlbert Ting2-1/+12
r=glob,a=glob
2015-03-19Bug 1105568: Add support for HTML flagmailEd Morley7-69/+187
r=glob,a=glob
2015-03-17Bug 1142399: invalid xmlrpc requests warns: Use of uninitialized value $file ↵Byron Jones1-0/+3
in substitution (s///) (Bugzilla/WebService/Server/XMLRPC.pm:114) r=dkl,a=glob
2015-03-16Bug 1137669: 003safesys.t doesn't test any file due to a missing -T argument ↵Frédéric Buclin1-4/+5
(and broken syntax in Support::Systemexec) r=dylan a=glob
2015-03-16Bug 1137674: Merge t/003safesys.t with t/001compile.tFrédéric Buclin2-56/+3
r=dylan a=glob
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵Frédéric Buclin29-185/+84
parameter r=dkl a=sgreen