first (mostly) working version of full elections.
author<mako@atdot.cc> <>
Thu, 31 Jan 2008 03:05:21 +0000 (22:05 -0500)
committer<mako@atdot.cc> <>
Thu, 31 Jan 2008 03:05:21 +0000 (22:05 -0500)
commit5901217a8893619fbdb02d540c08390f92eae368
treef925b60b55c22e1f2d0dc4914ebc961075eb05de
parent45532efec547148def34ac29a1ea1c9652420d37
first (mostly) working version of full elections.

Lots of work, the vast majority of it superficial, to get full election
support ready. The creation is still a little rough and results are not
online yet but everything else is good to go.
36 files changed:
app/controllers/election_controller.rb
app/controllers/voter_controller.rb
app/models/election.rb
app/views/election/_candidate_form.rhtml
app/views/election/_candidate_line.rhtml
app/views/election/_candidate_line_edit.rhtml
app/views/election/_candidate_list.rhtml
app/views/election/_overview_form.rhtml
app/views/election/_voters_form.rhtml
app/views/election/edit_candidate.rhtml [deleted file]
app/views/election/edit_candidates.rhtml
app/views/election/edit_voters.rhtml
app/views/election/general_information.rhtml
app/views/election/list.rhtml [deleted file]
app/views/election/remind_voter.rhtml [deleted file]
app/views/election/show.rhtml
app/views/front/_basic_login.rhtml
app/views/front/_user_summary.rhtml
app/views/front/index.rhtml
app/views/quickvote/create.rhtml
app/views/quickvote/index.rhtml
app/views/voter/_sortable_vote.rhtml
app/views/voter/forgot_password.rhtml [deleted file]
app/views/voter/full_vote.rhtml
app/views/voter/index.rhtml
app/views/voter/reminder.rhtml [new file with mode: 0644]
app/views/voter/reminder_sent.rhtml [new file with mode: 0644]
app/views/voter/review.rhtml
app/views/voter/thanks.rhtml
app/views/voter_notify/reminder.rhtml
app/views/voter_notify/votestart.rhtml
config/environment.rb
config/routes.rb
public/stylesheets/main.css
public/stylesheets/quickvote.css
public/stylesheets/voter.css

Benjamin Mako Hill || Want to submit a patch?