summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Collapse)AuthorFilesLines
2015-03-30Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to ↵Gervase Markham1-1/+2
define what the fixed resolution is. r,a=glob
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵Frédéric Buclin2-7/+1
parameter r=dkl a=sgreen
2015-03-11Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes ↵Frédéric Buclin2-3/+3
(U+002D) from being replaced by non-breaking hyphens/dashes (U+2011) r=dkl a=justdave
2015-03-05Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones1-1/+3
r=dkl,a=glob
2014-12-23Bug 1106653: Truncate the field-* and type-* values in error messagesFrédéric Buclin1-2/+4
r=dkl a=glob
2014-12-18Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=dkl.Gervase Markham2-3/+2
2014-12-17Bug 1089475: Use "ThrowCodeError" when a database error occurs instead of ↵Jeff Fearn1-0/+4
dumping a stack trace r=glob,a=glob
2014-12-06Bug 1052202 - Web Service module to update and delete componentsSimon Green1-0/+5
r=dylan, a=glob
2014-11-24Bug 919122 - support for sourceforge.net Allura bugs in see_also field. r=gerv.Matt Selsky1-1/+1
2014-11-24Oops. Revert commit with bogus message #1. paperbag=gerv.Gervase Markham1-1/+1
This reverts commit 9e1efb5e001b8540672f42bfd7101fed4a394c0e.
2014-11-24Are you sure you want to check in on branch masterMatt Selsky1-1/+1
2014-11-24Bug 1102003: The URL and status whiteboard fields display ARRAY(...) instead ↵Frédéric Buclin1-1/+1
of real data r=dkl a=glob
2014-11-24Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is ↵Byron Jones1-1/+1
false r=dkl,a=sgreen
2014-11-17Bug 1090727: support jquery in the global/header template, and update the ↵David Lawrence1-46/+80
header and footer to use jquery r=glob,a=glob
2014-10-31Bug 1062739: add the ability for administrators to limit the number of ↵Byron Jones1-0/+2
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-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-22Bug 1033068: The "unknown_action" error message could confuse the userFrédéric Buclin1-2/+3
r=dkl a=sgreen
2014-10-16Bug 1080840: Update WebServices to include Markdown featureKoosha KM1-0/+3
r=dkl,a=glob
2014-10-06Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin1-1/+1
r=dkl,a=sgreen
2014-09-29Bug 1071317: Remove unused variablesFrédéric Buclin1-2/+0
r=gerv a=sgreen
2014-09-17Bug 1064395: concatenate and slightly minify javascript filesByron Jones1-7/+24
r=dkl,a=glob
2014-09-11Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 ↵Frédéric Buclin2-77/+0
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 Green1-8/+8
their current password does not meet the password complexity rules r=glob, a=sgreen
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM1-1/+2
r=dkl,a=sgreen
2014-08-14Bug 1009520 - Incorrect quote usage in global/header.html.tmplSimon Green1-5/+5
r=gerv, a=sgreen
2014-07-27Bug 726696 - All authenticated WebServices methods should require ↵Simon Green2-0/+17
username/pass, token or a valid API key for authentication r=dkl, a=sgreen
2014-07-02Bug 1014345 - Add Group.get RPC callSimon Green1-0/+5
r=glob, a=glob
2014-07-02Bug 1020821 - Product drop down orders classifications alphabeticallySimon Green1-2/+4
r=gkl, a=glob
2014-06-14Bug 1012508 - Add a admin_menu hook to change who has access to admin.cgiSimon Green1-5/+1
r=gerv, a=sgreen
2014-06-06Bug 442013 - Create Bugzilla::User->set_groups and set_bless_groups and have ↵Simon Green1-30/+24
editusers.cgi use them r=justdave, a=glob
2014-05-14Bug 977969: concatenate and slightly minify css filesByron Jones1-34/+6
r=gerv, a=glob
2014-04-22Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2-0/+6
r=glob a=justdave
2014-04-17Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin1-0/+9
r=dkl a=justdave
2014-04-16Bug 994619 - show_bug product list is sometimes missing the actual product a ↵David Lawrence1-10/+20
bug is in r=gerv,a=justdave
2014-04-02Bug 539894: Use <optgroup/> to group products into classifications in the ↵rojanu1-0/+80
product drop-down on show_bug.cgi r=glob, a=justdave
2014-03-26Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin1-9/+3
r/a=justdave
2014-03-23Bug 962812: Use the "required" attribute where appropriateSunil Joshi1-0/+3
r=LpSolit a=justdave
2014-03-21Bug 980918 - Rename "Tags" to "Personal Tags". Patch by acho; r=gerv, ↵Gervase Markham1-1/+1
a=justdave.
2014-03-05Bug 956190 (part 3): Remove IE-fixes.css (Internet Explorer 7 and older are ↵Frédéric Buclin1-10/+0
no longer supported) r/a=justdave
2014-03-04Bug 365050 - removal notice doesn't use English correctly (lists: =and)Matt Selsky1-4/+2
r=dkl,a=justdave
2014-03-04Bug 365057 - messages.html.tmpl file bareword should be tagged in <code> or ↵Matt Selsky1-1/+1
something r=dkl,a=justdave
2014-02-26Bug 466178 - Add an INTEGER custom field typeSimon Green2-0/+7
r=glob, a=justdave
2014-02-25Bug 967883: modify_keywords() shouldn't throw an error when an unprivileged ↵Frédéric Buclin1-4/+4
user doesn't alter the keywords list r=gerv a=justdave
2014-01-21Bug 913364 - Reuse preset values when navigation through enter_bug.cgiSimon Green2-8/+5
r=glob, a=glob
2014-01-20Bug 958825: Use HTML5's attribute "autofocus" instead of ↵Frédéric Buclin1-1/+1
onload="element.focus()" r/a=justdave
2014-01-16Bug 959402: Saved searches in the page footer cause the page to not be valid ↵Frédéric Buclin1-31/+29
HTML5 r/a=justdave
2014-01-08Bug 546838: Upgrade Bugzilla to HTML5Frédéric Buclin1-2/+1
r/a=justdave
2014-01-07Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan4-17/+17
specific Bugzilla installation r=dkl,a=justdave