aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1046241: All links to the documentation displayed besides error messages ↵Frédéric Buclin2016-02-083-79/+77
| | | | | | are broken r=gerv a=dkl
* Bug 324242: Unsetting shutdownhtml requires too much intimate knowledgeFrédéric Buclin2016-01-071-2/+9
| | | | r/a=dkl
* Bug 1191706: When editing flag types, components do not match the selected ↵Frédéric Buclin2016-01-041-3/+2
| | | | | | product when classifications are enabled r/a=dkl
* Revert "Bug 1230932 - Providing a condition as an ID to the webservice ↵David Lawrence2015-12-221-7/+0
| | | | | | results in a taint error" This reverts commit 396ae88235ef68ed45978dfb36774c5fe9a2d699.
* Bug 1230932 - Providing a condition as an ID to the webservice results in a ↵Dylan Hardison2015-12-221-0/+7
| | | | | | taint error r=dkl,a=dkl
* Aliases can now be 40 characters long, see bug 1012506Frédéric Buclin2015-09-091-1/+1
|
* Bug 1189813: Include javascript_urls in header.html.tmpl DEFAULT directiveColin Joy2015-08-061-0/+1
| | | | r=LpSolit a=dkl
* Bug 1183398: Mandatory custom fields block form submission if they are ↵Frédéric Buclin2015-08-061-1/+3
| | | | | | hidden and have no value r=gerv a=dkl
* Bug 1162914: Editing a user field when confirmuniqueusermatch = true no ↵Frédéric Buclin2015-05-141-1/+1
| | | | | | longer works r=dkl a=glob
* Bug 1155512: Localization template links not lining up with other header linksFrédéric Buclin2015-04-181-4/+5
| | | | r/a=dkl
* Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes ↵Frédéric Buclin2015-03-112-3/+3
| | | | | | (U+002D) from being replaced by non-breaking hyphens/dashes (U+2011) r=dkl a=justdave
* Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones2015-03-051-1/+3
| | | | r=dkl,a=glob
* Bug 1106653: Truncate the field-* and type-* values in error messagesFrédéric Buclin2014-12-231-2/+4
| | | | r=dkl a=glob
* Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=glob.Gervase Markham2014-12-222-3/+2
|
* Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is ↵Byron Jones2014-11-241-1/+1
| | | | | | false r=dkl,a=sgreen
* Revert Bug 330707 - Add optional support for MarkDownDavid Lawrence2014-11-042-5/+1
|
* 'cgi' is not defined in templates, see bug 913364Frédéric Buclin2014-10-302-2/+6
|
* Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerByron Jones2014-10-271-5/+0
| | | | (remove unused user-error "invalid_context")
* Bug 1088399 - Add support for Github pull requests in See Also field. ↵Matt Selsky2014-10-241-1/+1
| | | | r=gerv, a=glob.
* Bug 1033068: The "unknown_action" error message could confuse the userFrédéric Buclin2014-10-221-2/+3
| | | | r=dkl a=sgreen
* Bug 1080840: Update WebServices to include Markdown featureKoosha KM2014-10-161-0/+3
| | | | r=dkl,a=glob
* Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin2014-10-061-1/+1
| | | | r=dkl,a=sgreen
* Bug 1071317: Remove unused variablesFrédéric Buclin2014-09-291-2/+0
| | | | r=gerv a=sgreen
* Bug 1064395: concatenate and slightly minify javascript filesByron Jones2014-09-181-7/+24
| | | | r=dkl,a=glob
* Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 ↵Frédéric Buclin2014-09-112-77/+0
| | | | | | spec about valid <link rel="..."> keywords r=dkl a=sgreen
* Bug 1009013 - Require a user to change their password if they log in and ↵Simon Green2014-09-111-8/+8
| | | | | | their current password does not meet the password complexity rules r=glob, a=sgreen
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-281-1/+2
| | | | r=dkl,a=sgreen
* Bug 1009520 - Incorrect quote usage in global/header.html.tmplSimon Green2014-08-141-5/+5
| | | | r=gerv, a=sgreen
* Bug 726696 - All authenticated WebServices methods should require ↵Simon Green2014-07-272-0/+17
| | | | | | username/pass, token or a valid API key for authentication r=dkl, a=sgreen
* Bug 1014345 - Add Group.get RPC callSimon Green2014-07-021-0/+5
| | | | r=glob, a=glob
* Bug 1020821 - Product drop down orders classifications alphabeticallySimon Green2014-07-021-2/+4
| | | | r=gkl, a=glob
* Bug 1012508 - Add a admin_menu hook to change who has access to admin.cgiSimon Green2014-06-141-5/+1
| | | | r=gerv, a=sgreen
* Bug 442013 - Create Bugzilla::User->set_groups and set_bless_groups and have ↵Simon Green2014-06-061-30/+24
| | | | | | editusers.cgi use them r=justdave, a=glob
* Bug 977969: concatenate and slightly minify css filesByron Jones2014-05-141-34/+6
| | | | r=gerv, a=glob
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-222-0/+6
| | | | r=glob a=justdave
* Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin2014-04-171-0/+9
| | | | r=dkl a=justdave
* Bug 994619 - show_bug product list is sometimes missing the actual product a ↵David Lawrence2014-04-161-10/+20
| | | | | | bug is in r=gerv,a=justdave
* Bug 539894: Use <optgroup/> to group products into classifications in the ↵rojanu2014-04-021-0/+80
| | | | | | product drop-down on show_bug.cgi r=glob, a=justdave
* Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin2014-03-261-9/+3
| | | | r/a=justdave
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-231-0/+3
| | | | r=LpSolit a=justdave
* Bug 980918 - Rename "Tags" to "Personal Tags". Patch by acho; r=gerv, ↵Gervase Markham2014-03-211-1/+1
| | | | a=justdave.
* Bug 956190 (part 3): Remove IE-fixes.css (Internet Explorer 7 and older are ↵Frédéric Buclin2014-03-051-10/+0
| | | | | | no longer supported) r/a=justdave
* Bug 365050 - removal notice doesn't use English correctly (lists: =and)Matt Selsky2014-03-041-4/+2
| | | | r=dkl,a=justdave
* Bug 365057 - messages.html.tmpl file bareword should be tagged in <code> or ↵Matt Selsky2014-03-041-1/+1
| | | | | | something r=dkl,a=justdave
* Bug 466178 - Add an INTEGER custom field typeSimon Green2014-02-272-0/+7
| | | r=glob, a=justdave
* Bug 967883: modify_keywords() shouldn't throw an error when an unprivileged ↵Frédéric Buclin2014-02-251-4/+4
| | | | | | user doesn't alter the keywords list r=gerv a=justdave
* Bug 913364 - Reuse preset values when navigation through enter_bug.cgiSimon Green2014-01-212-8/+5
| | | r=glob, a=glob
* Bug 958825: Use HTML5's attribute "autofocus" instead of ↵Frédéric Buclin2014-01-201-1/+1
| | | | | | onload="element.focus()" r/a=justdave
* Bug 959402: Saved searches in the page footer cause the page to not be valid ↵Frédéric Buclin2014-01-161-31/+29
| | | | | | HTML5 r/a=justdave
* Bug 546838: Upgrade Bugzilla to HTML5Frédéric Buclin2014-01-081-2/+1
| | | | r/a=justdave