Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-08 | Bug 1009406 - A user with local editcomponents privs cannot update the ↵ | Simon Green | 1 | -2/+17 | |
inclusion and exclusion lists when the flagtype is already restricted to products the user cannot edit r=dkl, a=simon | |||||
2014-10-07 | Bug 1011263 - The qa test suite should have a master branch that bugzilla ↵ | David Lawrence | 1 | -0/+12 | |
master run against - Updated exclusions | |||||
2014-10-07 | Bug 1011263 - The qa test suite should have a master branch that bugzilla ↵ | David Lawrence | 1 | -8/+17 | |
master run against | |||||
2014-10-06 | Bump version post-release | David Lawrence | 1 | -1/+1 | |
2014-10-06 | Bump version to 4.5.6 | David Lawrence | 1 | -1/+1 | |
2014-10-06 | Bug 1054702: CSV export vulnerable to formulae injection | Simon Green | 2 | -4/+8 | |
r=glob,a=glob | |||||
2014-10-06 | Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵ | Simon Green | 3 | -18/+38 | |
who aren't in the insider group r=glob,a=glob | |||||
2014-10-06 | Bug 1074980: Forbid the { foo => $cgi->param() } syntax to prevent data override | Frédéric Buclin | 1 | -1/+32 | |
r=dkl,a=sgreen | |||||
2014-10-06 | Bug 1075578: [SECURITY] Improper filtering of CGI arguments | Frédéric Buclin | 11 | -45/+46 | |
r=dkl,a=sgreen | |||||
2014-10-05 | Bug 1071276: Markdown comment checkbox value is not passed through properly ↵ | Koosha | 1 | -0/+1 | |
when a mid air collision has occurred and user chooses to submit comment r=dkl a=sgreen | |||||
2014-10-02 | Bug 1076155: Remove "?" from table columns and labels + code cleanup | Frédéric Buclin | 3 | -23/+14 | |
r=dkl a=justdave | |||||
2014-10-01 | Bug 1069760 - Cannot use 'component' in a template | Simon Green | 3 | -17/+17 | |
r=gerv, a=justdave | |||||
2014-10-01 | Bug 1070640: Update (and rename) Bugzilla::Send::Sendmail to work with ↵ | Frédéric Buclin | 2 | -31/+22 | |
Email::Sender::Transport::Sendmail r=dylan a=justdave | |||||
2014-10-01 | Fix bustage due to bug 1061247 | Frédéric Buclin | 1 | -0/+1 | |
2014-10-01 | Bug 1061247 - Successfully using a password change token should invalidate ↵ | Reed Loden | 1 | -0/+2 | |
all other password change tokens for that user r=gerv a=glob | |||||
2014-10-01 | Bug 1070317 - Bugzilla::Flag's attribute modification_date is affected by ↵ | Dylan William Hardison | 1 | -2/+3 | |
the user's timezone and differs from the database copy after a call to $flag->update() r=dkl, a=justdave | |||||
2014-09-29 | Bug 1071317: Remove unused variables | Frédéric Buclin | 3 | -4/+0 | |
r=gerv a=sgreen | |||||
2014-09-29 | Bug 1044457 - PostgreSQL 8.x fails with error: language "plpgsql" does not exist | Dylan William Hardison | 1 | -0/+3 | |
2014-09-26 | Bug 1071024 - improve description of mail_delivery_method. r=glob. | Gervase Markham | 1 | -1/+6 | |
2014-09-26 | Bug 1071033: Variable "$user" will not stay shared at buglist.cgi | Frédéric Buclin | 1 | -5/+4 | |
r=dkl a=sgreen | |||||
2014-09-25 | Bug 1072110: _concatenate_js assumes javascript_urls is an array | Byron Jones | 3 | -3/+4 | |
r=dkl,a=glob | |||||
2014-09-23 | Bug 1059685: Add user help for Markdown | Koosha KM | 1 | -4/+4 | |
- Fixed template filter for constant in markdown.html.tmpl | |||||
2014-09-23 | Bug 1059685: Add user help for Markdown | Koosha KM | 3 | -10/+270 | |
r=dkl,a=sgreen | |||||
2014-09-23 | Bug 1065444: Several columns are not legal when displaying queries | Frédéric Buclin | 2 | -41/+46 | |
r=dkl a=sgreen | |||||
2014-09-22 | Bug 1069363: "show user list again" link does not include is_enabled for ↵ | David Lawrence | 1 | -1/+3 | |
showing previous results list r=glob,a=glob | |||||
2014-09-20 | Bug 502625: Replace Email::Send with Email::Sender | Frédéric Buclin | 6 | -73/+41 | |
r=dylan a=glob | |||||
2014-09-18 | Bug 829273: Certain webservice tests failing due to improper error being ↵ | David Lawrence | 1 | -2/+2 | |
thrown for undef or empty bug id values r=glob,a=glob | |||||
2014-09-18 | Bug 1068521: "Use of uninitialized value" warnings | Pami Ketolainen | 2 | -5/+12 | |
r=glob,a=glob | |||||
2014-09-18 | Bug 1068014: skip strptime() in datetime_from() if the date is in a standard ↵ | Byron Jones | 1 | -3/+8 | |
format r=dylan,a=glob | |||||
2014-09-17 | Bug 1064395: concatenate and slightly minify javascript files | Byron Jones | 4 | -14/+100 | |
r=dkl,a=glob | |||||
2014-09-17 | Bug 1068277: No longer able to save/edit/forget a saved search if results ↵ | David Lawrence | 1 | -27/+27 | |
are 0 in buglist.cgi r=LpSolit,a=sgreen | |||||
2014-09-16 | Bug 1039940: serialisation of objects for webservice responses is extremely slow | Byron Jones | 1 | -5/+8 | |
r=dylan,a=sgreen | |||||
2014-09-15 | Bug 252555: Remove the ANSI mode when running MySQL | Vishant Gautam | 1 | -3/+4 | |
r=LpSolit a=sgreen | |||||
2014-09-15 | Bug 1066184: data/params.js should be renamed to data/params.json since the ↵ | David Lawrence | 6 | -16/+21 | |
data form is JSON and not JS r=LpSolit,a=sgreen | |||||
2014-09-11 | Bug 1064933: Bugzilla.pm does not compile without Text::Markdown | Koosha KM | 3 | -4/+6 | |
r=glob,a=sgreen | |||||
2014-09-11 | Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵ | Frédéric Buclin | 8 | -61/+77 | |
data/params r=dkl r=wurblzap a=sgreen | |||||
2014-09-11 | Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 ↵ | Frédéric Buclin | 4 | -81/+3 | |
spec about valid <link rel="..."> keywords r=dkl a=sgreen | |||||
2014-09-11 | Bug 1009013 - Require a user to change their password if they log in and ↵ | Simon Green | 6 | -23/+63 | |
their current password does not meet the password complexity rules r=glob, a=sgreen | |||||
2014-09-10 | Bug 1053513 - fix patching error | Dylan William Hardison | 1 | -1/+1 | |
I yearn for review board and more git-based development. | |||||
2014-09-10 | Bug 1035080: preload visibility of referenced bugs in _preload_referenced_bugs | Byron Jones | 1 | -0/+3 | |
r=sgreen,a=sgreen | |||||
2014-09-10 | Bug 1036242: "TypeError: bug_status is undefined" when creating a bug | Matt Tyson | 1 | -4/+8 | |
r=glob,a=glob | |||||
2014-09-09 | Bug 1053513 - remove last-visited entries when a user removes involvement ↵ | Dylan William Hardison | 2 | -0/+16 | |
from a bug r/a=glob | |||||
2014-09-08 | Bug 1046126: Do not generate a new API token every time you access a ↵ | David Lawrence | 1 | -3/+10 | |
bug-related page r=sgreen,a=glob | |||||
2014-09-08 | Bug 1046213: datetime_from() generates wrong dates if year < 1901 | Frédéric Buclin | 1 | -3/+7 | |
r=sgreen a=glob | |||||
2014-09-08 | Bug 768892 - Specific Search without search words yields invalid_column_name ↵ | Simon Green | 1 | -1/+1 | |
message, complaining about sort order "relevance desc" r=sgreen, a=glob | |||||
2014-09-08 | Bug 1057838 - Update Autolinkification documentation to cover a list of ↵ | Koosha KM | 1 | -0/+4 | |
bug/comment ids r=sgreen, a=sgreen | |||||
2014-09-05 | Bug 1060308: Markdown: URLs and Emails are not rendered literally in code ↵ | Koosha KM | 1 | -1/+6 | |
spans and code blocks r=glob,a=sgreen | |||||
2014-09-04 | Bug 1040728 - testserver.pl on Ubuntu 12.04 with Apache2 invalidly gives ↵ | Dylan William Hardison | 1 | -1/+1 | |
error 'Failed to find the GID for the 'httpd' process' due to truncated command name r=gerv,a=sgreen | |||||
2014-09-02 | Bug 281791 - Add ability to change flags in "change several bugs at once" | Simon Green | 6 | -1/+184 | |
r=glob, a=sgreen | |||||
2014-09-02 | Bug 1054175 - Exclude Bugzilla::Migrate:: from requiring POD documentation | Simon Green | 1 | -0/+1 | |
r=gerv, a=sgreen |