aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan2014-01-074-17/+17
| | | | | | specific Bugzilla installation r=dkl,a=justdave
* Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2014-01-072-9/+9
| | | | r/a=justdave
* Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence2013-12-311-0/+10
| | | | r=sgreen,a=justdave
* Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin2013-12-316-117/+70
| | | | r/a=justdave
* Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin2013-12-281-2/+0
| | | | r/a=justdave
* Bug 952793: Remove HTML4 elements which are obsolete in HTML5Frédéric Buclin2013-12-222-14/+14
| | | | r/a=justdave
* Bug 918013: Add Bugzilla messaging system in quips pageSunil Joshi2013-12-221-0/+24
| | | | r=LpSolit a=justdave
* Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin2013-12-222-5/+12
| | | | | | CSS styles r/a=justdave
* Bug 947766 - Poorly worded error message when attempting to attach a file ↵Simon Green2013-12-121-1/+2
| | | | | that is too large r=glob, a=sgreen
* Fix warning caused by Bug 793963Byron Jones2013-11-251-4/+0
|
* Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones2013-11-251-1/+26
| | | | r=dkl, a=glob
* Bug 931765 - When you enter your login or password wrong, the error message ↵tinajohnson.1234@gmail.com2013-11-051-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
* Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ↵Dave Lawrence2013-10-161-0/+3
| | | | | | and allowing easier brute force r=LpSolit,a=glob
* Bug 798927: An error should be thrown when passing an illegal pronounImran Chaudhry2013-09-281-0/+7
| | | | r=LpSolit a=justdave
* Bug 917669 - invalid or expired authentication tokens and cookies should ↵Dave Lawrence2013-09-261-0/+5
| | | | | | throw errors, not be silently ignored r/a=glob
* Bug 547311 - Remove the "align" attribute from <th>Christopher Trom2013-08-301-1/+1
| | | r=simon, a=sgreen
* Bug 902314 - Make the title and headings consistent on the pre enter bug pagesSimon Green2013-08-162-3/+8
| | | r=dkl, a=sgreen
* Bug 669535 - User pref for "Possible Duplicates"Sunil Joshi2013-08-081-0/+1
| | | | r=dkl,a=glob
* Bug 897264 - letters_numbers_specialchars password restriction is incorrectSimon Green2013-08-071-15/+15
| | | r=LpSolit, a=sgreen
* Bug 402745 - Improve the error message displayed when accessing ↵Sunil Joshi2013-07-301-0/+2
| | | | summarize_time.cgi with no bug ID
* Bug 875728 - Need hook for links in common-linksDave Lawrence2013-07-241-0/+2
| | | | r=rojanu,a=sgreen
* Bug 345194: Add "is empty" and "is not empty" search operators to the ↵Byron Jones2013-07-241-1/+3
| | | | | | boolean chart r=LpSolit, a=sgreen
* Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence2013-07-231-3/+3
| | | | | | retrieval of multiple product objects r/a=glob
* Bug 850986: don't allow setting a flag's requestee to a disabled accountByron Jones2013-07-221-1/+6
| | | | r=dkl, a=justdave
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-0/+7
| | | | r=glob,a=justdave
* Bug 878035: Do not disclose whether a user account exists or not when a user ↵Frédéric Buclin2013-06-061-1/+2
| | | | | | clicks "forgot password" r=dkl a=LpSolit
* Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl'Tiago Mello2013-05-101-0/+2
| | | | r=dkl a=LpSolit
* Bug 851591: Add a main-end hook into global/footer.html.tmpl to be able to ↵Frédéric Buclin2013-04-181-0/+1
| | | | | | display additional data before displaying the page footer r=dkl a=LpSolit
* Bug 850639: Set an upper limit on the number of nodes the dependency graph ↵Byron Jones2013-03-281-0/+5
| | | | | | will display r=LpSolit, a=LpSolit
* Bug 842038: (CVE-2013-0785) [SECURITY] XSS in show_bug.cgi when using an ↵Frédéric Buclin2013-02-191-1/+4
| | | | | | invalid page format r=glob a=LpSolit
* Bug 752946 - Moving a bug into another product lists inactive components, ↵Dave Lawrence2013-01-171-0/+5
| | | | | | milestones and versions r/a=LpSolit
* Fix bustageFrédéric Buclin2013-01-151-1/+4
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=829709
* Bug 830373: Remove the unused global/help.html.tmpl templateFrédéric Buclin2013-01-142-22/+0
| | | | r=wicked a=LpSolit
* Bug 829709: Do not load CSS files from all skins by defaultFrédéric Buclin2013-01-141-36/+8
| | | | r=dkl a=LpSolit
* Bug 824616: The urlbase field in global/header.html.tmpl must be filteredMatt Selsky2013-01-031-1/+1
| | | | r/a=LpSolit
* Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham2013-01-021-0/+1
|
* Bug 401918: describekeywords.cgi with no keywords simply displays an empty ↵Sunil Joshi2013-01-021-0/+5
| | | | | | page instead of throwing an error r/a=LpSolit
* Bug 804343: Implement autolinkification for a list of comment idsKoosha Khajeh Moogahi2012-12-291-0/+2
| | | | r/a=LpSolit
* Bug 605086: Messages about wrong login-attemps should refer to the forget ↵Hugo Seabrook2012-12-161-0/+2
| | | | | | password (reset password) functionality r/a=LpSolit
* Bug 547311: Remove the "align" attribute from <th>Christopher Trom2012-12-022-3/+3
| | | | r/a=LpSolit
* Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones2012-11-221-0/+11
| | | | r=dkl,a=LpSolit
* Bug 491198: The error message shouldn't say "didn't match anything" when ↵Sunil Joshi2012-11-201-1/+1
| | | | | | entering a too short name (when emailsuffix is in use) r/a=LpSolit
* Bug 393751: "The sudo session has been ended." needs a rewriteSunil Joshi2012-11-141-2/+2
| | | | [r=reed a=LpSolit]
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2012-11-122-82/+65
| | | | | | not triggered by the code itself r=glob a=LpSolit
* Bug 604388 - Filenames used to store data for Old Charts should be based on ↵Marc Schumann2012-10-162-6/+2
| | | | | | product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit