added support for results for full elections
author<mako@atdot.cc> <>
Wed, 6 Feb 2008 06:38:47 +0000 (01:38 -0500)
committer<mako@atdot.cc> <>
Wed, 6 Feb 2008 06:38:47 +0000 (01:38 -0500)
commitda6c29f53b3598a6d2d9959df277b0340bc54cee
tree99998ff1e94d8672588bc05ca56460be56fd96f2
parent538c52ea43285fc1ae40e3c3ff5ee78befa1c142
added support for results for full elections

this included a full details page, a pop-up preferences tables, some
general reorganization of things due to new reusing, and several typo
and bug fixing
26 files changed:
app/controllers/voter_controller.rb
app/models/vote.rb
app/views/common/_methodinfo_approval.rhtml [moved from app/views/quickvote/_methodinfo_approval.rhtml with 100% similarity]
app/views/common/_methodinfo_borda.rhtml [moved from app/views/quickvote/_methodinfo_borda.rhtml with 100% similarity]
app/views/common/_methodinfo_condorcet.rhtml [moved from app/views/quickvote/_methodinfo_condorcet.rhtml with 58% similarity]
app/views/common/_methodinfo_plurality.rhtml [moved from app/views/quickvote/_methodinfo_plurality.rhtml with 100% similarity]
app/views/common/_methodinfo_runoff.rhtml [moved from app/views/quickvote/_methodinfo_runoff.rhtml with 100% similarity]
app/views/common/_methodinfo_ssd.rhtml [new file with mode: 0644]
app/views/common/_pref_tables.rhtml [moved from app/views/quickvote/_pref_tables.rhtml with 97% similarity]
app/views/common/_result.rhtml [moved from app/views/quickvote/_result.rhtml with 100% similarity]
app/views/common/_result_box.rhtml [moved from app/views/quickvote/_result_box.rhtml with 79% similarity]
app/views/common/_sortable_vote.rhtml [moved from app/views/voter/_sortable_vote.rhtml with 66% similarity]
app/views/common/pref_tables.rhtml [new file with mode: 0644]
app/views/layouts/basic.rhtml [new file with mode: 0644]
app/views/layouts/frontpage.rhtml
app/views/layouts/main.rhtml
app/views/quickvote/_methodinfo_ssd.rhtml [deleted file]
app/views/quickvote/_results_sidebar.rhtml
app/views/quickvote/index.rhtml
app/views/quickvote/results.rhtml
app/views/voter/_results_sidebar.rhtml [new file with mode: 0644]
app/views/voter/_vote_sidebar.rhtml [new file with mode: 0644]
app/views/voter/details.rhtml [new file with mode: 0644]
app/views/voter/results.rhtml [new file with mode: 0644]
public/stylesheets/common.css
public/stylesheets/main.css

Benjamin Mako Hill || Want to submit a patch?