summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2016-05-13Bug 1250114 - XSS possible in extensions calling global/tabs.html.tmpl if ↵Dylan William Hardison1-1/+1
tab.link is user-controlled
2016-05-13Rationalise lists of built-in groups and their capabilities into one correct ↵Gervase Markham3-80/+60
list. r=dylan
2016-05-12Bug 1270991 - Update jQuery to 1.12.xFrédéric Buclin4-178/+180
r=dkl
2016-05-12Bug 1269160 - Localconfig.pm: LOCALCONFIG_VARS docs and functionality lossKenneth Lorber1-8/+13
r=dylan
2016-05-12Bug 645282 - Document how to configure nginx to work with BugzillaAlex Xu1-3/+79
r=dylan
2016-05-10re-add check-modulesDylan William Hardison1-2/+2
2016-05-10nit: include --skip-satisfied and --quiet for checksetup cpanm helper.Dylan William Hardison1-2/+2
2016-05-10Bug 1270536 - Provide helper script to run cpanm with sane default argumentsDylan William Hardison1-1/+28
2016-05-10Bug 1251100 - checksetup.pl no longer tells admins which modules are ↵Dylan William Hardison24-188/+9205
installed and which version is installed
2016-05-10Bug 1270550 - Can't locate loadable object for module ↵Dylan Hardison5-0/+9
main::Tie::Hash::NamedCapture in @INC r=dkl
2016-05-05Bug 1258157 - Document how to run Bugzilla as a PSGI application from ApacheFrédéric Buclin1-4/+51
r=dylan
2016-05-05Due to bug 218917, checksetup_answers.txt needs ADMIN_LOGIN to be defined ↵David Lawrence1-0/+1
properly.
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-02Add build.platform = linux64, machine.platform = linux64 to taskgraph.json ↵David Lawrence1-6/+42
to remove b2gtest from Treeherder results
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 Buclin78-598/+1014
Original patch by Gervase Markham r=gerv a=dkl
2016-04-26fix module metadataDylan William Hardison4-10/+19