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