summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-06Bug 1290588 - Group Administration via interface should error if regular ↵Simon Green3-0/+63
expression size is greater than column length
2016-10-03Bug 1305468 - Don't concatenate assets when PLACK_ENV ne developmentEkta Parmar1-1/+1
r=dylan
2016-10-03Bug 1254516 - Emails do not indicate to Exchange that they are ↵Marko Kohtala1-0/+2
auto-generated, and so get auto-responses r=dylan
2016-09-30Bug 1293782 - Document how to set keywords during initial bug creation via ↵Simon Green1-0/+1
REST api
2016-09-27Bug 1291968 - Add UI cue explaining non-editability of email addressSimon Green1-1/+1
2016-09-26Bug 1284979 - Write test case to find obvious uses of inline javascript in ↵Dylan William Hardison1-0/+123
the templates r=dkl
2016-09-21Bug 1263244 - Throw*Error inside templates should always use die(), as if ↵Dylan William Hardison3-4/+20
error_mode is ERROR_MODE_DIE r=dkl,a=dylan
2016-09-20fix rst syntaxDylan William Hardison1-0/+2
2016-09-20small improvement to READMEDylan William Hardison1-2/+12
2016-09-20Bug 1303896 - Locate 'host' (#26)Sina Mashek0-0/+0
2016-09-20Bug 1303896 - Can't locate object method "host" via package "URI::_generic" ↵Sina Mashek1-1/+1
at Bugzilla/CGI.pm line 454. r=dylan
2016-09-20Bug 1302755 - Optimize request_cache() more (#25)Dylan William Hardison0-0/+0
2016-09-19Bug 1302755 - Optimize request_cache() moreDylan William Hardison2-6/+3
r=jfearn
2016-09-19Bug 1303702 - bug history table 'when' column shows 00:00 only using sqliteAndrea Orsini1-0/+1
r/a=dylan
2016-09-15Bug 399066 - Remove the 'cookiedomain' parameterSimon Green5-33/+1
2016-09-15Bug 65388 - Make it possible to query for open bugs with an inactive target ↵Simon Green4-3/+98
milestone
2016-09-12Bug 1302143 - Bad json in META.json breaking checksetup.plDavid Lawrence2-2/+2
2016-09-12Bug 1070122 - add option to send test email to Params pageMarcus von Appen4-0/+45
2016-09-12Bug 1294596 - remove optional Test::Taint references, as it's now mandatory. ↵Gervase Markham3-6/+1
r=dylan
2016-09-11Bug 580471 - Ship with a default web.config for IIS installsFrédéric Buclin1-0/+47
2016-09-11ignore more perl toolchain filesDylan William Hardison1-0/+1
2016-09-11remove radius and ldap from default set of --cpanm featuresDylan William Hardison1-1/+4
2016-09-11Bug 1263379 - Remove support for Windows 2000Frédéric Buclin1-59/+2
2016-09-11Bug 1260020 - Use Win32::GetConsoleOutputCP() instead of ↵Frédéric Buclin2-13/+13
Win32::Console::OutputCP()
2016-09-10Bug 1284263 - Add optional support for $DATABASE_URL instead of localconfig ↵Dylan William Hardison6-5/+65
for db_* connection params.
2016-09-10Bug 1294569 - 100markdown.t doesn't work without a working DBDylan William Hardison1-0/+30
2016-09-10Bug 988971 - Replace Classic with "Sandstone" skin as Standard skinRyan Wilson14-39/+674
r=dylan,a=dylan
2016-09-08Bug 1294587 - The CSP feature is brokenDylan William Hardison1-3/+2
r=dkl
2016-09-06- Further test suite fixes for email/login changesDavid Lawrence1-3/+3
2016-09-01- Selenium test script fixes to work with recent email/login changesDavid Lawrence9-22/+23
2016-08-31- Improved CI support for PostgreSQL and SqliteDavid Lawrence1-7/+100
2016-08-31- Fix whitespace issue in xt/webservice/bug_attachments.tDavid Lawrence1-1/+1
2016-08-31- Fixed API tests to work after login/email changesDavid Lawrence5-5/+29
2016-08-30- Added lib path to t/015remote_ip.tDavid Lawrence1-1/+2
2016-08-30- docker-bugzilla-ci changed location of bugzilla root and runtests.shDavid Lawrence2-6/+6
2016-08-24- Updated CI docker images and test suite to work with new perl deps locationDavid Lawrence63-75/+75
2016-08-24Bug 1296831 - allow answers file to override new install defaultsFrank Becker1-5/+9
2016-08-23- Fix failing CI tests due to recent login/email changes (more)David Lawrence1-0/+1
2016-08-23- Fix failing CI tests due to recent login/email changesDavid Lawrence2-1/+2
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-08-05Bug 1285959 - Provide a better README file for users coming to Bugzilla via ↵Dylan William Hardison2-54/+93
the github repo
2016-08-05Bug 1292510 - replace references to git.mozilla.org with references to ↵Gervase Markham8-13/+25
github. r=dylan
2016-07-29Bug 1183647 - Optional Perl modules related to REST should now be mandatoryDavid Lawrence1-2/+0
- Fix t/001compile.t error
2016-07-28Bug 1183647 - Optional Perl modules related to REST should now be mandatoryGervase Markham4-50/+19
r=dylan,a=dylan
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 Hardison6-0/+439
r=dkl,a=dylan