summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-920/+954
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison1-1/+1
2018-10-02Bug 1495869 - Crash graph not found after mojo migrationDylan William Hardison1-1/+1
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-0/+1
2018-08-14Revert "Bug 1456878 - Support markdown comments"Dylan William Hardison1-52/+28
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
2018-08-10Bug 1456878 - Support markdown commentsIsrael Madueme1-28/+52
2018-08-04Merge branch 'mojo-poc'Dylan William Hardison1-7/+5
2018-07-31Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-0/+1
2018-07-23Bug 1476841 - Various code cleanups ahead of the Mojolicious patchDylan William Hardison1-8/+3
2018-07-17Bug 1476052 - Bugzilla mishandles diff attachments that are UTF-8 and ↵Dylan William Hardison1-0/+2
contain U+FFFF
2018-07-08more harmony fixesDylan William Hardison1-4/+0
2018-07-08Merge remote-tracking branch 'dylanwh/mojo-poc'Dylan William Hardison1-1/+5
2018-07-08Merge remote-tracking branch 'bmo/master'Dylan William Hardison1-4/+1
2018-06-29Bug 1472048 - Remove Metrics CodeDylan William Hardison1-4/+1
2018-06-28lots of hackingDylan William Hardison1-2/+2
2018-06-28Remove metrics stuffDylan William Hardison1-4/+1
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-16Bug 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.