summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2016-08-24Bug 1296831 - allow answers file to override new install defaultsFrank Becker1-5/+9
2016-08-23Revert "Bug 1296831 - answer use_email_as_login not used"Dylan William Hardison1-1/+1
This reverts commit a8824f3f870ba31fe0b4382a1eed93ea01e9f53b.
2016-08-22Bug 1296831 - answer use_email_as_login not usedFrank Becker1-1/+1
2016-08-22Bug 1296570 - can not create admin user when use_email_as_login = 1Frank Becker1-1/+1
2016-08-12Bug 1294571 - 015remote_ip.t throws a "uninitialized value" warningDavid Lawrence1-1/+1
2016-07-29Bug 1183647 - Optional Perl modules related to REST should now be mandatoryDavid Lawrence1-2/+0
- Fix t/001compile.t error
2016-07-28markdown is required for compilg markdown testsDylan William Hardison1-1/+1
2016-07-28nit: doc methodDylan William Hardison1-1/+1
2016-07-28Bug 1286287 - Add utility method to Bugzilla::CGI for configuring CSP headersDylan Hardison3-0/+409
r=dkl,a=dylan
2016-07-13Bug 1284021 - checksetup.pl spins in an infinite loop when denied terminal ↵Tina Hardison1-28/+18
input and no admin login is provided r=dkl
2016-07-08Bug 542507 - [PostgreSQL] The db_user sometimes cannot connect to the ↵Dylan William Hardison2-7/+1
"template1" database
2016-07-08Bug 1284277 - allow inbound_proxy to be set to '*'Dylan William Hardison2-21/+27
r=dkl
2016-06-30Bug 1283612 - Add Bugzilla::Extension module loader lastDylan William Hardison1-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-01Bug 1274764 - Increasing memcached performance is possible because ↵Dylan Hardison1-49/+2
Cache::Memcached::Fast does not need detainting r=dkl,a=dylan
2016-05-23Bug 1272883 - [Oracle] Exclude APEX tables from $dbh->bz_table_list_real()Frédéric Buclin1-1/+2
r=dkl
2016-05-20Bug 1205415 - Markdown incorrectly parses BlockQuote inside a CodeBlockAlbert Ting1-1/+9
r=dylan
2016-05-20Bug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 ↵Frédéric Buclin1-9/+8
upgrade r=dkl
2016-05-16Bumped version post-releaseDavid Lawrence1-1/+1
2016-05-16Bumped version to 5.1.1David Lawrence1-1/+1
2016-05-16Bug 1261114 - Release notes cannot be displayed due to missing ↵David Lawrence1-9/+23
REQUIRED_MODULES and OPTIONAL_MODULES r=dylan
2016-05-13Bug 1208947 - Comment links in markdown-based emails are incompleteAlbert Ting2-17/+12
r=LpSolit
2016-05-12Bug 1269160 - Localconfig.pm: LOCALCONFIG_VARS docs and functionality lossKenneth Lorber1-8/+13
r=dylan
2016-05-10Bug 1251100 - checksetup.pl no longer tells admins which modules are ↵Dylan William Hardison4-51/+226
installed and which version is installed
2016-05-10Bug 1270550 - Can't locate loadable object for module ↵Dylan Hardison3-0/+5
main::Tie::Hash::NamedCapture in @INC r=dkl
2016-05-03Bug 1268989 - Inefficient check of "Bugzilla_api_token" might lead to ↵Dylan William Hardison1-9/+6
CSRF/data disclosure vulnerability in Bugzilla's REST API r=dkl
2016-05-02Bug 1269252 - Using callback parameter with REST API causes read-only ↵David Lawrence1-5/+1
accessor error in Bugzilla/API/Server.pm r=dylan
2016-04-28Bug 1268174 - [PostgreSQL] $dbh->bz_add_column() fails to create new columns ↵Frédéric Buclin2-8/+36
with the NOT NULL constraint if there is no DEFAULT value r=gerv
2016-04-27Bug 1268146 - profiles.email is set back to match profiles.login_name every ↵Frédéric Buclin1-2/+4
time checksetup.pl is run r=gerv
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin31-255/+523
Original patch by Gervase Markham r=gerv a=dkl
2016-04-25Bug 1259881 - CSV export vulnerable to formulae injection (again)Frédéric Buclin1-3/+4
r=sgreen
2016-04-20Bug 542239 - Accept pronouns everywhere in query.cgiAlbert Ting1-2/+2
r=dkl
2016-04-15Bug 1261679 - Add more examples about how to define new parameters using the ↵Frédéric Buclin1-5/+7
config_add_panels hook r=gerv
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin7-68/+37
r=dkl
2016-04-13Bug 1154457 - Extra lines for nested MarkDown listsAlbert Ting1-0/+11
r=dkl
2016-04-09Bug 1261538 - Bugzilla is unable to access attachment.cgi when ssl_redirect ↵Frédéric Buclin2-16/+39
= true and using Plack r=dylan
2016-04-06Bug 1246228 - Email addresses must not be encodedFrédéric Buclin2-14/+2
r=dkl
2016-04-05Bug 1261124: When deleting a component, this component is listed againFrédéric Buclin1-1/+4
r=dkl
2016-04-04Bug 880163 - add a webservice method to list a bug's duplicates, mirroring ↵David Lawrence2-0/+10
what is visible on show_bug. r=dylan
2016-03-27Bug 1205072: Markdown should not call quoteUrl() for code sectionsAlbert Ting1-9/+29
r=LpSolit
2016-03-25Bug 1257224: Windows-specific modules are missing in Makefile.PLFrédéric Buclin1-1/+1
r=dylan
2016-03-21Bug 1258187: When using plackup as a proxy, Apache is unable to handle saved ↵Frédéric Buclin1-4/+2
queries correctly r=dkl
2016-03-21Bug 1251208 - Bugzilla->request_cache() can be fasterDylan Hardison1-9/+2
r=dkl,a=dylan without breaking stuff this time.
2016-03-19Bug 1230932: Providing a condition as an ID to the webservice results in a ↵Frédéric Buclin6-7/+31
taint error r=dkl
2016-03-09Bug 1250908: "Use of uninitialized value" warning thrown when creating a new ↵Thorsten Schöning1-2/+2
bug depending or blocking another one r=LpSolit
2016-03-08Bug 1253074 - get_legal_value doesn't work for target milestoneAlbert Ting1-4/+5
r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin152-199/+199
r=dkl
2016-02-26generate_test_data.pl is an executableFrédéric Buclin1-0/+1
2016-02-26Bug 1251221 - Pass cache => 1 to calls to Bugzilla::Product->new() called in ↵Dylan Hardison3-6/+5
Bugzilla::{Milestone,Version,Component} r=dkl,a=dylan
2016-02-25Bug 1250944 - 001compile.t doesn't set error mode, so errors exit the test suiteDylan Hardison1-1/+0
r=dkl,a=dylan
2016-02-25Bug 1250786 - Detainting of params.jsonMatt Tyson1-13/+4
r=dylan,a=dylan