aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Revert Bug 330707 - Add optional support for MarkDownDavid Lawrence2014-11-0412-718/+26
|
* Bug 1088253: GET REST calls should allow arbitrary URL parameters to be ↵David Lawrence2014-10-292-12/+26
| | | | | | passed in addition the values in the path r=glob,a=glob
* Bug 1059684 - markdown text should not be rendered within a <pre> tagDavid Lawrence2014-10-282-8/+15
| | | | r=glob,a=glob
* Bug 1083081 - javascript concatenation should insert a semicolon between filesDylan William Hardison2014-10-271-1/+1
| | | | r=dkl a=glob
* Bug 1087400: CGI 4.05 throws tons of "CGI::param called in list context" ↵Frédéric Buclin2014-10-271-0/+1
| | | | | | warnings r/a=glob
* Bug 1088399 - Add support for Github pull requests in See Also field. ↵Matt Selsky2014-10-241-1/+3
| | | | r=gerv, a=glob.
* Revert "Bug 1073264 - allow attachment download to be offloaded to the ↵Gervase Markham2014-10-242-50/+2
| | | | | | 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-242-2/+50
| | | | 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-231-0/+5
| | | | | | take into account is_active r=dkl a=glob
* 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
* Bug 1080840: Update WebServices to include Markdown featureKoosha KM2014-10-162-18/+109
| | | | r=dkl,a=glob
* Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin2014-10-163-126/+17
| | | | r=gerv a=glob
* Bug 1082557: Use a persistent connection to the SMTP server for improved ↵Frédéric Buclin2014-10-161-2/+3
| | | | | | performance r=dylan a=glob
* Bug 1059723: Reply button should become AJAX-basedKoosha KM2014-10-142-6/+38
| | | | 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
* 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-061-1/+3
| | | | r=glob,a=glob
* Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green2014-10-062-13/+30
| | | | | | who aren't in the insider group r=glob,a=glob
* Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin2014-10-061-4/+3
| | | | r=dkl,a=sgreen
* 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
* 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-292-2/+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 1072110: _concatenate_js assumes javascript_urls is an arrayByron Jones2014-09-261-1/+2
| | | | r=dkl,a=glob
* Bug 1065444: Several columns are not legal when displaying queriesFrédéric Buclin2014-09-231-7/+12
| | | | r=dkl a=sgreen
* Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin2014-09-205-71/+39
| | | | 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-181-4/+11
| | | | 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-183-7/+76
| | | | r=dkl,a=glob
* 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-153-10/+15
| | | | | | data form is JSON and not JS r=LpSolit,a=sgreen
* Bug 1064933: Bugzilla.pm does not compile without Text::MarkdownKoosha KM2014-09-112-4/+4
| | | | r=glob,a=sgreen
* Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin2014-09-114-51/+68
| | | | | | data/params r=dkl r=wurblzap a=sgreen
* Bug 1009013 - Require a user to change their password if they log in and ↵Simon Green2014-09-114-15/+49
| | | | | | their current password does not meet the password complexity rules r=glob, a=sgreen
* Bug 1053513 - fix patching errorDylan William Hardison2014-09-101-1/+1
| | | | I yearn for review board and more git-based development.
* Bug 1035080: preload visibility of referenced bugs in _preload_referenced_bugsByron Jones2014-09-101-0/+3
| | | | r=sgreen,a=sgreen
* Bug 1053513 - remove last-visited entries when a user removes involvement ↵Dylan William Hardison2014-09-092-0/+16
| | | | | | from a bug r/a=glob
* Bug 1046126: Do not generate a new API token every time you access a ↵David Lawrence2014-09-081-3/+10
| | | | | | bug-related page r=sgreen,a=glob
* Bug 1046213: datetime_from() generates wrong dates if year < 1901Frédéric Buclin2014-09-081-3/+7
| | | | r=sgreen a=glob
* Bug 1060308: Markdown: URLs and Emails are not rendered literally in code ↵Koosha KM2014-09-051-1/+6
| | | | | | spans and code blocks r=glob,a=sgreen
* Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green2014-09-022-0/+112
| | | | r=glob, a=sgreen
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-2810-3/+560
| | | | r=dkl,a=sgreen
* Bug 1054642: quoteUrls() enters an infinite loop with a list of nonexistent ↵Koosha KM2014-08-251-13/+8
| | | | | | bug ids to be linkified r=glob,a=sgreen
* Bug 1008766 - Fix typo in documentation (edit)Simon Green2014-08-241-1/+1
| | | | r=glob, a=glob
* Bug 1053802: Groups used for the comment_taggers_group and debug_group ↵Frédéric Buclin2014-08-191-2/+4
| | | | | | parameters can be deleted r=sgreen a=glob