summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08revert differences from bmo that are not neededDylan William Hardison1-1/+1
2018-04-08Bug 1446236 - Fix instant search without GuidedBugEntry (#38)Vladimir Panteleev1-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-01Merge branch 'master' into unstableDylan William Hardison1-2/+7
2018-03-19fix all the testsDylan William Hardison1-1/+1
2018-03-18Bug 1446156 - mkdir template_cache: Permission deniedDylan William Hardison1-0/+2
2018-03-16add Bugzilla->urlbase method that returns a URI objectDylan William Hardison1-1/+1
2018-03-13Bug 1443162 - attachment links should include urlbaseDylan William Hardison1-1/+2
2018-03-12Bug 1439993 - Remove COMPILE_DIR => setting from Bugzilla::Templatebyron jones1-1/+3
2018-03-10initial psgi supportDylan William Hardison1-2/+2
2018-02-28Bug 1433299 - Link in summary is brokenKohei Yoshino1-5/+7
2018-01-23Bug 1428270 - Unwrappable content in summary can cause top buttons to bleed ↵Kohei Yoshino1-0/+12
out of main content box
2017-12-28Bug 1427230 - Avoid loading CGI::Carp, which makes templates slow.Dylan William Hardison1-0/+3
2017-12-21Bug 1426117 - Failure when opening a bug: Invalid parameter passed to ↵Dylan William Hardison1-1/+1
Bugzilla::Bug::new_from_list: It must be numeric.
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison1-136/+9
2017-12-19fix urlbase in socorroDylan William Hardison1-1/+1
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-4/+2
2017-10-31Bug 1332016 - Integrate the Socorro Lens into Bug ModalAnthony Hughes1-1/+14
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-28/+28
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison1-21/+121
2017-07-07re-add bugzilla_version tt functionDylan William Hardison1-0/+15
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison1-134/+19
2017-05-31Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.jsonDylan William Hardison1-0/+15
2017-05-30Bug 1368764 - Bugmail no longer contains reason for receiving mail, ↵Dylan William Hardison1-0/+3
defeating email filters
2017-05-27Bug 1352264 - Preload all templates (re-apply)Dylan William Hardison1-6/+17
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison1-11/+6
2017-05-02Revert "Bug 1352264 - Preload all templates"Dylan William Hardison1-17/+6
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954.
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 Hardison1-6/+17
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-10Bug 1355127 - rewrite field-descs.none.tmpl in perlDylan William Hardison1-0/+3
2017-04-04Bug 1350909 - Make index.cgi cache-friendly for logged out requestsDylan William Hardison1-0/+5
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison1-0/+5
2016-11-15Revert "Bug 1314201 - ThrowUserError and ThrowCodeError should print headers ↵Dylan William Hardison1-12/+1
if headers have not already been printed" This reverts commit 874e96c2423c772564c9dc63254baa99e86f270b.
2016-11-12Bug 1314201 - ThrowUserError and ThrowCodeError should print headers if ↵Dylan William Hardison1-1/+12
headers have not already been printed
2016-09-23Bug 1304179 - Remove REQUIRED_MODULES references from release notes (and ↵Dylan William Hardison1-13/+0
Template.pm)
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-29/+7
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-7/+29
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-29/+7
local symlink to data/ directory
2016-06-30Bug 1279878 - CSV injectionDavid Lawrence1-3/+4
2016-05-05Bug 1263198 - Do not automatically set tracking flags status-firefoxXX ↵David Lawrence1-0/+6
affected for bugs filed under SeaMonkey
2016-04-22Bug 1195736 - intermittent internal error: "file error - nav_link: not ↵Dylan Hardison1-0/+3
found" (also manifests as fields_lhs: not found)
2016-04-13Revert "Bug 1195736 - intermittent internal error: "file error - nav_link: ↵Dylan William Hardison1-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-13Bug 1195736 - intermittent internal error: "file error - nav_link: not ↵Dylan Hardison1-0/+3
found" (also manifests as fields_lhs: not found)
2016-03-10Bug 1254542 - Reflected XSS in comment-remo-form-payment.txt pageDylan Hardison1-1/+1
2015-12-23Bug 1234237 - Backport upstream bug 1232785 to bmo/4.2 [SECURITY] Buglists ↵David Lawrence1-0/+3
in CSV format can be parsed as valid javascript in some browsers
2015-10-08Bug 1200765 - Make login UX mobile friendly to assist mobile authentication ↵Dylan William Hardison1-0/+5
workflow
2015-05-19Bug 1160430: Backport bug 69267 to BMO (Add the ability to deactivate keywords)Dylan William Hardison1-1/+6
2015-04-24Bug 1157395: CSRF in log in formDavid Lawrence1-0/+5
2015-03-24Bug 1096798: prototype modal show_bug viewByron Jones1-0/+3
2015-03-10Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write ↵Byron Jones1-2/+0
API tokens into the shadow DB)