<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/videos/_tags.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,6 @@ class Member::VideosController &lt; Member::BaseController
   end
 
   def create
-    debugger
     @video = current_user.videos.new(params[:videometada])
     if @video.save
       flash[:ok] = I18n.t(&quot;tog_videos.member.new_video_created&quot;)</diff>
      <filename>app/controllers/member/videos_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,9 +7,11 @@ class Videometadata &lt; ActiveRecord::Base
   belongs_to :user
 
   seo_urls
-	acts_as_commentable
-  acts_as_taggable	
-  acts_as_rateable :average =&gt; true	
+  acts_as_commentable
+  acts_as_taggable  
+  acts_as_rateable :average =&gt; true
+  
+  record_activity_of :user  
   
   validates_presence_of :title, :url
 </diff>
      <filename>app/models/videometadata.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,4 +13,4 @@ Tog::Plugins.helpers Videos::VideosHelper
 Tog::Interface.sections(:site).add &quot;Videos&quot;, &quot;/videos&quot;     
 Tog::Interface.sections(:member).add &quot;Videos&quot;, &quot;/member/videos&quot;     
 
-Tog::Search.sources &lt;&lt; &quot;Videometadata&quot;     
+Tog::Search.sources &lt;&lt; &quot;Videometadata&quot;</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,12 @@ en:
       url : URL
       tags: Tags
       tags_explanation: Separated by ,
-      created_by : Created by    
+      created_by : Created by
+    public:
+      videos:
+        tags:
+          tags: Tags
+          no_tags_associated: No tags associated              
     member:
       new_video_error: Some error prohibited to save this video      
       new_video_created : New video has been created</diff>
      <filename>locale/tog_videos.yml</filename>
    </modified>
    <modified>
      <diff>@@ -11,6 +11,11 @@ es:
       tags: Etiquetas
       tags_explanation: Separados por ,      
       created_by : Creado por
+    public:
+      videos:
+        tags:
+          tags: Etiquetas
+          no_tags_associated: No contiene etiquetas
     member:
       new_video_error: Ha ocurrido un error mientras intentaba subir el video
       new_video_created : Nuevo video creado</diff>
      <filename>locale/tog_videos_es.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3efdc74434b6b83666ca39d8626c2f4e6e66906d</id>
    </parent>
  </parents>
  <author>
    <name>Alberto Molpeceres</name>
    <email>alberto.molpeceres@gmail.com</email>
  </author>
  <url>http://github.com/molpe/tog_videos/commit/e83ac23e3e3a0ff730353dbc0cab15f58a883bb2</url>
  <id>e83ac23e3e3a0ff730353dbc0cab15f58a883bb2</id>
  <committed-date>2009-05-14T04:29:17-07:00</committed-date>
  <authored-date>2009-05-14T04:29:17-07:00</authored-date>
  <message>models searchable and some translations</message>
  <tree>fbe124ab2e81d59811e15d1ae061d166164407f4</tree>
  <committer>
    <name>Alberto Molpeceres</name>
    <email>alberto.molpeceres@gmail.com</email>
  </committer>
</commit>
