backlog 0.10.8 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +14 -0
- data/app/controllers/backlogs_controller.rb +2 -0
- data/app/controllers/work_accounts_controller.rb +51 -0
- data/app/controllers/works_controller.rb +72 -29
- data/app/helpers/application_helper.rb +1 -2
- data/app/helpers/work_accounts_helper.rb +2 -0
- data/app/models/backlog.rb +10 -3
- data/app/models/configuration.rb +2 -0
- data/app/models/customer.rb +2 -0
- data/app/models/task.rb +26 -5
- data/app/models/work.rb +18 -13
- data/app/models/work_account.rb +12 -0
- data/app/views/backlogs/_form.rhtml +5 -4
- data/app/views/layouts/_left_top.rhtml +1 -8
- data/app/views/layouts/_notice.rhtml +15 -0
- data/app/views/layouts/wide.rhtml +4 -10
- data/app/views/tasks/_fields_header.rhtml +1 -1
- data/app/views/work_accounts/_form.rhtml +10 -0
- data/app/views/work_accounts/_name_list.rhtml +5 -0
- data/app/views/work_accounts/edit.rhtml +9 -0
- data/app/views/work_accounts/list.rhtml +27 -0
- data/app/views/work_accounts/new.rhtml +8 -0
- data/app/views/work_accounts/show.rhtml +8 -0
- data/app/views/works/_description_list.rhtml +5 -0
- data/app/views/works/_form.rhtml +8 -2
- data/app/views/works/_row.rhtml +32 -0
- data/app/views/works/_row_field.rhtml +3 -0
- data/app/views/works/daily_work_sheet.rhtml +35 -59
- data/app/views/works/edit.rhtml +1 -1
- data/app/views/works/list.rhtml +1 -1
- data/app/views/works/timeliste.rhtml +3 -3
- data/app/views/works/update_row.rjs +6 -0
- data/app/views/works/weekly_work_sheet.rhtml +5 -5
- data/bin/backlog +4 -1
- data/bin/backlog_init.d +13 -0
- data/config/database.yml +0 -4
- data/config/environment.rb +1 -1
- data/db/backup/backlogs.yml +118 -0
- data/db/backup/estimates.yml +7371 -0
- data/db/backup/groups.yml +37 -0
- data/db/backup/parties.yml +2 -0
- data/db/backup/periods.yml +386 -0
- data/db/backup/task_files.yml +2 -0
- data/db/backup/tasks.yml +15770 -0
- data/db/backup/users.yml +209 -0
- data/db/backup/works.yml +6203 -0
- data/db/migrate/018_create_groups.rb +0 -1
- data/db/migrate/021_create_work_accounts.rb +113 -0
- data/db/schema.rb +35 -10
- data/lang/en.yaml +3 -0
- data/lang/no.yaml +3 -0
- data/lib/change_column_null_migration_fix.rb +13 -0
- data/nbproject/private/config.properties +0 -0
- data/nbproject/private/private.properties +1 -0
- data/nbproject/private/private.xml +4 -0
- data/nbproject/private/rake-t.txt +95 -0
- data/nbproject/project.properties +4 -0
- data/nbproject/project.xml +9 -0
- data/public/Frav/303/246rsskjema.xls +0 -0
- data/public/stylesheets/scaffold.css +74 -0
- data/test/fixtures/backlogs.yml +2 -0
- data/test/fixtures/configurations.yml +5 -0
- data/test/fixtures/customers.yml +7 -0
- data/test/fixtures/tasks.yml +1 -0
- data/test/fixtures/users.yml +3 -5
- data/test/fixtures/work_accounts.yml +7 -0
- data/test/fixtures/works.yml +11 -0
- data/test/functional/backlogs_controller_test.rb +1 -1
- data/test/functional/work_accounts_controller_test.rb +93 -0
- data/test/functional/works_controller_test.rb +6 -2
- data/test/integration/user_system_test.rb +1 -1
- data/test/performance/test.rb +4 -1
- data/test/unit/configuration_test.rb +10 -0
- data/test/unit/customer_test.rb +10 -0
- data/test/unit/estimate_test.rb +1 -1
- data/test/unit/group_test.rb +1 -1
- data/test/unit/period_test.rb +1 -1
- data/test/unit/task_file_test.rb +1 -1
- data/test/unit/task_test.rb +1 -1
- data/test/unit/work_account_test.rb +10 -0
- data/test/unit/work_test.rb +1 -1
- data/vendor/plugins/goldspike/lib/java_library.rb +5 -11
- data/vendor/plugins/goldspike/lib/run.rb +1 -2
- data/vendor/plugins/goldspike/lib/war_config.rb +7 -10
- metadata +50 -3
- data/app/views/tasks/_description_list.rhtml +0 -5
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: backlog
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
7
|
-
date: 2007-
|
6
|
+
version: 0.11.0
|
7
|
+
date: 2007-11-03 00:00:00 +01:00
|
8
8
|
summary: Application to aid collecting, processing, organizing, reviewing and doing tasks.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -71,6 +71,7 @@ files:
|
|
71
71
|
- public/images/eraser.png
|
72
72
|
- public/images/add.svg
|
73
73
|
- public/images/cestino_pieno_architetto_01.svg
|
74
|
+
- public/works
|
74
75
|
- public/dispatch.cgi
|
75
76
|
- public/dispatch.fcgi
|
76
77
|
- public/javascripts
|
@@ -94,6 +95,7 @@ files:
|
|
94
95
|
- public/javascripts/zapatec/zpcal/src/calendar-core.js
|
95
96
|
- public/javascripts/zapatec/zpcal/src/calendar.js
|
96
97
|
- public/javascripts/dragdrop.js
|
98
|
+
- "public/Frav\xC3\xA6rsskjema.xls"
|
97
99
|
- public/stylesheets
|
98
100
|
- public/stylesheets/mwrt002NN.css
|
99
101
|
- public/stylesheets/mwrt002.css
|
@@ -108,6 +110,7 @@ files:
|
|
108
110
|
- public/stylesheets/zpcal/themes/scroller-down.gif
|
109
111
|
- public/stylesheets/zpcal/themes/scroller-up.gif
|
110
112
|
- public/stylesheets/backlog.css
|
113
|
+
- public/stylesheets/scaffold.css
|
111
114
|
- public/stylesheets/user.css
|
112
115
|
- public/robots.txt
|
113
116
|
- public/404.html
|
@@ -130,11 +133,22 @@ files:
|
|
130
133
|
- db/migrate/003_add_estimation_points.rb
|
131
134
|
- db/migrate/007_add_task_created_at.rb
|
132
135
|
- db/migrate/004_add_period.rb
|
136
|
+
- db/migrate/021_create_work_accounts.rb
|
133
137
|
- db/migrate/016_add_invoicable_flag.rb
|
134
138
|
- db/migrate/018_create_groups.rb
|
135
139
|
- db/migrate/005_add_field_work_started_at.rb
|
136
140
|
- db/migrate/006_works_data_fix.rb
|
137
141
|
- db/test.db
|
142
|
+
- db/backup
|
143
|
+
- db/backup/works.yml
|
144
|
+
- db/backup/periods.yml
|
145
|
+
- db/backup/task_files.yml
|
146
|
+
- db/backup/users.yml
|
147
|
+
- db/backup/groups.yml
|
148
|
+
- db/backup/backlogs.yml
|
149
|
+
- db/backup/parties.yml
|
150
|
+
- db/backup/estimates.yml
|
151
|
+
- db/backup/tasks.yml
|
138
152
|
- db/schema.rb
|
139
153
|
- db/development.db
|
140
154
|
- test
|
@@ -144,6 +158,7 @@ files:
|
|
144
158
|
- test/performance/test.rb
|
145
159
|
- test/performance/test_threaded.rb
|
146
160
|
- test/functional
|
161
|
+
- test/functional/work_accounts_controller_test.rb
|
147
162
|
- test/functional/task_files_controller_test.rb
|
148
163
|
- test/functional/parties_controller_test.rb
|
149
164
|
- test/functional/backlogs_controller_test.rb
|
@@ -165,11 +180,14 @@ files:
|
|
165
180
|
- test/fixtures/periods.yml
|
166
181
|
- test/fixtures/task_files.yml
|
167
182
|
- test/fixtures/users.yml
|
183
|
+
- test/fixtures/configurations.yml
|
184
|
+
- test/fixtures/customers.yml
|
168
185
|
- test/fixtures/groups.yml
|
169
186
|
- test/fixtures/backlogs.yml
|
170
187
|
- test/fixtures/groups_users.yml
|
171
188
|
- test/fixtures/parties.yml
|
172
189
|
- test/fixtures/estimates.yml
|
190
|
+
- test/fixtures/work_accounts.yml
|
173
191
|
- test/fixtures/tasks.yml
|
174
192
|
- test/unit
|
175
193
|
- test/unit/group_test.rb
|
@@ -178,12 +196,16 @@ files:
|
|
178
196
|
- test/unit/task_file_test.rb
|
179
197
|
- test/unit/period_test.rb
|
180
198
|
- test/unit/task_test.rb
|
199
|
+
- test/unit/customer_test.rb
|
181
200
|
- test/unit/localization_test.rb
|
182
201
|
- test/unit/estimate_test.rb
|
202
|
+
- test/unit/work_account_test.rb
|
203
|
+
- test/unit/configuration_test.rb
|
183
204
|
- test/unit/big_decimal_yaml_fix_test.rb
|
184
205
|
- lib
|
185
206
|
- lib/version_from_history.rb
|
186
207
|
- lib/url_for_fix.rb
|
208
|
+
- lib/change_column_null_migration_fix.rb
|
187
209
|
- lib/class_table_inheritance.rb
|
188
210
|
- lib/clock.rb
|
189
211
|
- lib/backlog
|
@@ -199,6 +221,7 @@ files:
|
|
199
221
|
- bin
|
200
222
|
- bin/copy_production2development.rb
|
201
223
|
- bin/backlog
|
224
|
+
- bin/backlog_init.d
|
202
225
|
- script
|
203
226
|
- script/destroy
|
204
227
|
- script/performance
|
@@ -321,6 +344,14 @@ files:
|
|
321
344
|
- etc/backlog.conf
|
322
345
|
- Capfile
|
323
346
|
- README_LOCALIZATION
|
347
|
+
- nbproject
|
348
|
+
- nbproject/project.xml
|
349
|
+
- nbproject/project.properties
|
350
|
+
- nbproject/private
|
351
|
+
- nbproject/private/private.properties
|
352
|
+
- nbproject/private/rake-t.txt
|
353
|
+
- nbproject/private/private.xml
|
354
|
+
- nbproject/private/config.properties
|
324
355
|
- README_LOGIN_SUGAR
|
325
356
|
- app
|
326
357
|
- app/controllers
|
@@ -329,6 +360,7 @@ files:
|
|
329
360
|
- app/controllers/search_controller.rb
|
330
361
|
- app/controllers/estimates_controller.rb
|
331
362
|
- app/controllers/backlogs_controller.rb
|
363
|
+
- app/controllers/work_accounts_controller.rb
|
332
364
|
- app/controllers/parties_controller.rb
|
333
365
|
- app/controllers/application.rb
|
334
366
|
- app/controllers/periods_controller.rb
|
@@ -339,6 +371,7 @@ files:
|
|
339
371
|
- app/helpers/backlogs_helper.rb
|
340
372
|
- app/helpers/estimates_helper.rb
|
341
373
|
- app/helpers/search_helper.rb
|
374
|
+
- app/helpers/work_accounts_helper.rb
|
342
375
|
- app/helpers/application_helper.rb
|
343
376
|
- app/helpers/tasks_helper.rb
|
344
377
|
- app/helpers/task_files_helper.rb
|
@@ -348,7 +381,9 @@ files:
|
|
348
381
|
- app/helpers/user_helper.rb
|
349
382
|
- app/helpers/parties_helper.rb
|
350
383
|
- app/models
|
384
|
+
- app/models/configuration.rb
|
351
385
|
- app/models/work.rb
|
386
|
+
- app/models/customer.rb
|
352
387
|
- app/models/chart.rb
|
353
388
|
- app/models/group.rb
|
354
389
|
- app/models/user_notify.rb
|
@@ -357,6 +392,7 @@ files:
|
|
357
392
|
- app/models/search_result.rb
|
358
393
|
- app/models/party.rb
|
359
394
|
- app/models/task_file.rb
|
395
|
+
- app/models/work_account.rb
|
360
396
|
- app/models/backlog.rb
|
361
397
|
- app/models/period.rb
|
362
398
|
- app/models/user.rb
|
@@ -375,6 +411,7 @@ files:
|
|
375
411
|
- app/views/layouts/_left_top.rhtml
|
376
412
|
- app/views/layouts/mwrt002.rhtml
|
377
413
|
- app/views/layouts/wide.rhtml
|
414
|
+
- app/views/layouts/_notice.rhtml
|
378
415
|
- app/views/layouts/_headers.rhtml
|
379
416
|
- app/views/backlogs
|
380
417
|
- app/views/backlogs/_name_list.rhtml
|
@@ -393,6 +430,13 @@ files:
|
|
393
430
|
- app/views/groups/edit.rhtml
|
394
431
|
- app/views/search
|
395
432
|
- app/views/search/results.html.erb
|
433
|
+
- app/views/work_accounts
|
434
|
+
- app/views/work_accounts/_name_list.rhtml
|
435
|
+
- app/views/work_accounts/list.rhtml
|
436
|
+
- app/views/work_accounts/show.rhtml
|
437
|
+
- app/views/work_accounts/_form.rhtml
|
438
|
+
- app/views/work_accounts/new.rhtml
|
439
|
+
- app/views/work_accounts/edit.rhtml
|
396
440
|
- app/views/parties
|
397
441
|
- app/views/tasks
|
398
442
|
- app/views/tasks/_backlog_header.rhtml
|
@@ -405,17 +449,20 @@ files:
|
|
405
449
|
- app/views/tasks/edit.rhtml
|
406
450
|
- app/views/tasks/list_started.rhtml
|
407
451
|
- app/views/tasks/_task.rhtml
|
408
|
-
- app/views/tasks/_description_list.rhtml
|
409
452
|
- app/views/works
|
410
453
|
- app/views/works/list.rhtml
|
411
454
|
- app/views/works/_buttons.rhtml
|
412
455
|
- app/views/works/show.rhtml
|
456
|
+
- app/views/works/_row.rhtml
|
413
457
|
- app/views/works/_form.rhtml
|
458
|
+
- app/views/works/update_row.rjs
|
414
459
|
- app/views/works/new.rhtml
|
460
|
+
- app/views/works/_row_field.rhtml
|
415
461
|
- app/views/works/edit.rhtml
|
416
462
|
- app/views/works/daily_work_sheet.rhtml
|
417
463
|
- app/views/works/weekly_work_sheet.rhtml
|
418
464
|
- app/views/works/timeliste.rhtml
|
465
|
+
- app/views/works/_description_list.rhtml
|
419
466
|
- app/views/user_notify
|
420
467
|
- app/views/user_notify/forgot_password_no.rhtml
|
421
468
|
- app/views/user_notify/signup_no.rhtml
|