<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>features/show_statistics.feature</filename>
    </added>
    <added>
      <filename>features/step_definitions/login_steps.rb</filename>
    </added>
    <added>
      <filename>features/step_definitions/stats_steps.rb</filename>
    </added>
    <added>
      <filename>features/step_definitions/todo_steps.rb</filename>
    </added>
    <added>
      <filename>features/step_definitions/webrat_steps.rb</filename>
    </added>
    <added>
      <filename>features/support/env.rb</filename>
    </added>
    <added>
      <filename>features/support/paths.rb</filename>
    </added>
    <added>
      <filename>lib/tasks/cucumber.rake</filename>
    </added>
    <added>
      <filename>script/cucumber</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,12 +8,11 @@ Of those &lt;%= @contexts.count(:conditions =&gt; [&quot;hide = ?&quot;, false])%&gt; are visible c
 &lt;%= @contexts.count(:conditions =&gt; [&quot;hide = ?&quot;, true]) %&gt; are hidden contexts
 
 &lt;% unless @actions.empty? -%&gt;
-&lt;p&gt;You have &lt;%= @actions.count(:conditions =&gt; &quot;completed_at IS NULL&quot;) %&gt; incomplete actions of which
-&lt;%= @actions.count(:conditions =&gt; &quot;completed_at IS NULL AND NOT show_from IS NULL&quot;) %&gt; are 
-deferred actions. &lt;/p&gt;
+&lt;p&gt;You have &lt;%= @actions.count(:conditions =&gt; &quot;completed_at IS NULL&quot;) %&gt; incomplete actions 
+of which &lt;%= @actions.count(:conditions =&gt; &quot;completed_at IS NULL AND NOT show_from IS NULL&quot;) %&gt; are deferred actions. &lt;/p&gt;
 
-&lt;p&gt;Since your first action on &lt;%= format_date(@first_action.created_at) %&gt; you have 
-a total of &lt;%= @actions.count %&gt; actions. 
+&lt;p&gt;Since your first action on &lt;%= format_date(@first_action.created_at) %&gt; 
+you have a total of &lt;%= @actions.count %&gt; actions. 
 &lt;%= @actions.count(:conditions =&gt; &quot;NOT completed_at IS NULL&quot;) %&gt; of these are completed.
 
 &lt;p&gt;You have &lt;%= @tags_count-%&gt; tags placed on actions. Of those tags,</diff>
      <filename>app/views/stats/_totals.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -65,6 +65,7 @@ ActionController::Routing::Routes.draw do |map|
 
   map.preferences 'preferences', :controller =&gt; 'preferences', :action =&gt; 'index'
   map.integrations 'integrations', :controller =&gt; 'integrations', :action =&gt; 'index'
+  map.stats 'stats', :controller =&gt; 'stats', :action =&gt; 'index'
   map.search_plugin '/integrations/search_plugin.xml', :controller =&gt; 'integrations', :action =&gt; 'search_plugin', :format =&gt; 'xml'
 
   map.resources :recurring_todos,</diff>
      <filename>config/routes.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>058079a0a76ac668cabe2913d2ac9a7dee9ebda3</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/43440eaf33e3fec12c6d72e026acde80a58d2e73</url>
  <id>43440eaf33e3fec12c6d72e026acde80a58d2e73</id>
  <committed-date>2009-04-13T13:26:20-07:00</committed-date>
  <authored-date>2009-04-13T13:26:20-07:00</authored-date>
  <message>add cucumber for integration testing and add a feature for statistics

refactor some stuff to support testing statistisc</message>
  <tree>099798aadf5f6b994bae4c41c07d9ed6dd7a5599</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
