Переглянути джерело

Merged r9392 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9393 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.4.0
Jean-Philippe Lang 12 роки тому
джерело
коміт
ef2c5cab2d
1 змінених файлів з 0 додано та 12 видалено
  1. 0
    12
      app/controllers/application_controller.rb

+ 0
- 12
app/controllers/application_controller.rb Переглянути файл

:content_type => 'application/atom+xml' :content_type => 'application/atom+xml'
end 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) def self.accept_rss_auth(*actions)
if actions.any? if actions.any?
write_inheritable_attribute('accept_rss_auth_actions', actions) write_inheritable_attribute('accept_rss_auth_actions', actions)

Завантаження…
Відмінити
Зберегти