<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,6 +24,7 @@ class DataController &lt; ApplicationController
     all_tables['tags'] = current_user.tags.find(:all)
     all_tables['taggings'] = current_user.taggings.find(:all)
     all_tables['notes'] = current_user.notes.find(:all)
+    all_tables['recurring_todos'] = current_user.recurring_todos.find(:all)
     
     result = all_tables.to_yaml
     result.gsub!(/\n/, &quot;\r\n&quot;)   # TODO: general functionality for line endings
@@ -81,6 +82,7 @@ class DataController &lt; ApplicationController
     result &lt;&lt; current_user.tags.find(:all).to_xml(:skip_instruct =&gt; true)
     result &lt;&lt; current_user.taggings.find(:all).to_xml(:skip_instruct =&gt; true)
     result &lt;&lt; current_user.notes.find(:all).to_xml(:skip_instruct =&gt; true)
+    result &lt;&lt; current_user.recurring_todos.find(:all).to_xml(:skip_instruct =&gt; true)
     send_data(result, :filename =&gt; &quot;tracks_backup.xml&quot;, :type =&gt; 'text/xml')
   end
   </diff>
      <filename>app/controllers/data_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1239a2cd6137ce99c95d0c99c4c8fa0d07db5cf0</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/88159d3f6ad4b0d0aa4d6b69c94b75d645cd2ecc</url>
  <id>88159d3f6ad4b0d0aa4d6b69c94b75d645cd2ecc</id>
  <committed-date>2008-09-05T08:41:30-07:00</committed-date>
  <authored-date>2008-09-05T08:41:30-07:00</authored-date>
  <message>add recurring todos to export to yml and xml</message>
  <tree>931e4efea090e75b736b1e983d34bdbe569016b6</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
