fixed a large number of bugs in the software (see wiki) over a days work
authorBenjamin Mako Hill <mako@atdot.cc>
Wed, 17 Jun 2009 05:22:34 +0000 (01:22 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Wed, 17 Jun 2009 05:22:34 +0000 (01:22 -0400)
commit83a39529b634c0344a7884d5813e3f7e1a7dbcb4
treecfe2c7370ac5cf0779562dd8519cf82c7ebb0337
parente7bff908a0ea52b62e4fa0dc13be0293a51dcbb1
fixed a large number of bugs in the software (see wiki) over a days work
21 files changed:
app/controllers/election_controller.rb
app/controllers/quickvote_controller.rb
app/controllers/voter_controller.rb
app/models/election.rb
app/models/quick_vote.rb
app/views/account/summary.rhtml
app/views/common/_pref_tables.rhtml
app/views/common/details.rhtml [moved from app/views/voter/details.rhtml with 50% similarity]
app/views/common/pref_tables_wrapper.rhtml [moved from app/views/common/pref_tables.rhtml with 100% similarity]
app/views/common/results.rhtml [moved from app/views/voter/results.rhtml with 87% similarity]
app/views/election/_candidate_line_edit.rhtml
app/views/election/_full_results_sidebar.rhtml [new file with mode: 0644]
app/views/election/_voter_list.rhtml
app/views/election/detailed_results.rhtml [deleted file]
app/views/election/edit_candidates.rhtml
app/views/election/edit_general_information.rhtml
app/views/election/edit_voters.rhtml
app/views/election/show.rhtml
app/views/voter/_full_results_sidebar.rhtml [moved from app/views/voter/_results_sidebar.rhtml with 99% similarity]
app/views/voter/review.rhtml
app/views/voter/thanks.rhtml

Benjamin Mako Hill || Want to submit a patch?