summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2015-06-28Bug 1178618: POD test failing due to undocumented methods api_version, ↵David Lawrence1-0/+5
api_namespace, and load_error
2015-06-28Bug 1178618: POD test failing due to undocumented methods api_version and ↵David Lawrence1-0/+4
api_namespace
2015-06-19Bug 1174695: The cpanfile created by checksetup.pl defines the same feature ↵Ed Morley1-6/+21
multiple times, breaking cpanm r=dkl,a=glob
2015-06-15Bug 1169767: Upgrading from pre-4.4 to master failsFrédéric Buclin1-10/+8
r=dkl a=glob
2015-06-12Bug 1170722: Authentication Delegation should add an App ID column to ↵Dylan William Hardison2-2/+9
associate api keys with specific callbacks r=dkl,a=glob
2015-06-10Bug 1169395: BugUserLastVisit does not allow multiple bugs to be specifiedDylan William Hardison1-2/+2
r=dkl,a=glob
2015-06-10Bug 1171924: REST API method to update a bug incorrectly removes aliasesTom Stejskal1-2/+4
r=dkl,a=glob
2015-06-08Bug 1167919: See Also: support debbugs.gnu.org trackerMike Frysinger1-2/+5
r=glob,a=glob
2015-06-03Bug 1089475: Use "ThrowCodeError" when a database error occurs instead of ↵Jeff Fearn1-0/+8
dumping a stack trace r=glob,a=glob
2015-05-27Bug 1124401: Explicitly depend on DateTime::TimeZone::Local::Win32 on WindowsFrédéric Buclin1-2/+10
r=dylan a=glob
2015-05-23The utf8 parameter no longer exists, see bug 1105568Frédéric Buclin1-1/+1
2015-05-22Bug 1144468: Bugzilla Auth Delegation via API KeysDylan William Hardison2-0/+54
r=dkl,a=glob
2015-05-19Bug 1161068 - Write mailer.testfile as UTF-8. r,a=globGervase Markham1-1/+1
2015-05-18Bug 1162334: email_enabled value inverted in User.update RPC callJeff Fearn3-6/+7
r=glob,a=glob
2015-05-14Bug 1163248: checksetup.pl is unable to run if File::Slurp is missingFrédéric Buclin1-3/+8
r=dkl a=glob
2015-05-11Bug 1140575: Comment-creation WebService API should allow tags to be specifiedDavid Lawrence2-2/+27
r=glob,a=glob
2015-05-08Bug 1149055: flag requestees are unable to set an attachment flag via a the ↵Byron Jones2-12/+54
update_attachment webservice if they do not have editbugs r=dkl,a=glob
2015-05-05Bug 1160598: url() in concatenated CSS files are incorrect when using ↵Frédéric Buclin1-1/+1
Multiple Bugzilla databases with a single installation r/a=glob
2015-05-01Bug 69267: Add the ability to deactivate keywordsDylan William Hardison6-6/+51
r/a=glob
2015-04-30Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed ↵Frédéric Buclin1-0/+1
in bugzilla/lib/ r=dkl a=glob
2015-04-29Bug 1051056 - The REST API needs to be versioned so that new changes can be ↵David Lawrence1-1/+1
made that do not break compatibility - Fixed parameter issue with creating new bugs using the REST API.
2015-04-29Bug 622455: The attachment mime type autodetection shouldn't rely on the ↵Frédéric Buclin1-5/+3
browser when it gets text/x-* r=dkl a=glob
2015-04-29Bug 1159582: All api responses have unnecessary 'result'Byron Jones1-2/+1
r=wicked,a=glob
2015-04-26Fix POD, see bug 1154099Frédéric Buclin1-6/+0
2015-04-24Bug 1157405: Bugzilla.parameters is not accessible when requirelogin = 1 and ↵Frédéric Buclin2-4/+3
the user is not logged in r=dkl a=glob
2015-04-21Bug 1156240: Return proper "See Also" data on REST API call to a bugDavid Lawrence1-1/+1
r=dkl,a=glob
2015-04-15Bug 1154099: Remove support for Bug.get_bugs and Bug.get_historyMatt Tyson2-34/+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-13Bug 1153125: bug 1051056 causes "Constant subroutine redefined" warnings ↵David Lawrence10-15/+16
during t/001compile.t r=LpSolit,a=glob
2015-04-13Bug 1031035: xmlrpc can be DoS'd with billion laughs attackByron Jones1-0/+8
r=LpSolit,a=glob
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-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 Lawrence26-1395/+12373
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 Buclin1-5/+0
accessible
2015-04-05Bug 1143874: Improve load time of bug commentsFrédéric Buclin2-14/+21
r=dkl a=sgreen
2015-04-05Bug 1143871: Correctly preload bug data when viewing a bugFrédéric Buclin3-56/+78
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-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 Lawrence1-0/+56
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-30Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to ↵Gervase Markham6-11/+36
define what the fixed resolution is. r,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