<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/models/sibling_tags.rb</filename>
    </added>
    <added>
      <filename>spec/models/sibling_tags_spec.rb</filename>
    </added>
    <added>
      <filename>spec/scenarios/sibling_pages_scenario.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,8 @@
 The Blog extension has been built to provide support for commonly used features of 
 web logs. It is a conglomeration of multiple extensions and new features.
 
+Some features from:
+git://github.com/nelstrom/radiant-sibling-tags-extension.git
 
 Built by Saturn Flyer http://www.saturnflyer.com and many others
 Supported by Ignite Social Media http://www.ignitesocialmedia.com
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,3 @@
-# I think this is the one that should be moved to the extension Rakefile template
-
 # In rails 1.2, plugins aren't available in the path until they're loaded.
 # Check to see if the rspec plugin is installed first and require
 # it if it is.  If not, use the gem version.
@@ -62,14 +60,6 @@ namespace :spec do
       t.spec_files = FileList[&quot;spec/#{sub}/**/*_spec.rb&quot;]
     end
   end
-  
-  # Hopefully no one has written their extensions in pre-0.9 style
-  # desc &quot;Translate specs from pre-0.9 to 0.9 style&quot;
-  # task :translate do
-  #   translator = ::Spec::Translator.new
-  #   dir = RAILS_ROOT + '/spec'
-  #   translator.translate(dir, dir)
-  # end
 
   # Setup specs for stats
   task :statsetup do
@@ -99,17 +89,17 @@ namespace :spec do
   end
 end
 
-desc 'Generate documentation for the author extension.'
+desc 'Generate documentation for the blog extension.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
-  rdoc.title    = 'AuthorExtension'
+  rdoc.title    = 'BlogExtension'
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README')
   rdoc.rdoc_files.include('lib/**/*.rb')
 end
 
 # For extensions that are in transition
-desc 'Test the author extension.'
+desc 'Test the blog extension.'
 Rake::TestTask.new(:test) do |t|
   t.libs &lt;&lt; 'lib'
   t.pattern = 'test/**/*_test.rb'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -12,6 +12,7 @@ class BlogExtension &lt; Radiant::Extension
   
   def activate
     Page.send :include, AuthorTags
+    Page.send :include, SiblingTags
     User.class_eval {
       has_many :pages, :foreign_key =&gt; :created_by_id unless self.respond_to?(:pages)
     }</diff>
      <filename>blog_extension.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6a1d085a3c58e99bf29dfb491a38f96e7847a1a0</id>
    </parent>
  </parents>
  <author>
    <name>Jim Gay</name>
    <email>jim@saturnflyer.com</email>
  </author>
  <url>http://github.com/seancribbs/radiant-blog-extension/commit/ff4b6a986c219e8e3815b4c6d955b03abdaaeebb</url>
  <id>ff4b6a986c219e8e3815b4c6d955b03abdaaeebb</id>
  <committed-date>2008-09-03T09:39:27-07:00</committed-date>
  <authored-date>2008-09-03T09:39:27-07:00</authored-date>
  <message>adding nelstrom siblings_tags</message>
  <tree>fba17e97c69696363fc36835ce44a4bb28dffad3</tree>
  <committer>
    <name>Jim Gay</name>
    <email>jim@saturnflyer.com</email>
  </committer>
</commit>
