aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1088399 - Add support for Github pull requests in See Also field. ↵Matt Selsky2014-10-242-2/+4
| | | | r=gerv, a=glob.
* Revert "Bug 1073264 - allow attachment download to be offloaded to the ↵Gervase Markham2014-10-244-94/+4
| | | | | | webserver using X-SendFile or equivalent. r=gerv, a=glob." Morning brain thought this bug was approved for 5.0. This reverts commit 55e8faeed19ff618483cb5803847bdba6c80c752.
* Bug 1073264 - allow attachment download to be offloaded to the webserver ↵Damien Nozay2014-10-244-4/+94
| | | | using X-SendFile or equivalent. r=gerv, a=glob.
* Bug 1083258 - The size check for input <select>s on show_bug.cgi doesn't ↵Dylan William Hardison2014-10-232-1/+5
| | | | | | take into account is_active r=dkl a=glob
* Bug 1033068: The "unknown_action" error message could confuse the userFrédéric Buclin2014-10-221-2/+3
| | | | r=dkl a=sgreen
* Bug 1073380 - Pass the hostname and port as two separate arguments to ↵Dylan William Hardison2014-10-211-1/+3
| | | | | | Email::Sender r=dkl a=glob
* Bug 1084490 - Fix Bugzilla::WebService::BugUserLastVisit->get & correct PODDylan William Hardison2014-10-211-11/+4
| | | | r=dkl a=glob
* Bug 1083737: Validate the smtpserver parameterFrédéric Buclin2014-10-212-2/+32
| | | | r=dkl a=glob
* Backout Bug 1015226: When using field-label.html.tmpl there is not a way to ↵David Lawrence2014-10-201-10/+1
| | | | underline the access key letter in the field description
* Bug 1080840: Update WebServices to include Markdown featureKoosha KM2014-10-163-18/+112
| | | | r=dkl,a=glob
* Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin2014-10-1610-282/+26
| | | | r=gerv a=glob
* Bug 1082557: Use a persistent connection to the SMTP server for improved ↵Frédéric Buclin2014-10-162-4/+8
| | | | | | performance r=dylan a=glob
* Fix a warning thrown by 008filter.tFrédéric Buclin2014-10-161-3/+3
|
* Bug 1082887: comments made when setting a flag from the attachment details ↵Byron Jones2014-10-161-53/+59
| | | | | | page are not included in the "flag updated" email r=dkl,a=glob
* Bug 1059723: Reply button should become AJAX-basedKoosha KM2014-10-144-10/+93
| | | | r=dkl,a=sgreen
* Bug 1009406 - A user with local editcomponents privs cannot update the ↵Simon Green2014-10-081-2/+17
| | | | | | inclusion and exclusion lists when the flagtype is already restricted to products the user cannot edit r=dkl, a=simon
* Bug 1011263 - The qa test suite should have a master branch that bugzilla ↵David Lawrence2014-10-071-0/+12
| | | | master run against - Updated exclusions
* Bug 1011263 - The qa test suite should have a master branch that bugzilla ↵David Lawrence2014-10-071-8/+17
| | | | master run against
* Bump version post-releaseDavid Lawrence2014-10-061-1/+1
|
* Bump version to 4.5.6David Lawrence2014-10-061-1/+1
|
* Bug 1054702: CSV export vulnerable to formulae injectionSimon Green2014-10-062-4/+8
| | | | r=glob,a=glob
* Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green2014-10-063-18/+38
| | | | | | who aren't in the insider group r=glob,a=glob
* Bug 1074980: Forbid the { foo => $cgi->param() } syntax to prevent data overrideFrédéric Buclin2014-10-061-1/+32
| | | | r=dkl,a=sgreen
* Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin2014-10-0611-45/+46
| | | | r=dkl,a=sgreen
* Bug 1071276: Markdown comment checkbox value is not passed through properly ↵Koosha2014-10-051-0/+1
| | | | | | when a mid air collision has occurred and user chooses to submit comment r=dkl a=sgreen
* Bug 1076155: Remove "?" from table columns and labels + code cleanupFrédéric Buclin2014-10-023-23/+14
| | | | r=dkl a=justdave
* Bug 1069760 - Cannot use 'component' in a templateSimon Green2014-10-013-17/+17
| | | | r=gerv, a=justdave
* Bug 1070640: Update (and rename) Bugzilla::Send::Sendmail to work with ↵Frédéric Buclin2014-10-012-31/+22
| | | | | | Email::Sender::Transport::Sendmail r=dylan a=justdave
* Fix bustage due to bug 1061247Frédéric Buclin2014-10-011-0/+1
|
* Bug 1061247 - Successfully using a password change token should invalidate ↵Reed Loden2014-09-301-0/+2
| | | | | | all other password change tokens for that user r=gerv a=glob
* Bug 1070317 - Bugzilla::Flag's attribute modification_date is affected by ↵Dylan William Hardison2014-09-301-2/+3
| | | | | | the user's timezone and differs from the database copy after a call to $flag->update() r=dkl, a=justdave
* Bug 1071317: Remove unused variablesFrédéric Buclin2014-09-293-4/+0
| | | | r=gerv a=sgreen
* Bug 1044457 - PostgreSQL 8.x fails with error: language "plpgsql" does not existDylan William Hardison2014-09-281-0/+3
|
* Bug 1071024 - improve description of mail_delivery_method. r=glob.Gervase Markham2014-09-261-1/+6
|
* Bug 1071033: Variable "$user" will not stay shared at buglist.cgiFrédéric Buclin2014-09-261-5/+4
| | | | r=dkl a=sgreen
* Bug 1072110: _concatenate_js assumes javascript_urls is an arrayByron Jones2014-09-263-3/+4
| | | | r=dkl,a=glob
* Bug 1059685: Add user help for MarkdownKoosha KM2014-09-231-4/+4
| | | | - Fixed template filter for constant in markdown.html.tmpl
* Bug 1059685: Add user help for MarkdownKoosha KM2014-09-233-10/+270
| | | | r=dkl,a=sgreen
* Bug 1065444: Several columns are not legal when displaying queriesFrédéric Buclin2014-09-232-41/+46
| | | | r=dkl a=sgreen
* Bug 1069363: "show user list again" link does not include is_enabled for ↵David Lawrence2014-09-221-1/+3
| | | | | | showing previous results list r=glob,a=glob
* Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin2014-09-206-73/+41
| | | | r=dylan a=glob
* Bug 829273: Certain webservice tests failing due to improper error being ↵David Lawrence2014-09-181-2/+2
| | | | | | thrown for undef or empty bug id values r=glob,a=glob
* Bug 1068521: "Use of uninitialized value" warningsPami Ketolainen2014-09-182-5/+12
| | | | r=glob,a=glob
* Bug 1068014: skip strptime() in datetime_from() if the date is in a standard ↵Byron Jones2014-09-181-3/+8
| | | | | | format r=dylan,a=glob
* Bug 1064395: concatenate and slightly minify javascript filesByron Jones2014-09-184-14/+100
| | | | r=dkl,a=glob
* Bug 1068277: No longer able to save/edit/forget a saved search if results ↵David Lawrence2014-09-171-27/+27
| | | | | | are 0 in buglist.cgi r=LpSolit,a=sgreen
* Bug 1039940: serialisation of objects for webservice responses is extremely slowByron Jones2014-09-161-5/+8
| | | | r=dylan,a=sgreen
* Bug 252555: Remove the ANSI mode when running MySQLVishant Gautam2014-09-151-3/+4
| | | | r=LpSolit a=sgreen
* Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence2014-09-156-16/+21
| | | | | | data form is JSON and not JS r=LpSolit,a=sgreen
* Bug 1064933: Bugzilla.pm does not compile without Text::MarkdownKoosha KM2014-09-113-4/+6
| | | | r=glob,a=sgreen