summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
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-20add markdown tests for Bug 1205415Dylan Hardison4-4/+68
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-18Bug 1273699 - patch to add to and correct pod for checksetup.plKenneth Lorber1-3/+13
r=dylan
2016-05-16Bumped version post-releaseDavid Lawrence1-1/+1
2016-05-16Bumped version to 5.1.1David Lawrence1-1/+1
2016-05-16Bug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency ↵Frédéric Buclin1-1/+7
graphs via bug summary r/a=dkl
2016-05-16Bug 1272247 - Small inconsistencies in layout when editing field valuesEmmanuel Seyman2-3/+3
r=dylan
2016-05-16Bug 1261114 - Release notes cannot be displayed due to missing ↵David Lawrence2-28/+48
REQUIRED_MODULES and OPTIONAL_MODULES r=dylan
2016-05-16Bug 907710 - Add UI to reverse sort orderDavid Lawrence2-4/+7
r=LpSolit
2016-05-13Bug 1208947 - Comment links in markdown-based emails are incompleteAlbert Ting2-17/+12
r=LpSolit
2016-05-13Bug 1269388 - Release notes for Bugzilla 5.0.3Frédéric Buclin1-0/+34
r=dkl