aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan2014-01-0754-451/+451
| | | | | | specific Bugzilla installation r=dkl,a=justdave
* Bug 952796: Remove HTML attributes which are obsolete in HTML5Frédéric Buclin2014-01-0714-72/+67
| | | | r/a=justdave
* Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2014-01-0734-562/+445
| | | | r/a=justdave
* Bug 390955: Add some useful standard searches to the index pageFrédéric Buclin2014-01-071-70/+99
| | | | r=dkl a=sgreen
* Bug 946565 - Bug Mail does not correct notify when two people have made changesSimon Green2014-01-032-6/+9
| | | r=LpSolit, a=simon
* 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-3169-1130/+973
| | | | r/a=justdave
* Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin2013-12-2822-179/+155
| | | | r/a=justdave
* Bug 952793: Remove HTML4 elements which are obsolete in HTML5Frédéric Buclin2013-12-2214-64/+58
| | | | r/a=justdave
* Bug 918013: Add Bugzilla messaging system in quips pageSunil Joshi2013-12-222-24/+24
| | | | r=LpSolit a=justdave
* Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin2013-12-2242-135/+107
| | | | | | CSS styles r/a=justdave
* Bug 237498: Add memcached integrationByron Jones2013-12-192-0/+23
| | | | r=dkl, a=sgreen
* Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ↵Simon Green2013-12-191-1/+1
| | | | | "all of the groups") r=gerv, a=sgreen
* Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ↵Simon Green2013-12-184-12/+22
| | | | | "all of the groups") r=gerv, a=sgreen
* Bug 905511: When creating a new bug, the version select field is not highlightedFrédéric Buclin2013-12-171-1/+2
| | | | r/a=sgreen
* 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
* Bug 944586 - URLs in the query results are not linksSimon Green2013-12-031-0/+5
| | | 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-256-9/+94
| | | | r=dkl, a=glob
* Bug 929345: bug history/activity shouldn't collapse multi-line values to a ↵Byron Jones2013-11-201-1/+1
| | | | | | single line r=LpSolit, a=sgreen
* Bug 937180: creation_ts of bugs and attachments always at 0 secondsByron Jones2013-11-182-3/+3
| | | | r=dkl, a=simon
* Bug 97956 - Give summary and URL of bugs added or removed from dependencies ↵Simon Green2013-11-182-1/+27
| | | | | in bugmail r=LpSolit, a=sgreen
* Bug 927900: Kill longdesclengthFrédéric Buclin2013-11-153-20/+4
| | | | r=dkl a=sgreen
* Bug 287682: UTF-8 characters are incorrectly displayed in New Charts and ↵Frédéric Buclin2013-11-065-53/+66
| | | | | | graphical reports r=wurblzap a=sgreen
* 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 890165 - Buglist for single component should offer "File a new bug in ↵Simon Green2013-11-051-2/+8
| | | | | the XYZ component" instead of "File a new bug in the XYZ product" r=glob, a=glob
* Bug 906191 - Introduce SSL for Bugzilla DB connections for MySQLAlexander Tereschenko2013-11-051-0/+16
| | | r=simon, a=glob
* Bug 465678 - userprefs.cgi title should indicate which tab i'm onSunil Joshi2013-11-051-8/+9
| | | r=simon, a=glob
* Bug 451758 - Highlight shared searches in userprefs.cgiSunil Joshi2013-11-051-1/+1
| | | r=glob, a=simon
* Bug 387292 - Advertise the ability to change the email addressSunil Joshi2013-11-051-0/+12
| | | r=glob, a=simon
* Bug 933485 - Uncaught bugword in bug entry template.Marc Schumann2013-11-041-1/+1
| | | | r=LpSolit; a=glob
* Bug 933353 - UNCONFIRMED hardcoded in product list.Marc Schumann2013-11-041-1/+2
| | | | r=LpSolit; a=glob
* Bug 933736 - names are no longer links in html bugmail with background ↵Dave Lawrence2013-11-041-2/+2
| | | | | | bugmail generation r/a=glob
* Bug 933274 - Uncaught bugword in ↵Marc Schumann2013-11-041-1/+1
| | | | | | template/en/default/admin/params/auth.html.tmpl. r=dkl; a=sgreen
* Bug 863745: Enable multi-select fields in reportsPami Ketolainen2013-10-292-14/+12
| | | | r=LpSolit a=glob
* Bug 919314: Do not list the target milestone in bugmail headers when ↵Sunil Joshi2013-10-281-0/+2
| | | | | | usetargetmilestone is off r=LpSolit a=glob
* Bug 924932: (CVE-2013-1743) [SECURITY] Field values are not escaped ↵Frédéric Buclin2013-10-161-14/+24
| | | | | | correctly in tabular reports r=dkl a=glob
* Bug 924802: (CVE-2013-1742) [SECURITY] (XSS) "id" and "sortkey" are not ↵Frédéric Buclin2013-10-162-5/+3
| | | | | | sanitized when editing flag types if categoryAction-foo is set r=dkl a=glob
* 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 912641: Release notes for Bugzilla 4.4.1Frédéric Buclin2013-10-161-2/+45
| | | | r=dkl a=LpSolit
* Fixes on checkin for bug 769134Frédéric Buclin2013-10-111-8/+4
|
* Bug 891311: Text in the "My Requests" page is misleading about how the ↵Frédéric Buclin2013-09-281-7/+5
| | | | | | AND/OR radio button works r=dkl a=justdave
* Bug 798927: An error should be thrown when passing an illegal pronounImran Chaudhry2013-09-281-0/+7
| | | | r=LpSolit a=justdave
* Bug 920787: The "Flags:" label in bug reports is badly alignedFrédéric Buclin2013-09-261-5/+2
| | | | r=dkl a=sgreen
* 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 769134 - Bugzilla unintentionally removes groups when changing products ↵Simon Green2013-09-261-13/+58
| | | | | with multiple bugs r=dkl, a=justdave
* Bug 455301: Don't show password box on userprefs.cgi if your auth method ↵Dirk Steinmetz2013-09-251-15/+19
| | | | | | didn't use DB passwords r=LpSolit a=justdave
* Bug 897510 - Create and Modify User Screen must also contain password rules ↵Sunil Joshi2013-09-191-1/+8
| | | | | as hint r=simon, a=glob
* Bug 373820 - View User Account Log should include real nameSunil Joshi2013-09-191-1/+1
| | | r=simon, a=glob
* Bug 368541 - Make it obvious that the bug alias is not part of the bug summarySunil Joshi2013-09-191-2/+2
| | | r=simon, a=simon