1
|
|
2
|
|
3
|
Processing WelcomeController#index (for 172.27.144.4 at 2010-11-26 18:53:32) [GET]
|
4
|
Parameters: {"action"=>"index", "controller"=>"welcome"}
|
5
|
Rendering template within layouts/base
|
6
|
Rendering welcome/index
|
7
|
Completed in 286ms (View: 219, DB: 25) | 200 OK [http://10.10.110.89/redmine/]
|
8
|
|
9
|
|
10
|
Processing ProjectsController#index (for 172.27.144.4 at 2010-11-26 18:53:34) [GET]
|
11
|
Parameters: {"action"=>"index", "controller"=>"projects"}
|
12
|
Rendering template within layouts/base
|
13
|
Rendering projects/index
|
14
|
Completed in 398ms (View: 341, DB: 19) | 200 OK [http://10.10.110.89/redmine/projects]
|
15
|
|
16
|
|
17
|
Processing ProjectsController#new (for 172.27.144.4 at 2010-11-26 18:53:37) [GET]
|
18
|
Parameters: {"action"=>"new", "controller"=>"projects"}
|
19
|
Rendering template within layouts/base
|
20
|
Rendering projects/new
|
21
|
Completed in 377ms (View: 335, DB: 13) | 200 OK [http://10.10.110.89/redmine/projects/new]
|
22
|
|
23
|
|
24
|
Processing ProjectsController#create (for 172.27.144.4 at 2010-11-26 18:53:44) [POST]
|
25
|
Parameters: {"enabled_modules"=>["issue_tracking", "news", "documents", "files", "repository", "boards"], "commit"=>"Speichern", "action"=>"create", "authenticity_token"=>"/XJIIWKB6UkZvWzO82qoo8qA4EAbbsuJwvSBE0RUB9I=", "project"=>{"issue_custom_field_ids"=>[""], "name"=>"Test", "tracker_ids"=>["3", "7", "4", "10", "5", "11", "8", "6", ""], "homepage"=>"", "parent_id"=>"", "is_public"=>"0", "description"=>"", "identifier"=>""}, "controller"=>"projects"}
|
26
|
Rendering template within layouts/base
|
27
|
Rendering projects/new
|
28
|
Completed in 417ms (View: 359, DB: 12) | 200 OK [http://10.10.110.89/redmine/projects/new]
|
29
|
|
30
|
|
31
|
Processing ProjectsController#create (for 172.27.144.4 at 2010-11-26 18:53:53) [POST]
|
32
|
Parameters: {"enabled_modules"=>["issue_tracking", "news", "documents", "files", "repository", "boards"], "commit"=>"Speichern", "action"=>"create", "authenticity_token"=>"/XJIIWKB6UkZvWzO82qoo8qA4EAbbsuJwvSBE0RUB9I=", "project"=>{"issue_custom_field_ids"=>[""], "name"=>"Test", "tracker_ids"=>["3", "7", "4", "10", "5", "11", "8", "6", ""], "homepage"=>"test", "parent_id"=>"", "is_public"=>"0", "description"=>"", "identifier"=>"test"}, "controller"=>"projects"}
|
33
|
Redirected to http://10.10.110.89/redmine/projects/test/settings
|
34
|
Completed in 144ms (DB: 46) | 302 Found [http://10.10.110.89/redmine/projects/new]
|
35
|
|
36
|
|
37
|
Processing ProjectsController#settings (for 172.27.144.4 at 2010-11-26 18:53:53) [GET]
|
38
|
Parameters: {"action"=>"settings", "id"=>"test", "controller"=>"projects"}
|
39
|
Rendering template within layouts/base
|
40
|
Rendering projects/settings
|
41
|
Completed in 382ms (View: 318, DB: 40) | 200 OK [http://10.10.110.89/redmine/projects/test/settings]
|
42
|
|
43
|
|
44
|
Processing IssuesController#index (for 172.27.144.4 at 2010-11-26 18:53:56) [GET]
|
45
|
Parameters: {"project_id"=>"test", "action"=>"index", "controller"=>"issues"}
|
46
|
Rendering template within layouts/base
|
47
|
Rendering issues/index.rhtml
|
48
|
Completed in 530ms (View: 430, DB: 22) | 200 OK [http://10.10.110.89/redmine/projects/test/issues]
|
49
|
|
50
|
|
51
|
Processing AdminController#index (for 172.27.144.4 at 2010-11-26 18:53:59) [GET]
|
52
|
Parameters: {"action"=>"index", "controller"=>"admin"}
|
53
|
Rendering template within layouts/admin
|
54
|
Rendering admin/index
|
55
|
Completed in 148ms (View: 129, DB: 3) | 200 OK [http://10.10.110.89/redmine/admin]
|
56
|
|
57
|
|
58
|
Processing ProjectsController#index (for 172.27.144.4 at 2010-11-26 18:54:01) [GET]
|
59
|
Parameters: {"action"=>"index", "controller"=>"projects"}
|
60
|
Rendering template within layouts/base
|
61
|
Rendering projects/index
|
62
|
Completed in 330ms (View: 311, DB: 10) | 200 OK [http://10.10.110.89/redmine/projects]
|
63
|
|
64
|
|
65
|
Processing IssuesController#index (for 172.27.144.4 at 2010-11-26 18:54:03) [GET]
|
66
|
Parameters: {"action"=>"index", "controller"=>"issues"}
|
67
|
Rendering template within layouts/base
|
68
|
Rendering issues/index.rhtml
|
69
|
|
70
|
ActionView::TemplateError (undefined method `-' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml:
|
71
|
13: </tr></thead>
|
72
|
14: <% previous_group = false %>
|
73
|
15: <tbody>
|
74
|
16: <% issue_list(issues) do |issue, level| -%>
|
75
|
17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %>
|
76
|
18: <% reset_cycle %>
|
77
|
19: <tr class="group open">
|
78
|
|
79
|
app/helpers/issues_helper.rb:28:in `issue_list'
|
80
|
app/helpers/issues_helper.rb:23:in `each'
|
81
|
app/helpers/issues_helper.rb:23:in `issue_list'
|
82
|
app/views/issues/_list.rhtml:16
|
83
|
app/views/issues/_list.rhtml:1:in `_run_rhtml_app47views47issues47_list46rhtml_locals_issues_list_object_query'
|
84
|
app/views/issues/index.rhtml:63:in `_run_rhtml_app47views47issues47index46rhtml'
|
85
|
app/controllers/issues_controller.rb:84
|
86
|
app/controllers/issues_controller.rb:83:in `index'
|
87
|
|
88
|
Rendering /opt/bitnami/apps/redmine/public/500.html (500 Internal Server Error)
|