<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>engines/adva_cms/db/migrate/20080710000000_create_plugin_configs.rb</filename>
    </added>
    <added>
      <filename>engines/adva_cms/db/migrate/20080715131051_plugin_owner_column.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+ 0.1.1 [2009/02/18]
+====================
+
+ Second release.
+
  0.1.0 [2009/01/19]
 ====================
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -16,33 +16,72 @@ similar but separate Rails applications.
 Please check out /doc directory and our site http://adva-cms.org for more info.
  
  
-Installation
+Requirements
 ============
- 
-You need Rails 2.2.2 or newer.
+
+Current master: Rails 2.3.0, ImageMagick for image handling
+Release 0.1.1:  Rails 2.2.x, ImageMagick for image handling
+
+	
+Installation (Release 0.1.1)
+============================
 
   rails my-app
   cd my-app
-  git init
 
-  git submodule add git://github.com/svenfuchs/adva_cms.git vendor/adva 
+	# using git clone
+	git clone git://github.com/svenfuchs/adva_cms.git vendor/adva 
+	cd vendor/adva
+	git checkout -b tag/0.1.1 0.1.1
+	cd -
+ 
+	# alternatively you can use git submodules:
+  # git init
+  # git submodule add git://github.com/svenfuchs/adva_cms.git vendor/adva 
+
   ruby vendor/adva/setup.rb     # adds adva rake tasks and required files
   rake db:migrate:all           # runs adva-cms migrations
 
   ruby script/server
-  firefox http://localhost:3000
+  open http://localhost:3000
+
+You should see adva-cms installation screen. Fill out the form and you're 
+started, enjoy!
+
 
-	# alternatively use git clone instead of git submodule:
-	# git clone git://github.com/svenfuchs/adva_cms.git vendor/adva 
+Installation (Current master)
+=============================
+
+	# TODO we should create a template for this
+
+	rails my-app
+	cd my-app
+
+	# do this if you haven't already installed Rails 2.3.0 gems
+	git clone git://github.com/rails/rails.git vendor/rails 
+	cd vendor/rails
+	git checkout -b 2.3.0 v2.3.0
+	cd -
+	rake rails:update:configs
+	rake rails:update:application_controller
 	
-	# to switch to a certain tag or branch other than the master branch you can do:
-	# cd vendor/adva
-	# git checkout -b [your-branchname] origin/[branchname] or
-	# git checkout -b [your-branchname] [tagname] 
-	# cd -
- 
-You should see adva-cms installation screen. 
-Fill out the form and you're started, enjoy!
+	# Rails 2.3 has some Engine related bugs so you need to apply some patches 
+	cd vendor/rails
+	git am ../vendor/patch-2.3/0001-do-not-override-plugin-view-path.diff
+	git am ../vendor/patch-2.3/0002-make-actionmailer-view_paths-work-.-somehow.patch
+	git am ../vendor/patch-2.3/0004-allow-to-register-javascript-stylesheet_expansions-t.patch
+	cd -
+	
+	ruby vendor/adva/setup.rb
+	rake assets:copy           # copies plugin assets to their directories in public/
+	rake db:migrate:prepare    # copies plugin migrations to the main migration directory
+	rake db:migrate
+	
+	ruby script/server
+  open http://localhost:3000
+
+You should see adva-cms installation screen. Fill out the form and you're 
+started, enjoy!
 
 
 Configuration
@@ -57,7 +96,7 @@ Development
 
 Please check out /doc directory for high level overview about adva-cms.
  
-Running tests:
+Running tests (current master):
   rake db:test:clone       # Clones from your development database to test database
   ruby script/test-adva -p # Prepares the database and runs all adva-cms tests
   ruby script/test-adva    # Runs all adva-cms tests without preparing the database</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -32,7 +32,7 @@ class AdminIssuesControllerTest &lt; ActionController::TestCase
   end
   
   describe &quot;PUT :update&quot; do
-    action { put :update, default_params.merge(:title =&gt; &quot;test&quot;, :body =&gt; &quot;test&quot;)}
+    action { put :update, default_params.merge(:id =&gt; @issue.id, :title =&gt; &quot;test&quot;, :body =&gt; &quot;test&quot;)}
     it_guards_permissions :update, :issue
   end
   </diff>
      <filename>engines/adva_newsletter/test/functional/admin/issues_controller_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -32,7 +32,7 @@ class AdminNewslettersControllerTest &lt; ActionController::TestCase
   end
   
   describe &quot;PUT :update&quot; do
-    action { put :update, default_params.merge(:title =&gt; &quot;test&quot;, :desc =&gt; &quot;test&quot;)}
+    action { put :update, default_params.merge(:id =&gt; @newsletter.id, :title =&gt; &quot;test&quot;, :desc =&gt; &quot;test&quot;)}
     it_guards_permissions :update, :newsletter
   end
   </diff>
      <filename>engines/adva_newsletter/test/functional/admin/newsletters_controller_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,6 @@
 require 'meta_tags/article_form_builder'
 
 config.to_prepare do
-  require 'application'
-  
   BaseController.helper :meta_tags
   Admin::BaseController.helper :meta_tags
 </diff>
      <filename>plugins/adva_meta_tags/init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>32a4418ba6e42bb07489f976571491025ea44d21</id>
    </parent>
  </parents>
  <author>
    <name>Sven Fuchs</name>
    <email>svenfuchs@artweb-design.de</email>
  </author>
  <url>http://github.com/svenfuchs/adva_cms/commit/94ed98ee2e1779ae47daf90f3671a5bb31df38c4</url>
  <id>94ed98ee2e1779ae47daf90f3671a5bb31df38c4</id>
  <committed-date>2009-02-18T14:15:14-08:00</committed-date>
  <authored-date>2009-02-18T14:15:14-08:00</authored-date>
  <message>fix conflicted tests and update readme install instructions for Rails 2.3</message>
  <tree>10a28e5c5188a82746c3dc5e2f806cfe01f5d09c</tree>
  <committer>
    <name>Sven Fuchs</name>
    <email>svenfuchs@artweb-design.de</email>
  </committer>
</commit>
