-
Notifications
You must be signed in to change notification settings - Fork 2
/
series
86 lines (86 loc) · 2.78 KB
/
series
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
# This series applies on GIT commit 570abdefe9564b0de841d46691f37ed21ba0b053
01-intro.patch
02-gitorial-sidebar.patch
03-run-hobo.patch
04-gitignore.patch
05-hobo-as-plugin-sidebar.patch
06-initial-migration.patch
07-interface-first-hobo-style.patch
08-generate-initial-models.patch
09-add-initial-associations.patch
10-migration-to-create-initial-models.patch
11-viewhints-children.patch
12-remove-project-actions.patch
13-auto-actions-for-project.patch
14-auto-actions-for-story.patch
15-more-auto-actions.patch
16-permissions-1.patch
17-permissions-for-data-integrity.patch
18-permissions-associations.patch
19-customizing-views-1.patch
20-add-users-to-tasks.patch
21-add-task-summary-to-user-page.patch
22-searchable-sortable-table.patch
23-stories-table-add-count.patch
24-stories-table-add-search.patch
25-activation-lifecycle.patch
26-activation-transition.patch
27-activation-mailer.patch
28-setup-smtp.patch
29-add-flash-message.patch
30-display-activation-link.patch
31-odds-and-ends.patch
32-story-status-menu.patch
33-story-status-ajaxified.patch
34-generate-story-status-model.patch
35-auto-actions-story-status-controller.patch
36-story-status-belongs-to-story.patch
37-story-status-model-migration.patch
38-story-status-model-migration-edit.patch
39-story-status-model-migration-run.patch
40-filtering-stories-by-status-dryml.patch
41-filtering-stories-by-status-css.patch
42-filtering-stories-by-status-controller.patch
43-install-acts-as-list.patch
44-acts-as-list-model-changes.patch
45-acts-as-list-migrate.patch
46-remove-position-from-task-form.patch
47-fix-task-form-cancel.patch
48-markdown-formatting-of-stories.patch
49-add-bluecloth-gem.patch
50-project-belongs-to-user.patch
51-users-have-many-projects.patch
52-project-permissions.patch
53-task-assignment-permissions.patch
54-project-ownership-migration.patch
55-add-your-projects-to-front.patch
56-project-cards-without-creator-link.patch
57-generate-project-membership.patch
58-project-memberships-tweak-auto-actions.patch
59-project-memberships-add-associations-to-model.patch
60-migrate-project-memberships.patch
61-project-memberships-permissions.patch
62-project-has-many-members.patch
63-user-has-many-joined-projects.patch
64-view-permission-based-on-project-membership.patch
65-update-project-actions.patch
66-move-membership-to-sidebar.patch
67-auto-completion-controller.patch
68-auto-completion-form.patch
69-removing-members.patch
70-removing-members-2.patch
71-fix-front-page.patch
72-granting-write-access-to-others.patch
73-breaking-out-of-the-box.patch
74-install-selenium.patch
75-configure-selenium.patch
76-setup-fixtures.patch
77-story-status-fixture.patch
78-setup-fixture-set-rsel.patch
79-record-a-test.patch
80-run-the-test.patch
81-fill-out-test.patch
82-translating.patch
83-add-translation-keys.patch
84-fr-yml.patch
85-rest-of-tutorial.patch