Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-12 | Bug 882059: fix "use of uninitialized value" warnings, and ignore some ↵ | Byron Jones | 1 | -0/+1 | |
errors/warnings | |||||
2012-10-09 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -1/+0 | |
2012-10-08 | Bug 652047: checksetup.pl fails to compile/run if the Voting extension is ↵ | Frédéric Buclin | 1 | -1/+0 | |
enabled on a fresh install r=glob a=LpSolit | |||||
2012-05-01 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -1/+4 | |
2012-04-17 | Bug 745080: Voting extension causes database deadlocks | Frédéric Buclin | 1 | -1/+4 | |
r=glob a=LpSolit | |||||
2011-10-05 | more porting work | David Lawrence | 1 | -5/+20 | |
2011-10-05 | more porting work | David Lawrence | 1 | -20/+18 | |
2011-09-29 | Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes Bugzilla | Frédéric Buclin | 1 | -4/+4 | |
r/a=mkanat | |||||
2011-09-15 | Bug 686780: Editing votes crashes Bugzilla | Frédéric Buclin | 1 | -0/+15 | |
r=dkl a=LpSolit | |||||
2011-07-25 | Bug 589128: Adds a preference allowing users to choose between text or html | Byron Jones | 1 | -1/+1 | |
for bugmail. r=LpSolit, a=LpSolit | |||||
2011-01-24 | Bug 621105 - [SECURITY] Voting lacks CSRF protection | David Lawrence | 1 | -0/+4 | |
r=mkanat,a=LpSolit | |||||
2010-12-12 | Bug 618161: Make VERSION into a constant in two included extensions so that | Max Kanat-Alexander | 1 | -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-07-06 | Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8 | Frédéric Buclin | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-06-03 | Bug 567846: Modify set_status, set_resolution, and set_dup_id to use | Max Kanat-Alexander | 1 | -1/+1 | |
VALIDATOR_DEPENDENCIES, so that they don't need custom code in set_all. | |||||
2010-05-07 | Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵ | Reed Loden | 1 | -2/+2 | |
of direct SQL" [r=mkanat a=mkanat] | |||||
2010-04-06 | Bug 556429: Stop sending bugmail from inside the template | Max Kanat-Alexander | 1 | -1/+10 | |
r=LpSolit, a=LpSolit | |||||
2010-03-01 | Bug 508823: Make it so that you don't ever have to reset template_inner (like | Max Kanat-Alexander | 1 | -1/+0 | |
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit | |||||
2010-02-19 | "my $template = Bugzilla->template" wasn't needed in _page_user and _page_bug | Max Kanat-Alexander | 1 | -2/+0 | |
in the Voting extension. (Thanks to timello for pointing this out!) | |||||
2010-02-16 | * Disable the Voting extension by default. | Max Kanat-Alexander | 1 | -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 | |||||
2010-02-16 | Move the no_open_bug_status code error into the Voting extension. | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=372979 | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -0/+861 | |
r=mkanat, a=mkanat, a=LpSolit |