<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,7 +32,8 @@ class ApplicationController &lt; ActionController::Base
     return true if @user
 
     public = {:people =&gt; [:login, :logout, :validate, :new, :register, 
-                          :request_passwd, :recover, :profile, :claim_invite],
+                          :request_passwd, :recover, :profile, :claim_invite,
+                          :get_photo],
       :conferences =&gt; [:index, :list, :show, :proposals, :rss],
       :proposals =&gt; [:index, :list, :show, :by_author, :get_document],
       :logos =&gt; [:data, :thumb, :medium]}</diff>
      <filename>app/controllers/application.rb</filename>
    </modified>
    <modified>
      <diff>@@ -297,7 +297,7 @@ class PeopleController &lt; ApplicationController
 
   def check_auth
     public = [:login, :validate, :new, :register, :request_passwd,
-              :claim_invite]
+              :claim_invite, :get_photo]
     return true if public.include? request.path_parameters['action'].to_sym
   end
 </diff>
      <filename>app/controllers/people_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e627718335077f62f93ead04722621337f988f96</id>
    </parent>
  </parents>
  <author>
    <name>Gunnar Wolf</name>
    <email>gwolf@gwolf.org</email>
  </author>
  <url>http://github.com/gwolf/comas/commit/bfee395168102f94a3f4d6bb3f15339adee8ffa4</url>
  <id>bfee395168102f94a3f4d6bb3f15339adee8ffa4</id>
  <committed-date>2009-10-01T09:35:17-07:00</committed-date>
  <authored-date>2009-10-01T09:35:17-07:00</authored-date>
  <message>Had not set up the person photo to be public (linked from public profile). Fixed.</message>
  <tree>4fb43050141fe5856dd60ac2ef67fb1c23b10978</tree>
  <committer>
    <name>Gunnar Wolf</name>
    <email>gwolf@gwolf.org</email>
  </committer>
</commit>
