aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
Commit message (Collapse)AuthorAgeFilesLines
* Sync with upstream release 5.0.4Frédéric Buclin2018-02-181-9/+8
|\
| * Bug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53)Vitaly Belekhov2018-01-041-9/+8
| | | | | | | | | | | | | | | | | | | | * Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is recommended to not use it (#21) r=mtyson * Fix for vrite in aa735d4 * Added https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=ca7bfc9c485c959fad2aee1f7c1dbc0fb484553b
* | Backport upstream bug 69267: Add the ability to deactivate keywordsFrédéric Buclin2017-08-011-1/+6
|/
* Bug 1259881 - CSV export vulnerable to formulae injection (again)Frédéric Buclin2016-04-251-3/+4
| | | | r=sgreen a=dkl
* Bug 1234977: Replace \d+ by [0-9]+ in critical validation placesFrédéric Buclin2016-03-091-8/+8
| | | | r=dylan a=dkl
* Bug 1232785 - [SECURITY] Buglists in CSV format can be parsed as valid ↵Dylan Hardison2015-12-221-0/+3
| | | | | | javascript in some browsers r=dkl,a=dkl
* Bug 1179160: The login form should not use type="email" when LDAP has ↵Frédéric Buclin2015-08-061-0/+11
| | | | | | LDAPmailattribute set r=gerv a=dkl
* Bug 1160598: url() in concatenated CSS files are incorrect when using ↵Frédéric Buclin2015-05-051-1/+1
| | | | | | Multiple Bugzilla databases with a single installation r/a=glob
* Bug 1143871: Correctly preload bug data when viewing a bugFrédéric Buclin2015-04-051-8/+5
| | | | r=dkl a=sgreen
* Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes ↵Frédéric Buclin2015-03-111-8/+0
| | | | | | (U+002D) from being replaced by non-breaking hyphens/dashes (U+2011) r=dkl a=justdave
* Bug 1134743: javascript filter should escape uncode line and paragraph ↵Byron Jones2015-02-241-0/+2
| | | | | | separators (causes "Unterminated string literal" javascript error) r=dylan,a=glob
* Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=glob.Gervase Markham2014-12-221-4/+32
|
* Bug 1100368: css concatenation breaks data: urlsByron Jones2014-11-181-1/+3
| | | | r=dylan,a=glob
* Revert Bug 330707 - Add optional support for MarkDownDavid Lawrence2014-11-041-25/+5
|
* Bug 1083081 - javascript concatenation should insert a semicolon between filesDylan William Hardison2014-10-271-1/+1
| | | | r=dkl a=glob
* Bug 1059723: Reply button should become AJAX-basedKoosha KM2014-10-141-5/+7
| | | | r=dkl,a=sgreen
* Bug 1054702: CSV export vulnerable to formulae injectionSimon Green2014-10-061-1/+3
| | | | r=glob,a=glob
* Bug 1072110: _concatenate_js assumes javascript_urls is an arrayByron Jones2014-09-261-1/+2
| | | | r=dkl,a=glob
* Bug 1064395: concatenate and slightly minify javascript filesByron Jones2014-09-181-1/+50
| | | | r=dkl,a=glob
* Bug 1064933: Bugzilla.pm does not compile without Text::MarkdownKoosha KM2014-09-111-2/+3
| | | | r=glob,a=sgreen
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-281-0/+17
| | | | r=dkl,a=sgreen
* Bug 1054642: quoteUrls() enters an infinite loop with a list of nonexistent ↵Koosha KM2014-08-251-13/+8
| | | | | | bug ids to be linkified r=glob,a=sgreen
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 897915 - Field lists not sorted alphabeticallySimon Green2014-08-101-0/+15
| | | | r=dkl, a=sgreen
* Bug 726696 - All authenticated WebServices methods should require ↵Simon Green2014-07-271-0/+6
| | | | | | username/pass, token or a valid API key for authentication r=dkl, a=sgreen
* Bug 1028795: pre-load all related bugs during show_bug initialisationByron Jones2014-07-031-5/+6
| | | | r=sgreen,a=sgreen
* Bug 1020821 - Product drop down orders classifications alphabeticallySimon Green2014-07-021-0/+6
| | | | r=gkl, a=glob
* Bug 1013209: data/assets: empty generated css-fileByron Jones2014-05-301-1/+1
| | | | r=dkl, a=glob
* Bug 1016199: move skins/assets to data/assetsByron Jones2014-05-281-3/+3
| | | | r=dkl, a=justdave
* fix mod_perl breakage caused by bug 977969Byron Jones2014-05-141-0/+1
|
* Bug 977969: concatenate and slightly minify css filesByron Jones2014-05-141-12/+76
| | | | r=gerv, a=glob
* Bug 998323 - URLs pasted in comments are no longer displayedDavid Lawrence2014-04-181-14/+11
| | | | r=LpSolit,a=justdave
* Bug 968576: [SECURITY] Dangerous control characters allowed in Bugzilla textManish Goregaokar2014-04-171-0/+12
| | | | r=glob a=justdave
* Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin2014-04-171-0/+5
| | | | r=dkl a=justdave
* Bug 956190 (part 3): Remove IE-fixes.css (Internet Explorer 7 and older are ↵Frédéric Buclin2014-03-051-6/+4
| | | | | | no longer supported) r/a=justdave
* Bug 978619 - Typo in Bugzilla/Template.pmMatt Selsky2014-03-041-1/+1
| | | | r=dkl,a=justdave
* Bug 917669 - invalid or expired authentication tokens and cookies should ↵Dave Lawrence2013-09-261-4/+1
| | | | | | throw errors, not be silently ignored r/a=glob
* Bug 105865: Bugzilla should pay attention to linebreaks when linkifying bug ↵Frédéric Buclin2013-08-151-13/+17
| | | | | | IDs in comments r=dkl a=sgreen
* Remove debug codeFrédéric Buclin2013-07-251-1/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=895309
* Bug 895309 - comments returned via the REST endpoint shouldn't be wrappedDave Lawrence2013-07-241-1/+3
| | | | | r/a=glob https://bugzilla.mozilla.org/show_bug.cgi?id=859309
* Bug 842038: (CVE-2013-0785) [SECURITY] XSS in show_bug.cgi when using an ↵Frédéric Buclin2013-02-191-5/+9
| | | | | | invalid page format r=glob a=LpSolit
* Bug 830467: Don't call _wanted_languages() when only one is availableFrédéric Buclin2013-01-171-8/+3
| | | | r=glob a=LpSolit
* Bug 829939: Only build default_authorizer on requestFrédéric Buclin2013-01-141-1/+1
| | | | r=glob a=LpSolit
* Bug 829709: Do not load CSS files from all skins by defaultFrédéric Buclin2013-01-141-36/+13
| | | | r=dkl a=LpSolit
* Bug 804343: Implement autolinkification for a list of comment idsKoosha Khajeh Moogahi2012-12-291-1/+15
| | | | r/a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+26
| | | | r/a=LpSolit
* Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying ↵Byron Jones2012-11-221-3/+3
| | | | | | the database repeatedly for the same information r=dkl,a=LpSolit
* Bug 797636: Improve performance for buglistsFrédéric Buclin2012-11-161-3/+2
| | | | r=dkl a=LpSolit
* Bug 213440: quoteUrls() should permit multiple bug numbers to be linkified ↵Koosha Khajeh Moogahi2012-10-131-0/+17
| | | | | | in comments r/a=LpSolit