]> source.dussan.org Git - redmine.git/commit
Deprecate and rename rss_* methods to atom_* methods (#15118).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sat, 19 Mar 2022 09:56:46 +0000 (09:56 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sat, 19 Mar 2022 09:56:46 +0000 (09:56 +0000)
commitf286a6044be49b88b067f89072618aecc7164caa
tree6359dfe601c787be72932e98a862f5b99e98d11f
parent65a91d13a0ef8a08f2cb118ea0bda716910db6a9
Deprecate and rename rss_* methods to atom_* methods (#15118).

Patch by Mischa The Evil and Marius BÄ‚LTEANU

git-svn-id: http://svn.redmine.org/redmine/trunk@21467 e93f8b46-1217-0410-a6f0-8f06a7374b81
36 files changed:
app/controllers/activities_controller.rb
app/controllers/application_controller.rb
app/controllers/boards_controller.rb
app/controllers/issues_controller.rb
app/controllers/journals_controller.rb
app/controllers/my_controller.rb
app/controllers/news_controller.rb
app/controllers/projects_controller.rb
app/controllers/repositories_controller.rb
app/controllers/timelog_controller.rb
app/models/anonymous_user.rb
app/models/user.rb
app/views/activities/index.html.erb
app/views/boards/index.html.erb
app/views/boards/show.html.erb
app/views/issues/index.html.erb
app/views/issues/show.html.erb
app/views/journals/index.builder
app/views/my/_sidebar.html.erb
app/views/my/blocks/_issues.erb
app/views/news/index.html.erb
app/views/projects/index.html.erb
app/views/projects/show.html.erb
app/views/repositories/revisions.html.erb
app/views/repositories/show.html.erb
app/views/timelog/index.html.erb
app/views/users/show.html.erb
app/views/welcome/index.html.erb
app/views/wiki/date_index.html.erb
app/views/wiki/index.html.erb
config/routes.rb
test/functional/journals_controller_test.rb
test/functional/my_controller_test.rb
test/integration/application_test.rb
test/integration/routing/my_test.rb
test/unit/user_test.rb