diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-01-06 10:47:23 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-06 10:47:23 +0100 |
commit | 95d0e07e08321c57803ff41db00b3cfea40cb2a1 (patch) | |
tree | f95ca4d26fdc1a2aae4cfa078943682cf6a617bc /docs | |
parent | a0890c45b9e68254ab530b037bd9f68f8b234c50 (diff) | |
download | bugzilla-95d0e07e08321c57803ff41db00b3cfea40cb2a1.tar.gz bugzilla-95d0e07e08321c57803ff41db00b3cfea40cb2a1.tar.xz |
Bug 641957: The documentation should mention that the voting system is now an extension
r/a=LpSolit
Diffstat (limited to 'docs')
-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 1630e2e45..fd404eb0f 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -2592,6 +2592,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 |