Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-31 | Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.json | Dylan William Hardison | 3 | -7/+16 | |
2017-05-30 | Bug 1368764 - Bugmail no longer contains reason for receiving mail, ↵ | Dylan William Hardison | 1 | -0/+3 | |
defeating email filters | |||||
2017-05-30 | Also truncate the file when writing it out. | Dylan William Hardison | 1 | -1/+1 | |
2017-05-27 | Bug 1352264 - Preload all templates (re-apply) | Dylan William Hardison | 2 | -6/+127 | |
2017-05-27 | Bug 1361376 - Bugzilla::WebService::Bug: render_comment() should not pass a ↵ | Dylan William Hardison | 1 | -8/+1 | |
literal template string to call quoteUrls() (#76) | |||||
2017-05-24 | Bug 1348380 - Add param and user setting to control elasticsearch behavior | Dylan William Hardison | 3 | -14/+36 | |
1) add an 'elasticsearch' param (configured via admin.cgi) that turns off all code that would attempt to connect to elasticsearch. 2) add a user preference that controls using elasticsearch for searches, which defaults to off for logged-in users. Anonymous users will default to using elasticsearch for the greater good. Note that elasticsearch, if available, will still power user-autocompletion (unless turned off as by the above parameter). | |||||
2017-05-24 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 13 | -56/+657 | |
the ES backend | |||||
2017-05-17 | Bug 1363803 - Consolidate YUI js and css into one js and one css file | Dylan William Hardison | 3 | -13/+89 | |
2017-05-17 | use non-whimsical string for lbheartbeat | Dylan William Hardison | 3 | -62/+261 | |
2017-05-16 | Bugzilla::Memcached - bump max_size up to 4MB | Dylan William Hardison | 1 | -1/+1 | |
2017-05-15 | fix typo | Dylan William Hardison | 1 | -1/+1 | |
2017-05-12 | Bug 1363736 - Ensure http configs (.htaccess) are forward-compatible with ↵ | Dylan William Hardison | 1 | -0/+9 | |
newer versions of apache (#77) | |||||
2017-05-11 | Bug 1357775 - the needinfo dropdown for the triage owner should display the ↵ | Dylan William Hardison | 1 | -0/+6 | |
name and email address when selected | |||||
2017-05-11 | Bug 1352907 - Simplify extension system for performance | Dylan William Hardison | 3 | -261/+62 | |
2017-05-09 | Bug 1362151 - Make /bzapi/configuration faster | Dylan William Hardison | 1 | -0/+1 | |
2017-05-02 | Revert "Bug 1352264 - Preload all templates" | Dylan William Hardison | 2 | -127/+6 | |
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954. | |||||
2017-05-01 | Bug 1361133 - Bugzilla::CPAN: ThrowCodeError() is not imported | Dylan William Hardison | 1 | -2/+5 | |
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 | |