summaryrefslogtreecommitdiffstats
path: root/extensions/Voting
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Bug 1171811: [Voting] When a user votes enough to confirm an individual bug, ...David Lawrence1-1/+1
2014-12-05Bug 1067416 - reorganize and update Bugzilla docsGervase Markham1-0/+34
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2-0/+3
2014-03-04Bug 979140: Remove remaining <tt> elementsFrédéric Buclin1-2/+2
2014-01-27Bug 939838 - Kill Bugzilla::User::user_id_to_login function. r=LpSolit, a=jus...Gervase Markham1-3/+3
2014-01-08Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensionsFrédéric Buclin4-12/+24
2013-09-28Bug 851267: Bugzilla times out when a user has several thousands of votesFrédéric Buclin2-92/+89
2013-01-02Bug 825784: hook/global/messages-messages.html.tmpl has DOS line-endingsMatt Selsky1-16/+16
2013-01-01Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky2-0/+4
2012-12-14Bug 780675: Display "The changes to your votes have been saved" in green inst...Sunil Joshi3-11/+17
2012-12-03Bug 816333: Fix linking of bugs on the "Change Votes" pageByron Jones1-1/+1
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-10-08Bug 652047: checksetup.pl fails to compile/run if the Voting extension is ena...Frédéric Buclin2-1/+19
2012-09-20Bug 450546: Use visible_bugs() where appropriate instead of/in combination wi...Koosha Khajeh Moogahi1-0/+1
2012-04-17Bug 745080: Voting extension causes database deadlocksFrédéric Buclin1-1/+4
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin23-400/+117
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin5-9/+0
2011-09-29Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2-11/+11
2011-09-15Bug 686780: Editing votes crashes BugzillaFrédéric Buclin1-0/+15
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-1/+1
2011-07-05Bug 666695 - Voting Extension templates have unfiltered directivesDavid Lawrence3-12/+12
2011-06-24Bug 652444 - Voting for bugs where the product allows only one vote per bug b...David Lawrence1-2/+9
2011-05-31Bug 658063 - Move votes_container css style to external style.css instead of ...David Lawrence1-0/+21
2011-05-27Bug 658063 - Move votes_container css style to external style.css instead of ...David Lawrence2-4/+4
2011-04-25Bug 652381: The "Show Votes" page is completely brokenFrédéric Buclin1-1/+5
2011-01-24Bug 621105 - [SECURITY] Voting lacks CSRF protectionDavid Lawrence3-0/+6
2011-01-24Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin1-1/+2
2010-12-12Bug 618161: Make VERSION into a constant in two included extensions so thatMax Kanat-Alexander1-2/+1
2010-09-11changes to voting extensionGuy Pyrzak1-10/+7
2010-08-27Bug 398701: Replace |FILTER url_quote| by |FILTER uri|, including extensions/...Frédéric Buclin4-9/+9
2010-07-06Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin1-1/+1
2010-06-03Bug 567846: Modify set_status, set_resolution, and set_dup_id to useMax Kanat-Alexander1-1/+1
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden1-2/+2
2010-04-08Bug 558032: Incorrect "X votes" link when viewing a bugFrédéric Buclin1-1/+1
2010-04-06Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander2-2/+11
2010-03-14Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander1-2/+3
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-1/+0
2010-02-19"my $template = Bugzilla->template" wasn't needed in _page_user and _page_bugMax Kanat-Alexander1-2/+0
2010-02-16* Disable the Voting extension by default.Max Kanat-Alexander3-1/+2
2010-02-16Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander2-1/+25
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander21-0/+1829