aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 797883: Adds a Bugzilla->process_cacheByron Jones2012-10-051-7/+6
| | | | r=LpSolit, a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 778631: use a persistent Template::Provider to avoid recompiling ↵Byron Jones2012-08-081-0/+14
| | | | | | templates between page loads on mod_perl r=dkl, a=LpSolit
* Backing out Bug 778631 due to breakageByron Jones2012-08-071-10/+0
|
* Bug 778631: use a persistent Template::Provider to avoid recompiling ↵Byron Jones2012-08-071-0/+10
| | | | | | templates between page loads on mod_perl r=dkl, a=LpSolit
* Bug 777398: (CVE-2012-1968) [SECURITY] HTML bugmail exposes information ↵Frédéric Buclin2012-07-261-14/+18
| | | | | | about restricted bugs r=glob a=LpSolit
* Bug 752751: Perl modules that start with a protocol (eg HTTP::Header) are ↵Simon Green2012-05-171-1/+1
| | | | | | not escaped correctly in SAFE_URL_REGEXP r/a=LpSolit
* Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin2012-05-071-1/+3
| | | | | | (and get rid of the current form in the footer) r=timello a=LpSolit
* Bug 731562: Cache the global/user.html.tmpl template for improved performanceFrédéric Buclin2012-03-011-1/+9
| | | | r=dkl a=LpSolit
* Bug 731175: Bugzilla::Field shouldn't assume that someone else already ↵Frédéric Buclin2012-02-291-4/+4
| | | | | | loaded required modules r=glob a=LpSolit
* Bug 727541 - Constants in Bugzilla::WebService::Constants should be ↵Dave Lawrence2012-02-161-3/+16
| | | | | | available inside the templates similar to Bugzilla::Constants r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-29/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-231-1/+1
| | | | r/a=mkanat
* Bug 657158 - (CVE-2011-2381) [SECURITY] Request email headers for attachment ↵Reed Loden2011-08-041-0/+3
| | | | | | containing newline are corrupt [r=LpSolit a=LpSolit]
* Bug 634812: Having a very large number of custom fields can make displaying ↵Frédéric Buclin2011-08-011-0/+5
| | | | | | show_bug.cgi slow r=glob a=LpSolit
* Bug 652663 - When using bug_format_comment hook some replacements can happen ↵David Lawrence2011-07-251-2/+4
| | | | | | more than once causing broken links r/a=LpSolit
* Bug 670169 - Escape '>' in js filterReed Loden2011-07-081-0/+1
| | | | [r=LpSolit a=LpSolit]
* Bug 659185: html_quote() escapes @ causing mailto links to not be processedFrédéric Buclin2011-05-241-1/+2
| | | | r/a=mkanat
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-271-0/+1
| | | | r=mkanat, a=mkanat
* Bug 650593: Bugzilla crashes when the database is gone, even when ↵Frédéric Buclin2011-04-211-3/+4
| | | | | | shutdownhtml is set r=justdave a=LpSolit
* Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking ↵Frédéric Buclin2011-01-241-6/+21
| | | | | | | | | | for javascript: or data: URLs in the URL field can be evaded with prefixed whitespace and Bug 628034: (CVE-2011-0048) [SECURITY] For not-logged-in users, the URL field doesn't safeguard against javascript: or data: URLs r=dkl a=LpSolit
* Bug 595410: Make it faster to display a bug that has a lot of dependencies.Max Kanat-Alexander2011-01-031-41/+12
| | | | r=LpSolit, a=LpSolit
* Bug 474766: The [details] string is duplicated when replying to a comment ↵Frédéric Buclin2010-11-041-1/+1
| | | | | | containing a link to an attachment r/a=mkanat
* Bug 605425: Non-english templates are no longer precompiled by checksetupFrédéric Buclin2010-10-211-1/+2
| | | | r/a=mkanat
* Bug 602418: Add "template_cache" to bz_locations(), a way of specifying thatMax Kanat-Alexander2010-10-131-10/+14
| | | | | cached templates should be stored somewhere else than the data directory. r=LpSolit, a=mkanat
* Bug 65477: Send HTML bugmailGuy Pyrzak2010-10-031-1/+5
| | | | r=mkanat, a=mkanat
* Bug 595380: Add a ?mtime string to all of the manually-insertedMax Kanat-Alexander2010-09-271-1/+1
| | | | | <script src> and <link href> tags in Bugzilla r=glob, a=mkanat
* Bug 586244: Make mod_headers and mod_expires optionalMax Kanat-Alexander2010-09-181-8/+14
| | | | r=glob, a=mkanat
* Bug 585490: Instead of hardcoding <i> for UNCONFIRMED bug links, useChristian Legnitto2010-08-091-6/+9
| | | | | a CSS class. r=mkanat, a=mkanat
* Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so ↵Frédéric Buclin2010-08-061-0/+43
| | | | | | that bugmails are 100% localizable r/a=mkanat
* Bug 583690: (CVE-2010-2759) [SECURITY][PostgreSQL] Bugzilla crashes when ↵Frédéric Buclin2010-08-051-12/+6
| | | | | | viewing a bug if a comment contains 'bug <num>' or 'attachment <num>' where <num> is greater than the max allowed integer r=mkanat a=LpSolit
* Bug 584021: FILTER txt should also remove &nbsp;Frédéric Buclin2010-08-041-0/+2
| | | | r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-6/+0
| | | | r/a=mkanat
* Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander2010-07-201-0/+120
| | | | | | are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-2/+2
| | | | | in a loop r=glob, a=mkanat
* Bug 554964 - Show if a user is a "Default CC" under the Product ↵Reed Loden2010-07-051-2/+10
| | | | | | Responsibilities section of editusers.cgi. [r=mkanat a=mkanat]
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-051-0/+3
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander2010-07-011-0/+3
| | | | | instead of from a static list r=glob, a=mkanat
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-151-9/+0
| | | | | multiple buglists at once r=glob, a=mkanat
* Bug 565899: Make the html_linebreak filter safe by having it first call theMax Kanat-Alexander2010-05-191-0/+1
| | | | | "html" filter r=LpSolit, a=LpSolit
* Bug 566499 - "#c0 links have the wrong href"Reed Loden2010-05-181-1/+1
| | | | [r=LpSolit a=LpSolit]
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-1/+5
| | | | r=timello, a=mkanat
* Bug 284650: Beginning a chart name with an "_" (underscore) causes errorsFrédéric Buclin2010-04-081-0/+3
| | | | r/a=mkanat
* Bug 557780: Remove the unused .substr method in Template.pmFrédéric Buclin2010-04-071-8/+0
| | | | r=glob a=LpSolit
* Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander2010-04-051-7/+0
| | | | r=LpSolit, a=LpSolit
* Bug 553923: Don't word-wrap messages and errors for the WebServiceMax Kanat-Alexander2010-03-281-2/+10
| | | | r=dkl, a=mkanat
* Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander2010-03-131-1/+6
| | | | | field-descs globally for all template calls r=LpSolit, a=LpSolit
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-3/+20
| | | | | Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
* Bug 547466: Release Notes for Bugzilla 3.6rc1Max Kanat-Alexander2010-02-281-2/+7
| | | | r=LpSolit, r=gerv
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-281-4/+3
| | | | r=LpSolit, a=LpSolit