<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,7 +36,7 @@ class TagsController &lt; ApplicationController
 private
 
   def tags_in_project
-  	@tag_name = params[:id]
+  	@tag_name = CGI.unescape(params[:id])
   	@active_project = Project.find(params[:project_id]) rescue nil
     return if !verify_project
   	</diff>
      <filename>app/controllers/tags_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -71,7 +71,7 @@ module ApplicationHelper
     return '--' if tags.empty?
 
     tags.collect do |tag|
-      link_to h(tag), project_tag_path(object.project_id, tag)
+      link_to h(tag), project_tag_path(object.project_id, CGI.escape(tag))
     end.join(', ')
   end
 </diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@
     &lt;ul class=&quot;listWithDetails&quot;&gt;
 &lt;% is_public = @logged_user.member_of_owner? %&gt;
     &lt;% @tag_names.each do |tag| -%&gt;
-      &lt;li&gt;&lt;%= link_to h(tag.tag), project_tag_path(@active_project, tag.tag) %&gt; &lt;span class=&quot;desc&quot;&gt; - &lt;%= :tag_object_count.l_with_args(:count =&gt; Tag.count_by(tag.tag, @active_project, !@logged_user.member_of_owner?)) %&gt;&lt;/span&gt;&lt;/li&gt;
+      &lt;li&gt;&lt;%= link_to h(tag.tag), project_tag_path(@active_project, CGI.escape(tag.tag)) %&gt; &lt;span class=&quot;desc&quot;&gt; - &lt;%= :tag_object_count.l_with_args(:count =&gt; Tag.count_by(tag.tag, @active_project, !@logged_user.member_of_owner?)) %&gt;&lt;/span&gt;&lt;/li&gt;
     &lt;% end %&gt;
     &lt;/ul&gt;
   &lt;/div&gt;</diff>
      <filename>app/views/projects/_search_sidebar.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2e4aecde308780fff7b1e4912d4d469ae7af81f</id>
    </parent>
  </parents>
  <author>
    <name>jamesu</name>
    <email>jamesu@gmail.com</email>
  </author>
  <url>http://github.com/jamesu/railscollab/commit/00f71b6299e7340f79f0a994f050af7703f33f45</url>
  <id>00f71b6299e7340f79f0a994f050af7703f33f45</id>
  <committed-date>2009-11-08T04:54:06-08:00</committed-date>
  <authored-date>2009-11-08T04:54:06-08:00</authored-date>
  <message>Fix browsing tags with URL characters. Closes #gh-24</message>
  <tree>c5122322f3a1218a8bebe54990791c8ee28b5678</tree>
  <committer>
    <name>jamesu</name>
    <email>jamesu@gmail.com</email>
  </committer>
</commit>
