Variety of small changes (mostly to properties) plus a few "in the
author<mako@atdot.cc> <>
Fri, 30 Mar 2007 14:23:37 +0000 (10:23 -0400)
committer<mako@atdot.cc> <>
Fri, 30 Mar 2007 14:23:37 +0000 (10:23 -0400)
field" bug fixes.

190 files changed:
.bzrignore [changed mode: 0644->0755]
README [changed mode: 0644->0755]
Rakefile [changed mode: 0644->0755]
app/controllers/application.rb [changed mode: 0644->0755]
app/controllers/election_controller.rb [changed mode: 0644->0755]
app/controllers/quickvote_controller.rb [changed mode: 0644->0755]
app/controllers/site_controller.rb [changed mode: 0644->0755]
app/controllers/user_controller.rb [changed mode: 0644->0755]
app/controllers/voter_controller.rb [changed mode: 0644->0755]
app/helpers/application_helper.rb [changed mode: 0644->0755]
app/helpers/election_helper.rb [changed mode: 0644->0755]
app/helpers/quickvote_helper.rb [changed mode: 0644->0755]
app/helpers/site_helper.rb [changed mode: 0644->0755]
app/helpers/user_helper.rb [changed mode: 0644->0755]
app/helpers/voter_helper.rb [changed mode: 0644->0755]
app/models/candidate.rb [changed mode: 0644->0755]
app/models/election.rb [changed mode: 0644->0755]
app/models/full_voter.rb [changed mode: 0644->0755]
app/models/quick_vote.rb [changed mode: 0644->0755]
app/models/quick_voter.rb [changed mode: 0644->0755]
app/models/ranking.rb [changed mode: 0644->0755]
app/models/raw_voter_list.rb [changed mode: 0644->0755]
app/models/token.rb [changed mode: 0644->0755]
app/models/user.rb [changed mode: 0644->0755]
app/models/vote.rb [changed mode: 0644->0755]
app/models/voter.rb [changed mode: 0644->0755]
app/models/voter_notify.rb [changed mode: 0644->0755]
app/views/election/_candidate_form.rhtml [changed mode: 0644->0755]
app/views/election/_candidate_line.rhtml [changed mode: 0644->0755]
app/views/election/_candidate_line_edit.rhtml [changed mode: 0644->0755]
app/views/election/_candidate_list.rhtml [changed mode: 0644->0755]
app/views/election/_overview_form.rhtml [changed mode: 0644->0755]
app/views/election/_voter_list.rhtml [changed mode: 0644->0755]
app/views/election/_voters_form.rhtml [changed mode: 0644->0755]
app/views/election/_winner.rhtml [changed mode: 0644->0755]
app/views/election/_winner_details.rhtml [changed mode: 0644->0755]
app/views/election/detailed_results.rhtml [changed mode: 0644->0755]
app/views/election/edit.rhtml [changed mode: 0644->0755]
app/views/election/edit_candidate.rhtml [changed mode: 0644->0755]
app/views/election/edit_candidates.rhtml [changed mode: 0644->0755]
app/views/election/edit_voters.rhtml [changed mode: 0644->0755]
app/views/election/list.rhtml [changed mode: 0644->0755]
app/views/election/new.rhtml [changed mode: 0644->0755]
app/views/election/new_voters.rhtml [changed mode: 0644->0755]
app/views/election/show.rhtml [changed mode: 0644->0755]
app/views/layouts/hc.rhtml [changed mode: 0644->0755]
app/views/quickvote/_candidate_list.rhtml [changed mode: 0644->0755]
app/views/quickvote/_result.rhtml [changed mode: 0644->0755]
app/views/quickvote/create.rhtml [changed mode: 0644->0755]
app/views/quickvote/index.rhtml [changed mode: 0644->0755]
app/views/quickvote/results.rhtml [changed mode: 0644->0755]
app/views/quickvote/success.rhtml [changed mode: 0644->0755]
app/views/quickvote/thanks.rhtml [changed mode: 0644->0755]
app/views/site/_basic_login.rhtml [changed mode: 0644->0755]
app/views/site/_user_summary.rhtml [changed mode: 0644->0755]
app/views/site/index.rhtml [changed mode: 0644->0755]
app/views/user/_edit.rhtml [changed mode: 0644->0755]
app/views/user/login.rhtml [changed mode: 0644->0755]
app/views/voter/_vote.rhtml [changed mode: 0644->0755]
app/views/voter/full_vote.rhtml [changed mode: 0644->0755]
app/views/voter/index.rhtml [changed mode: 0644->0755]
app/views/voter/review.rhtml [changed mode: 0644->0755]
app/views/voter/thanks.rhtml [changed mode: 0644->0755]
app/views/voter_notify/votestart.rhtml [changed mode: 0644->0755]
config/boot.rb [changed mode: 0644->0755]
config/environment.rb [changed mode: 0644->0755]
config/environments/development.rb [changed mode: 0644->0755]
config/environments/production.rb [changed mode: 0644->0755]
config/environments/test.rb [changed mode: 0644->0755]
config/routes.rb [changed mode: 0644->0755]
db/create.sql [changed mode: 0644->0755]
db/migrate/001_create_quick_votes.rb [changed mode: 0644->0755]
db/migrate/002_create_full_voters.rb [changed mode: 0644->0755]
db/migrate/003_create_quick_voters.rb [changed mode: 0644->0755]
db/schema.rb [changed mode: 0644->0755]
doc/README_FOR_APP [changed mode: 0644->0755]
lib/randarray.rb [changed mode: 0644->0755]
lib/rubyvote.rb [changed mode: 0644->0755]
lib/rubyvote/condorcet.rb [changed mode: 0644->0755]
lib/rubyvote/election.rb [changed mode: 0644->0755]
lib/rubyvote/positional.rb [changed mode: 0644->0755]
lib/rubyvote/range.rb [changed mode: 0644->0755]
lib/rubyvote/runoff.rb [changed mode: 0644->0755]
lib/uniq_token.rb [changed mode: 0644->0755]
public/.htaccess [changed mode: 0644->0755]
public/404.html [changed mode: 0644->0755]
public/500.html [changed mode: 0644->0755]
public/favicon.ico [changed mode: 0644->0755]
public/hyperchad-anywhere.html [changed mode: 0644->0755]
public/images/rails.png [changed mode: 0644->0755]
public/javascripts/application.js [changed mode: 0644->0755]
public/javascripts/controls.js [changed mode: 0644->0755]
public/javascripts/dragdrop.js [changed mode: 0644->0755]
public/javascripts/effects.js [changed mode: 0644->0755]
public/javascripts/prototype.js [changed mode: 0644->0755]
public/robots.txt [changed mode: 0644->0755]
public/stylesheets/hc.css [changed mode: 0644->0755]
test/fixtures/candidates.yml [changed mode: 0644->0755]
test/fixtures/elections.yml [changed mode: 0644->0755]
test/fixtures/full_voters.yml [changed mode: 0644->0755]
test/fixtures/quick_voters.yml [changed mode: 0644->0755]
test/fixtures/quick_votes.yml [changed mode: 0644->0755]
test/fixtures/rankings.yml [changed mode: 0644->0755]
test/fixtures/raw_voter_lists.yml [changed mode: 0644->0755]
test/fixtures/tokens.yml [changed mode: 0644->0755]
test/fixtures/vote.yml [changed mode: 0644->0755]
test/fixtures/voters.yml [changed mode: 0644->0755]
test/functional/election_controller_test.rb [changed mode: 0644->0755]
test/functional/quickvote_controller_test.rb [changed mode: 0644->0755]
test/functional/site_controller_test.rb [changed mode: 0644->0755]
test/functional/user_controller_test.rb [changed mode: 0644->0755]
test/functional/voter_controller_test.rb [changed mode: 0644->0755]
test/test_helper.rb [changed mode: 0644->0755]
test/unit/candidate_test.rb [changed mode: 0644->0755]
test/unit/election_test.rb [changed mode: 0644->0755]
test/unit/full_voter_test.rb [changed mode: 0644->0755]
test/unit/quick_vote_test.rb [changed mode: 0644->0755]
test/unit/quick_voter_test.rb [changed mode: 0644->0755]
test/unit/ranking_test.rb [changed mode: 0644->0755]
test/unit/raw_voter_list_test.rb [changed mode: 0644->0755]
test/unit/token_test.rb [changed mode: 0644->0755]
test/unit/vote_test.rb [changed mode: 0644->0755]
test/unit/voter_notify_test.rb [changed mode: 0644->0755]
test/unit/voter_test.rb [changed mode: 0644->0755]
vendor/plugins/engines/CHANGELOG [changed mode: 0644->0755]
vendor/plugins/engines/MIT-LICENSE [changed mode: 0644->0755]
vendor/plugins/engines/README [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/USAGE [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/engine_generator.rb [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/README [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/init_engine.erb [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/install.erb [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/lib/engine.erb [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/licenses/GPL [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/licenses/LGPL [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/licenses/MIT [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/licenses/None [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/public/javascripts/engine.js [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/public/stylesheets/engine.css [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/tasks/engine.rake [changed mode: 0644->0755]
vendor/plugins/engines/generators/engine/templates/test/test_helper.erb [changed mode: 0644->0755]
vendor/plugins/engines/init.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/bundles.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/bundles/require_resource.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines/action_mailer_extensions.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines/action_view_extensions.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines/active_record_extensions.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines/dependencies_extensions.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines/migration_extensions.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines/routing_extensions.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines/ruby_extensions.rb [changed mode: 0644->0755]
vendor/plugins/engines/lib/engines/testing_extensions.rb [changed mode: 0644->0755]
vendor/plugins/engines/tasks/deprecated_engines.rake [changed mode: 0644->0755]
vendor/plugins/engines/tasks/engines.rake [changed mode: 0644->0755]
vendor/plugins/engines/test/action_view_extensions_test.rb [changed mode: 0644->0755]
vendor/plugins/engines/test/ruby_extensions_test.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/CHANGELOG [changed mode: 0644->0755]
vendor/plugins/login_engine/README [changed mode: 0644->0755]
vendor/plugins/login_engine/app/controllers/user_controller.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/app/helpers/user_helper.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/app/models/user.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/app/models/user_notify.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/_edit.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/_password.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/change_password.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/edit.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/forgot_password.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/home.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/login.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/logout.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user/signup.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user_notify/change_password.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user_notify/delete.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user_notify/forgot_password.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user_notify/pending_delete.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/app/views/user_notify/signup.rhtml [changed mode: 0644->0755]
vendor/plugins/login_engine/db/migrate/001_initial_schema.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/init_engine.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/install.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/lib/login_engine.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/lib/login_engine/authenticated_system.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/lib/login_engine/authenticated_user.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/public/stylesheets/login_engine.css [changed mode: 0644->0755]
vendor/plugins/login_engine/test/fixtures/users.yml [changed mode: 0644->0755]
vendor/plugins/login_engine/test/functional/user_controller_test.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/test/mocks/mail.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/test/mocks/time.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/test/test_helper.rb [changed mode: 0644->0755]
vendor/plugins/login_engine/test/unit/user_test.rb [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
diff --git a/README b/README
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 7c75474..5e29a10
@@ -105,7 +105,7 @@ class QuickvoteController < ApplicationController
       
     else
       # record the ip address for posterity
       
     else
       # record the ip address for posterity
-      @voter.ipaddress = request.env["REMOTE_ADDR"]
+      @voter.ipaddress = request.env["HTTP_X_FORWARDED_FOR"]
       @voter.save
       
       # toggle the confirmation bit
       @voter.save
       
       # toggle the confirmation bit
@@ -161,7 +161,9 @@ class QuickvoteController < ApplicationController
     @condorcet_result = PureCondorcetVote.new(preference_tally).result
     @ssd_result = CloneproofSSDVote.new(preference_tally).result
     @borda_result = BordaVote.new(preference_tally).result
     @condorcet_result = PureCondorcetVote.new(preference_tally).result
     @ssd_result = CloneproofSSDVote.new(preference_tally).result
     @borda_result = BordaVote.new(preference_tally).result
-    @runoff_result = InstantRunoffVote.new(preference_tally).result
+    #@runoff_result = InstantRunoffVote.new(preference_tally).result
+    #@runoff_results = PluralityVote.new(preference_tally).result
+
 
     @candidates = {} 
     @election.candidates.each {|c| @candidates[c.id] = c}
 
     @candidates = {} 
     @election.candidates.each {|c| @candidates[c.id] = c}
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index fe2b09a..ef2ffd9
@@ -123,7 +123,6 @@ points is the winner.</p>
 
 <div class="resultbox">
 <h3>Instant Runoff (IRV) Results</h3>
 
 <div class="resultbox">
 <h3>Instant Runoff (IRV) Results</h3>
-<%= render :partial => 'result', :object => @runoff_result %>
 
 <div class="rbmoreinfo"
 <h4>About Instant Runoff Voting</h4>
 
 <div class="rbmoreinfo"
 <h4>About Instant Runoff Voting</h4>
@@ -154,6 +153,7 @@ by several other names.</p>
 <th>Vote</th>
 </tr>
 <% for voter in @election.voters %>
 <th>Vote</th>
 </tr>
 <% for voter in @election.voters %>
+  <% next unless voter.voted? %>
   <tr>
   <td><%= voter.ipaddress %></td>
   <td><%= `host #{voter.ipaddress}`.sub(/^.*pointer (.*)\.$/, '\1') %></td>
   <tr>
   <td><%= voter.ipaddress %></td>
   <td><%= `host #{voter.ipaddress}`.sub(/^.*pointer (.*)\.$/, '\1') %></td>
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index c9fa4dc..17184b2
@@ -7,7 +7,15 @@
 
     <div class="button-bar">
       <p><%= submit_tag 'Login' %></p>
 
     <div class="button-bar">
       <p><%= submit_tag 'Login' %></p>
-      <p><%= link_to 'Register for an account', :controller => 'user', :action => 'signup' %></p>
+<!--      <p><%= link_to 'Register for an account', :controller =>
+'user', :action => 'signup' %></p> -->
       <p><%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %></p>
       <p><%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %></p>
+
+      <p>Unfortunately, HyperChad is currently being tested and new
+      accounts for full votes (i.e., non-<em>QuickVotes</em>) can not
+      be automatically created. If you are interested in using HyperChad to
+      run an organizational election, contact <a
+      href="http://mako.cc/contact.html">Benjamin Mako Hill</a>.</p>
+
     </div>
   <%= end_form_tag %>
     </div>
   <%= end_form_tag %>
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)

Benjamin Mako Hill || Want to submit a patch?