summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Bug 979140: Remove remaining <tt> elementsFrédéric Buclin1-2/+2
r/a=glob
2014-01-08Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensionsFrédéric Buclin3-12/+15
r/a=justdave
2013-09-28Bug 851267: Bugzilla times out when a user has several thousands of votesFrédéric Buclin1-10/+9
r=dkl a=justdave
2013-01-02Bug 825784: hook/global/messages-messages.html.tmpl has DOS line-endingsMatt Selsky1-16/+16
r/a=LpSolit
2012-12-14Bug 780675: Display "The changes to your votes have been saved" in green ↵Sunil Joshi2-10/+16
instead of red r/a=LpSolit
2012-12-03Bug 816333: Fix linking of bugs on the "Change Votes" pageByron Jones1-1/+1
r=LpSolit,a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin21-362/+105
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin5-9/+0
r/a=mkanat
2011-09-29Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin1-7/+7
r/a=mkanat
2011-07-05Bug 666695 - Voting Extension templates have unfiltered directivesDavid Lawrence3-12/+12
r/a=mkanat
2011-06-24Bug 652444 - Voting for bugs where the product allows only one vote per bug ↵David Lawrence1-2/+9
but that isn't clear in the voting form or help r/a=LpSolit
2011-05-31Bug 658063 - Move votes_container css style to external style.css instead of ↵David Lawrence1-0/+21
template Adding missing added file from previous checkin. Previous r/a=mkanat
2011-05-27Bug 658063 - Move votes_container css style to external style.css instead of ↵David Lawrence1-4/+0
template r/a=mkanat
2011-04-25Bug 652381: The "Show Votes" page is completely brokenFrédéric Buclin1-1/+5
r=mkanat a=LpSolit
2011-01-24Bug 621105 - [SECURITY] Voting lacks CSRF protectionDavid Lawrence2-0/+2
r=mkanat,a=LpSolit
2011-01-24Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin1-1/+2
r=dkl a=LpSolit
2010-09-11changes to voting extensionGuy Pyrzak1-10/+7
2010-08-27Bug 398701: Replace |FILTER url_quote| by |FILTER uri|, including ↵Frédéric Buclin4-9/+9
extensions/Voting r/a=mkanat
2010-04-08Bug 558032: Incorrect "X votes" link when viewing a bugFrédéric Buclin1-1/+1
r=reed a=LpSolit
2010-04-06Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander1-1/+1
r=LpSolit, a=LpSolit
2010-03-14Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander1-2/+3
field-descs globally for all template calls r=LpSolit, a=LpSolit
2010-02-16* Disable the Voting extension by default.Max Kanat-Alexander1-0/+1
* There was a syntax error in the code-error-errors.html.tmpl hook in the Voting extension. * Creating the TestProduct during checksetup was throwing an warning about use of an uninitialized value, due to the Voting extension. https://bugzilla.mozilla.org/show_bug.cgi?id=372979
2010-02-16Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander1-0/+24
https://bugzilla.mozilla.org/show_bug.cgi?id=372979
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander19-0/+944
r=mkanat, a=mkanat, a=LpSolit