Started GET "/projects/ecookbook/repository/changes/subversion_test/helloworld.c" for 127.0.0.1 at 2018-01-05 03:17:42 +0000 Processing by RepositoriesController#changes as HTML Parameters: {"id"=>"ecookbook", "path"=>"subversion_test/helloworld.c"} SQL (12.0ms) UPDATE "tokens" SET "updated_on" = '2018-01-05 03:17:42.114666' WHERE "tokens"."user_id" = ? AND "tokens"."value" = ? AND "tokens"."action" = ? [["user_id", 1], ["value", "cef3f583e65974e60c841862560eb6315f6de06a"], ["action", "session"]] (0.2ms) SELECT MAX("settings"."updated_on") FROM "settings" User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."type" IN ('User', 'AnonymousUser') AND "users"."status" = ? AND "users"."id" = ? LIMIT ? [["status", 1], ["id", 1], ["LIMIT", 1]] Current user: admin (id=1) Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."identifier" = ? LIMIT ? [["identifier", "ecookbook"], ["LIMIT", 1]] Repository Load (0.3ms) SELECT "repositories".* FROM "repositories" WHERE "repositories"."project_id" = ? AND "repositories"."is_default" = ? LIMIT ? [["project_id", 1], ["is_default", "t"], ["LIMIT", 1]] (0.2ms) SELECT "enabled_modules"."name" FROM "enabled_modules" WHERE "enabled_modules"."project_id" = ? [["project_id", 1]] Shelling out: 'svn' list --xml 'file:////Users/maeda/redmines/redmine-trunk/tmp/test/subversion_repository/subversion_test'@HEAD --no-auth-cache --non-interactive Found 5 entries in the repository for 'file:////Users/maeda/redmines/redmine-trunk/tmp/test/subversion_repository/subversion_test' Shelling out: 'svn' log --xml -r HEAD:1 --no-auth-cache --non-interactive --limit 100 'file:////Users/maeda/redmines/redmine-trunk/tmp/test/subversion_repository/subversion_test/helloworld.c' Changeset Load (0.4ms) SELECT "changesets".* FROM "changesets" WHERE "changesets"."repository_id" = ? AND "changesets"."revision" IN ('8', '4') ORDER BY committed_on DESC [["repository_id", 10]] Repository Load (0.2ms) SELECT "repositories".* FROM "repositories" WHERE "repositories"."id" = 10 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."type" IN ('User', 'AnonymousUser') AND "users"."id" = 3 Shelling out: 'svn' proplist --verbose --xml 'file:////Users/maeda/redmines/redmine-trunk/tmp/test/subversion_repository/subversion_test/helloworld.c'@HEAD --no-auth-cache --non-interactive Rendering repositories/changes.html.erb within layouts/base Rendered repositories/_navigation.html.erb (7.0ms) Rendered repositories/_breadcrumbs.html.erb (3.2ms) Rendered common/_tabs.html.erb (6.0ms) Rendered repositories/_link_to_functions.html.erb (8.2ms) Project Load (0.3ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] UserPreference Load (0.2ms) SELECT "user_preferences".* FROM "user_preferences" WHERE "user_preferences"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Issue Load (0.3ms) SELECT "issues".* FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" WHERE (projects.status <> 9 AND EXISTS (SELECT 1 AS one FROM enabled_modules em WHERE em.project_id = projects.id AND em.name='issue_tracking')) AND "issues"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] IssuePriority Load (0.2ms) SELECT "enumerations".* FROM "enumerations" WHERE "enumerations"."type" IN ('IssuePriority') AND "enumerations"."id" = ? ORDER BY "enumerations"."position" ASC LIMIT ? [["id", 5], ["LIMIT", 1]] IssueStatus Load (0.2ms) SELECT "issue_statuses".* FROM "issue_statuses" WHERE "issue_statuses"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Group Load (0.3ms) SELECT "users".* FROM "users" INNER JOIN "groups_users" ON "users"."id" = "groups_users"."group_id" WHERE "users"."type" IN ('Group', 'GroupBuiltin', 'GroupAnonymous', 'GroupNonMember') AND "groups_users"."user_id" = ? [["user_id", 1]] Tracker Load (0.2ms) SELECT "trackers".* FROM "trackers" WHERE "trackers"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendered repositories/_revisions.html.erb (30.3ms) Token Load (0.2ms) SELECT "tokens".* FROM "tokens" WHERE "tokens"."user_id" = ? AND (action='feeds') LIMIT ? [["user_id", 1], ["LIMIT", 1]] Rendered repositories/changes.html.erb within layouts/base (61.8ms) Completed 500 Internal Server Error in 177ms (ActiveRecord: 15.9ms) ActionView::Template::Error (unable to convert unpermitted parameters to hash): 22: <% end %> 23: 24: <% other_formats_links do |f| %> 25: <%= f.link_to 'Atom', :url => params.merge({:key => User.current.rss_key}) %> 26: <% end %> 27: 28: <% html_title(l(:label_change_plural)) -%> lib/redmine/views/other_formats_builder.rb:26:in `merge' lib/redmine/views/other_formats_builder.rb:26:in `link_to' app/views/repositories/changes.html.erb:25:in `block in _app_views_repositories_changes_html_erb___3745583827616173410_70126154703040' app/helpers/application_helper.rb:526:in `other_formats_links' app/views/repositories/changes.html.erb:24:in `_app_views_repositories_changes_html_erb___3745583827616173410_70126154703040' lib/redmine/sudo_mode.rb:63:in `sudo_mode'