-
Notifications
You must be signed in to change notification settings - Fork 7
/
Manifest.txt
265 lines (265 loc) · 7.2 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
History.txt
LICENSE
Manifest.txt
README.md
Rakefile
app
app/controllers
app/controllers/admin
app/controllers/admin/base_controller.rb
app/controllers/admin/functions_controller.rb
app/controllers/admin/priorities_controller.rb
app/controllers/admin/states_controller.rb
app/controllers/admin/users_controller.rb
app/controllers/application_controller.rb
app/controllers/milestones_controller.rb
app/controllers/projects_controller.rb
app/controllers/settings
app/controllers/settings/base_controller.rb
app/controllers/settings/project_members_controller.rb
app/controllers/ticket_updates_controller.rb
app/controllers/tickets_controller.rb
app/controllers/users_controller.rb
app/helpers
app/helpers/admin
app/helpers/admin/base_helper.rb
app/helpers/application_helper.rb
app/helpers/projects_helper.rb
app/helpers/settings
app/helpers/settings/base_helper.rb
app/helpers/tickets_helper.rb
app/models
app/models/attachment.rb
app/models/event.rb
app/models/function.rb
app/models/milestone.rb
app/models/priority.rb
app/models/project.rb
app/models/project_member.rb
app/models/state.rb
app/models/ticket.rb
app/models/ticket_update.rb
app/models/user.rb
app/models/user_mailer.rb
app/models/watcher.rb
app/plugins
app/uploaders
app/uploaders/attachment_uploader.rb
app/views
app/views/admin
app/views/admin/_sub_menu.html.haml
app/views/admin/functions
app/views/admin/functions/index.html.haml
app/views/admin/functions/new.html.haml
app/views/admin/priorities
app/views/admin/priorities/index.html.haml
app/views/admin/priorities/new.html.haml
app/views/admin/states
app/views/admin/states/index.html.haml
app/views/admin/states/new.html.haml
app/views/admin/users
app/views/admin/users/index.html.haml
app/views/admin/users/show.html.haml
app/views/confirmations
app/views/confirmations/new.html.erb
app/views/devise_mailer
app/views/devise_mailer/confirmation_instructions.html.erb
app/views/devise_mailer/reset_password_instructions.html.erb
app/views/devise_mailer/unlock_instructions.html.erb
app/views/exceptions
app/views/exceptions/not_acceptable.html.erb
app/views/exceptions/not_found.html.erb
app/views/exceptions/unauthenticated.html.erb
app/views/layouts
app/views/layouts/application.html.haml
app/views/layouts/login.html.haml
app/views/milestones
app/views/milestones/_form.html.haml
app/views/milestones/_milestone.html.haml
app/views/milestones/_pbar.html.haml
app/views/milestones/edit.html.haml
app/views/milestones/index.html.haml
app/views/milestones/new.html.haml
app/views/milestones/show.html.haml
app/views/passwords
app/views/passwords/edit.html.haml
app/views/passwords/new.html.erb
app/views/projects
app/views/projects/_form.html.haml
app/views/projects/delete.html.haml
app/views/projects/edit.html.haml
app/views/projects/index.html.haml
app/views/projects/new.html.haml
app/views/projects/overview.html.haml
app/views/registrations
app/views/registrations/edit.html.erb
app/views/registrations/new.html.erb
app/views/sessions
app/views/sessions/new.html.erb
app/views/settings
app/views/settings/_sub_menu.html.haml
app/views/settings/project_members
app/views/settings/project_members/index.html.haml
app/views/settings/project_members/new.html.haml
app/views/settings/project_members/show.html.haml
app/views/shared
app/views/shared/_devise_links.erb
app/views/shared/_google_analytics.html.erb
app/views/shared/_milestone_sidebar.html.haml
app/views/shared/_tag_cloud.html.haml
app/views/shared/_watchers.html.haml
app/views/ticket_updates
app/views/ticket_updates/edit.html.haml
app/views/tickets
app/views/tickets/_attachments.html.haml
app/views/tickets/edit_main_description.html.haml
app/views/tickets/index.html.haml
app/views/tickets/new.html.haml
app/views/tickets/show.html.haml
app/views/unlocks
app/views/unlocks/new.html.erb
app/views/user_mailer
app/views/user_mailer/ticket_update.erb
app/views/users
app/views/users/edit.html.haml
app/views/users/index.html.haml
app/views/users/new.html.haml
app/views/users/show.html.haml
autotest
autotest/discover.rb
config
config/boot.rb
config/cucumber.yml
config/database.yml.sample
config/email.yml.sample
config/environment.rb
config/environments
config/environments/cucumber.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers
config/initializers/backtrace_silencers.rb
config/initializers/devise.rb
config/initializers/inflections.rb
config/initializers/mail.rb
config/initializers/mime_types.rb
config/initializers/mongodb.rb
config/initializers/new_rails_defaults.rb
config/initializers/session_store.rb
config/locales
config/locales/en.yml
config/routes.rb
cucumber.yml
db
db/seeds.rb
doc
features
features/anonymous
features/anonymous/search_ticket.feature
features/authentication
features/authentication/login.feature
features/authentication/login_admin.feature
features/authentication/steps
features/authentication/steps/login_steps.rb
features/projects
features/projects/delete_project.feature
features/projects/edit_project.feature
features/projects/settings_member.feature
features/step_definitions
features/step_definitions/oupsnow_steps.rb
features/step_definitions/result_steps.rb
features/step_definitions/web_steps.rb
features/support
features/support/env.rb
features/support/paths.rb
features/ticket_preview.feature
features/watch_ticket.feature
lib
lib/oupsnow
lib/oupsnow/version.rb
lib/tasks
lib/tasks/ci.rake
lib/tasks/cucumber.rake
lib/tasks/database.rake
lib/tasks/rspec.rake
lib/tasks/update.rake
log
public
public/.htaccess
public/404.html
public/500.html
public/favicon.ico
public/images
public/images/merb.jpg
public/javascripts
public/javascripts/application.js
public/javascripts/jquery.js
public/merb.fcgi
public/robots.txt
public/stylesheets
public/stylesheets/base.css
public/stylesheets/default.css
public/stylesheets/oupsnow.css
public/stylesheets/sass
public/stylesheets/sass/oupsnow.sass
script
script/about
script/autospec
script/console
script/cucumber
script/dbconsole
script/destroy
script/generate
script/performance
script/performance/benchmarker
script/performance/profiler
script/plugin
script/runner
script/server
script/spec
spec
spec/blueprints.rb
spec/controllers
spec/controllers/admin
spec/controllers/admin/functions_controller_spec.rb
spec/controllers/admin/priorities_controller_spec.rb
spec/controllers/admin/states_controller_spec.rb
spec/controllers/admin/users_controller_spec.rb
spec/controllers/milestones_controller_spec.rb
spec/controllers/projects_controller_spec.rb
spec/controllers/settings
spec/controllers/settings/project_members_controller_spec.rb
spec/controllers/ticket_updates_controller_spec.rb
spec/controllers/tickets_controller_spec.rb
spec/controllers/users_controller_spec.rb
spec/cucumber_helper.rb
spec/models
spec/models/attachment_spec.rb
spec/models/event_spec.rb
spec/models/function_spec.rb
spec/models/milestone_spec.rb
spec/models/priority_spec.rb
spec/models/project_member_spec.rb
spec/models/project_spec.rb
spec/models/state_spec.rb
spec/models/ticket_spec.rb
spec/models/ticket_update.rb
spec/models/user_mailer_spec.rb
spec/models/user_spec.rb
spec/spec.opts
spec/spec_helper.rb
tasks
tasks/ouspnow.thor
tmp
tmp/cache
tmp/pids
tmp/sessions
tmp/sockets
website
website/index.erb
website/index.html
website/javascripts
website/javascripts/rounded_corners_lite.inc.js
website/stylesheets
website/stylesheets/screen.css