summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison3-13/+89
2017-05-17use non-whimsical string for lbheartbeatDylan William Hardison3-62/+261
2017-05-16Bugzilla::Memcached - bump max_size up to 4MBDylan William Hardison1-1/+1
2017-05-15fix typoDylan William Hardison1-1/+1
2017-05-12Bug 1363736 - Ensure http configs (.htaccess) are forward-compatible with ↵Dylan William Hardison1-0/+9
newer versions of apache (#77)
2017-05-11Bug 1357775 - the needinfo dropdown for the triage owner should display the ↵Dylan William Hardison1-0/+6
name and email address when selected
2017-05-11Bug 1352907 - Simplify extension system for performanceDylan William Hardison3-261/+62
2017-05-09Bug 1362151 - Make /bzapi/configuration fasterDylan William Hardison1-0/+1
2017-05-02Revert "Bug 1352264 - Preload all templates"Dylan William Hardison2-127/+6
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954.
2017-05-01Bug 1361133 - Bugzilla::CPAN: ThrowCodeError() is not importedDylan William Hardison1-2/+5
2017-04-28Clean up here-docsDylan William Hardison1-69/+64
here-docs should either be at indent level 0 (and stored in constants) or replaced with other forms of quoting that can be idented more readibly.
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