summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
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
2014-10-06Bump version to 4.5.6David Lawrence1-1/+1
2014-10-06Bug 1054702: CSV export vulnerable to formulae injectionSimon Green1-1/+3
r=glob,a=glob
2014-10-06Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green2-13/+30
who aren't in the insider group r=glob,a=glob
2014-10-06Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin1-4/+3
r=dkl,a=sgreen
2014-10-01Bug 1070640: Update (and rename) Bugzilla::Send::Sendmail to work with ↵Frédéric Buclin2-31/+22
Email::Sender::Transport::Sendmail r=dylan a=justdave
2014-10-01Bug 1070317 - Bugzilla::Flag's attribute modification_date is affected by ↵Dylan William Hardison1-2/+3
the user's timezone and differs from the database copy after a call to $flag->update() r=dkl, a=justdave
2014-09-29Bug 1071317: Remove unused variablesFrédéric Buclin2-2/+0
r=gerv a=sgreen
2014-09-29Bug 1044457 - PostgreSQL 8.x fails with error: language "plpgsql" does not existDylan William Hardison1-0/+3
2014-09-25Bug 1072110: _concatenate_js assumes javascript_urls is an arrayByron Jones1-1/+2
r=dkl,a=glob
2014-09-23Bug 1065444: Several columns are not legal when displaying queriesFrédéric Buclin1-7/+12
r=dkl a=sgreen
2014-09-20Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin5-71/+39
r=dylan a=glob
2014-09-18Bug 829273: Certain webservice tests failing due to improper error being ↵David Lawrence1-2/+2
thrown for undef or empty bug id values r=glob,a=glob
2014-09-18Bug 1068521: "Use of uninitialized value" warningsPami Ketolainen1-4/+11
r=glob,a=glob
2014-09-18Bug 1068014: skip strptime() in datetime_from() if the date is in a standard ↵Byron Jones1-3/+8
format r=dylan,a=glob
2014-09-17Bug 1064395: concatenate and slightly minify javascript filesByron Jones3-7/+76
r=dkl,a=glob
2014-09-16Bug 1039940: serialisation of objects for webservice responses is extremely slowByron Jones1-5/+8
r=dylan,a=sgreen
2014-09-15Bug 252555: Remove the ANSI mode when running MySQLVishant Gautam1-3/+4
r=LpSolit a=sgreen
2014-09-15Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence3-10/+15
data form is JSON and not JS r=LpSolit,a=sgreen
2014-09-11Bug 1064933: Bugzilla.pm does not compile without Text::MarkdownKoosha KM2-4/+4
r=glob,a=sgreen
2014-09-11Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin4-51/+68
data/params r=dkl r=wurblzap a=sgreen
2014-09-11Bug 1009013 - Require a user to change their password if they log in and ↵Simon Green4-15/+49
their current password does not meet the password complexity rules r=glob, a=sgreen
2014-09-10Bug 1053513 - fix patching errorDylan William Hardison1-1/+1
I yearn for review board and more git-based development.
2014-09-10Bug 1035080: preload visibility of referenced bugs in _preload_referenced_bugsByron Jones1-0/+3
r=sgreen,a=sgreen
2014-09-09Bug 1053513 - remove last-visited entries when a user removes involvement ↵Dylan William Hardison2-0/+16
from a bug r/a=glob
2014-09-08Bug 1046126: Do not generate a new API token every time you access a ↵David Lawrence1-3/+10
bug-related page r=sgreen,a=glob
2014-09-08Bug 1046213: datetime_from() generates wrong dates if year < 1901Frédéric Buclin1-3/+7
r=sgreen a=glob
2014-09-05Bug 1060308: Markdown: URLs and Emails are not rendered literally in code ↵Koosha KM1-1/+6
spans and code blocks r=glob,a=sgreen
2014-09-02Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green2-0/+112
r=glob, a=sgreen
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM10-3/+560
r=dkl,a=sgreen