aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Voting/Extension.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+2
| | | | r=dkl a=sgreen
* Bug 939838 - Kill Bugzilla::User::user_id_to_login function. r=LpSolit, ↵Gervase Markham2014-01-271-3/+3
| | | | a=justdave.
* Bug 851267: Bugzilla times out when a user has several thousands of votesFrédéric Buclin2013-09-281-82/+80
| | | | r=dkl a=justdave
* Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky2013-01-011-0/+2
| | | | r/a=LpSolit
* Bug 780675: Display "The changes to your votes have been saved" in green ↵Sunil Joshi2012-12-141-1/+1
| | | | | | instead of red r/a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 652047: checksetup.pl fails to compile/run if the Voting extension is ↵Frédéric Buclin2012-10-081-1/+0
| | | | | | enabled on a fresh install r=glob a=LpSolit
* Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi2012-09-201-0/+1
| | | | | | with can_see_bug() to improve performance r/a=LpSolit
* Bug 745080: Voting extension causes database deadlocksFrédéric Buclin2012-04-171-1/+4
| | | | r=glob a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-24/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2011-09-291-4/+4
| | | | r/a=mkanat
* Bug 686780: Editing votes crashes BugzillaFrédéric Buclin2011-09-151-0/+15
| | | | r=dkl a=LpSolit
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-1/+1
| | | | | for bugmail. r=LpSolit, a=LpSolit
* Bug 621105 - [SECURITY] Voting lacks CSRF protectionDavid Lawrence2011-01-241-0/+4
| | | | r=mkanat,a=LpSolit
* Bug 618161: Make VERSION into a constant in two included extensions so thatMax Kanat-Alexander2010-12-121-2/+1
| | | | | | calling $class->VERSION on them won't throw an error on Perl 5.12 when there are non-numeric characters in BUGZILLA_VERSION. r=LpSolit, a=LpSolit
* Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin2010-07-061-1/+1
| | | | r/a=mkanat
* Bug 567846: Modify set_status, set_resolution, and set_dup_id to useMax Kanat-Alexander2010-06-031-1/+1
| | | | VALIDATOR_DEPENDENCIES, so that they don't need custom code in set_all.
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden2010-05-061-2/+2
| | | | | | of direct SQL" [r=mkanat a=mkanat]
* Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander2010-04-051-1/+10
| | | | r=LpSolit, a=LpSolit
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-1/+0
| | | | | Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
* "my $template = Bugzilla->template" wasn't needed in _page_user and _page_bugMax Kanat-Alexander2010-02-181-2/+0
| | | | in the Voting extension. (Thanks to timello for pointing this out!)
* * Disable the Voting extension by default.Max Kanat-Alexander2010-02-151-1/+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
* Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander2010-02-151-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=372979
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-0/+861
r=mkanat, a=mkanat, a=LpSolit