diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-01-06 10:45:26 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-06 10:45:26 +0100 |
commit | 0adab2ff3669474f4da15183b24633ea97c35883 (patch) | |
tree | 5b8153d708ea8df804ffdd490e8cf983042420a4 | |
parent | b08ead8d7c39d2b1f19060ea6e52e6082d125cf3 (diff) | |
download | bugzilla-0adab2ff3669474f4da15183b24633ea97c35883.tar.gz bugzilla-0adab2ff3669474f4da15183b24633ea97c35883.tar.xz |
Bug 641957: The documentation should mention that the voting system is now an extension
r/a=LpSolit
-rw-r--r-- | docs/en/xml/administration.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 6232ba249..46a5198ef 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -2594,6 +2594,11 @@ ReadOnly: ENTRY, NA/NA, CANEDIT <section id="voting"> <title>Voting</title> + <para>All of the code for voting in Bugzilla has been moved into an + extension, called "Voting", in the <filename>extensions/Voting/</filename> + directory. To enable it, you must remove the <filename>disabled</filename> + file from that directory, and run <filename>checksetup.pl</filename>.</para> + <para>Voting allows users to be given a pot of votes which they can allocate to bugs, to indicate that they'd like them fixed. This allows developers to gauge |