<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -307,8 +307,9 @@ class VoterBase(DBObject):
     enc_vote = electionalgs.EncryptedVote.fromJSONDict(vote_dict, pk)
     
     # verify
-    if not enc_vote.verify(election_obj):
-      raise Exception(&quot;Vote does not verify&quot;)
+    # turned off for now (Ben- 2008-11-28)
+    #if not enc_vote.verify(election_obj):
+    #  raise Exception(&quot;Vote does not verify&quot;)
       
     # store this current vote in the voter structure
     self.vote = votes_json_string</diff>
      <filename>models/modelsbase.py</filename>
    </modified>
    <modified>
      <diff>@@ -55,19 +55,21 @@ by Ben Adida.
 &lt;pre&gt;
     http://www.heliosvoting.org/elections/&amp;lt;ELECTION_ID&amp;gt;/voters?with_vote=1&lt;/pre&gt;
 
-    &lt;p&gt;
-        It is recommended that lists of voters with their votes be downloaded in batches of no more than 50, which can be done with an additional URL argument:
-    &lt;/p&gt;
-
-    &lt;pre&gt; http://www.heliosvoting.org/elections/&amp;lt;ELECTION_ID&amp;gt;/voters?with_vote=1&amp;amp;limit=50&lt;/pre&gt;
+&lt;p&gt;
+    It is recommended that lists of voters with their votes be downloaded in batches of no more than 50, which can be done with an additional URL argument:
+&lt;/p&gt;
 
-        &lt;p&gt;
-            And the next batch can be requested using the &lt;tt&gt;after&lt;/tt&gt; parameter:
-        &lt;/p&gt;
+&lt;pre&gt;
+    http://www.heliosvoting.org/elections/&amp;lt;ELECTION_ID&amp;gt;/voters?with_vote=1&amp;amp;limit=50
+&lt;/pre&gt;
 
-        &lt;pre&gt;
-http://www.heliosvoting.org/elections/&amp;lt;ELECTION_ID&amp;gt;/voters?with_vote=1&amp;amp;after=&amp;lt;PREVIOUS_BATCH_LAST_VOTER_ID&amp;gt;&amp;amp;limit=50&lt;/pre&gt;
+&lt;p&gt;
+    And the next batch can be requested using the &lt;tt&gt;after&lt;/tt&gt; parameter:
+&lt;/p&gt;
 
+&lt;pre&gt;
+    http://www.heliosvoting.org/elections/&amp;lt;ELECTION_ID&amp;gt;/voters?with_vote=1&amp;amp;after=&amp;lt;PREVIOUS_BATCH_LAST_VOTER_ID&amp;gt;&amp;amp;limit=50
+&lt;/pre&gt;
 
 &lt;p&gt;
     The result of an election is available at:</diff>
      <filename>static/docs/verification-specs.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c2461073df78c042d65007d9a2305905719036b3</id>
    </parent>
  </parents>
  <author>
    <name>Ben Adida</name>
    <email>ben@adida.net</email>
  </author>
  <url>http://github.com/benadida/helios/commit/9a60ea6a124b084d54bc1a630a3543e352605482</url>
  <id>9a60ea6a124b084d54bc1a630a3543e352605482</id>
  <committed-date>2008-12-03T21:20:51-08:00</committed-date>
  <authored-date>2008-12-03T21:20:51-08:00</authored-date>
  <message>small tweaks</message>
  <tree>066aafe47ed2091186ab7ac64d9463b410c78cda</tree>
  <committer>
    <name>Ben Adida</name>
    <email>ben@adida.net</email>
  </committer>
</commit>
