summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2016-07-25Bug 1289154 - remove line about bugs because it shows up hundreds of times ↵Gervase Markham1-8/+0
in PDF output.
2016-07-23Bug 1226865 - more fixes to Localiser's Guide (replace wrongly HTML-encoded >)Gervase Markham1-6/+6
2016-07-21- Fixed errors from t/002goodperl.t with t/015remote_ip.tDavid Lawrence1-0/+3
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 Hardison4-11/+12
"template1" database
2016-07-08Bug 1284277 - nitsDylan William Hardison1-1/+0
2016-07-08Bug 1284277 - allow inbound_proxy to be set to '*'Dylan William Hardison4-22/+111
r=dkl
2016-07-06Bug 1203960 - Add syntax highlighting to markdownAlbert Ting6-3/+129
r=dylan Initial implementation by Koosha KM <koosha.khajeh@gmail.com>
2016-07-06remove lpsolit per requestDylan William Hardison1-1/+0
2016-07-01Merge pull request #7 from dylanwh/masterDylan William Hardison1-1/+1
Bug 1283612 - Add Bugzilla::Extension module loader last 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-23more mailmap entriesDylan William Hardison1-39/+44
2016-06-22add mailmap file to make history make more senseDylan William Hardison1-0/+74
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-06-01Fix documentation compilation errors due to bug 645282Frédéric Buclin1-2/+4
2016-06-01Fix default API URLFrédéric Buclin1-1/+1
2016-06-01Bug 1269266 - API links for Bugzilla 5+ not working anymoreFrédéric Buclin2-6/+5
2016-05-24Bug 1275404 - Makefile.PL and META.* should depend on Apache2::SizeLimit, ↵David Lawrence3-4/+4
not Apache::SizeLimit r=dylan