Commit graph

4 commits

Author SHA1 Message Date
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
Thomas James Alexander Thurman
f536c38dc6 Content-Type header added to all .wml files (okayed with jdub) 2006-07-03 18:31:02 +00:00
Vincent Untz
69d83e26cb updated the timeline ditto final list add some mysql_error()...
2005-10-25  Vincent Untz  <vuntz@gnome.org>

	* foundation.gnome.org/referenda/2005-10/rules.wml: updated the
	timeline
	* foundation.gnome.org/referenda/2005-10/timeline.ics: ditto
	* foundation.gnome.org/referenda/2005-10/voters.wml: final list
	* foundation.gnome.org/vote/include/step4-commit.php: add some
	mysql_error()...
2005-10-25 21:53:16 +00:00
Vincent Untz
1f9cb24a34 foundation.gnome.org/referenda/Makefile.am add stuff for the next
2005-10-18  Vincent Untz  <vuntz@gnome.org>

	* configure.in:
	* foundation.gnome.org/elections/2005:
	* foundation.gnome.org/elections/Makefile.am:
	* foundation.gnome.org/elections/index.wml:
	* foundation.gnome.org/referenda/2005-10:
	* foundation.gnome.org/referenda/Makefile.am
	* foundation.gnome.org/referenda/index.wml: add stuff for the next
	referendum and the next elections

	* foundation.gnome.org/elections/index.wml:
	* foundation.gnome.org/finance/index.wml:
	* foundation.gnome.org/licensing/guidelines/index.wml:
	* foundation.gnome.org/licensing/usergroup/index.wml: fix HTML

	* foundation.gnome.org/licensing/.cvsignore:
	* foundation.gnome.org/licensing/guidelines/.cvsignore:
	* foundation.gnome.org/licensing/usergroup/.cvsignore: new

	* foundation.gnome.org/elections/2000/rules.wml:
	* foundation.gnome.org/elections/2001/rules.wml:
	* foundation.gnome.org/elections/2002/rules.wml:
	* foundation.gnome.org/elections/2003/rules.wml:
	* foundation.gnome.org/elections/2004/index.wml: add missing link to
	the charter
2005-10-18 15:46:00 +00:00