summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2017-04-26use parent rather than base to avoid a bug in base.pmDylan William Hardison1-1/+1
from perldoc base: "base" employs some heuristics to determine if a module has already been loaded, if it has it doesn’t try again. If "base" tries to "require" the module it will not die if it cannot find the module’s file, but will die on any other error. After all this, should your base class be empty, containing no symbols, it will die.
2017-04-26Bug 1352264 - Preload all templatesDylan William Hardison2-6/+127
2017-04-26Bug 1355100 - Add rel=nofollow to all external links in bug commentsSebastin Santy1-1/+1
Refer https://support.google.com/webmasters/answer/96569\?hl\=en
2017-04-19Bug 1357809 - Add endpoints for future cloud-services integrationDylan William Hardison1-5/+5
2017-04-18Bug 1355142 - Implement trick_taint in terms of Taint::Util::untaint()Dylan William Hardison1-8/+7
2017-04-14Makefile.PL can be executableDylan William Hardison1-1/+1
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison2-46/+21
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1355137 - Cache Bugzilla::Field objects that are used as visibility fieldsDylan William Hardison1-1/+1
2017-04-10Bug 1355134 - Bugzilla::Bug->groups(): use fetchall_arrayref() for increased ↵Dylan William Hardison1-2/+4
performance
2017-04-10Bug 1355127 - rewrite field-descs.none.tmpl in perlDylan William Hardison1-0/+3
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison2-21/+46
We can skip a lot of method calls if extensions must declare what templates they act on.
2017-04-04Bug 1321595 - Add triage owner to the needinfo suggestion dropdownDylan William Hardison1-0/+2
2017-04-04Bug 1350909 - Make index.cgi cache-friendly for logged out requestsDylan William Hardison1-0/+5
2017-03-30Bug 1351695 - Allow apache to ignore .htaccess for increased performanceDylan William Hardison1-0/+86
2017-03-28only load runtime requires modulesDylan William Hardison1-2/+3
2017-03-27Bug 1350467 - Add method Bugzilla->preload_features() to be called in ↵Dylan William Hardison1-0/+13
mod_perl.pl startup
2017-03-27Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasonsDylan William Hardison4-40/+144
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison13-657/+56
the ES backend Skipping this for this week's push.
2017-03-17Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison13-56/+657
the ES backend This not the cause of test failures, so should live on in master now.
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵Dylan William Hardison13-657/+56
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
2017-03-09Bug 1345238 - CSP: Please avoid using deprecated X-* headers.Sebastin Santy1-1/+1
2017-03-09fix regex typo: s/s/\\s/Dylan William Hardison1-1/+1
2017-03-08make the documentation not lie about elasticsearch_nodesDylan William Hardison1-1/+1
2017-03-07Bug 1345181 - Improve performance of html_quote()Dylan William Hardison1-6/+9
2017-03-07Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison12-55/+656
the ES backend
2017-03-07Bug 1322371 - can't add a developer.microsoft.com Edge issue to "See Also"Dylan William Hardison2-0/+45
2017-03-07Bug 1343530 - Make the ALL quicksearch keywords show all resultsDylan William Hardison1-1/+8
2017-02-06Bug 1336387 - CSP breaks GitHubAuth on index and bug modal pagesDylan William Hardison1-15/+22
2017-02-03Bug 1335233 - Fix some memory leaks in jobqueue codeDylan William Hardison1-0/+2
2017-01-31Bug 1335362 - CSP regression: MozReview requests section is broken ("Error ↵David Lawrence1-0/+6
loading review requests: unknown")
2017-01-26Bug 1334158 - Lightbox images CSP error on bug modalDylan William Hardison1-1/+10
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison3-8/+44
2017-01-05Bug 1209242 - Can't locate object method "_reverseoperator" via package ↵David Lawrence1-1/+1
"Bugzilla::Search" at /data/www/bugzilla.mozilla.org/Bugzilla/Search.pm line 3134.
2017-01-04Bug 1307478 - Elasticsearch Indexer / Bulk IndexerDylan William Hardison10-1/+694
2016-12-22Bug 1299855 - Implement token-bucket rate limiting on top of memcached (#23)Dylan William Hardison1-0/+22
* cleanup
2016-12-20Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directlyDylan William Hardison2-30/+48
2016-12-16Revert "Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML ↵Dylan William Hardison2-48/+30
directly" This reverts commit 490499f9a35b36b72c0b7b30322b9838774b93fe.
2016-12-15Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directlyDylan William Hardison2-30/+48
2016-12-01Bug 1319503 - Backport request_cache optimizations from upstreamDylan William Hardison1-9/+1
2016-11-17Bug 1317965 - Flag permission checks broken by bug 1257662 allowing ↵Dylan William Hardison2-17/+51
unauthorized flag modification
2016-11-15Revert "Bug 1314201 - ThrowUserError and ThrowCodeError should print headers ↵Dylan William Hardison3-33/+7
if headers have not already been printed" This reverts commit 874e96c2423c772564c9dc63254baa99e86f270b.
2016-11-12Bug 1314201 - ThrowUserError and ThrowCodeError should print headers if ↵Dylan William Hardison3-7/+33
headers have not already been printed
2016-11-11Bug 1315326 - Add dependencies for Amazon S3 storage to Makefile.PL and META.*David Lawrence1-0/+1
2016-11-09Revert "Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML ↵Dylan William Hardison1-17/+26
directly" This reverts commit 35671f4ab3397f4c0d5ea96e0269d94c3d6bd2ac.
2016-11-07Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directlyDylan William Hardison1-26/+17
2016-10-14Bug 1309737 - Add User-Agent to the Access-Control-Allow-Headers headerKohei Yoshino1-1/+1
2016-10-14Bug 1309487 - include longdescs.count in result for /rest/bugDavid Lawrence2-0/+16
2016-10-11Bug 1309278 - Cache::Memcached::Fast returns tainted data if the key is taintedDylan William Hardison1-46/+3
2016-10-11Bug 1309229 - changing product results in Insecure dependency in parameter 3 ↵Dylan William Hardison1-1/+46
of DBI::db=HASH(0x7f4caad58190)->selectcol_arrayref method call while running with -T switch at /data/www/bugzilla.mozilla.org/Bugzilla/Product.pm line 555.
2016-10-11Bug 1308032 - Cache::Memcached::Fast from bugzilla bug 1189281 and bug 1274764Dylan William Hardison1-55/+6