summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-21Bug 1271907HEADmasterku3nsting1-1/+1
Docs about installing full perl dependents missing "."
2017-09-08Bug 1398100 - tiny tweaks to release notesGervase Markham1-1/+2
2017-07-05Bug 1287601 - Update my email address in the .mailmap fileEmmanuel Seyman1-1/+1
2017-05-25Bug 1314854: Integrate POD in to REST docs. Update .gitignore.Gervase Markham1-0/+1
2017-05-25Bug 1314854: Integrate POD in to REST docs.Jeff Fearn4-42/+210
2017-03-26Bug 1291006 - Under PSGI/Plack, non-existing files lead to index.cgiDylan William Hardison1-15/+30
2017-03-26Bug 1272673 - make app.psgi runnableDylan William Hardison2-12/+38
2017-03-26Bug 1342795 - When urlbase is https, force the secure flag to be set on cookies.Dylan William Hardison2-1/+5
2017-03-11Bug 1254514 - Navigation in dependency tree lose hide_resolved parameterChristophe JAILLET1-1/+1
r=dylan, a=dylan
2017-02-27more debugging for the benefit of taskclusterDylan William Hardison1-5/+5
2017-02-27fix one test and add diagnostics to otherDylan William Hardison2-1/+4
2017-02-27fix another errorDylan William Hardison1-1/+1
2017-02-27alias_in_use error message testDylan William Hardison1-1/+1
2017-02-26Bug 1174341 - only treat emphasis markdown based on spacesGervase Markham4-21/+57
2017-02-26only call Bugzilla::Bug->CLEANUP if Bugzilla::Bug is loaded.Dylan William Hardison1-1/+1
2017-02-26Bug 1301951 - Fix Bugzilla::Bug memory leaksDylan William Hardison4-5/+35
2017-02-23Bug 1299141 - Duplicate accesskey="c" on query.cgiSimon Green1-1/+1
2017-02-22- Adding .taskcluster.yml file to support new Taskcluster/Github integration ↵David Lawrence1-0/+168
for CI testing
2017-02-20Bug 1301383 - Memoize does not work under threaded perl in windows: ↵Dylan William Hardison1-7/+6
"Anonymous function called in forbidden scalar context"
2017-02-16Bug 1249561 - Description of 'letsubmitterchoosepriority' is misleadingChristophe JAILLET1-1/+3
r=dkl
2017-02-14Bug 1332976 - Include quicksearch query string in the buglist.cgi HTML ↵Matthew Noorenberghe1-0/+2
title. r=dylan
2016-12-28Bug 1288737 - Add CONTRIBUTING.md file to Bugzilla repoEmmanuel Seyman1-0/+35
r/a=dylan
2016-12-23Fix Bug #1287265Ujjwal Sharma1-0/+4
This commit fixes bug #1287265. https://bugzilla.mozilla.org/show_bug.cgi?id=1287265
2016-12-23Bug 1325425 - checksetup.pl on windows should ensure $/ is "\r\n"Dylan William Hardison1-0/+4
r=dkl,a=dylan
2016-12-16Bug 521536 - Allow user search by external id when using env authenticationAlbert Ting2-0/+3
r=dkl,a=dkl
2016-11-30Merge branch 'tvau-patch-1'David Lawrence1-3/+3
* tvau-patch-1: Bug 1317777 - REST API 1.0 - datetime inputs cause server error
2016-11-30Merge branch 'patch-1' of https://github.com/tvau/bugzilla into tvau-patch-1David Lawrence1-3/+3
* 'patch-1' of https://github.com/tvau/bugzilla: Bug 1317777 - REST API 1.0 - datetime inputs cause server error
2016-11-30Merge branch 'DierickxD71-patch-1'David Lawrence1-2/+2
* DierickxD71-patch-1: Timetrack fields, "Orig Est."+"Hours Left", accept numbers with commas or point
2016-11-15Bug 1317777 - REST API 1.0 - datetime inputs cause server errortvau1-3/+3
Use datetime_format_inbound from Bugzilla::API::1_0::Util package.
2016-11-08Timetrack fields, "Orig Est."+"Hours Left", accept numbers with commas or pointDanny Dierickx1-2/+2
For non-US locales the bug entry/update page shows values with commas as decimal seperator in the timetracking fields "Orig Est." and "Hours Left". However when saving/updating bugzilla refuses these values. (see bug 1122419) These 2 changed lines let bugzilla accept/process these "comma-values" as "point-values". This patch *should* not influence systems with US locale.
2016-10-30Bug 228444 - Checking for unquoted non regex variable interpolated into regexSimon Green1-1/+1
2016-10-30Bug 331007 - alias_in_use doesn't acknowledge that you could remove the ↵Simon Green2-6/+7
alias from the other bug
2016-10-19fix typoDylan William Hardison1-1/+1
2016-10-19Revert "Bug 1306534 - Crash when pasting UTF8 text as an attachment"Dylan William Hardison1-1/+0
This reverts commit f1b9ed5d96a4738471559c9a275eabc4333d74f4.
2016-10-18Bug 1309884 - constants.CONCATENATE_ASSETS gets constant folded when trueDylan William Hardison2-12/+12
2016-10-17Bug 1310728 - editflagtypes.cgi crashes when classifications are enabled and ↵Frédéric Buclin1-1/+1
the user hasn't global editcomponents privs r=dkl
2016-10-15Bug 1306455 - Group icons are badly displayed in bug commentsRyan Wilson1-1/+1
r=dylan
2016-10-15Bug 1308949 - Keep MYMETA.json up-to-date when checksetup is runDylan Hardison5-1/+4037
r=dkl
2016-10-14Merge pull request #30 from kyoshino/bug-1309737-user-agentdklawren1-1/+1
Bug 1309737 - Add User-Agent to the Access-Control-Allow-Headers header
2016-10-14nit: doc failDylan William Hardison1-0/+4
2016-10-13Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is ↵Dylan William Hardison8-23/+39
recommended to not use it (#21) r=mtyson
2016-10-13Bug 1309737 - Add User-Agent to the Access-Control-Allow-Headers headerKohei Yoshino1-1/+1
2016-10-12Bug 1307003 - Add whoami endpointDavid Lawrence3-0/+173
r=dylan
2016-10-12Bug 1309649 - Add longdescs.count to table of fields in the documentation ↵Emma Humphries1-0/+4
for search. r=dylan
2016-10-12Revert "Bug 711655 - 'reply' JS should insert at caret position"Dylan William Hardison1-2/+2
This reverts commit b0f5a16ece2ae97d5ebec0c36aed4f965b162398.
2016-10-12Bug 1306534 - Crash when pasting UTF8 text as an attachmentMatt Tyson1-0/+1
r=dylan
2016-10-12Bug 711655 - 'reply' JS should insert at caret positionAnamika_071-2/+2
r=dylan
2016-10-11Bug 1309278 - Cache::Memcached::Fast returns tainted data if the key is taintedDylan William Hardison1-0/+2
r=dkl
2016-10-08nit: wrong method call in Bugzilla::MigrateDylan William Hardison1-1/+1
2016-10-08Bug 1300437 - DateTime::TimeZone::offset_as_string called incorrectly (#19)Dylan William Hardison2-2/+2