summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2014-10-31Bug 1062739: add the ability for administrators to limit the number of ↵Byron Jones3-0/+82
emails sent to a user per minute and hour r=dylan,a=glob
2014-10-30'cgi' is not defined in templates, see bug 913364Frédéric Buclin2-2/+6
2014-10-29Bug 258026 - add format hint to chart date input. r=gerv, a=glob.Matt Selsky1-0/+2
2014-10-28Bug 1059684: markdown text should not be rendered within a <pre> tagDavid Lawrence2-6/+7
r=glob,a=glob
2014-10-27Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerByron Jones1-5/+0
(remove unused user-error "invalid_context")
2014-10-24Bug 1088399 - Add support for Github pull requests in See Also field. ↵Matt Selsky1-1/+1
r=gerv, a=glob.
2014-10-24Bug 1073264 - allow attachment download to be offloaded to the webserver ↵Damien Nozay1-1/+27
using X-SendFile or equivalent. r=gerv, a=glob.
2014-10-23Bug 1083258 - The size check for input <select>s on show_bug.cgi doesn't ↵Dylan William Hardison1-1/+0
take into account is_active r=dkl a=glob
2014-10-22Bug 1033068: The "unknown_action" error message could confuse the userFrédéric Buclin1-2/+3
r=dkl a=sgreen
2014-10-20Backout Bug 1015226: When using field-label.html.tmpl there is not a way to ↵David Lawrence1-10/+1
underline the access key letter in the field description
2014-10-16Bug 1080840: Update WebServices to include Markdown featureKoosha KM1-0/+3
r=dkl,a=glob
2014-10-16Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin5-102/+3
r=gerv a=glob
2014-10-14Bug 1059723: Reply button should become AJAX-basedKoosha KM1-4/+46
r=dkl,a=sgreen
2014-10-06Bug 1054702: CSV export vulnerable to formulae injectionSimon Green1-3/+5
r=glob,a=glob
2014-10-06Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green1-5/+8
who aren't in the insider group r=glob,a=glob
2014-10-06Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin2-2/+1
r=dkl,a=sgreen
2014-10-05Bug 1071276: Markdown comment checkbox value is not passed through properly ↵Koosha1-0/+1
when a mid air collision has occurred and user chooses to submit comment r=dkl a=sgreen
2014-10-02Bug 1076155: Remove "?" from table columns and labels + code cleanupFrédéric Buclin2-10/+7
r=dkl a=justdave
2014-10-01Bug 1069760 - Cannot use 'component' in a templateSimon Green3-17/+17
r=gerv, a=justdave
2014-09-29Bug 1071317: Remove unused variablesFrédéric Buclin1-2/+0
r=gerv a=sgreen
2014-09-26Bug 1071024 - improve description of mail_delivery_method. r=glob.Gervase Markham1-1/+6
2014-09-25Bug 1072110: _concatenate_js assumes javascript_urls is an arrayByron Jones2-2/+2
r=dkl,a=glob
2014-09-23Bug 1059685: Add user help for MarkdownKoosha KM1-4/+4
- Fixed template filter for constant in markdown.html.tmpl
2014-09-23Bug 1059685: Add user help for MarkdownKoosha KM2-0/+266
r=dkl,a=sgreen
2014-09-20Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin1-2/+2
r=dylan a=glob
2014-09-17Bug 1064395: concatenate and slightly minify javascript filesByron Jones1-7/+24
r=dkl,a=glob
2014-09-17Bug 1068277: No longer able to save/edit/forget a saved search if results ↵David Lawrence1-27/+27
are 0 in buglist.cgi r=LpSolit,a=sgreen
2014-09-11Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin1-1/+0
data/params r=dkl r=wurblzap a=sgreen
2014-09-11Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 ↵Frédéric Buclin4-81/+3
spec about valid <link rel="..."> keywords r=dkl a=sgreen
2014-09-11Bug 1009013 - Require a user to change their password if they log in and ↵Simon Green2-8/+14
their current password does not meet the password complexity rules r=glob, a=sgreen
2014-09-08Bug 768892 - Specific Search without search words yields invalid_column_name ↵Simon Green1-1/+1
message, complaining about sort order "relevance desc" r=sgreen, a=glob
2014-09-02Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green2-0/+23
r=glob, a=sgreen
2014-08-30Bug 1060233 - Aliases are not displayed correctly in some placesSimon Green2-5/+6
r=dkl, a=sgreen
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM7-6/+16
r=dkl,a=sgreen
2014-08-19Bug 1053802: Groups used for the comment_taggers_group and debug_group ↵Frédéric Buclin1-1/+2
parameters can be deleted r=sgreen a=glob
2014-08-19Bug 1054165 - Don't show parenthesis if there is no aliasSimon Green1-2/+2
r=glob, a=glob
2014-08-14Bug 1047405: Comment tagging GUI not fully localizable because of text in ↵Byron Jones1-0/+7
Javascript instead of template r=sgreen,a=glob
2014-08-14Bug 1012506 - Allow a bug to have multiple aliasesSimon Green2-49/+79
r=dkl, a=sgreen
2014-08-14Bug 1009520 - Incorrect quote usage in global/header.html.tmplSimon Green1-5/+5
r=gerv, a=sgreen
2014-08-14Bug 469018 - Show duplicate (dupe) count on show_bug.cgiSimon Green1-1/+1
r=gerv, a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin3-0/+5
r=dkl a=sgreen
2014-08-10Bug 897915 - Field lists not sorted alphabeticallySimon Green2-2/+10
r=dkl, a=sgreen
2014-07-31Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despite the ↵David Lawrence1-2/+2
documentation mentions REST only r=sgreen,a=sgreen
2014-07-30Bug 1044562: Incorrect link pointing to the API key documentationFrédéric Buclin1-1/+1
r/a=sgreen
2014-07-27Bug 726696 - All authenticated WebServices methods should require ↵Simon Green5-1/+138
username/pass, token or a valid API key for authentication r=dkl, a=sgreen
2014-07-24[Bug 883719] Fix a broken link in release notesFrédéric Buclin1-3/+3
2014-07-21Bug 950363 - The description of the 'smtpserver' parameter should specify ↵Steve Root1-1/+2
that it accepts a port number r=dkl,a=glob
2014-07-17Bug 1037285 - Login redirection from forms is broken for urls using a : in ↵Dylan William Hardison1-1/+1
their url r/a=glob
2014-07-10Bug 248994 - Edit user page description for inherited privs should use all ↵Sunil Joshi1-1/+1
instead of any for lists. r=gerv, a=sgreen.
2014-07-10Bug 1031959 - Add a_comment-end hook to show bug pageSimon Green1-0/+1
r=gerv, a=sgreen