Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-19 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 1 | -0/+1 | |
2018-08-14 | Revert "Bug 1456878 - Support markdown comments" | Dylan William Hardison | 1 | -52/+28 | |
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc. | |||||
2018-08-10 | Bug 1456878 - Support markdown comments | Israel Madueme | 1 | -28/+52 | |
2018-07-23 | Bug 1476841 - Various code cleanups ahead of the Mojolicious patch | Dylan William Hardison | 1 | -8/+3 | |
2018-07-17 | Bug 1476052 - Bugzilla mishandles diff attachments that are UTF-8 and ↵ | Dylan William Hardison | 1 | -0/+2 | |
contain U+FFFF | |||||
2018-06-29 | Bug 1472048 - Remove Metrics Code | Dylan William Hardison | 1 | -4/+1 | |
2018-03-16 | Bug 1446156 - mkdir template_cache: Permission denied | Dylan William Hardison | 1 | -0/+2 | |
2018-03-13 | Bug 1443162 - attachment links should include urlbase | Dylan William Hardison | 1 | -1/+2 | |
2018-03-12 | Bug 1439993 - Remove COMPILE_DIR => setting from Bugzilla::Template | byron jones | 1 | -1/+3 | |
2018-02-28 | Bug 1433299 - Link in summary is broken | Kohei Yoshino | 1 | -5/+7 | |
2018-01-23 | Bug 1428270 - Unwrappable content in summary can cause top buttons to bleed ↵ | Kohei Yoshino | 1 | -0/+12 | |
out of main content box | |||||
2017-12-28 | Bug 1427230 - Avoid loading CGI::Carp, which makes templates slow. | Dylan William Hardison | 1 | -0/+3 | |
2017-12-21 | Bug 1426117 - Failure when opening a bug: Invalid parameter passed to ↵ | Dylan William Hardison | 1 | -1/+1 | |
Bugzilla::Bug::new_from_list: It must be numeric. | |||||
2017-12-20 | Bug 1361890 - Remove asset concatenation | Dylan William Hardison | 1 | -136/+9 | |
2017-12-19 | fix urlbase in socorro | Dylan William Hardison | 1 | -1/+1 | |
2017-12-16 | Bug 1403777 - Migrate urlbase from params to localconfig | Dylan William Hardison | 1 | -4/+2 | |
2017-10-31 | Bug 1332016 - Integrate the Socorro Lens into Bug Modal | Anthony Hughes | 1 | -1/+14 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -28/+28 | |
2017-07-07 | Bug 1377232 - Revert code from bug 1361890 | Dylan William Hardison | 1 | -21/+121 | |
2017-07-07 | re-add bugzilla_version tt function | Dylan William Hardison | 1 | -0/+15 | |
2017-06-23 | Bug 1361890 - Fix problems with current js and css concatenation | Dylan William Hardison | 1 | -134/+19 | |
2017-05-31 | Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.json | Dylan William Hardison | 1 | -0/+15 | |
2017-05-30 | Bug 1368764 - Bugmail no longer contains reason for receiving mail, ↵ | Dylan William Hardison | 1 | -0/+3 | |
defeating email filters | |||||
2017-05-27 | Bug 1352264 - Preload all templates (re-apply) | Dylan William Hardison | 1 | -6/+17 | |
2017-05-17 | Bug 1363803 - Consolidate YUI js and css into one js and one css file | Dylan William Hardison | 1 | -11/+6 | |
2017-05-02 | Revert "Bug 1352264 - Preload all templates" | Dylan William Hardison | 1 | -17/+6 | |
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954. | |||||
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 | 1 | -6/+17 | |
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-10 | Bug 1355127 - rewrite field-descs.none.tmpl in perl | Dylan William Hardison | 1 | -0/+3 | |
2017-04-04 | Bug 1350909 - Make index.cgi cache-friendly for logged out requests | Dylan William Hardison | 1 | -0/+5 | |
2017-01-25 | Bug 1286290 - CSP compliant bug modal | Dylan William Hardison | 1 | -0/+5 | |
2016-11-15 | Revert "Bug 1314201 - ThrowUserError and ThrowCodeError should print headers ↵ | Dylan William Hardison | 1 | -12/+1 | |
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 | 1 | -1/+12 | |
headers have not already been printed | |||||
2016-09-23 | Bug 1304179 - Remove REQUIRED_MODULES references from release notes (and ↵ | Dylan William Hardison | 1 | -13/+0 | |
Template.pm) | |||||
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -29/+7 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -7/+29 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -29/+7 | |
local symlink to data/ directory | |||||
2016-06-30 | Bug 1279878 - CSV injection | David Lawrence | 1 | -3/+4 | |
2016-05-05 | Bug 1263198 - Do not automatically set tracking flags status-firefoxXX ↵ | David Lawrence | 1 | -0/+6 | |
affected for bugs filed under SeaMonkey | |||||
2016-04-22 | Bug 1195736 - intermittent internal error: "file error - nav_link: not ↵ | Dylan Hardison | 1 | -0/+3 | |
found" (also manifests as fields_lhs: not found) | |||||
2016-04-13 | Revert "Bug 1195736 - intermittent internal error: "file error - nav_link: ↵ | Dylan William Hardison | 1 | -3/+0 | |
not found" (also manifests as fields_lhs: not found)" Test failures result from this, we will need a different approach. This reverts commit 33f61556746e1729746342d802ca7ea9cea18caf. | |||||
2016-04-13 | Bug 1195736 - intermittent internal error: "file error - nav_link: not ↵ | Dylan Hardison | 1 | -0/+3 | |
found" (also manifests as fields_lhs: not found) | |||||
2016-03-10 | Bug 1254542 - Reflected XSS in comment-remo-form-payment.txt page | Dylan Hardison | 1 | -1/+1 | |
2015-12-23 | Bug 1234237 - Backport upstream bug 1232785 to bmo/4.2 [SECURITY] Buglists ↵ | David Lawrence | 1 | -0/+3 | |
in CSV format can be parsed as valid javascript in some browsers | |||||
2015-10-08 | Bug 1200765 - Make login UX mobile friendly to assist mobile authentication ↵ | Dylan William Hardison | 1 | -0/+5 | |
workflow | |||||
2015-05-19 | Bug 1160430: Backport bug 69267 to BMO (Add the ability to deactivate keywords) | Dylan William Hardison | 1 | -1/+6 | |
2015-04-24 | Bug 1157395: CSRF in log in form | David Lawrence | 1 | -0/+5 | |
2015-03-24 | Bug 1096798: prototype modal show_bug view | Byron Jones | 1 | -0/+3 | |
2015-03-10 | Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write ↵ | Byron Jones | 1 | -2/+0 | |
API tokens into the shadow DB) |