summaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-04-13 19:41:05 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-04-13 19:41:05 +0000
commitef2c5cab2d44d4d5364c666c1d0c4bd3ea676189 (patch)
treeb9e02e3fda793d15f73d72d73797351242f72af2 /app/controllers
parentdee6f6b138855ac74ce586a5390d59cd2c52c6c6 (diff)
downloadredmine-ef2c5cab2d44d4d5364c666c1d0c4bd3ea676189.tar.gz
redmine-ef2c5cab2d44d4d5364c666c1d0c4bd3ea676189.zip
Merged r9392 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9393 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/application_controller.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index bf62d7ff2..ec2f983f6 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -364,18 +364,6 @@ class ApplicationController < ActionController::Base
:content_type => 'application/atom+xml'
end
- # TODO: remove in Redmine 1.4
- def self.accept_key_auth(*actions)
- ActiveSupport::Deprecation.warn "ApplicationController.accept_key_auth is deprecated and will be removed in Redmine 1.4. Use accept_rss_auth (or accept_api_auth) instead."
- accept_rss_auth(*actions)
- end
-
- # TODO: remove in Redmine 1.4
- def accept_key_auth_actions
- ActiveSupport::Deprecation.warn "ApplicationController.accept_key_auth_actions is deprecated and will be removed in Redmine 1.4. Use accept_rss_auth (or accept_api_auth) instead."
- self.class.accept_rss_auth
- end
-
def self.accept_rss_auth(*actions)
if actions.any?
write_inheritable_attribute('accept_rss_auth_actions', actions)