Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-28 | Clean up here-docs | Dylan William Hardison | 1 | -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-26 | use parent rather than base to avoid a bug in base.pm | Dylan William Hardison | 1 | -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-26 | Bug 1352264 - Preload all templates | Dylan William Hardison | 2 | -6/+127 | |
2017-04-26 | Bug 1355100 - Add rel=nofollow to all external links in bug comments | Sebastin Santy | 1 | -1/+1 | |
Refer https://support.google.com/webmasters/answer/96569\?hl\=en | |||||
2017-04-19 | Bug 1357809 - Add endpoints for future cloud-services integration | Dylan William Hardison | 1 | -5/+5 | |
2017-04-18 | Bug 1355142 - Implement trick_taint in terms of Taint::Util::untaint() | Dylan William Hardison | 1 | -8/+7 | |
2017-04-14 | Makefile.PL can be executable | Dylan William Hardison | 1 | -1/+1 | |
2017-04-11 | Revert "Bug 1352913 - Extensions must register for template_before_process()" | Dylan William Hardison | 2 | -46/+21 | |
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a. | |||||
2017-04-10 | Bug 1355137 - Cache Bugzilla::Field objects that are used as visibility fields | Dylan William Hardison | 1 | -1/+1 | |
2017-04-10 | Bug 1355134 - Bugzilla::Bug->groups(): use fetchall_arrayref() for increased ↵ | Dylan William Hardison | 1 | -2/+4 | |
performance | |||||
2017-04-10 | Bug 1355127 - rewrite field-descs.none.tmpl in perl | Dylan William Hardison | 1 | -0/+3 | |
2017-04-10 | Bug 1352913 - Extensions must register for template_before_process() | Dylan William Hardison | 2 | -21/+46 | |
We can skip a lot of method calls if extensions must declare what templates they act on. | |||||
2017-04-04 | Bug 1321595 - Add triage owner to the needinfo suggestion dropdown | Dylan William Hardison | 1 | -0/+2 | |
2017-04-04 | Bug 1350909 - Make index.cgi cache-friendly for logged out requests | Dylan William Hardison | 1 | -0/+5 | |
2017-03-30 | Bug 1351695 - Allow apache to ignore .htaccess for increased performance | Dylan William Hardison | 1 | -0/+86 | |
2017-03-28 | only load runtime requires modules | Dylan William Hardison | 1 | -2/+3 | |
2017-03-27 | Bug 1350467 - Add method Bugzilla->preload_features() to be called in ↵ | Dylan William Hardison | 1 | -0/+13 | |
mod_perl.pl startup | |||||
2017-03-27 | Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasons | Dylan William Hardison | 4 | -40/+144 | |
2017-03-21 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 13 | -657/+56 | |
the ES backend Skipping this for this week's push. | |||||
2017-03-17 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 13 | -56/+657 | |
the ES backend This not the cause of test failures, so should live on in master now. | |||||
2017-03-14 | Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵ | Dylan William Hardison | 13 | -657/+56 | |
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. | |||||
2017-03-09 | Bug 1345238 - CSP: Please avoid using deprecated X-* headers. | Sebastin Santy | 1 | -1/+1 | |
2017-03-09 | fix regex typo: s/s/\\s/ | Dylan William Hardison | 1 | -1/+1 | |
2017-03-08 | make the documentation not lie about elasticsearch_nodes | Dylan William Hardison | 1 | -1/+1 | |
2017-03-07 | Bug 1345181 - Improve performance of html_quote() | Dylan William Hardison | 1 | -6/+9 | |
2017-03-07 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 12 | -55/+656 | |
the ES backend | |||||
2017-03-07 | Bug 1322371 - can't add a developer.microsoft.com Edge issue to "See Also" | Dylan William Hardison | 2 | -0/+45 | |
2017-03-07 | Bug 1343530 - Make the ALL quicksearch keywords show all results | Dylan William Hardison | 1 | -1/+8 | |
2017-02-06 | Bug 1336387 - CSP breaks GitHubAuth on index and bug modal pages | Dylan William Hardison | 1 | -15/+22 | |
2017-02-03 | Bug 1335233 - Fix some memory leaks in jobqueue code | Dylan William Hardison | 1 | -0/+2 | |
2017-01-31 | Bug 1335362 - CSP regression: MozReview requests section is broken ("Error ↵ | David Lawrence | 1 | -0/+6 | |
loading review requests: unknown") | |||||
2017-01-26 | Bug 1334158 - Lightbox images CSP error on bug modal | Dylan William Hardison | 1 | -1/+10 | |
2017-01-25 | Bug 1286290 - CSP compliant bug modal | Dylan William Hardison | 3 | -8/+44 | |
2017-01-05 | Bug 1209242 - Can't locate object method "_reverseoperator" via package ↵ | David Lawrence | 1 | -1/+1 | |
"Bugzilla::Search" at /data/www/bugzilla.mozilla.org/Bugzilla/Search.pm line 3134. | |||||
2017-01-04 | Bug 1307478 - Elasticsearch Indexer / Bulk Indexer | Dylan William Hardison | 10 | -1/+694 | |
2016-12-22 | Bug 1299855 - Implement token-bucket rate limiting on top of memcached (#23) | Dylan William Hardison | 1 | -0/+22 | |
* cleanup | |||||
2016-12-20 | Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directly | Dylan William Hardison | 2 | -30/+48 | |
2016-12-16 | Revert "Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML ↵ | Dylan William Hardison | 2 | -48/+30 | |
directly" This reverts commit 490499f9a35b36b72c0b7b30322b9838774b93fe. | |||||
2016-12-15 | Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directly | Dylan William Hardison | 2 | -30/+48 | |
2016-12-01 | Bug 1319503 - Backport request_cache optimizations from upstream | Dylan William Hardison | 1 | -9/+1 | |
2016-11-17 | Bug 1317965 - Flag permission checks broken by bug 1257662 allowing ↵ | Dylan William Hardison | 2 | -17/+51 | |
unauthorized flag modification | |||||
2016-11-15 | Revert "Bug 1314201 - ThrowUserError and ThrowCodeError should print headers ↵ | Dylan William Hardison | 3 | -33/+7 | |
if headers have not already been printed" This reverts commit 874e96c2423c772564c9dc63254baa99e86f270b. | |||||
2016-11-12 | Bug 1314201 - ThrowUserError and ThrowCodeError should print headers if ↵ | Dylan William Hardison | 3 | -7/+33 | |
headers have not already been printed | |||||
2016-11-11 | Bug 1315326 - Add dependencies for Amazon S3 storage to Makefile.PL and META.* | David Lawrence | 1 | -0/+1 | |
2016-11-09 | Revert "Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML ↵ | Dylan William Hardison | 1 | -17/+26 | |
directly" This reverts commit 35671f4ab3397f4c0d5ea96e0269d94c3d6bd2ac. | |||||
2016-11-07 | Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directly | Dylan William Hardison | 1 | -26/+17 | |
2016-10-14 | Bug 1309737 - Add User-Agent to the Access-Control-Allow-Headers header | Kohei Yoshino | 1 | -1/+1 | |
2016-10-14 | Bug 1309487 - include longdescs.count in result for /rest/bug | David Lawrence | 2 | -0/+16 | |
2016-10-11 | Bug 1309278 - Cache::Memcached::Fast returns tainted data if the key is tainted | Dylan William Hardison | 1 | -46/+3 | |
2016-10-11 | Bug 1309229 - changing product results in Insecure dependency in parameter 3 ↵ | Dylan William Hardison | 1 | -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. |