<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/templates/roasters.yml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,14 @@
 == Change Log
 
 === 0.7.0 Intaglio
+* Add Roasters template. [Paul du Coudray]
 * Make ResponseCache spec insensitive to key order. [Sean Cribbs]
 * Adjust &lt;r:children:count /&gt; to use same options as &lt;r:children:each /&gt;.
 [Sean Cribbs]
-* Allowing for custom labels and other options in save_model_button. 
+* Allowing for custom labels and other options in save_model_button.
 [Pat Allan]
 * Ignoring TextMate project files. [Pat Allan]
-* Present a more helpful error message when missing a mailer template. 
+* Present a more helpful error message when missing a mailer template.
 [Nikolay Karev]
 * Use ActiveRecord:Base#[] and ActiveRecord:Base#[]= instead of undocumented
 read_attribute and write_attribute. [August Lilleas]
@@ -16,7 +17,7 @@ read_attribute and write_attribute. [August Lilleas]
 * Add support and specs for conditional GETs with ETags. [Sean Cribbs]
 * Initialize and update submodules when freezing edge. [John Muhl]
 * Add Nginx support to ResponseCache. [Sean Cribbs]
-* Changed (some) permissions examples not to use login_system_matcher. 
+* Changed (some) permissions examples not to use login_system_matcher.
 [Brandan Lennox]
 * Remove expensive grep of Rails log in spec. [Rick DeNatale]
 * Make markdown filter specs be tolerant of RDiscount. [Sean Cribbs]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,7 @@ core:
 
 === 0.7.0 Intaglio
 
+* Paul du Coudray
 * Nikolay Karev
 * August Lilleas
 * Brandan Lennox</diff>
      <filename>CONTRIBUTORS</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version =&gt; 20081203140407) do
+ActiveRecord::Schema.define(:version =&gt; 20081208005628) do
 
   create_table &quot;config&quot;, :force =&gt; true do |t|
     t.string &quot;key&quot;,   :limit =&gt; 40, :default =&gt; &quot;&quot;, :null =&gt; false
@@ -63,10 +63,10 @@ ActiveRecord::Schema.define(:version =&gt; 20081203140407) do
     t.string   &quot;keywords&quot;
   end
 
-  add_index &quot;pages&quot;, [&quot;virtual&quot;, &quot;status_id&quot;], :name =&gt; &quot;pages_published&quot;
-  add_index &quot;pages&quot;, [&quot;slug&quot;, &quot;parent_id&quot;], :name =&gt; &quot;pages_child_slug&quot;
-  add_index &quot;pages&quot;, [&quot;parent_id&quot;], :name =&gt; &quot;pages_parent_id&quot;
   add_index &quot;pages&quot;, [&quot;class_name&quot;], :name =&gt; &quot;pages_class_name&quot;
+  add_index &quot;pages&quot;, [&quot;parent_id&quot;], :name =&gt; &quot;pages_parent_id&quot;
+  add_index &quot;pages&quot;, [&quot;slug&quot;, &quot;parent_id&quot;], :name =&gt; &quot;pages_child_slug&quot;
+  add_index &quot;pages&quot;, [&quot;virtual&quot;, &quot;status_id&quot;], :name =&gt; &quot;pages_published&quot;
 
   create_table &quot;sessions&quot;, :force =&gt; true do |t|
     t.string   &quot;session_id&quot;
@@ -74,8 +74,8 @@ ActiveRecord::Schema.define(:version =&gt; 20081203140407) do
     t.datetime &quot;updated_at&quot;
   end
 
-  add_index &quot;sessions&quot;, [&quot;updated_at&quot;], :name =&gt; &quot;index_sessions_on_updated_at&quot;
   add_index &quot;sessions&quot;, [&quot;session_id&quot;], :name =&gt; &quot;index_sessions_on_session_id&quot;
+  add_index &quot;sessions&quot;, [&quot;updated_at&quot;], :name =&gt; &quot;index_sessions_on_updated_at&quot;
 
   create_table &quot;snippets&quot;, :force =&gt; true do |t|
     t.string   &quot;name&quot;,          :limit =&gt; 100, :default =&gt; &quot;&quot;, :null =&gt; false</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>07aee211666cafbb5194775e2184e17fdbb82517</id>
    </parent>
  </parents>
  <author>
    <name>Paul du Coudray</name>
    <email>paul@spurrd.com</email>
  </author>
  <url>http://github.com/radiant/radiant/commit/6a9b8d5b48e36f96b7771be129d13562faaae60f</url>
  <id>6a9b8d5b48e36f96b7771be129d13562faaae60f</id>
  <committed-date>2009-02-06T20:23:48-08:00</committed-date>
  <authored-date>2009-02-06T20:21:06-08:00</authored-date>
  <message>Add Roasters template.</message>
  <tree>52ef4b97d664d36c16ad219dc83ad8e22505a9e9</tree>
  <committer>
    <name>Sean Cribbs</name>
    <email>seancribbs@gmail.com</email>
  </committer>
</commit>
