A few major changes:
author<mako@atdot.cc> <>
Sun, 10 Sep 2006 19:39:06 +0000 (15:39 -0400)
committer<mako@atdot.cc> <>
Sun, 10 Sep 2006 19:39:06 +0000 (15:39 -0400)
commitfd484b33a3920e0031007c5c2f1dec61913cbab5
tree4887d888e1ea27ab27a15c09ecafeb89cbb600fa
parent2ba40f97b78f529984ff26c7c7d61c91d213e7b0
A few major changes:

 * Contiue with upgrade to Rails 1.1
 * Large variety of fixes to various bits and pieces.
 * Rudimentary (and broken) support for email in two different areas.
19 files changed:
app/controllers/election_controller.rb
app/controllers/site_controller.rb
app/controllers/user_controller.rb
app/models/candidate.rb
app/models/election.rb
app/models/user.rb
app/models/voter.rb
app/models/voter_notify.rb [new file with mode: 0644]
app/views/election/_candidate_form.rhtml
app/views/election/_candidates_form.rhtml [deleted file]
app/views/election/_voter_list.rhtml
app/views/election/_voters_form.rhtml
app/views/election/edit_candidate.rhtml
app/views/election/edit_candidates.rhtml
app/views/election/show.rhtml
app/views/voter_notify/votestart.rhtml [new file with mode: 0644]
config/environment.rb
public/stylesheets/vb.css
test/unit/voter_notify_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?