diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 34662d429..233a2b308 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -2,6 +2,9 @@ class TagsController < ApplicationController before_filter :require_admin,:only => :show + #Added by nie + #before_filter :require_login,:only => :add_tag + #end include ProjectsHelper include IssuesHelper include UsersHelper diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 891842ea9..b586b313a 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1303,4 +1303,5 @@ module ApplicationHelper end html.html_safe end +#end end diff --git a/app/views/issues/_history.html.erb b/app/views/issues/_history.html.erb index 470a55acf..232632dc8 100644 --- a/app/views/issues/_history.html.erb +++ b/app/views/issues/_history.html.erb @@ -3,7 +3,8 @@