card 1.19.1 → 1.19.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (205) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +3 -3
  3. data/VERSION +1 -1
  4. data/db/migrate_core_cards/20160908154210_add_trash_card.rb +7 -0
  5. data/lib/card.rb +2 -2
  6. data/lib/card/act_manager.rb +143 -0
  7. data/lib/card/act_manager/stage.rb +56 -0
  8. data/lib/card/act_manager/stage_director.rb +313 -0
  9. data/lib/card/act_manager/subdirector_array.rb +43 -0
  10. data/lib/card/set.rb +1 -0
  11. data/lib/card/set/i18n_scope.rb +52 -0
  12. data/lib/card/subcards.rb +2 -3
  13. data/lib/cardio.rb +4 -4
  14. data/mod/admin/set/self/admin.rb +1 -2
  15. data/mod/admin/set/self/trash.rb +29 -0
  16. data/mod/core/set/abstract/code_file.rb +5 -25
  17. data/mod/core/set/all/actify.rb +35 -0
  18. data/mod/core/set/all/fetch.rb +12 -15
  19. data/mod/core/set/all/i18n.rb +9 -0
  20. data/mod/core/set/all/phases.rb +1 -1
  21. data/mod/core/set/all/stages.rb +2 -2
  22. data/mod/developer/set/all/event_viz.rb +2 -1
  23. data/mod/email/set/all/notify.rb +1 -1
  24. data/mod/history/lib/card/act.rb +1 -1
  25. data/mod/history/lib/card/action.rb +1 -1
  26. data/mod/history/set/all/history.rb +1 -1
  27. data/mod/machines/set/abstract/machine.rb +1 -1
  28. data/mod/machines/spec/set/type/coffeescript_spec.rb +1 -1
  29. data/mod/machines/spec/set/type/css_spec.rb +1 -1
  30. data/mod/machines/spec/set/type/javascript_spec.rb +1 -1
  31. data/mod/machines/spec/set/type/scss_spec.rb +1 -1
  32. data/mod/machines/spec/set/type/skin_spec.rb +1 -1
  33. data/mod/machines/spec/{lib/shared_machine_examples.rb → shared_examples/machine.rb} +15 -24
  34. data/mod/machines/spec/{lib/shared_machine_input_examples.rb → shared_examples/machine_input.rb} +0 -0
  35. data/mod/settings/spec/set/right/script_spec.rb +1 -1
  36. data/mod/settings/spec/set/right/style_spec.rb +1 -4
  37. data/mod/solid_cache/set/abstract/solid_cache.rb +1 -1
  38. data/spec/lib/card/content_spec.rb +118 -132
  39. data/spec/lib/card/i18n_spec.rb +6 -7
  40. data/spec/lib/card/query_spec.rb +5 -4
  41. data/spec/lib/card/stage_director_spec.rb +1 -1
  42. data/spec/spec_helper.rb +3 -4
  43. data/tmpsets/set/{mod002-core → mod001-core}/abstract/code_file.rb +0 -0
  44. data/tmpsets/set/{mod002-core → mod001-core}/all/actify.rb +0 -0
  45. data/tmpsets/set/{mod002-core → mod001-core}/all/active_card.rb +0 -0
  46. data/tmpsets/set/{mod002-core → mod001-core}/all/collection.rb +0 -0
  47. data/tmpsets/set/{mod002-core → mod001-core}/all/content.rb +0 -0
  48. data/tmpsets/set/{mod002-core → mod001-core}/all/erb.rb +0 -0
  49. data/tmpsets/set/{mod002-core → mod001-core}/all/event.rb +0 -0
  50. data/tmpsets/set/{mod002-core → mod001-core}/all/export.rb +0 -0
  51. data/tmpsets/set/{mod002-core → mod001-core}/all/fetch.rb +12 -14
  52. data/tmpsets/set/{mod002-core → mod001-core}/all/haml.rb +0 -0
  53. data/tmpsets/set/{mod002-core → mod001-core}/all/initialize.rb +0 -0
  54. data/tmpsets/set/{mod002-core → mod001-core}/all/location_history.rb +0 -0
  55. data/tmpsets/set/{mod002-core → mod001-core}/all/name.rb +0 -0
  56. data/tmpsets/set/{mod002-core → mod001-core}/all/name_validations.rb +0 -0
  57. data/tmpsets/set/{mod002-core → mod001-core}/all/pattern.rb +0 -0
  58. data/tmpsets/set/{mod002-core → mod001-core}/all/permissions.rb +0 -0
  59. data/tmpsets/set/{mod002-core → mod001-core}/all/phases.rb +0 -0
  60. data/tmpsets/set/{mod002-core → mod001-core}/all/references.rb +0 -0
  61. data/tmpsets/set/{mod002-core → mod001-core}/all/rules.rb +0 -0
  62. data/tmpsets/set/{mod002-core → mod001-core}/all/stages.rb +0 -0
  63. data/tmpsets/set/{mod002-core → mod001-core}/all/states.rb +0 -0
  64. data/tmpsets/set/{mod002-core → mod001-core}/all/subcards.rb +0 -0
  65. data/tmpsets/set/{mod002-core → mod001-core}/all/templating.rb +0 -0
  66. data/tmpsets/set/{mod002-core → mod001-core}/all/tracked_attributes.rb +0 -0
  67. data/tmpsets/set/{mod002-core → mod001-core}/all/trash.rb +0 -50
  68. data/tmpsets/set/{mod002-core → mod001-core}/all/type.rb +0 -0
  69. data/tmpsets/set/{mod002-core → mod001-core}/all/utils.rb +33 -0
  70. data/tmpsets/set/{mod002-core → mod001-core}/all/view_cache.rb +0 -0
  71. data/tmpsets/set/{mod003-history → mod002-history}/all/actions.rb +0 -0
  72. data/tmpsets/set/{mod003-history → mod002-history}/all/content_history.rb +0 -0
  73. data/tmpsets/set/{mod003-history → mod002-history}/all/history.rb +0 -0
  74. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/all/all_css.rb +0 -0
  75. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/all/all_csv.rb +0 -0
  76. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/all/all_js.rb +0 -0
  77. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/all/base.rb +0 -0
  78. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/all/file.rb +0 -0
  79. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/all/json.rb +0 -0
  80. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/all/rss.rb +0 -0
  81. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/all/text.rb +0 -0
  82. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/self/01_head/javascript.rb +0 -0
  83. data/tmpsets/set/{mod004-basic_formats → mod003-basic_formats}/self/head.rb +1 -1
  84. data/tmpsets/set/{mod005-pointer → mod004-pointer}/abstract/01_pointer.rb +0 -0
  85. data/tmpsets/set/{mod005-pointer → mod004-pointer}/abstract/01_pointer/edit.rb +0 -0
  86. data/tmpsets/set/{mod005-pointer → mod004-pointer}/abstract/code_pointer.rb +0 -0
  87. data/tmpsets/set/{mod005-pointer → mod004-pointer}/self/script_editors.rb +0 -0
  88. data/tmpsets/set/{mod005-pointer → mod004-pointer}/self/script_mods.rb +0 -0
  89. data/tmpsets/set/{mod005-pointer → mod004-pointer}/self/script_pointer_config.rb +0 -0
  90. data/tmpsets/set/{mod005-pointer → mod004-pointer}/type/pointer.rb +0 -0
  91. data/tmpsets/set/{mod006-ace_editor → mod005-ace_editor}/abstract/ace_editor.rb +0 -0
  92. data/tmpsets/set/{mod006-ace_editor → mod005-ace_editor}/self/script_ace.rb +0 -0
  93. data/tmpsets/set/{mod006-ace_editor → mod005-ace_editor}/self/script_ace_config.rb +0 -0
  94. data/tmpsets/set/{mod007-prosemirror_editor → mod006-prosemirror_editor}/abstract/prosemirror_editor.rb +0 -0
  95. data/tmpsets/set/{mod007-prosemirror_editor → mod006-prosemirror_editor}/self/script_prosemirror.rb +0 -0
  96. data/tmpsets/set/{mod007-prosemirror_editor → mod006-prosemirror_editor}/self/script_prosemirror_config.rb +0 -0
  97. data/tmpsets/set/{mod009-solid_cache → mod008-solid_cache}/abstract/solid_cache.rb +1 -1
  98. data/tmpsets/set/{mod009-solid_cache → mod008-solid_cache}/all/solid_cache.rb +0 -0
  99. data/tmpsets/set/{mod009-solid_cache → mod008-solid_cache}/right/solid_cache.rb +0 -0
  100. data/tmpsets/set/{mod010-basic_types → mod009-basic_types}/type/html.rb +0 -0
  101. data/tmpsets/set/{mod010-basic_types → mod009-basic_types}/type/plain_text.rb +0 -0
  102. data/tmpsets/set/{mod011-machines → mod010-machines}/abstract/script.rb +0 -0
  103. data/tmpsets/set/{mod011-machines → mod010-machines}/all/reset_machines.rb +0 -0
  104. data/tmpsets/set/{mod011-machines → mod010-machines}/right/machine_cache.rb +0 -0
  105. data/tmpsets/set/{mod011-machines → mod010-machines}/right/machine_input.rb +0 -0
  106. data/tmpsets/set/{mod011-machines → mod010-machines}/right/machine_output.rb +1 -9
  107. data/tmpsets/set/{mod011-machines → mod010-machines}/self/script_card_menu.rb +0 -0
  108. data/tmpsets/set/{mod011-machines → mod010-machines}/self/script_html5shiv_printshiv.rb +0 -0
  109. data/tmpsets/set/{mod011-machines → mod010-machines}/self/script_jquery.rb +0 -0
  110. data/tmpsets/set/{mod011-machines → mod010-machines}/self/script_jquery_helper.rb +0 -0
  111. data/tmpsets/set/{mod011-machines → mod010-machines}/self/script_slot.rb +0 -0
  112. data/tmpsets/set/{mod011-machines → mod010-machines}/self/style_bootstrap_compatible.rb +0 -0
  113. data/tmpsets/set/{mod011-machines → mod010-machines}/self/style_cards.rb +0 -0
  114. data/tmpsets/set/{mod011-machines → mod010-machines}/self/style_jquery_ui_smoothness.rb +0 -0
  115. data/tmpsets/set/{mod011-machines → mod010-machines}/type/coffee_script.rb +6 -2
  116. data/tmpsets/set/{mod011-machines → mod010-machines}/type/css.rb +2 -2
  117. data/tmpsets/set/{mod011-machines → mod010-machines}/type/java_script.rb +2 -2
  118. data/tmpsets/set/{mod011-machines → mod010-machines}/type/scss.rb +0 -0
  119. data/tmpsets/set/{mod011-machines → mod010-machines}/type/skin.rb +2 -2
  120. data/tmpsets/set/{mod012-settings → mod011-settings}/abstract/permission.rb +0 -0
  121. data/tmpsets/set/{mod012-settings → mod011-settings}/right/add_help.rb +0 -0
  122. data/tmpsets/set/{mod012-settings → mod011-settings}/right/comment.rb +0 -0
  123. data/tmpsets/set/{mod012-settings → mod011-settings}/right/create.rb +0 -0
  124. data/tmpsets/set/{mod012-settings → mod011-settings}/right/default.rb +0 -0
  125. data/tmpsets/set/{mod012-settings → mod011-settings}/right/delete.rb +0 -0
  126. data/tmpsets/set/{mod012-settings → mod011-settings}/right/help.rb +0 -0
  127. data/tmpsets/set/{mod012-settings → mod011-settings}/right/read.rb +0 -0
  128. data/tmpsets/set/{mod012-settings → mod011-settings}/right/script.rb +1 -1
  129. data/tmpsets/set/{mod012-settings → mod011-settings}/right/structure.rb +0 -0
  130. data/tmpsets/set/{mod012-settings → mod011-settings}/right/style.rb +1 -1
  131. data/tmpsets/set/{mod012-settings → mod011-settings}/right/update.rb +0 -0
  132. data/tmpsets/set/{mod012-settings → mod011-settings}/self/accountable.rb +0 -0
  133. data/tmpsets/set/{mod012-settings → mod011-settings}/self/add_help.rb +0 -0
  134. data/tmpsets/set/{mod012-settings → mod011-settings}/self/autoname.rb +0 -0
  135. data/tmpsets/set/{mod012-settings → mod011-settings}/self/captcha.rb +0 -0
  136. data/tmpsets/set/{mod012-settings → mod011-settings}/self/create.rb +0 -0
  137. data/tmpsets/set/{mod012-settings → mod011-settings}/self/default.rb +0 -0
  138. data/tmpsets/set/{mod012-settings → mod011-settings}/self/default_html_view.rb +0 -0
  139. data/tmpsets/set/{mod012-settings → mod011-settings}/self/delete.rb +0 -0
  140. data/tmpsets/set/{mod012-settings → mod011-settings}/self/follow_fields.rb +0 -0
  141. data/tmpsets/set/{mod012-settings → mod011-settings}/self/help.rb +0 -0
  142. data/tmpsets/set/{mod012-settings → mod011-settings}/self/input.rb +0 -0
  143. data/tmpsets/set/{mod012-settings → mod011-settings}/self/layout.rb +0 -0
  144. data/tmpsets/set/{mod012-settings → mod011-settings}/self/on_create.rb +0 -0
  145. data/tmpsets/set/{mod012-settings → mod011-settings}/self/on_delete.rb +0 -0
  146. data/tmpsets/set/{mod012-settings → mod011-settings}/self/on_update.rb +0 -0
  147. data/tmpsets/set/{mod012-settings → mod011-settings}/self/options.rb +0 -0
  148. data/tmpsets/set/{mod012-settings → mod011-settings}/self/options_label.rb +0 -0
  149. data/tmpsets/set/{mod012-settings → mod011-settings}/self/read.rb +0 -0
  150. data/tmpsets/set/{mod012-settings → mod011-settings}/self/recent_settings.rb +0 -0
  151. data/tmpsets/set/{mod012-settings → mod011-settings}/self/script.rb +0 -0
  152. data/tmpsets/set/{mod012-settings → mod011-settings}/self/structure.rb +0 -0
  153. data/tmpsets/set/{mod012-settings → mod011-settings}/self/style.rb +0 -0
  154. data/tmpsets/set/{mod012-settings → mod011-settings}/self/table_of_contents.rb +0 -0
  155. data/tmpsets/set/{mod012-settings → mod011-settings}/self/thanks.rb +0 -0
  156. data/tmpsets/set/{mod012-settings → mod011-settings}/self/update.rb +0 -0
  157. data/tmpsets/set/{mod012-settings → mod011-settings}/type/setting.rb +0 -0
  158. data/tmpsets/set/{mod013-email → mod012-email}/all/email_html.rb +0 -0
  159. data/tmpsets/set/{mod013-email → mod012-email}/all/email_text.rb +0 -0
  160. data/tmpsets/set/{mod013-email → mod012-email}/all/follow.rb +0 -0
  161. data/tmpsets/set/{mod013-email → mod012-email}/all/notify.rb +0 -0
  162. data/tmpsets/set/{mod013-email → mod012-email}/all/observer.rb +0 -0
  163. data/tmpsets/set/{mod013-email → mod012-email}/right/bcc.rb +0 -0
  164. data/tmpsets/set/{mod013-email → mod012-email}/right/cc.rb +0 -0
  165. data/tmpsets/set/{mod013-email → mod012-email}/right/follow.rb +0 -0
  166. data/tmpsets/set/{mod013-email → mod012-email}/right/follow_fields.rb +0 -0
  167. data/tmpsets/set/{mod013-email → mod012-email}/right/followers.rb +0 -0
  168. data/tmpsets/set/{mod013-email → mod012-email}/right/following.rb +0 -0
  169. data/tmpsets/set/{mod013-email → mod012-email}/right/from.rb +0 -0
  170. data/tmpsets/set/{mod013-email → mod012-email}/right/html_message.rb +0 -0
  171. data/tmpsets/set/{mod013-email → mod012-email}/right/to.rb +0 -0
  172. data/tmpsets/set/{mod013-email → mod012-email}/self/always.rb +0 -0
  173. data/tmpsets/set/{mod013-email → mod012-email}/self/created.rb +0 -0
  174. data/tmpsets/set/{mod013-email → mod012-email}/self/edited.rb +0 -0
  175. data/tmpsets/set/{mod013-email → mod012-email}/self/follow.rb +0 -0
  176. data/tmpsets/set/{mod013-email → mod012-email}/self/follow_defaults.rb +0 -0
  177. data/tmpsets/set/{mod013-email → mod012-email}/self/never.rb +0 -0
  178. data/tmpsets/set/{mod013-email → mod012-email}/type/email_template.rb +0 -0
  179. data/tmpsets/set/{mod013-email → mod012-email}/type_plus_right/user/follow.rb +8 -4
  180. data/tmpsets/set/mod016-standard/all/links.rb +2 -2
  181. data/tmpsets/set/mod018-bootstrap/all/bootstrap/table.rb +1 -1
  182. data/tmpsets/set/mod018-bootstrap/self/bootswatch_shared.rb +1 -1
  183. metadata +149 -163
  184. data/lib/card/director_register.rb +0 -101
  185. data/lib/card/stage.rb +0 -106
  186. data/lib/card/stage_director.rb +0 -310
  187. data/lib/card/subdirector_array.rb +0 -43
  188. data/tmpsets/set/mod001-admin/self/admin.rb +0 -130
  189. data/tmpsets/set/mod001-admin/self/admin_info.rb +0 -110
  190. data/tmpsets/set/mod001-admin/self/version.rb +0 -15
  191. data/tmpsets/set/mod002-core/all/debug.rb +0 -30
  192. data/tmpsets/set/mod002-core/all/update_read_rules.rb +0 -91
  193. data/tmpsets/set/mod011-machines/abstract/machine.rb +0 -277
  194. data/tmpsets/set/mod011-machines/abstract/machine_input.rb +0 -83
  195. data/tmpsets/set/mod014-developer/all/event_viz.rb +0 -59
  196. data/tmpsets/set/mod014-developer/all/view_viz.rb +0 -30
  197. data/tmpsets/set/mod014-developer/right/debug.rb +0 -96
  198. data/tmpsets/set/mod015-carrierwave/abstract/attachment.rb +0 -118
  199. data/tmpsets/set/mod015-carrierwave/abstract/attachment/paths.rb +0 -57
  200. data/tmpsets/set/mod015-carrierwave/abstract/attachment/storage_type.rb +0 -326
  201. data/tmpsets/set/mod015-carrierwave/abstract/attachment/upload_cache.rb +0 -84
  202. data/tmpsets/set/mod015-carrierwave/all/file_utils.rb +0 -35
  203. data/tmpsets/set/mod015-carrierwave/self/admin.rb +0 -30
  204. data/tmpsets/set/mod015-carrierwave/type/file.rb +0 -158
  205. data/tmpsets/set/mod015-carrierwave/type/image.rb +0 -97
@@ -1,326 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class Abstract; module Attachment; module StorageType; extend Card::Set
3
- # ~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/carrierwave/set/abstract/attachment/storage_type.rb ~~
4
- attr_writer :bucket, :storage_type
5
-
6
- event :storage_type_change, :store,
7
- on: :update, when: proc { |c| c.storage_type_changed? } do
8
- # carrierwave stores file if @cache_id is not nil
9
- attachment.cache_stored_file!
10
- # attachment.retrieve_from_cache!(attachment.cache_name)
11
- update_storage_attributes
12
- # next line might be necessary to move files to cloud
13
-
14
- # make sure that we get the new identifier
15
- # otherwise action_id will return wrong id for new identifier
16
- db_content_will_change!
17
- write_identifier
18
- end
19
-
20
- event :validate_storage_type, :validate,
21
- on: :save do
22
- if will_become_coded?
23
- unless mod || @new_mod
24
- errors.add :storage_type, "mod argument needed to save card as coded"
25
- end
26
- if codename.blank?
27
- errors.add :storage_type, "codename needed for storage type coded"
28
- end
29
- end
30
- unless known_storage_type? will_be_stored_as
31
- errors.add :storage_type, "unknown storage type: #{@new_storage_type}"
32
- end
33
- end
34
-
35
- event :validate_storage_type_update, :validate,
36
- on: :update do
37
- if cloud? && storage_type_changed?
38
- errors.add :storage_type, "moving files from cloud elsewhere "\
39
- "is not supported"
40
- end
41
- end
42
-
43
- event :loose_coded_status_on_update, :initialize,
44
- on: :update, when: proc { |c| c.coded? } do
45
- return if @new_mod
46
- @new_storage_type ||= storage_type_from_config
47
- end
48
-
49
- event :update_public_link_on_create, :integrate,
50
- on: :create,
51
- when: proc { |c| c.local? } do
52
- update_public_link
53
- end
54
-
55
- event :remove_public_link_on_delete, :integrate,
56
- on: :delete,
57
- when: proc { |c| c.local? } do
58
- remove_public_links
59
- end
60
-
61
- event :update_public_link, after: :update_read_rule,
62
- when: proc { |c| c.local? } do
63
- return if content.blank?
64
- if who_can(:read).include? Card[:anyone].id
65
- create_public_links
66
- else
67
- remove_public_links
68
- end
69
- end
70
-
71
- def create_public_links
72
- path = attachment.public_path
73
- return if File.exist? path
74
- FileUtils.mkdir_p File.dirname(path)
75
- File.symlink attachment.path, path unless File.symlink? path
76
- create_versions_public_links
77
- end
78
-
79
- def create_versions_public_links
80
- attachment.versions.each do |_name, version|
81
- next if File.symlink? version.public_path
82
- File.symlink version.path, version.public_path
83
- end
84
- end
85
-
86
- def remove_public_links
87
- symlink_dir = File.dirname attachment.public_path
88
- return unless Dir.exist? symlink_dir
89
- FileUtils.rm_rf symlink_dir
90
- end
91
-
92
- def will_be_stored_as
93
- @new_storage_type || storage_type
94
- end
95
-
96
- def cloud?
97
- storage_type == :cloud
98
- end
99
-
100
- def web?
101
- storage_type == :web
102
- end
103
-
104
- def local?
105
- storage_type == :local
106
- end
107
-
108
- def coded?
109
- storage_type == :coded
110
- end
111
-
112
- def will_become_coded?
113
- will_be_stored_as == :coded
114
- end
115
-
116
- def deprecated_mod_file?
117
- content && (lines = content.split("\n")) && lines.size == 4
118
- end
119
-
120
- def mod
121
- @mod ||= coded? && mod_from_content
122
- end
123
-
124
- def mod_from_content
125
- if content =~ %r{^:[^/]+/([^.]+)}
126
- Regexp.last_match(1) # current mod_file format
127
- else
128
- mod_from_deprecated_content
129
- end
130
- end
131
-
132
- # old format is still used in card_changes
133
- def mod_from_deprecated_content
134
- return if content =~ /^\~/
135
- return unless (lines = content.split("\n")) && lines.size == 4
136
- lines.last
137
- end
138
-
139
- def remote_storage?
140
- cloud? || web?
141
- end
142
-
143
- def no_upload?
144
- storage_type_from_config == :web
145
- end
146
-
147
- def bucket
148
- @bucket ||= cloud? &&
149
- ((new_card? && bucket_from_config) || bucket_from_content ||
150
- bucket_from_config)
151
- end
152
-
153
- def bucket_config
154
- @bucket_config ||= load_bucket_config
155
- end
156
-
157
- def load_bucket_config
158
- return {} unless bucket
159
- bucket_config = Cardio.config.file_buckets &&
160
- Cardio.config.file_buckets[bucket.to_sym]
161
- bucket_config &&= bucket_config.symbolize_keys
162
- bucket_config ||= {}
163
- # we don't want :attributes hash symbolized, so we can't use
164
- # deep_symbolize_keys
165
- bucket_config[:credentials] &&= bucket_config[:credentials].symbolize_keys
166
- ensure_bucket_config do
167
- load_bucket_config_from_env bucket_config
168
- end
169
- end
170
-
171
- def ensure_bucket_config
172
- config = yield
173
- unless config.present?
174
- raise Card::Error, "couldn't find configuration for bucket #{bucket}"
175
- end
176
- config
177
- end
178
-
179
- def load_bucket_config_from_env config
180
- config ||= {}
181
- CarrierWave::FileCardUploader::CONFIG_OPTIONS.each do |key|
182
- next if key.in? [:attributes, :credentials]
183
- replace_with_env_variable config, key
184
- end
185
- config[:credentials] ||= {}
186
- load_bucket_credentials_from_env config[:credentials]
187
- config.delete :credentials unless config[:credentials].present?
188
- config
189
- end
190
-
191
- def load_bucket_credentials_from_env cred_config
192
- cred_opt_pattern =
193
- Regexp.new(/^(?:#{bucket.to_s.upcase}_)?CREDENTIALS_(?<option>.+)$/)
194
- ENV.keys.each do |env_key|
195
- next unless (m = cred_opt_pattern.match(env_key))
196
- replace_with_env_variable cred_config, m[:option].downcase.to_sym,
197
- "credentials"
198
- end
199
- end
200
-
201
- def replace_with_env_variable config, option, prefix=nil
202
- env_key = [prefix, option].compact.join("_").upcase
203
- new_value = ENV["#{bucket.to_s.upcase}_#{env_key}"] ||
204
- ENV[env_key]
205
- config[option] = new_value if new_value
206
- end
207
-
208
- def bucket_from_content
209
- return unless content
210
- content.match(/^\((?<bucket>[^)]+)\)/) { |m| m[:bucket] }
211
- end
212
-
213
- def bucket_from_config
214
- Cardio.config.file_default_bucket ||
215
- (Cardio.config.file_buckets && Cardio.config.file_buckets.keys.first)
216
- end
217
-
218
- def storage_type
219
- @storage_type ||=
220
- new_card? ? storage_type_from_config : storage_type_from_content
221
- end
222
-
223
- def storage_type_from_config
224
- type = ENV["FILE_STORAGE"] || Cardio.config.file_storage
225
- return unless type
226
- type = type.to_sym
227
- unless type.in? CarrierWave::FileCardUploader::STORAGE_TYPES
228
- raise Card::Error,
229
- I18n.t(:error_invalid_storage_type,
230
- scope: "mod.carrierwave.set.abstract.attachment",
231
- type: type)
232
- end
233
- type
234
- end
235
-
236
- def storage_type_from_content
237
- case content
238
- when /^\(/ then :cloud
239
- when %r{/^https?\:/} then :web
240
- when /^~/ then :local
241
- when /^\:/ then :coded
242
- else
243
- if deprecated_mod_file?
244
- :coded
245
- else
246
- storage_type_from_config
247
- end
248
- end
249
- end
250
-
251
- def update_storage_attributes
252
- @mod = @new_mod if @new_mod
253
- @bucket = @new_bucket if @new_bucket
254
- @storage_type = @new_storage_type
255
- end
256
-
257
- def storage_type_changed?
258
- @new_bucket || @new_storage_type || @new_mod
259
- end
260
-
261
- def bucket= value
262
- if @action == :update
263
- @new_bucket = value
264
- else
265
- @bucket = value
266
- end
267
- end
268
-
269
- def storage_type= value
270
- known_storage_type? value
271
- if @action == :update
272
- # we cant update the storage type directly here
273
- # if we do then the uploader doesn't find the file we want to update
274
- @new_storage_type = value
275
- else
276
- @storage_type = value
277
- end
278
- end
279
-
280
- def mod= value
281
- if @action == :update
282
- @new_mod = value.to_s
283
- else
284
- @mod = value.to_s
285
- end
286
- end
287
-
288
- def with_storage_options opts={}
289
- old_values = {}
290
- validate_temporary_storage_type_change opts[:storage_type]
291
- [:storage_type, :mod, :bucket].each do |opt_name|
292
- next unless opts[opt_name]
293
- old_values[opt_name] = instance_variable_get "@#{opt_name}"
294
- instance_variable_set "@#{opt_name}", opts[opt_name]
295
- @temp_storage_type = true
296
- end
297
- yield
298
- ensure
299
- @temp_storage_type = false
300
- old_values.each do |key, val|
301
- instance_variable_set "@#{key}", val
302
- end
303
- end
304
-
305
- def temporary_storage_type_change?
306
- @temp_storage_type
307
- end
308
-
309
- def validate_temporary_storage_type_change new_storage_type=nil
310
- new_storage_type ||= @new_storage_type
311
- return unless new_storage_type
312
- unless known_storage_type? new_storage_type
313
- raise Error, "unknown storage type: #{new_storage_type}"
314
- end
315
- if new_storage_type == :coded && codename.blank?
316
- raise Error, "codename needed for storage type :coded"
317
- end
318
- end
319
-
320
- def known_storage_type? type=storage_type
321
- type.in? CarrierWave::FileCardUploader::STORAGE_TYPES
322
- end
323
-
324
-
325
- # ~~ below autogenerated; above pulled from /Users/ethan/dev/wagn/gem/card/mod/carrierwave/set/abstract/attachment/storage_type.rb ~~
326
- end;end;end;end;end;
@@ -1,84 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class Abstract; module Attachment; module UploadCache; extend Card::Set
3
- # ~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/carrierwave/set/abstract/attachment/upload_cache.rb ~~
4
- # action id of the cached upload
5
- attr_accessor :action_id_of_cached_upload
6
-
7
- event :upload_attachment, :prepare_to_validate,
8
- on: :save, when: proc { |c| c.preliminary_upload? } do
9
- save_original_filename # save original filename as comment in action
10
- write_identifier # set db_content
11
- # (needs original filename to determine extension)
12
- store_attachment!
13
- finalize_action # create Card::Change entry for db_content
14
-
15
- card_id = new_card? ? upload_cache_card.id : id
16
- @current_action.update_attributes! draft: true, card_id: card_id
17
- success << {
18
- target: (new_card? ? upload_cache_card : self),
19
- type: type_name,
20
- view: "preview_editor",
21
- rev_id: current_action.id
22
- }
23
- abort :success
24
- end
25
-
26
- event :assign_attachment_on_create, :initialize,
27
- after: :assign_action, on: :create,
28
- when: proc { |c| c.save_preliminary_upload? } do
29
- return unless (action = Card::Action.fetch(@action_id_of_cached_upload))
30
- upload_cache_card.selected_action_id = action.id
31
- upload_cache_card.select_file_revision
32
- assign_attachment upload_cache_card.attachment.file, action.comment
33
- end
34
-
35
- event :assign_attachment_on_update, :initialize,
36
- after: :assign_action, on: :update,
37
- when: proc { |c| c.save_preliminary_upload? } do
38
- return unless (action = Card::Action.fetch(@action_id_of_cached_upload))
39
- uploaded_file = with_selected_action_id(action.id) { attachment.file }
40
- assign_attachment uploaded_file, action.comment
41
- end
42
-
43
- def assign_attachment file, original_filename
44
- send "#{attachment_name}=", file
45
- write_identifier
46
- @current_action.update_attributes! comment: original_filename
47
- end
48
-
49
- event :delete_cached_upload_file_on_create, :integrate,
50
- on: :create, when: proc { |c| c.save_preliminary_upload? } do
51
- return unless (action = Card::Action.fetch(@action_id_of_cached_upload))
52
- upload_cache_card.delete_files_for_action action
53
- action.delete
54
- Card.delete_tmp_files_of_cached_uploads
55
- end
56
-
57
- event :delete_cached_upload_file_on_update, :integrate,
58
- on: :update, when: proc { |c| c.save_preliminary_upload? } do
59
- return unless (action = Card::Action.fetch(@action_id_of_cached_upload))
60
- delete_files_for_action action
61
- action.delete
62
- end
63
-
64
- # used for uploads for new cards until the new card is created
65
- def upload_cache_card
66
- @upload_cache_card ||= Card["new_#{attachment_name}".to_sym]
67
- end
68
-
69
- def preliminary_upload?
70
- Card::Env && Card::Env.params[:attachment_upload]
71
- end
72
-
73
- def save_preliminary_upload?
74
- @action_id_of_cached_upload.present?
75
- end
76
-
77
- # place for files if card doesn't have an id yet
78
- def tmp_upload_dir _action_id=nil
79
- "#{files_base_dir}/#{upload_cache_card.id}"
80
- end
81
-
82
-
83
- # ~~ below autogenerated; above pulled from /Users/ethan/dev/wagn/gem/card/mod/carrierwave/set/abstract/attachment/upload_cache.rb ~~
84
- end;end;end;end;end;
@@ -1,35 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class All; module FileUtils; extend Card::Set
3
- # ~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/carrierwave/set/all/file_utils.rb ~~
4
- module ClassMethods
5
- def update_all_storage_locations
6
- Card.search(type_id: ["in", FileID, ImageID])
7
- .each(&:update_storage_location!)
8
- end
9
-
10
- def delete_tmp_files_of_cached_uploads
11
- draft_actions_with_attachment.each do |action|
12
- # we don't want to delete uploads in progress
13
- next unless old_enough?(action.created_at) && (card = action.card)
14
- card.delete_files_for_action action
15
- action.delete
16
- end
17
- end
18
-
19
- def old_enough? time, expiration_time=5.day.to_i
20
- Time.now - time > expiration_time
21
- end
22
-
23
- def draft_actions_with_attachment
24
- Card::Action.find_by_sql(
25
- "SELECT * FROM card_actions "\
26
- "INNER JOIN cards ON card_actions.card_id = cards.id "\
27
- "WHERE cards.type_id IN (#{Card::FileID}, #{Card::ImageID}) "\
28
- "AND card_actions.draft = true"
29
- )
30
- end
31
- end
32
-
33
-
34
- # ~~ below autogenerated; above pulled from /Users/ethan/dev/wagn/gem/card/mod/carrierwave/set/all/file_utils.rb ~~
35
- end;end;end;end;
@@ -1,30 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class Self; module Admin; extend Card::Set
3
- # ~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/carrierwave/set/self/admin.rb ~~
4
- add_to_basket(
5
- :tasks,
6
- name: :update_file_storage_locations,
7
- execute_policy: -> { Card.update_all_storage_locations },
8
- stats: {
9
- title: "cards with attachment",
10
- count: -> { Card.search(type_id: ["in", FileID, ImageID], return: :count) },
11
- link_text: "update storage locations",
12
- task: "update_file_storage_locations"
13
- }
14
- )
15
-
16
- add_to_basket(
17
- :tasks,
18
- name: :delete_upload_tmp_files,
19
- execute_policy: -> { Card.delete_tmp_files_of_cached_uploads },
20
- stats: {
21
- title: "tmp files of canceled uploads",
22
- count: -> { ::Card.draft_actions_with_attachment },
23
- link_text: "delete tmp files",
24
- task: "delete_tmp_files_of_cached_uploads"
25
- }
26
- )
27
-
28
-
29
- # ~~ below autogenerated; above pulled from /Users/ethan/dev/wagn/gem/card/mod/carrierwave/set/self/admin.rb ~~
30
- end;end;end;end;