summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Collapse)AuthorFilesLines
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
2014-01-07Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2-9/+9
r/a=justdave
2013-12-31Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence1-0/+10
r=sgreen,a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin6-117/+70
r/a=justdave
2013-12-28Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin1-2/+0
r/a=justdave
2013-12-22Bug 952793: Remove HTML4 elements which are obsolete in HTML5Frédéric Buclin2-14/+14
r/a=justdave
2013-12-22Bug 918013: Add Bugzilla messaging system in quips pageSunil Joshi1-0/+24
r=LpSolit a=justdave
2013-12-22Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin2-5/+12
CSS styles r/a=justdave
2013-12-12Bug 947766 - Poorly worded error message when attempting to attach a file ↵Simon Green1-1/+2
that is too large r=glob, a=sgreen
2013-11-25Fix warning caused by Bug 793963Byron Jones1-4/+0
2013-11-25Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones1-1/+26
r=dkl, a=glob
2013-11-06Bug 931765 - When you enter your login or password wrong, the error message ↵tinajohnson.1234@gmail.com1-3/+3
shown "The username or password you entered is not valid" should be edited to "The login or password you entered is not valid" r=dkl,a=sgreen
2013-10-16Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ↵Dave Lawrence1-0/+3
and allowing easier brute force r=LpSolit,a=glob
2013-09-28Bug 798927: An error should be thrown when passing an illegal pronounImran Chaudhry1-0/+7
r=LpSolit a=justdave
2013-09-26Bug 917669 - invalid or expired authentication tokens and cookies should ↵Dave Lawrence1-0/+5
throw errors, not be silently ignored r/a=glob
2013-08-30Bug 547311 - Remove the "align" attribute from <th>Christopher Trom1-1/+1
r=simon, a=sgreen
2013-08-16Bug 902314 - Make the title and headings consistent on the pre enter bug pagesSimon Green2-3/+8
r=dkl, a=sgreen
2013-08-08Bug 669535 - User pref for "Possible Duplicates"Sunil Joshi1-0/+1
r=dkl,a=glob
2013-08-07Bug 897264 - letters_numbers_specialchars password restriction is incorrectSimon Green1-15/+15
r=LpSolit, a=sgreen
2013-07-30Bug 402745 - Improve the error message displayed when accessing ↵Sunil Joshi1-0/+2
summarize_time.cgi with no bug ID
2013-07-24Bug 875728 - Need hook for links in common-linksDave Lawrence1-0/+2
r=rojanu,a=sgreen
2013-07-24Bug 345194: Add "is empty" and "is not empty" search operators to the ↵Byron Jones1-1/+3
boolean chart r=LpSolit, a=sgreen
2013-07-23Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence1-3/+3
retrieval of multiple product objects r/a=glob
2013-07-22Bug 850986: don't allow setting a flag's requestee to a disabled accountByron Jones1-1/+6
r=dkl, a=justdave
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-0/+7
r=glob,a=justdave
2013-06-06Bug 878035: Do not disclose whether a user account exists or not when a user ↵Frédéric Buclin1-1/+2
clicks "forgot password" r=dkl a=LpSolit
2013-05-10Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl'Tiago Mello1-0/+2
r=dkl a=LpSolit
2013-04-18Bug 851591: Add a main-end hook into global/footer.html.tmpl to be able to ↵Frédéric Buclin1-0/+1
display additional data before displaying the page footer r=dkl a=LpSolit
2013-03-28Bug 850639: Set an upper limit on the number of nodes the dependency graph ↵Byron Jones1-0/+5
will display r=LpSolit, a=LpSolit
2013-02-19Bug 842038: (CVE-2013-0785) [SECURITY] XSS in show_bug.cgi when using an ↵Frédéric Buclin1-1/+4
invalid page format r=glob a=LpSolit
2013-01-17Bug 752946 - Moving a bug into another product lists inactive components, ↵Dave Lawrence1-0/+5
milestones and versions r/a=LpSolit
2013-01-15Fix bustageFrédéric Buclin1-1/+4
https://bugzilla.mozilla.org/show_bug.cgi?id=829709
2013-01-14Bug 830373: Remove the unused global/help.html.tmpl templateFrédéric Buclin2-22/+0
r=wicked a=LpSolit
2013-01-14Bug 829709: Do not load CSS files from all skins by defaultFrédéric Buclin1-36/+8
r=dkl a=LpSolit
2013-01-03Bug 824616: The urlbase field in global/header.html.tmpl must be filteredMatt Selsky1-1/+1
r/a=LpSolit
2013-01-02Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham1-0/+1
2013-01-02Bug 401918: describekeywords.cgi with no keywords simply displays an empty ↵Sunil Joshi1-0/+5
page instead of throwing an error r/a=LpSolit
2012-12-29Bug 804343: Implement autolinkification for a list of comment idsKoosha Khajeh Moogahi1-0/+2
r/a=LpSolit
2012-12-16Bug 605086: Messages about wrong login-attemps should refer to the forget ↵Hugo Seabrook1-0/+2
password (reset password) functionality r/a=LpSolit
2012-12-02Bug 547311: Remove the "align" attribute from <th>Christopher Trom2-3/+3
r/a=LpSolit
2012-11-22Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones1-0/+11
r=dkl,a=LpSolit
2012-11-20Bug 491198: The error message shouldn't say "didn't match anything" when ↵Sunil Joshi1-1/+1
entering a too short name (when emailsuffix is in use) r/a=LpSolit
2012-11-14Bug 393751: "The sudo session has been ended." needs a rewriteSunil Joshi1-2/+2
[r=reed a=LpSolit]
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2-82/+65
not triggered by the code itself r=glob a=LpSolit