voting/foundation.gnome.org/vote
Tobias Mueller 15e2716b4a Bug 629334: Move referenda page into the election page
This is accompanied by the following MySQL commands:
INSERT INTO elections ( type, name, voting_start, voting_end, choices_nb, question) VALUES (
'referendum', 'Anonymous Voting Referendum', '2004-09-27', '2004-10-08 25:59:59', 1, 'Do you agree with an anonymous voting process for any future GNOME Foundation elections and referenda?'
);

INSERT INTO election_results (election_id, result) VALUES (
LAST_INSERT_ID(), '<p><strong>Yes</strong>: all future GNOME Foundation elections and referenda will use
an anonymous voting process.</p><p>Please see the original <a href="2004-10/">referendum site</a> for more information on the results.</p>'
);

This commit will be followed by some cleaning up actions like fixing old references and finally removing the referenda directory.
2010-10-01 17:10:08 +03:00
..
2004-10 Bug 629334: Move referenda page into the election page 2010-10-01 17:10:08 +03:00
2005-10 Bug 629334: Move referenda page into the election page 2010-10-01 17:10:08 +03:00
include Use explicit column name in elec_get_results 2009-06-06 17:43:24 +02:00
blt.wml Add hack to avoid the default HTML in blt.php/wml 2009-06-06 15:48:12 +02:00
index.wml Bug 629334: Move referenda page into the election page 2010-10-01 17:10:08 +03:00
Makefile.am Bug 629334: Move referenda page into the election page 2010-10-01 17:10:08 +03:00
results.wml Remove a htmlspecialchars() on the results 2009-06-06 17:53:27 +02:00
vote.css display tokens in monospace so that there's no ambiguity 2006-01-07 14:58:27 +00:00
vote.wml Voting: License the code under GPLv2+ 2010-06-15 13:46:34 +02:00
votes.wml Make $error safe for HTML output purposes 2009-06-06 15:00:37 +02:00