<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/admin/templates/_rich_text.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -20,7 +20,7 @@ module Admin::FormHelper
                 when :belongs_to  then typus_belongs_to_field(key, options)
                 when :tree        then typus_tree_field(key, :form =&gt; options[:form])
                 when :boolean, :date, :datetime, :file, :password, 
-                     :selector, :string, :text, :time, :tiny_mce
+                     :selector, :string, :text, :time, :tiny_mce, :rich_text
                   typus_template_field(key, value, options)
                 else
                   typus_template_field(key, :string, options)</diff>
      <filename>app/helpers/admin/form_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,6 +18,7 @@
   &lt;%= javascript_include_tag 'admin/jquery-1.3.2.min' %&gt;
   &lt;%= javascript_include_tag 'admin/jquery.fancybox-1.2.1.min' %&gt;
   &lt;%= include_tiny_mce_if_needed if defined?(TinyMCE) -%&gt;
+  &lt;%= javascript_include_tag :fckeditor if defined?(Fckeditor) %&gt;
   &lt;%= yield :javascripts -%&gt;
 
 &lt;/head&gt;</diff>
      <filename>app/views/layouts/admin.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -69,6 +69,10 @@ module Typus
             attribute_type = :tiny_mce
           end
 
+          if typus_field_options_for(:rich_text).include?(field)
+            attribute_type = :rich_text
+          end
+
           # Custom field_type depending on the attribute name.
           case field.to_s
             when 'parent', 'parent_id'  then attribute_type = :tree</diff>
      <filename>lib/typus/active_record.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Francesc Esplugas&quot;]
-  s.date = %q{2009-11-02}
+  s.date = %q{2009-11-03}
   s.description = %q{Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator.)}
   s.email = %q{francesc@intraducibles.com}
   s.extra_rdoc_files = [
@@ -47,6 +47,7 @@ Gem::Specification.new do |s|
      &quot;app/views/admin/templates/_datetime.html.erb&quot;,
      &quot;app/views/admin/templates/_file.html.erb&quot;,
      &quot;app/views/admin/templates/_password.html.erb&quot;,
+     &quot;app/views/admin/templates/_rich_text.html.erb&quot;,
      &quot;app/views/admin/templates/_selector.html.erb&quot;,
      &quot;app/views/admin/templates/_string.html.erb&quot;,
      &quot;app/views/admin/templates/_text.html.erb&quot;,
@@ -267,16 +268,13 @@ Gem::Specification.new do |s|
      &quot;test/helpers/typus_helper_test.rb&quot;,
      &quot;test/lib/active_record_test.rb&quot;,
      &quot;test/lib/configuration_test.rb&quot;,
-     &quot;test/lib/hash_test.rb&quot;,
      &quot;test/lib/routes_test.rb&quot;,
-     &quot;test/lib/string_test.rb&quot;,
      &quot;test/lib/typus_test.rb&quot;,
      &quot;test/schema.rb&quot;,
      &quot;test/unit/typus_mailer_test.rb&quot;,
      &quot;test/unit/typus_test.rb&quot;,
      &quot;test/unit/typus_user_roles_test.rb&quot;,
      &quot;test/unit/typus_user_test.rb&quot;,
-     &quot;test/vendor/active_record_test.rb&quot;,
      &quot;test/vendor/paginator_test.rb&quot;
   ]
 </diff>
      <filename>typus.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>08a254ebd655a7a13c0b3712d6cb89abfd731fe9</id>
    </parent>
  </parents>
  <author>
    <name>Francesc Esplugas</name>
    <email>francesc@intraducibles.com</email>
  </author>
  <url>http://github.com/fesplugas/typus/commit/372b5c923538b9ecc1cdfd74af6052f657ef2edc</url>
  <id>372b5c923538b9ecc1cdfd74af6052f657ef2edc</id>
  <committed-date>2009-11-02T22:40:35-08:00</committed-date>
  <authored-date>2009-11-02T22:40:35-08:00</authored-date>
  <message>Support for FCkeditor (Gaston Kleiman).</message>
  <tree>adb733139489a3a8a8063d38f4ea14637fe646db</tree>
  <committer>
    <name>Francesc Esplugas</name>
    <email>francesc@intraducibles.com</email>
  </committer>
</commit>
