From frederic at de-villamil.com Thu Sep 1 15:09:05 2011 From: frederic at de-villamil.com (Frederic de Villamil) Date: Thu, 1 Sep 2011 21:09:05 +0200 Subject: [typo] [ANN] 6.0.9 secutiry fix. Message-ID: <208A7631-14B3-48B1-9E74-2E3293CC8E5E@de-villamil.com> Hi list, not sure anyone's here anymore, but we've pushed 6.0.9 for Rails 3.0.10. This is a major security fix coming with a few other fixes. More on our release note http://blog.typosphere.org/typo-6-0-9-for-rails-3-0-10-security-fixes.html Cheers, Fr?d?ric -- Fr?d?ric de Villamil "What's mine is mine. What's yours is still unsetteled" ? Go player proverb frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From henry74 at gmail.com Mon Sep 26 20:10:35 2011 From: henry74 at gmail.com (henry74) Date: Mon, 26 Sep 2011 19:10:35 -0500 Subject: [typo] errors with latest typo blog v 6.0.9 Message-ID: I downloaded the latest version and attempted to upgrade from 6.0.4. I've tried it on both 1.8.7 and 1.9.2 and I've gotten similar but different errors related to YAML. See below: Ruby 1.8.7 ActionView::Template::Error (undefined method `empty?' for #): 1: <% if article.password.nil? or article.password.empty? %> 2: <%= render 'articles/article_content', { :article => article } %> 3: <% else %> 4: <%= render 'articles/password_form', { :article => article } %> app/views/articles/_protected_article_content.html.erb:1:in `_app_views_articles__protected_article_content_html_erb___984258178__622293848_3709598' app/controllers/articles_controller.rb:211:in `render_paginated_index' app/controllers/articles_controller.rb:38:in `index' app/controllers/articles_controller.rb:37:in `index' Ruby 1.9.2 ActionView::Template::Error (undefined method `empty?' for #): 1: <% if article.password.nil? or article.password.empty? %> 2: <%= render 'articles/article_content', { :article => article } %> 3: <% else %> 4: <%= render 'articles/password_form', { :article => article } %> app/views/articles/_protected_article_content.html.erb:1:in `_app_views_articles__protected_article_content_html_erb__815734403_99983130_96183190' app/controllers/articles_controller.rb:211:in `render_paginated_index' app/controllers/articles_controller.rb:38:in `block (2 levels) in index' app/controllers/articles_controller.rb:37:in `index' Thoughts? From matijs at matijs.net Thu Sep 29 04:26:19 2011 From: matijs at matijs.net (Matijs van Zuijlen) Date: Thu, 29 Sep 2011 13:56:19 +0530 Subject: [typo] errors with latest typo blog v 6.0.9 In-Reply-To: References: Message-ID: <4E842BAB.4020208@matijs.net> Hi, Just FYI, this has now been entered as an issue on GitHub: https://github.com/fdv/typo/issues/48 Regards, Matijs On 27/09/2011 05:40, henry74 wrote: > I downloaded the latest version and attempted to upgrade from 6.0.4. > I've tried it on both 1.8.7 and 1.9.2 and I've gotten similar but > different errors related to YAML. See below: > > Ruby 1.8.7 > > ActionView::Template::Error (undefined method `empty?' for > #): > 1:<% if article.password.nil? or article.password.empty? %> > 2:<%= render 'articles/article_content', { :article => article } %> > 3:<% else %> > 4:<%= render 'articles/password_form', { :article => article } %> > app/views/articles/_protected_article_content.html.erb:1:in > `_app_views_articles__protected_article_content_html_erb___984258178__622293848_3709598' > app/controllers/articles_controller.rb:211:in `render_paginated_index' > app/controllers/articles_controller.rb:38:in `index' > app/controllers/articles_controller.rb:37:in `index' > > > Ruby 1.9.2 > > > ActionView::Template::Error (undefined method `empty?' for > #): > 1:<% if article.password.nil? or article.password.empty? %> > 2:<%= render 'articles/article_content', { :article => article } %> > 3:<% else %> > 4:<%= render 'articles/password_form', { :article => article } %> > app/views/articles/_protected_article_content.html.erb:1:in > `_app_views_articles__protected_article_content_html_erb__815734403_99983130_96183190' > app/controllers/articles_controller.rb:211:in `render_paginated_index' > app/controllers/articles_controller.rb:38:in `block (2 levels) in index' > app/controllers/articles_controller.rb:37:in `index' > > > Thoughts? > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list