Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-28 | nit: doc method | Dylan William Hardison | 1 | -1/+1 | |
2016-07-28 | Bug 1286287 - Add utility method to Bugzilla::CGI for configuring CSP headers | Dylan Hardison | 3 | -0/+409 | |
r=dkl,a=dylan | |||||
2016-07-13 | Bug 1284021 - checksetup.pl spins in an infinite loop when denied terminal ↵ | Tina Hardison | 1 | -28/+18 | |
input and no admin login is provided r=dkl | |||||
2016-07-08 | Bug 542507 - [PostgreSQL] The db_user sometimes cannot connect to the ↵ | Dylan William Hardison | 2 | -7/+1 | |
"template1" database | |||||
2016-07-08 | Bug 1284277 - allow inbound_proxy to be set to '*' | Dylan William Hardison | 2 | -21/+27 | |
r=dkl | |||||
2016-06-30 | Bug 1283612 - Add Bugzilla::Extension module loader last | Dylan William Hardison | 1 | -1/+1 | |
Currently, anything that is loaded after the bugzilla extensions are loaded has to search through each callback inserted into @INC by Bugzilla::Extension. If you have a lot of extensions this is slow. It is harmless to search for Bugzilla::Extension::* modules last, so we replace the unshift with a push. | |||||
2016-06-01 | Bug 1274764 - Increasing memcached performance is possible because ↵ | Dylan Hardison | 1 | -49/+2 | |
Cache::Memcached::Fast does not need detainting r=dkl,a=dylan | |||||
2016-05-23 | Bug 1272883 - [Oracle] Exclude APEX tables from $dbh->bz_table_list_real() | Frédéric Buclin | 1 | -1/+2 | |
r=dkl | |||||
2016-05-20 | Bug 1205415 - Markdown incorrectly parses BlockQuote inside a CodeBlock | Albert Ting | 1 | -1/+9 | |
r=dylan | |||||
2016-05-20 | Bug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 ↵ | Frédéric Buclin | 1 | -9/+8 | |
upgrade r=dkl | |||||
2016-05-16 | Bumped version post-release | David Lawrence | 1 | -1/+1 | |
2016-05-16 | Bumped version to 5.1.1 | David Lawrence | 1 | -1/+1 | |
2016-05-16 | Bug 1261114 - Release notes cannot be displayed due to missing ↵ | David Lawrence | 1 | -9/+23 | |
REQUIRED_MODULES and OPTIONAL_MODULES r=dylan | |||||
2016-05-13 | Bug 1208947 - Comment links in markdown-based emails are incomplete | Albert Ting | 2 | -17/+12 | |
r=LpSolit | |||||
2016-05-12 | Bug 1269160 - Localconfig.pm: LOCALCONFIG_VARS docs and functionality loss | Kenneth Lorber | 1 | -8/+13 | |
r=dylan | |||||
2016-05-10 | Bug 1251100 - checksetup.pl no longer tells admins which modules are ↵ | Dylan William Hardison | 4 | -51/+226 | |
installed and which version is installed | |||||
2016-05-10 | Bug 1270550 - Can't locate loadable object for module ↵ | Dylan Hardison | 3 | -0/+5 | |
main::Tie::Hash::NamedCapture in @INC r=dkl | |||||
2016-05-03 | Bug 1268989 - Inefficient check of "Bugzilla_api_token" might lead to ↵ | Dylan William Hardison | 1 | -9/+6 | |
CSRF/data disclosure vulnerability in Bugzilla's REST API r=dkl | |||||
2016-05-02 | Bug 1269252 - Using callback parameter with REST API causes read-only ↵ | David Lawrence | 1 | -5/+1 | |
accessor error in Bugzilla/API/Server.pm r=dylan | |||||
2016-04-28 | Bug 1268174 - [PostgreSQL] $dbh->bz_add_column() fails to create new columns ↵ | Frédéric Buclin | 2 | -8/+36 | |
with the NOT NULL constraint if there is no DEFAULT value r=gerv | |||||
2016-04-27 | Bug 1268146 - profiles.email is set back to match profiles.login_name every ↵ | Frédéric Buclin | 1 | -2/+4 | |
time checksetup.pl is run r=gerv | |||||
2016-04-27 | Bug 218917 - Allow the login name to be different from the email address | Frédéric Buclin | 31 | -255/+523 | |
Original patch by Gervase Markham r=gerv a=dkl | |||||
2016-04-25 | Bug 1259881 - CSV export vulnerable to formulae injection (again) | Frédéric Buclin | 1 | -3/+4 | |
r=sgreen | |||||
2016-04-20 | Bug 542239 - Accept pronouns everywhere in query.cgi | Albert Ting | 1 | -2/+2 | |
r=dkl | |||||
2016-04-15 | Bug 1261679 - Add more examples about how to define new parameters using the ↵ | Frédéric Buclin | 1 | -5/+7 | |
config_add_panels hook r=gerv | |||||
2016-04-14 | Bug 1088022 - Bump min version to CGI 4.09 | Frédéric Buclin | 7 | -68/+37 | |
r=dkl | |||||
2016-04-13 | Bug 1154457 - Extra lines for nested MarkDown lists | Albert Ting | 1 | -0/+11 | |
r=dkl | |||||
2016-04-09 | Bug 1261538 - Bugzilla is unable to access attachment.cgi when ssl_redirect ↵ | Frédéric Buclin | 2 | -16/+39 | |
= true and using Plack r=dylan | |||||
2016-04-06 | Bug 1246228 - Email addresses must not be encoded | Frédéric Buclin | 2 | -14/+2 | |
r=dkl | |||||
2016-04-05 | Bug 1261124: When deleting a component, this component is listed again | Frédéric Buclin | 1 | -1/+4 | |
r=dkl | |||||
2016-04-04 | Bug 880163 - add a webservice method to list a bug's duplicates, mirroring ↵ | David Lawrence | 2 | -0/+10 | |
what is visible on show_bug. r=dylan | |||||
2016-03-27 | Bug 1205072: Markdown should not call quoteUrl() for code sections | Albert Ting | 1 | -9/+29 | |
r=LpSolit | |||||
2016-03-25 | Bug 1257224: Windows-specific modules are missing in Makefile.PL | Frédéric Buclin | 1 | -1/+1 | |
r=dylan | |||||
2016-03-21 | Bug 1258187: When using plackup as a proxy, Apache is unable to handle saved ↵ | Frédéric Buclin | 1 | -4/+2 | |
queries correctly r=dkl | |||||
2016-03-21 | Bug 1251208 - Bugzilla->request_cache() can be faster | Dylan Hardison | 1 | -9/+2 | |
r=dkl,a=dylan without breaking stuff this time. | |||||
2016-03-19 | Bug 1230932: Providing a condition as an ID to the webservice results in a ↵ | Frédéric Buclin | 6 | -7/+31 | |
taint error r=dkl | |||||
2016-03-09 | Bug 1250908: "Use of uninitialized value" warning thrown when creating a new ↵ | Thorsten Schöning | 1 | -2/+2 | |
bug depending or blocking another one r=LpSolit | |||||
2016-03-08 | Bug 1253074 - get_legal_value doesn't work for target milestone | Albert Ting | 1 | -4/+5 | |
r=dkl | |||||
2016-02-29 | Bug 1136137: Require Perl 5.14 | Frédéric Buclin | 152 | -199/+199 | |
r=dkl | |||||
2016-02-26 | generate_test_data.pl is an executable | Frédéric Buclin | 1 | -0/+1 | |
2016-02-26 | Bug 1251221 - Pass cache => 1 to calls to Bugzilla::Product->new() called in ↵ | Dylan Hardison | 3 | -6/+5 | |
Bugzilla::{Milestone,Version,Component} r=dkl,a=dylan | |||||
2016-02-25 | Bug 1250944 - 001compile.t doesn't set error mode, so errors exit the test suite | Dylan Hardison | 1 | -1/+0 | |
r=dkl,a=dylan | |||||
2016-02-25 | Bug 1250786 - Detainting of params.json | Matt Tyson | 1 | -13/+4 | |
r=dylan,a=dylan | |||||
2016-02-24 | fix perms | Dylan William Hardison | 1 | -1/+1 | |
2016-02-24 | Bug 1250875 - Bugzilla crashes immediately due to unreadable META.json and ↵ | Dylan Hardison | 1 | -0/+4 | |
MYMETA.json r=LpSolit,a=dylan | |||||
2016-02-23 | Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵ | Dylan Hardison | 7 | -1196/+12 | |
dependencies r=dkl,a=dylan | |||||
2016-02-18 | Bug 1148577 - The API reST documentation should display the error ↵ | David Lawrence | 1 | -0/+3 | |
codes/strings that could occur with each API call r=gerv | |||||
2016-02-10 | Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" ↵ | Dylan Hardison | 1 | -1/+1 | |
working bugzilla experience r=dkl,a=dylan | |||||
2016-02-08 | Bug 1246531: REST_DOC should point to bugzilla.readthedocs.org instead of ↵ | Frédéric Buclin | 1 | -1/+1 | |
bugzilla.org r=dkl | |||||
2016-02-07 | Bug 1237161: Allow users with bless permissions to update users group ↵ | Matt Tyson | 2 | -1/+12 | |
membership using WebService r=LpSolit a=dkl |