summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2014-12-17Bug 557536: checksetup.pl fails on ALTER DATABASE if database name contains ↵Matt Selsky4-4/+4
hyphen. r=gerv, a=glob.
2014-12-17Bug 1089475: Use "ThrowCodeError" when a database error occurs instead of ↵Jeff Fearn1-0/+5
dumping a stack trace r=glob,a=glob
2014-12-15Bug 950486: Move the webdotbase and font_file parameters from data/params ↵Gervase Markham1-37/+0
into localconfig (and kill the Graphs panel). r=gerv, a=glob. (commit 2)
2014-12-15Bug 950486: Move the webdotbase and font_file parameters from data/params ↵Matt Selsky4-57/+62
into localconfig (and kill the Graphs panel). r=gerv, a=glob.
2014-12-11Bug 978635: now is interpreted as midnight for searches. r=gerv, a=simon.Fedor Ezeev1-1/+5
2014-12-11Bug 1102842 - remove and/or unwhitelist unsafe filters. r=gerv, a=simon.Matt Selsky1-29/+0
2014-12-10Bug 1103029 - Remove the deprecated backward compatible key names in ↵Matt Selsky1-24/+0
Bugzilla.time. r=gerv, a=dkl.
2014-12-08Bug 1095244: DB crash when adding an alias that differs only in case from an ↵David Lawrence1-2/+13
existing alias r=glob,a=glob
2014-12-06Bug 1052202 - Web Service module to update and delete componentsSimon Green4-6/+473
r=dylan, a=glob
2014-12-01Bug 1093616: Fix permissions for contrib/replyrcFrédéric Buclin1-0/+1
r=gerv a=glob
2014-11-26Bug 1038275: Comprehensible documentation for the REST APIDavid Lawrence1-0/+8
r=gerv,a=glob
2014-11-25Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv.Matt Selsky1-4/+10
2014-11-25Revert "Bug 317021 - improve description of bz_canusewhine* parameters. ↵Gervase Markham2-15/+2
r=gerv." Old version of patch committed by mistake. This reverts commit 88e4ee5b99ef75a149f8d39bd2b92ccac3e5743b.
2014-11-24Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv.Matt Selsky2-2/+15
2014-11-24Bug 919122 - support for sourceforge.net Allura bugs in see_also field. r=gerv.Matt Selsky1-5/+16
2014-11-24Oops. Revert commit with bogus message #2. paperbag=gerv.Gervase Markham2-15/+2
This reverts commit 82674d427a9b6f210347279dbb74da631f3d57cb.
2014-11-24Oops. Revert commit with bogus message #1. paperbag=gerv.Gervase Markham1-16/+5
This reverts commit 9e1efb5e001b8540672f42bfd7101fed4a394c0e.
2014-11-24Are you sure you want to check in on branch masterMatt Selsky1-5/+16
2014-11-24Are you sure you want to check in on branch masterMatt Selsky2-2/+15
2014-11-20Bug 1101151: OS sniffing should detect Windows 10 from "Windows NT 6.4" ↵David Lawrence1-0/+1
instead of detecting Windows NT r=LpSolit,a=glob
2014-11-19Bug 978615 - remove URL to unavailable webdot server. r,a=globGervase Markham1-1/+1
2014-11-18Bug 1100368: css concatenation breaks data: urlsByron Jones1-1/+3
r=dylan,a=glob
2014-11-12Bug 1095758: Fix use of uninitialized value $hostname in Mailer.pmKoosha KM1-1/+1
r=dkl,a=glob
2014-11-12Bug 1001462: Bug.search causes error when using simple token auth and ↵David Lawrence3-19/+28
specifying 'token' instead of 'Bugzilla_token' r=glob,a=glob
2014-11-11Bug 1094858: Create hook in Bugzilla::WebService::Constants to allow ↵Byron Jones1-0/+1
overrriding of standard status codes by extensions (fix broken POD)
2014-11-10Bug 1093600: REST shouldn't support multiple instances of parameters for ↵David Lawrence1-12/+24
resources which only support a single params (eg. POST bug/comment) r=glob,a=glob
2014-11-10Bug 1094858: Create hook in Bugzilla::WebService::Constants to allow ↵David Lawrence2-20/+48
overrriding of standard status codes by extensions r=gerv,a=glob
2014-11-10Bug 1093481: non-bugmail notifications are not sent when using the jobqueue ↵Byron Jones1-1/+1
("Can't call method "header" on unblessed reference at Bugzilla/Mailer.pm line 95.") r=dylan,a=glob
2014-11-05Bug 1089820: Make use of User.use_markdown() defined in Bug 1059684Koosha KM1-11/+6
r=dkl,a=glob
2014-11-03Bump the version number to 5.1 on trunkDavid Lawrence1-1/+1
2014-10-31Bug 1062739: add the ability for administrators to limit the number of ↵Byron Jones6-22/+101
emails sent to a user per minute and hour r=dylan,a=glob
2014-10-29Bug 1088253: GET REST calls should allow arbitrary URL parameters to be ↵David Lawrence2-12/+26
passed in addition the values in the path r=glob,a=glob
2014-10-29Bug 1081675 - remove unused variables. r=gerv, a=glob.Matt Selsky2-2/+0
2014-10-28Bug 1059684: markdown text should not be rendered within a <pre> tagDavid Lawrence2-8/+15
r=glob,a=glob
2014-10-27Bug 1083081 - javascript concatenation should insert a semicolon between filesDylan William Hardison1-1/+1
r=dkl a=glob
2014-10-27Bug 1087400: CGI 4.05 throws tons of "CGI::param called in list context" ↵Frédéric Buclin1-0/+1
warnings r/a=glob
2014-10-27Bug 1067753: Allow the job queue to specify one or more types of jobs to runMatt Tyson1-1/+4
r=mtyson,a=sgreen
2014-10-24Bug 1082106: $dbh->bz_add_columns creates a foreign key constraint causing ↵David Lawrence1-4/+11
failure in checksetup.pl when it tries to re-add it later r=glob,a=glob
2014-10-24Bug 1088399 - Add support for Github pull requests in See Also field. ↵Matt Selsky1-1/+3
r=gerv, a=glob.
2014-10-24Bug 1073264 - allow attachment download to be offloaded to the webserver ↵Damien Nozay2-2/+50
using X-SendFile or equivalent. r=gerv, a=glob.
2014-10-23Bug 1083258 - The size check for input <select>s on show_bug.cgi doesn't ↵Dylan William Hardison1-0/+5
take into account is_active r=dkl a=glob
2014-10-21Bug 1073380 - Pass the hostname and port as two separate arguments to ↵Dylan William Hardison1-1/+3
Email::Sender r=dkl a=glob
2014-10-21Bug 1084490 - Fix Bugzilla::WebService::BugUserLastVisit->get & correct PODDylan William Hardison1-11/+4
r=dkl a=glob
2014-10-21Bug 1083737: Validate the smtpserver parameterFrédéric Buclin2-2/+32
r=dkl a=glob
2014-10-16Bug 1080840: Update WebServices to include Markdown featureKoosha KM2-18/+109
r=dkl,a=glob
2014-10-16Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin3-126/+17
r=gerv a=glob
2014-10-16Bug 1082557: Use a persistent connection to the SMTP server for improved ↵Frédéric Buclin1-2/+3
performance r=dylan a=glob
2014-10-14Bug 1059723: Reply button should become AJAX-basedKoosha KM2-6/+38
r=dkl,a=sgreen
2014-10-08Bug 1009406 - A user with local editcomponents privs cannot update the ↵Simon Green1-2/+17
inclusion and exclusion lists when the flagtype is already restricted to products the user cannot edit r=dkl, a=simon
2014-10-06Bump version post-releaseDavid Lawrence1-1/+1