Revision 442:753f1380d6bc config/.svn

View differences:

config/.svn/all-wcprops
1 1
K 25
2 2
svn:wc:ra_dav:version-url
3
V 31
4
/svn/!svn/ver/4955/trunk/config
5
END
6
settings.yml
7
K 25
8
svn:wc:ra_dav:version-url
9
V 44
10
/svn/!svn/ver/4513/trunk/config/settings.yml
11
END
12
configuration.yml.example
13
K 25
14
svn:wc:ra_dav:version-url
15
V 57
16
/svn/!svn/ver/4950/trunk/config/configuration.yml.example
3
V 45
4
/svn/!svn/ver/5998/branches/1.2-stable/config
17 5
END
18 6
routes.rb
19 7
K 25
20 8
svn:wc:ra_dav:version-url
21
V 41
22
/svn/!svn/ver/4729/trunk/config/routes.rb
23
END
24
boot.rb
25
K 25
26
svn:wc:ra_dav:version-url
27
V 39
28
/svn/!svn/ver/4516/trunk/config/boot.rb
9
V 55
10
/svn/!svn/ver/5878/branches/1.2-stable/config/routes.rb
29 11
END
30 12
environment.rb
31 13
K 25
32 14
svn:wc:ra_dav:version-url
33
V 46
34
/svn/!svn/ver/4904/trunk/config/environment.rb
15
V 60
16
/svn/!svn/ver/5878/branches/1.2-stable/config/environment.rb
35 17
END
36
additional_environment.rb.example
37
K 25
38
svn:wc:ra_dav:version-url
39
V 65
40
/svn/!svn/ver/3018/trunk/config/additional_environment.rb.example
41
END
42
database.yml.example
43
K 25
44
svn:wc:ra_dav:version-url
45
V 52
46
/svn/!svn/ver/4753/trunk/config/database.yml.example
47
END
config/.svn/entries
1 1
10
2 2

  
3 3
dir
4
4993
5
http://redmine.rubyforge.org/svn/trunk/config
4
6000
5
http://redmine.rubyforge.org/svn/branches/1.2-stable/config
6 6
http://redmine.rubyforge.org/svn
7 7

  
8 8

  
9 9

  
10
2011-02-27T13:43:18.863191Z
11
4955
12
jplang
10
2011-06-02T08:26:02.080563Z
11
5998
12
tmaruyama
13 13
has-props
14 14

  
15 15

  
......
32 32

  
33 33

  
34 34

  
35
2011-03-03T11:05:14.000000Z
35
2011-06-06T13:14:59.000000Z
36 36
0f6fe2db3317d8b40af42a6d534da87e
37 37
2010-12-15T21:18:06.237327Z
38 38
4513
......
66 66

  
67 67

  
68 68

  
69
2011-03-03T11:40:18.000000Z
69
2011-06-06T13:14:59.000000Z
70 70
69243d1b5b9b111da631c7034d51ba71
71 71
2011-02-26T13:09:25.657748Z
72 72
4950
......
103 103

  
104 104

  
105 105

  
106
2011-03-03T11:05:14.000000Z
107
b03599e0dc8d0a6b03c3173864eb57bd
108
2011-01-16T15:23:11.666065Z
109
4729
110
jplang
106
2011-06-06T13:20:53.000000Z
107
f1eebe0f75a51707ede6d40175e2f15c
108
2011-04-04T11:53:29.801553Z
109
5313
110
tmaruyama
111 111
has-props
112 112

  
113 113

  
......
129 129

  
130 130

  
131 131

  
132
14402
132
15093
133 133

134 134
boot.rb
135 135
file
......
137 137

  
138 138

  
139 139

  
140
2011-03-03T11:05:14.000000Z
140
2011-06-06T13:14:59.000000Z
141 141
2969e2a7b5ab1b2a014b5f0c94bac872
142 142
2010-12-17T08:34:29.830642Z
143 143
4516
......
174 174

  
175 175

  
176 176

  
177
2011-03-03T11:40:18.000000Z
178
cc9c7d7f9a4bd800d2c4a8737147e4c3
179
2011-02-21T11:02:18.659691Z
180
4904
177
2011-06-06T13:20:53.000000Z
178
e67b4e0a2d4ca847d47fa960eeb2a55d
179
2011-03-04T14:32:58.878627Z
180
5003
181 181
jplang
182 182
has-props
183 183

  
......
200 200

  
201 201

  
202 202

  
203
2553
203
2572
204 204

205 205
environments
206 206
dir
......
211 211

  
212 212

  
213 213

  
214
2011-03-03T11:05:14.000000Z
214
2011-06-06T13:14:59.000000Z
215 215
6b63489cdd262e653712af1aa96cd390
216 216
2009-11-08T02:16:42.659918Z
217 217
3018
......
245 245

  
246 246

  
247 247

  
248
2011-03-03T11:05:14.000000Z
248
2011-06-06T13:14:59.000000Z
249 249
f33e1e1bf73ba5d10ef3a6f170da3088
250 250
2011-01-23T10:25:48.265995Z
251 251
4753
config/.svn/text-base/environment.rb.svn-base
36 36
  
37 37
  # Activate observers that should always be running
38 38
  # config.active_record.observers = :cacher, :garbage_collector
39
  config.active_record.observers = :message_observer, :issue_observer, :journal_observer, :news_observer, :document_observer, :wiki_content_observer
39
  config.active_record.observers = :message_observer, :issue_observer, :journal_observer, :news_observer, :document_observer, :wiki_content_observer, :comment_observer
40 40

  
41 41
  # Make Active Record use UTC-base instead of local time
42 42
  # config.active_record.default_timezone = :utc
config/.svn/text-base/routes.rb.svn-base
14 14
  map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow'
15 15
  map.connect 'help/:ctrl/:page', :controller => 'help'
16 16

  
17
  map.connect 'projects/:project_id/time_entries/report', :controller => 'time_entry_reports', :action => 'report'
18 17
  map.with_options :controller => 'time_entry_reports', :action => 'report',:conditions => {:method => :get} do |time_report|
18
    time_report.connect 'projects/:project_id/issues/:issue_id/time_entries/report'
19
    time_report.connect 'projects/:project_id/issues/:issue_id/time_entries/report.:format'
20
    time_report.connect 'projects/:project_id/time_entries/report'
21
    time_report.connect 'projects/:project_id/time_entries/report.:format'
19 22
    time_report.connect 'time_entries/report'
20 23
    time_report.connect 'time_entries/report.:format'
21
    time_report.connect 'projects/:project_id/time_entries/report.:format'
22 24
  end
23 25

  
26
  map.bulk_edit_time_entry 'time_entries/bulk_edit',
27
                   :controller => 'timelog', :action => 'bulk_edit', :conditions => { :method => :get }
28
  map.bulk_update_time_entry 'time_entries/bulk_edit',
29
                   :controller => 'timelog', :action => 'bulk_update', :conditions => { :method => :post }
30
  map.time_entries_context_menu '/time_entries/context_menu',
31
                   :controller => 'context_menus', :action => 'time_entries'
24 32
  # TODO: wasteful since this is also nested under issues, projects, and projects/issues
25 33
  map.resources :time_entries, :controller => 'timelog'
26 34
  
......
80 88
  map.quoted_issue '/issues/:id/quoted', :controller => 'journals', :action => 'new', :id => /\d+/, :conditions => { :method => :post }
81 89
  map.connect '/issues/:id/destroy', :controller => 'issues', :action => 'destroy', :conditions => { :method => :post } # legacy
82 90

  
83
  map.resource :gantt, :path_prefix => '/issues', :controller => 'gantts', :only => [:show, :update]
84
  map.resource :gantt, :path_prefix => '/projects/:project_id/issues', :controller => 'gantts', :only => [:show, :update]
85
  map.resource :calendar, :path_prefix => '/issues', :controller => 'calendars', :only => [:show, :update]
86
  map.resource :calendar, :path_prefix => '/projects/:project_id/issues', :controller => 'calendars', :only => [:show, :update]
91
  map.with_options :controller => 'gantts', :action => 'show' do |gantts_routes|
92
    gantts_routes.connect '/projects/:project_id/issues/gantt'
93
    gantts_routes.connect '/projects/:project_id/issues/gantt.:format'
94
    gantts_routes.connect '/issues/gantt.:format'
95
  end
96
  
97
  map.with_options :controller => 'calendars', :action => 'show' do |calendars_routes|
98
    calendars_routes.connect '/projects/:project_id/issues/calendar'
99
    calendars_routes.connect '/issues/calendar'
100
  end
87 101

  
88 102
  map.with_options :controller => 'reports', :conditions => {:method => :get} do |reports|
89 103
    reports.connect 'projects/:id/issues/report', :action => 'issue_report'
......
215 229
  map.resources :groups
216 230
  
217 231
  #left old routes at the bottom for backwards compat
232
  map.connect 'projects/:project_id/queries/:action', :controller => 'queries'
218 233
  map.connect 'projects/:project_id/issues/:action', :controller => 'issues'
219 234
  map.connect 'projects/:project_id/documents/:action', :controller => 'documents'
220 235
  map.connect 'projects/:project_id/boards/:action/:id', :controller => 'boards'

Also available in: Unified diff