Changed properties to remove unecessary exectables.
author<mako@atdot.cc> <>
Wed, 8 Aug 2007 14:18:40 +0000 (10:18 -0400)
committer<mako@atdot.cc> <>
Wed, 8 Aug 2007 14:18:40 +0000 (10:18 -0400)
106 files changed:
.bzrignore [changed mode: 0755->0644]
app/helpers/application_helper.rb [changed mode: 0755->0644]
app/helpers/election_helper.rb [changed mode: 0755->0644]
app/helpers/quickvote_helper.rb [changed mode: 0755->0644]
app/helpers/site_helper.rb [changed mode: 0755->0644]
app/helpers/user_helper.rb [changed mode: 0755->0644]
app/helpers/voter_helper.rb [changed mode: 0755->0644]
app/models/candidate.rb [changed mode: 0755->0644]
app/models/election.rb [changed mode: 0755->0644]
app/models/full_voter.rb [changed mode: 0755->0644]
app/models/quick_vote.rb [changed mode: 0755->0644]
app/models/quick_voter.rb [changed mode: 0755->0644]
app/models/ranking.rb [changed mode: 0755->0644]
app/models/raw_voter_list.rb [changed mode: 0755->0644]
app/models/token.rb [changed mode: 0755->0644]
app/models/user.rb [changed mode: 0755->0644]
app/models/vote.rb [changed mode: 0755->0644]
app/models/voter.rb [changed mode: 0755->0644]
app/models/voter_notify.rb [changed mode: 0755->0644]
app/views/election/_candidate_form.rhtml [changed mode: 0755->0644]
app/views/election/_candidate_line.rhtml [changed mode: 0755->0644]
app/views/election/_candidate_line_edit.rhtml [changed mode: 0755->0644]
app/views/election/_candidate_list.rhtml [changed mode: 0755->0644]
app/views/election/_overview_form.rhtml [changed mode: 0755->0644]
app/views/election/_voter_list.rhtml [changed mode: 0755->0644]
app/views/election/_voters_form.rhtml [changed mode: 0755->0644]
app/views/election/_winner.rhtml [changed mode: 0755->0644]
app/views/election/_winner_details.rhtml [changed mode: 0755->0644]
app/views/election/detailed_results.rhtml [changed mode: 0755->0644]
app/views/election/edit.rhtml [changed mode: 0755->0644]
app/views/election/edit_candidate.rhtml [changed mode: 0755->0644]
app/views/election/edit_candidates.rhtml [changed mode: 0755->0644]
app/views/election/edit_voters.rhtml [changed mode: 0755->0644]
app/views/election/list.rhtml [changed mode: 0755->0644]
app/views/election/new.rhtml [changed mode: 0755->0644]
app/views/election/new_voters.rhtml [changed mode: 0755->0644]
app/views/election/show.rhtml [changed mode: 0755->0644]
app/views/layouts/hc.rhtml [changed mode: 0755->0644]
app/views/quickvote/_candidate_list.rhtml [changed mode: 0755->0644]
app/views/quickvote/_result.rhtml [changed mode: 0755->0644]
app/views/quickvote/create.rhtml [changed mode: 0755->0644]
app/views/quickvote/index.rhtml [changed mode: 0755->0644]
app/views/quickvote/results.rhtml [changed mode: 0755->0644]
app/views/quickvote/success.rhtml [changed mode: 0755->0644]
app/views/quickvote/thanks.rhtml [changed mode: 0755->0644]
app/views/site/_basic_login.rhtml [changed mode: 0755->0644]
app/views/site/_user_summary.rhtml [changed mode: 0755->0644]
app/views/site/index.rhtml [changed mode: 0755->0644]
app/views/user/_edit.rhtml [changed mode: 0755->0644]
app/views/user/login.rhtml [changed mode: 0755->0644]
app/views/voter/_vote.rhtml [changed mode: 0755->0644]
app/views/voter/full_vote.rhtml [changed mode: 0755->0644]
app/views/voter/index.rhtml [changed mode: 0755->0644]
app/views/voter/review.rhtml [changed mode: 0755->0644]
app/views/voter/thanks.rhtml [changed mode: 0755->0644]
app/views/voter_notify/votestart.rhtml [changed mode: 0755->0644]
db/create.sql [changed mode: 0755->0644]
db/migrate/001_create_quick_votes.rb [changed mode: 0755->0644]
db/migrate/002_create_full_voters.rb [changed mode: 0755->0644]
db/migrate/003_create_quick_voters.rb [changed mode: 0755->0644]
db/schema.rb [changed mode: 0755->0644]
doc/README_FOR_APP [changed mode: 0755->0644]
lib/randarray.rb [changed mode: 0755->0644]
lib/rubyvote.rb [changed mode: 0755->0644]
lib/rubyvote/condorcet.rb [changed mode: 0755->0644]
lib/rubyvote/election.rb [changed mode: 0755->0644]
lib/rubyvote/positional.rb [changed mode: 0755->0644]
lib/rubyvote/range.rb [changed mode: 0755->0644]
lib/rubyvote/runoff.rb [changed mode: 0755->0644]
lib/uniq_token.rb [changed mode: 0755->0644]
public/.htaccess [changed mode: 0755->0644]
public/dispatch.rb [changed mode: 0755->0644]
public/images/rails.png [changed mode: 0755->0644]
public/javascripts/application.js [changed mode: 0755->0644]
public/javascripts/controls.js [changed mode: 0755->0644]
public/javascripts/dragdrop.js [changed mode: 0755->0644]
public/javascripts/effects.js [changed mode: 0755->0644]
public/javascripts/prototype.js [changed mode: 0755->0644]
public/stylesheets/hc.css [changed mode: 0755->0644]
test/fixtures/candidates.yml [changed mode: 0755->0644]
test/fixtures/elections.yml [changed mode: 0755->0644]
test/fixtures/full_voters.yml [changed mode: 0755->0644]
test/fixtures/quick_voters.yml [changed mode: 0755->0644]
test/fixtures/quick_votes.yml [changed mode: 0755->0644]
test/fixtures/rankings.yml [changed mode: 0755->0644]
test/fixtures/raw_voter_lists.yml [changed mode: 0755->0644]
test/fixtures/tokens.yml [changed mode: 0755->0644]
test/fixtures/vote.yml [changed mode: 0755->0644]
test/fixtures/voters.yml [changed mode: 0755->0644]
test/functional/election_controller_test.rb [changed mode: 0755->0644]
test/functional/quickvote_controller_test.rb [changed mode: 0755->0644]
test/functional/site_controller_test.rb [changed mode: 0755->0644]
test/functional/user_controller_test.rb [changed mode: 0755->0644]
test/functional/voter_controller_test.rb [changed mode: 0755->0644]
test/test_helper.rb [changed mode: 0755->0644]
test/unit/candidate_test.rb [changed mode: 0755->0644]
test/unit/election_test.rb [changed mode: 0755->0644]
test/unit/full_voter_test.rb [changed mode: 0755->0644]
test/unit/quick_vote_test.rb [changed mode: 0755->0644]
test/unit/quick_voter_test.rb [changed mode: 0755->0644]
test/unit/ranking_test.rb [changed mode: 0755->0644]
test/unit/raw_voter_list_test.rb [changed mode: 0755->0644]
test/unit/token_test.rb [changed mode: 0755->0644]
test/unit/vote_test.rb [changed mode: 0755->0644]
test/unit/voter_notify_test.rb [changed mode: 0755->0644]
test/unit/voter_test.rb [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)

Benjamin Mako Hill || Want to submit a patch?