summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
AgeCommit message (Collapse)AuthorFilesLines
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 Hardison1-0/+1
2016-09-21Bug 1263244 - Throw*Error inside templates should always use die(), as if ↵Dylan William Hardison1-2/+0
error_mode is ERROR_MODE_DIE r=dkl,a=dylan
2016-09-19Bug 1302755 - Optimize request_cache() moreDylan William Hardison1-4/+2
r=jfearn
2016-05-10Bug 1251100 - checksetup.pl no longer tells admins which modules are ↵Dylan William Hardison1-42/+13
installed and which version is installed
2016-05-10Bug 1270550 - Can't locate loadable object for module ↵Dylan Hardison1-0/+2
main::Tie::Hash::NamedCapture in @INC r=dkl
2016-04-09Bug 1261538 - Bugzilla is unable to access attachment.cgi when ssl_redirect ↵Frédéric Buclin1-5/+0
= true and using Plack r=dylan
2016-03-27Bug 987742 (part 2): correctly detaint $ENV{PATH} on Strawberry PerlFrédéric Buclin1-0/+1
2016-03-21Bug 1251208 - Bugzilla->request_cache() can be fasterDylan Hardison1-28/+6
r=dkl,a=dylan without breaking stuff this time.
2016-03-11Back out bug 1251208: it makes checksetup.pl to never end and localconfig is ↵Frédéric Buclin1-6/+28
erased
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-3/+1
r=dkl
2016-02-29Bug 1251208 - Bugzilla->request_cache() can be fasterDylan Hardison1-28/+6
r=dkl,a=dylan
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-23/+61
dependencies r=dkl,a=dylan
2016-01-07Addl. fix for bug 1089448: also detaint $ENV{WINDIR} on WindowsFrédéric Buclin1-1/+1
2015-12-23Bug 1201113: Support to run Bugzilla as a PSGI applicationFrédéric Buclin1-39/+47
r=dylan
2015-09-30Bug 987742: Strawberry Perl requires C:\strawberry\c\bin\ to be in ↵Frédéric Buclin1-8/+16
$ENV{PATH} to correctly load XS modules r=gerv
2015-09-25Bug 1089448: Strawberry Perl throws a "Insecure dependency in sysopen" error ↵Frédéric Buclin1-0/+8
when attaching a file r=gerv
2015-04-13Bug 1153027: Bugzilla->feature incorrectly checks Perl modulesFrédéric Buclin1-4/+4
r=dkl a=glob
2015-04-08Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence1-0/+19
made that do not break compatibility r=dylan,a=glob
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵Frédéric Buclin1-1/+1
parameter r=dkl a=sgreen
2015-03-05Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones1-0/+11
r=dkl,a=glob
2014-11-05Bug 1054742 - fix formatting of POD in Bugzilla.pm. r=gerv.Matt Selsky1-9/+9
2014-10-16Bug 1082557: Use a persistent connection to the SMTP server for improved ↵Frédéric Buclin1-2/+5
performance r=dylan a=glob
2014-09-15Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence1-2/+2
data form is JSON and not JS r=LpSolit,a=sgreen
2014-09-11Bug 1064933: Bugzilla.pm does not compile without Text::MarkdownKoosha KM1-0/+2
r=glob,a=sgreen
2014-09-11Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin1-5/+5
data/params r=dkl r=wurblzap a=sgreen
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM1-0/+9
r=dkl,a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-1/+1
r=gerv a=justdave
2013-12-21Bug 748095: Bugzilla crashes when the shutdownhtml parameter is set and ↵Frédéric Buclin1-3/+1
using a non-cookie based authentication method r=dkl a=justdave
2013-12-19Bug 237498: Add memcached integrationByron Jones1-11/+88
r=dkl, a=sgreen
2013-08-23Bug 884705 - Bugzilla->user does not return undefSunil Joshi1-4/+4
r=simon, a=simon
2013-07-25Bug 897426: Revert the hack in Bugzilla->feature and make it more robustFrédéric Buclin1-6/+1
r/a=glob
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-0/+3
r=glob,a=justdave
2013-04-08Remove unintentional code commitsDave Lawrence1-1/+1
2013-04-08Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence1-1/+1
as the reporter) r=glob,r/a=LpSolit
2013-01-17Bug 830467: Don't call _wanted_languages() when only one is availableFrédéric Buclin1-1/+9
r=glob a=LpSolit
2013-01-14Bug 829601: Bugzilla->local_timezone should be stored in process_cache ↵Frédéric Buclin1-1/+1
instead of request_cache r=glob a=LpSolit
2013-01-02Bug 822547: Fix POD coverage bustageByron Jones1-0/+4
2013-01-02Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones1-1/+13
r=dkl,a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+22
r/a=LpSolit
2012-11-16Bug 797636: Improve performance for buglistsFrédéric Buclin1-36/+12
r=dkl a=LpSolit
2012-10-12Bug 790129: Bugzilla->fields returns fields in random order (the sortkey is ↵Simon Green1-2/+3
ignored) r/a=LpSolit
2012-10-05$_localconfig is now obsoleteFrédéric Buclin1-1/+0
2012-10-04Bug 797883: Adds a Bugzilla->process_cacheByron Jones1-2/+10
r=LpSolit, a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-04-24Bug 645433: Bugzilla->error_mode( ERROR_MODE_WEBPAGE ) doesn't change ↵Koosha Khajeh Moogahi1-2/+8
Bugzilla->error_mode r/a=LpSolit
2012-04-24Bug 645427: Bugzilla->usage_mode( USAGE_MODE_BROWSER ) doesn't change ↵Koosha Khajeh Moogahi1-2/+8
Bugzilla->usage_mode r/a=LpSolit
2012-03-12Bug 734078: cache localconfig per-processByron Jones1-3/+3
r=dkl, a=LpSolit
2012-01-24Bug 240437: Add a "last seen date" column to the profiles tableByron Jones1-0/+6
r=LpSolit, a=LpSolit