aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Voting
Commit message (Expand)AuthorAgeFilesLines
* Bug 939838 - Kill Bugzilla::User::user_id_to_login function. r=LpSolit, a=jus...Gervase Markham2014-01-271-3/+3
* Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensionsFrédéric Buclin2014-01-084-12/+24
* Bug 851267: Bugzilla times out when a user has several thousands of votesFrédéric Buclin2013-09-282-92/+89
* Bug 825784: hook/global/messages-messages.html.tmpl has DOS line-endingsMatt Selsky2013-01-021-16/+16
* Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky2013-01-012-0/+4
* Bug 780675: Display "The changes to your votes have been saved" in green inst...Sunil Joshi2012-12-143-11/+17
* Bug 816333: Fix linking of bugs on the "Change Votes" pageByron Jones2012-12-041-1/+1
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 652047: checksetup.pl fails to compile/run if the Voting extension is ena...Frédéric Buclin2012-10-082-1/+19
* Bug 450546: Use visible_bugs() where appropriate instead of/in combination wi...Koosha Khajeh Moogahi2012-09-201-0/+1
* Bug 745080: Voting extension causes database deadlocksFrédéric Buclin2012-04-171-1/+4
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-1123-400/+117
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-235-9/+0
* Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2011-09-292-11/+11
* Bug 686780: Editing votes crashes BugzillaFrédéric Buclin2011-09-151-0/+15
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-1/+1
* Bug 666695 - Voting Extension templates have unfiltered directivesDavid Lawrence2011-07-053-12/+12
* Bug 652444 - Voting for bugs where the product allows only one vote per bug b...David Lawrence2011-06-241-2/+9
* Bug 658063 - Move votes_container css style to external style.css instead of ...David Lawrence2011-05-301-0/+21
* Bug 658063 - Move votes_container css style to external style.css instead of ...David Lawrence2011-05-272-4/+4
* Bug 652381: The "Show Votes" page is completely brokenFrédéric Buclin2011-04-251-1/+5
* Bug 621105 - [SECURITY] Voting lacks CSRF protectionDavid Lawrence2011-01-243-0/+6
* Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin2011-01-241-1/+2
* Bug 618161: Make VERSION into a constant in two included extensions so thatMax Kanat-Alexander2010-12-121-2/+1
* changes to voting extensionGuy Pyrzak2010-09-101-10/+7
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|, including extensions/...Frédéric Buclin2010-08-274-9/+9
* Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin2010-07-061-1/+1
* Bug 567846: Modify set_status, set_resolution, and set_dup_id to useMax Kanat-Alexander2010-06-031-1/+1
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden2010-05-061-2/+2
* Bug 558032: Incorrect "X votes" link when viewing a bugFrédéric Buclin2010-04-081-1/+1
* Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander2010-04-052-2/+11
* Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander2010-03-131-2/+3
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-1/+0
* "my $template = Bugzilla->template" wasn't needed in _page_user and _page_bugMax Kanat-Alexander2010-02-181-2/+0
* * Disable the Voting extension by default.Max Kanat-Alexander2010-02-153-1/+2
* Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander2010-02-152-1/+25
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-1521-0/+1829