<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,11 +4,6 @@ TODO
 Flexitypes
 ----------
 
-
-- Video Type
-  - Model
-  - Forms
-
 - Security for uploading assets
 - Ensure the proper transmission of styles for assets
   - Sane behavior in case of error</diff>
      <filename>TODOS</filename>
    </modified>
    <modified>
      <diff>@@ -1,19 +1,3 @@
 class Video &lt; Asset
   belongs_to :collection
-  
-  has_attached_file :file,
-    :path =&gt; &quot;:rails_root/public/system/assets/:class/:id/:filename&quot;,
-    :url  =&gt;                   &quot;/system/assets/:class/:id/:filename&quot;
-
-  has_attached_file :posterframe,
-    :path =&gt; &quot;:rails_root/public/system/assets/:class/:id/:style.:extension&quot;,
-    :url  =&gt;                   &quot;/system/assets/:class/:id/:style.:extension&quot;,
-    :styles =&gt; lambda { |attachment|
-                  if attachment.instance.vrame_styles.is_a? Hash
-                    Image::DEFAULT_STYLES.merge(attachment.instance.vrame_styles)
-                  else
-                    Image::DEFAULT_STYLES
-                  end
-                },
-    :convert_options =&gt; { :all =&gt; &quot;-quality 80 -colorspace RGB -strip&quot; }
 end</diff>
      <filename>app/models/video.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;% field = nil unless defined?(field) %&gt;
 &lt;% visible_type = field ? /([a-zA-z]+)$/.match(field.class.name)[1] : '' %&gt;
-&lt;% class_name = (field and %w(Asset Video Collection Select MultiSelect).include?(visible_type) ? ' has-field-options' : '') %&gt;
+&lt;% class_name = (field and %w(Asset Collection Select MultiSelect).include?(visible_type) ? ' has-field-options' : '') %&gt;
 
 &lt;tr class=&quot;schema-field&lt;%= class_name %&gt;&quot;&gt;
 
@@ -42,7 +42,7 @@
 &lt;/tr&gt;
 
 &lt;%# Field options %&gt;
-&lt;% if field.is_a?(JsonObject::Types::Asset) || field.is_a?(JsonObject::Types::Collection) || field.is_a?(JsonObject::Types::Video) %&gt;
+&lt;% if field.is_a?(JsonObject::Types::Asset) || field.is_a?(JsonObject::Types::Collection) %&gt;
 	&lt;%= render :partial =&gt; 'vrame/categories/schema_builder/asset_styles', :locals =&gt; { :field =&gt; field } %&gt;
 &lt;% elsif field.is_a?(JsonObject::Types::Select) || field.is_a?(JsonObject::Types::MultiSelect) %&gt;
 	&lt;%= render :partial =&gt; 'vrame/categories/schema_builder/select_options', :locals =&gt; { :field =&gt; field } %&gt;</diff>
      <filename>app/views/vrame/categories/schema_builder/_schema_field.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -12,4 +12,3 @@ require 'jsonobject/types/bool'
 require 'jsonobject/types/asset'
 require 'jsonobject/types/collection'
 require 'jsonobject/types/placemark'
-require 'jsonobject/types/video'</diff>
      <filename>lib/jsonobject/types.rb</filename>
    </modified>
    <modified>
      <diff>@@ -90,12 +90,6 @@ jQuery(function ($) {
 			optionPrototype : 'li:first',
 			optionTarget    : 'ul:first'
 		},
-		'JsonObject::Types::Video' : {
-			rowPrototype    : '#asset-styles-prototype tr',
-			optionButton    : 'a.add-asset-style',
-			optionPrototype : 'li:first',
-			optionTarget    : 'ul:first'
-		},
 		'JsonObject::Types::Collection' : {
 			rowPrototype    : '#asset-styles-prototype tr',
 			optionButton    : 'a.add-asset-style',</diff>
      <filename>public/vrame/javascripts/schema-builder.js</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>db/migrate/20091105150340_posterframe.rb</filename>
    </removed>
    <removed>
      <filename>lib/jsonobject/types/video.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>386edbb9c13443183f3f7531226fc8ebed697e0f</id>
    </parent>
  </parents>
  <author>
    <name>Jan Varwig</name>
    <email>jan@varwig.org</email>
  </author>
  <url>http://github.com/sebastiandeutsch/vrame/commit/bbd2cede68cd3e30f925f0530928259fa2d76dcd</url>
  <id>bbd2cede68cd3e30f925f0530928259fa2d76dcd</id>
  <committed-date>2009-11-06T02:43:51-08:00</committed-date>
  <authored-date>2009-11-06T02:43:51-08:00</authored-date>
  <message>Reverted Videos</message>
  <tree>78ef44f0cdbd3eb5f47f2e0ea307b5c0e646c3ad</tree>
  <committer>
    <name>Jan Varwig</name>
    <email>jan@varwig.org</email>
  </committer>
</commit>
