summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org1-0/+2
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-21Bug 394438: Add a hook for adding template vars to any page (Override ↵mkanat%bugzilla.org1-0/+13
Template->process) Patch by Matt Rogers <mattr@kde.org> r=mkanat, a=mkanat
2009-10-01Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org1-5/+26
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-01Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org1-6/+4
and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-27Bug 517793: Use the ENCODING parameter of Template Toolkit instead of having ↵mkanat%bugzilla.org1-23/+2
a custom parser object. This also fixes a memory leak on mod_perl. Patch by Max Kanat-Alexander <mkanat@buzgilla.org> r=LpSolit, a=LpSolit
2009-08-20Bug 208714: Make checksetup.pl move $datadir/template when it can't delete itmkanat%bugzilla.org1-9/+12
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-08-12Bug 509108: Don't require a bug_list parameter to show the bug template ↵mkanat%bugzilla.org1-1/+9
(create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org1-1/+7
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-10Bug 503980: show_bug.cgi doesn't properly escape <!-- inside bug summary - ↵lpsolit%gmail.com1-0/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-08-06Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ↵mkanat%bugzilla.org1-39/+33
object if one is available Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-07-16Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly ↵lpsolit%gmail.com1-33/+1
Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
2009-06-21Bug 498318: Speed up field-descs.none.tmplmkanat%bugzilla.org1-0/+8
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2009-05-23Bug 487330: Links in comments pointing to patches should go to the 'diff' ↵lpsolit%gmail.com1-3/+15
view rather than the plain text view, by default - Patch by uokrent@gmail.com r/a=LpSolit
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com1-0/+4
bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-01-28Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, ↵dkl%redhat.com1-6/+6
otherwise show bug id Mistakenly checked in previous version of patch. This brings the changes up to date with the approved patch. dkl
2009-01-28Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, ↵dkl%redhat.com1-11/+15
otherwise show bug id Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
2009-01-20Bug 470057: Collapse and wrap text messages and text errorsmkanat%bugzilla.org1-0/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com1-0/+7
usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2008-10-21Fix bustage due to bug 105865: Perl 5.8.x doesn't understand \h. We have to ↵lpsolit%gmail.com1-1/+1
use [[:blank:]] instead. Patch by me, r=mkanat
2008-10-21Bug 105865: When converting bug/attachment/comment numbers to links, ↵lpsolit%gmail.com1-7/+11
quoteUrls() should take care of newlines and not linkify them if a newline is present - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-3/+2
<LpSolit@gmail.com> r/a=mkanat
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com1-1/+9
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com1-1/+9
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
2008-03-29Bug 425746: Bugzilla::Template::precompile_templates() doesn't flush ↵lpsolit%gmail.com1-0/+3
template_include_path_ correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-02-14Bug 413121 – UTF-8 in templates are garbaged.wurblzap%gmail.com1-0/+23
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat
2008-02-12Bug 341508 – GetBugLink() should be localisable.wurblzap%gmail.com1-2/+2
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
2007-12-15Bug 408448: checksetup now tells you when template precompilation is complete.mkanat%bugzilla.org1-3/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-12-04Bug 406462 – User interface mangled by BiDi characters in Unicode.wurblzap%gmail.com1-5/+1
Patch by A.A. Shimono <shimono@mozilla.gr.jp>; r=Wurblzap; a=mkanat
2007-11-05Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org1-11/+14
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-10-16Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org1-1/+20
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com1-2/+2
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-08Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com1-4/+2
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-09-17Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org1-1/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-24Bug 390442: Bugzilla/Template.pm was failing on perl 5.9.5 with "Not a ↵mkanat%bugzilla.org1-14/+8
subroutine reference" Patch By Frédéric Buclin <LpSolit@gmail.com> r=mkanat, a=LpSolit
2007-08-22Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com1-2/+1
wrongly. Follow-up warning fix patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
2007-08-22Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com1-1/+2
wrongly. Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-4/+1
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-08-21Bug 335354: editparams.cgi crashes when editing the 'languages' and ↵lpsolit%gmail.com1-1/+1
'defaultlanguage' parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit
2007-07-05Bug 274408: iCalendar export shows summaries only after comma (must be ↵lpsolit%gmail.com1-1/+1
escaped) - Patch by Colin Leroy <colin@colino.net> r/a=LpSolit
2007-05-06Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org1-102/+7
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
2007-04-19Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com1-0/+3
get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2007-03-10Bug 365150: #cNN comment not part of linkified URL - Patch by David D. ↵lpsolit%gmail.com1-2/+2
Kilzer (ddk) <ddkilzer@kilzer.net> r/a=LpSolit
2007-03-06Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-38/+0
<LpSolit@gmail.com> r/a=mkanat
2007-02-23Bug 349423: Release Notes for Bugzilla 3.0mkanat%bugzilla.org1-1/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2006-12-31Bug 248037: Link from attachment 'created' date to comment where it was ↵lpsolit%gmail.com1-1/+1
created - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=justdave
2006-12-12Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com1-7/+9
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-11-04Bug 258675: action=view is still used in comments - Patch by Frédéric ↵lpsolit%gmail.com1-3/+3
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com1-2/+5
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave