Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-08 | more harmony fixes | Dylan William Hardison | 1 | -4/+0 | |
2018-07-08 | Merge remote-tracking branch 'dylanwh/mojo-poc' | Dylan William Hardison | 1 | -1/+5 | |
2018-07-08 | Merge remote-tracking branch 'bmo/master' | Dylan William Hardison | 1 | -4/+1 | |
2018-06-29 | Bug 1472048 - Remove Metrics Code | Dylan William Hardison | 1 | -4/+1 | |
2018-06-28 | lots of hacking | Dylan William Hardison | 1 | -2/+2 | |
2018-06-28 | Remove metrics stuff | Dylan William Hardison | 1 | -4/+1 | |
2018-04-08 | revert differences from bmo that are not needed | Dylan William Hardison | 1 | -1/+1 | |
2018-04-08 | Bug 1446236 - Fix instant search without GuidedBugEntry (#38) | Vladimir Panteleev | 1 | -0/+2 | |
* instant-search.js: Don't fail if product map isn't loaded getProduct had a hard dependency on the 'products' object, which is provided by products.js from the GuidedBugEntry extension. Check if the products variable exists before attempting to use it. This can happen when loading products.js fails, which in turn can happen when the GuidedBugEntry extension isn't present. * Instant search: Don't load products.js without GuidedBugEntry Fixes a 404 if the GuidedBugEntry extension is not present. * instant-search.js: Use throbber.gif from core Fixes remaining dependency on GuidedBugEntry. | |||||
2018-04-01 | Merge branch 'master' into unstable | Dylan William Hardison | 1 | -2/+7 | |
2018-03-19 | fix all the tests | Dylan William Hardison | 1 | -1/+1 | |
2018-03-18 | Bug 1446156 - mkdir template_cache: Permission denied | Dylan William Hardison | 1 | -0/+2 | |
2018-03-16 | Bug 1446156 - mkdir template_cache: Permission denied | Dylan William Hardison | 1 | -0/+2 | |
2018-03-16 | add Bugzilla->urlbase method that returns a URI object | Dylan William Hardison | 1 | -1/+1 | |
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-03-10 | initial psgi support | Dylan William Hardison | 1 | -2/+2 | |
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) |