summaryrefslogtreecommitdiffstats
path: root/extensions/Voting
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-43/+15
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison2-15/+43
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-43/+15
local symlink to data/ directory
2016-04-27Bug 1235514 - Change color of note regarding changed votesNikhil Handa2-10/+12
2015-06-19Bug 1176368: backport upstream bug 1171813 to bmo/master to fix changing of ↵David Lawrence1-5/+6
voting value to auto confirm bugs
2015-06-19Bug 1176362: backport upstream bug 1171811 to bmo/master to fix voting issuesDavid Lawrence1-1/+1
2014-06-05Bug 1016273: Bugzilla whine emails missing change to From header made by bug ↵David Lawrence1-1/+1
1010751
2014-05-16Bug 1010751: Add "Bugzilla@Mozilla" to the From header, so email clients ↵Byron Jones1-1/+1
don't just display "bugzilla-daemon@mozilla.org"
2013-09-30Bug 922246 - backport upstream bug 851267 to bmo/4.2 for performance ↵Dave Lawrence2-92/+90
improvement with large number of votes
2013-06-12Bug 882059: fix "use of uninitialized value" warnings, and ignore some ↵Byron Jones1-0/+1
errors/warnings
2012-12-03Bug 816333: Fix linking of bugs on the "Change Votes" pageByron Jones1-1/+1
2012-10-09merged with bugzilla/4.2Dave Lawrence2-1/+33
2012-10-08Bug 652047: checksetup.pl fails to compile/run if the Voting extension is ↵Frédéric Buclin2-1/+33
enabled on a fresh install r=glob a=LpSolit
2012-06-11enabled BmpConvert and Voting extensionsByron Jones1-0/+0
2012-05-01merged with bugzilla/4.2Dave Lawrence1-1/+4
2012-04-17Bug 745080: Voting extension causes database deadlocksFrédéric Buclin1-1/+4
r=glob a=LpSolit
2011-10-05more porting workDavid Lawrence3-14/+36
2011-10-05more porting workDavid Lawrence4-36/+30
2011-09-29Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2-11/+11
r/a=mkanat
2011-09-15Bug 686780: Editing votes crashes BugzillaFrédéric Buclin1-0/+15
r=dkl a=LpSolit
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-1/+1
for bugmail. r=LpSolit, a=LpSolit
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 Lawrence2-4/+4
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 Lawrence3-0/+6
r=mkanat,a=LpSolit
2011-01-24Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin1-1/+2
r=dkl a=LpSolit
2010-12-12Bug 618161: Make VERSION into a constant in two included extensions so thatMax Kanat-Alexander1-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
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-07-06Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin1-1/+1
r/a=mkanat
2010-06-03Bug 567846: Modify set_status, set_resolution, and set_dup_id to useMax Kanat-Alexander1-1/+1
VALIDATOR_DEPENDENCIES, so that they don't need custom code in set_all.
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden1-2/+2
of direct SQL" [r=mkanat 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-Alexander2-2/+11
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-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-1/+0
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
2010-02-19"my $template = Bugzilla->template" wasn't needed in _page_user and _page_bugMax Kanat-Alexander1-2/+0
in the Voting extension. (Thanks to timello for pointing this out!)
2010-02-16* Disable the Voting extension by default.Max Kanat-Alexander3-1/+2
* 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-Alexander2-1/+25
https://bugzilla.mozilla.org/show_bug.cgi?id=372979
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander21-0/+1829
r=mkanat, a=mkanat, a=LpSolit