summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/hook/global
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin4-68/+20
add it to files which miss one r=kiko r=mkanat r=mrbball 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-02-16* Disable the Voting extension by default.Max Kanat-Alexander1-0/+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-16Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander1-0/+24
https://bugzilla.mozilla.org/show_bug.cgi?id=372979
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander3-0/+100
r=mkanat, a=mkanat, a=LpSolit