card 1.102.0 → 1.103.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (506) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/config/initializers/02_patches/active_record.rb +2 -2
  4. data/config/locales/en.yml +0 -144
  5. data/db/migrate_core_cards/20190417142612_reorganize_scripts_2.rb +1 -1
  6. data/db/migrate_core_cards/20200821231558_add_nest_list_type.rb +2 -2
  7. data/db/seed/new/card_actions.yml +3228 -2716
  8. data/db/seed/new/card_acts.yml +3 -3
  9. data/db/seed/new/card_references.yml +1898 -1387
  10. data/db/seed/new/cards.yml +6800 -5415
  11. data/db/seed/new/schema_migrations_core_cards.yml +20 -0
  12. data/db/seed/test/fixtures/card_actions.yml +4713 -4121
  13. data/db/seed/test/fixtures/card_acts.yml +755 -695
  14. data/db/seed/test/fixtures/card_changes.yml +103 -103
  15. data/db/seed/test/fixtures/card_references.yml +3185 -2632
  16. data/db/seed/test/fixtures/cards.yml +10085 -8448
  17. data/db/seed/test/fixtures/schema_migrations_core_cards.yml +20 -0
  18. data/db/test_seed.rb +6 -1
  19. data/lib/card/auth/current.rb +1 -1
  20. data/lib/card/cache.rb +1 -1
  21. data/lib/card/cache/persistent.rb +1 -1
  22. data/lib/card/cache/persistent_class.rb +1 -1
  23. data/lib/card/codename.rb +1 -1
  24. data/lib/card/director/all.rb +4 -4
  25. data/lib/card/error.rb +1 -1
  26. data/lib/card/format.rb +1 -1
  27. data/lib/card/format/error.rb +1 -1
  28. data/lib/card/format/nest/fetch.rb +1 -1
  29. data/lib/card/model/save_helper.rb +1 -1
  30. data/lib/card/model/save_helper/save_arguments.rb +3 -1
  31. data/lib/card/reference/all.rb +1 -1
  32. data/lib/card/set/format/haml_paths.rb +6 -5
  33. data/lib/card/set/type.rb +1 -1
  34. data/lib/card/tasks/card.rake +0 -18
  35. data/lib/card/tasks/card/asset.rake +22 -0
  36. data/lib/card/tasks/card/migrate.rake +7 -7
  37. data/lib/card/tasks/card/mod.rake +30 -0
  38. data/lib/cardio.rb +5 -10
  39. data/lib/cardio/all.rb +1 -0
  40. data/lib/cardio/application.rb +3 -132
  41. data/lib/cardio/delaying.rb +3 -3
  42. data/lib/cardio/generators/class_methods.rb +1 -1
  43. data/lib/cardio/migration.rb +8 -27
  44. data/lib/cardio/migration/deck_structure.rb +1 -1
  45. data/lib/cardio/mod.rb +55 -2
  46. data/lib/cardio/mod/dirs.rb +41 -41
  47. data/lib/cardio/mod/load_strategy.rb +1 -1
  48. data/lib/cardio/mod/load_strategy/eval.rb +1 -1
  49. data/lib/cardio/mod/load_strategy/pattern_tmp_files.rb +1 -1
  50. data/lib/cardio/mod/load_strategy/set_binding_magic.rb +1 -1
  51. data/lib/cardio/mod/load_strategy/set_tmp_files.rb +1 -1
  52. data/lib/cardio/mod/load_strategy/tmp_files.rb +1 -1
  53. data/lib/cardio/mod/loader.rb +2 -2
  54. data/lib/cardio/mod/loader/set_loader.rb +1 -1
  55. data/lib/cardio/mod/loader/set_pattern_loader.rb +1 -1
  56. data/lib/cardio/mod/loader/set_template.rb +1 -1
  57. data/lib/cardio/mod/modfile_api.rb +22 -0
  58. data/lib/cardio/mod/modfile_loader.rb +18 -0
  59. data/lib/cardio/mod/module_template.rb +1 -1
  60. data/lib/cardio/railtie.rb +134 -0
  61. data/lib/cardio/schema.rb +68 -69
  62. data/lib/cardio/utils.rb +22 -28
  63. data/lib/generators/migration/migration_generator.rb +1 -1
  64. data/lib/generators/mod/mod_generator.rb +10 -14
  65. data/mod/admin/locales/en.yml +4 -0
  66. data/mod/admin/set/self/admin.rb +2 -2
  67. data/mod/core/locales/en.yml +30 -0
  68. data/mod/core/set/all/initialize.rb +5 -1
  69. data/mod/core/set/all/name_events.rb +1 -1
  70. data/mod/core/set/all/utils.rb +2 -2
  71. data/tmpsets/set_pattern/100-all.rb +1 -1
  72. data/tmpsets/set_pattern/101-all_plus.rb +1 -1
  73. data/tmpsets/set_pattern/102-type.rb +1 -1
  74. data/tmpsets/set_pattern/103-star.rb +1 -1
  75. data/tmpsets/set_pattern/104-rstar.rb +1 -1
  76. data/tmpsets/set_pattern/105-rule.rb +1 -1
  77. data/tmpsets/set_pattern/106-right.rb +1 -1
  78. data/tmpsets/set_pattern/107-type_plus_right.rb +1 -1
  79. data/tmpsets/set_pattern/108-self.rb +1 -1
  80. metadata +50 -469
  81. data/lib/cardio/defaults.yml +0 -71
  82. data/tmpsets/set/mod001-admin/self/admin.rb +0 -155
  83. data/tmpsets/set/mod001-admin/self/admin_info.rb +0 -52
  84. data/tmpsets/set/mod001-admin/self/debugger.rb +0 -12
  85. data/tmpsets/set/mod002-core/all/abort.rb +0 -85
  86. data/tmpsets/set/mod002-core/all/assign_attributes.rb +0 -119
  87. data/tmpsets/set/mod002-core/all/autoname.rb +0 -26
  88. data/tmpsets/set/mod002-core/all/codename.rb +0 -39
  89. data/tmpsets/set/mod002-core/all/collection.rb +0 -62
  90. data/tmpsets/set/mod002-core/all/content.rb +0 -74
  91. data/tmpsets/set/mod002-core/all/debug.rb +0 -29
  92. data/tmpsets/set/mod002-core/all/initialize.rb +0 -93
  93. data/tmpsets/set/mod002-core/all/name_events.rb +0 -172
  94. data/tmpsets/set/mod002-core/all/reference_events.rb +0 -78
  95. data/tmpsets/set/mod002-core/all/states.rb +0 -93
  96. data/tmpsets/set/mod002-core/all/subcards.rb +0 -29
  97. data/tmpsets/set/mod002-core/all/trash.rb +0 -142
  98. data/tmpsets/set/mod002-core/all/type.rb +0 -70
  99. data/tmpsets/set/mod002-core/all/utils.rb +0 -104
  100. data/tmpsets/set/mod002-core/right/autoname.rb +0 -12
  101. data/tmpsets/set/mod002-core/self/autoname.rb +0 -12
  102. data/tmpsets/set/mod002-core/self/trash.rb +0 -73
  103. data/tmpsets/set/mod002-core/self/version.rb +0 -18
  104. data/tmpsets/set/mod002-core/type/cardtype.rb +0 -37
  105. data/tmpsets/set/mod004-email/abstract/email_field.rb +0 -49
  106. data/tmpsets/set/mod004-email/abstract/test_context.rb +0 -36
  107. data/tmpsets/set/mod004-email/all/email_html.rb +0 -18
  108. data/tmpsets/set/mod004-email/all/email_text.rb +0 -22
  109. data/tmpsets/set/mod004-email/right/bcc.rb +0 -10
  110. data/tmpsets/set/mod004-email/right/cc.rb +0 -10
  111. data/tmpsets/set/mod004-email/right/from.rb +0 -10
  112. data/tmpsets/set/mod004-email/right/html_message.rb +0 -23
  113. data/tmpsets/set/mod004-email/right/subject.rb +0 -10
  114. data/tmpsets/set/mod004-email/right/text_message.rb +0 -10
  115. data/tmpsets/set/mod004-email/right/to.rb +0 -10
  116. data/tmpsets/set/mod004-email/type/email_template.rb +0 -101
  117. data/tmpsets/set/mod004-email/type/email_template/email_config.rb +0 -92
  118. data/tmpsets/set/mod005-collection/abstract/items.rb +0 -215
  119. data/tmpsets/set/mod005-collection/abstract/paging.rb +0 -74
  120. data/tmpsets/set/mod005-collection/abstract/paging/paging_links.rb +0 -99
  121. data/tmpsets/set/mod005-collection/abstract/paging/paging_views.rb +0 -121
  122. data/tmpsets/set/mod005-collection/all/extended.rb +0 -59
  123. data/tmpsets/set/mod005-collection/all/item.rb +0 -145
  124. data/tmpsets/set/mod006-content/abstract/00_sources.rb +0 -33
  125. data/tmpsets/set/mod006-content/abstract/01_code_file.rb +0 -94
  126. data/tmpsets/set/mod006-content/abstract/asset_file.rb +0 -84
  127. data/tmpsets/set/mod006-content/abstract/haml_file.rb +0 -32
  128. data/tmpsets/set/mod006-content/abstract/lock.rb +0 -36
  129. data/tmpsets/set/mod006-content/abstract/read_only.rb +0 -23
  130. data/tmpsets/set/mod006-content/abstract/templated_nests.rb +0 -16
  131. data/tmpsets/set/mod006-content/abstract/vendor_code_file.rb +0 -18
  132. data/tmpsets/set/mod006-content/all/chunk.rb +0 -151
  133. data/tmpsets/set/mod006-content/all/contextual_content.rb +0 -29
  134. data/tmpsets/set/mod006-content/all/templating.rb +0 -79
  135. data/tmpsets/set/mod006-content/right/default.rb +0 -43
  136. data/tmpsets/set/mod006-content/right/structure.rb +0 -85
  137. data/tmpsets/set/mod006-content/self/default.rb +0 -11
  138. data/tmpsets/set/mod006-content/self/structure.rb +0 -13
  139. data/tmpsets/set/mod007-format/all/active_card.rb +0 -14
  140. data/tmpsets/set/mod007-format/all/base.rb +0 -148
  141. data/tmpsets/set/mod007-format/all/content.rb +0 -77
  142. data/tmpsets/set/mod007-format/all/css.rb +0 -45
  143. data/tmpsets/set/mod007-format/all/csv.rb +0 -103
  144. data/tmpsets/set/mod007-format/all/demo.rb +0 -45
  145. data/tmpsets/set/mod007-format/all/error.rb +0 -81
  146. data/tmpsets/set/mod007-format/all/export.rb +0 -79
  147. data/tmpsets/set/mod007-format/all/file.rb +0 -18
  148. data/tmpsets/set/mod007-format/all/frame.rb +0 -58
  149. data/tmpsets/set/mod007-format/all/haml.rb +0 -84
  150. data/tmpsets/set/mod007-format/all/head.rb +0 -170
  151. data/tmpsets/set/mod007-format/all/header.rb +0 -71
  152. data/tmpsets/set/mod007-format/all/html_content.rb +0 -178
  153. data/tmpsets/set/mod007-format/all/html_error.rb +0 -217
  154. data/tmpsets/set/mod007-format/all/html_show.rb +0 -62
  155. data/tmpsets/set/mod007-format/all/html_title.rb +0 -56
  156. data/tmpsets/set/mod007-format/all/html_wrapper.rb +0 -173
  157. data/tmpsets/set/mod007-format/all/js.rb +0 -18
  158. data/tmpsets/set/mod007-format/all/json.rb +0 -174
  159. data/tmpsets/set/mod007-format/all/links.rb +0 -160
  160. data/tmpsets/set/mod007-format/all/menu.rb +0 -138
  161. data/tmpsets/set/mod007-format/all/path.rb +0 -88
  162. data/tmpsets/set/mod007-format/all/rich_html.rb +0 -25
  163. data/tmpsets/set/mod007-format/all/rss.rb +0 -86
  164. data/tmpsets/set/mod007-format/all/text.rb +0 -15
  165. data/tmpsets/set/mod007-format/self/home.rb +0 -18
  166. data/tmpsets/set/mod007-format/type/cardtype.rb +0 -98
  167. data/tmpsets/set/mod007-format/type/html.rb +0 -36
  168. data/tmpsets/set/mod007-format/type/json.rb +0 -50
  169. data/tmpsets/set/mod007-format/type/number.rb +0 -33
  170. data/tmpsets/set/mod007-format/type/phrase.rb +0 -14
  171. data/tmpsets/set/mod007-format/type/plain_text.rb +0 -18
  172. data/tmpsets/set/mod007-format/type/toggle.rb +0 -47
  173. data/tmpsets/set/mod007-format/type/uri.rb +0 -24
  174. data/tmpsets/set/mod008-list/abstract/01_pointer.rb +0 -19
  175. data/tmpsets/set/mod008-list/abstract/01_pointer/events.rb +0 -80
  176. data/tmpsets/set/mod008-list/abstract/01_pointer/html_views.rb +0 -131
  177. data/tmpsets/set/mod008-list/abstract/01_pointer/html_views/filter.rb +0 -72
  178. data/tmpsets/set/mod008-list/abstract/01_pointer/options_api.rb +0 -87
  179. data/tmpsets/set/mod008-list/abstract/01_pointer/other_views.rb +0 -112
  180. data/tmpsets/set/mod008-list/abstract/code_pointer.rb +0 -44
  181. data/tmpsets/set/mod008-list/abstract/id_pointer.rb +0 -30
  182. data/tmpsets/set/mod008-list/all/supports_content_options.rb +0 -16
  183. data/tmpsets/set/mod008-list/right/content_option_view.rb +0 -19
  184. data/tmpsets/set/mod008-list/right/content_options.rb +0 -32
  185. data/tmpsets/set/mod008-list/self/content_option_view.rb +0 -18
  186. data/tmpsets/set/mod008-list/self/content_options.rb +0 -18
  187. data/tmpsets/set/mod008-list/self/input_options.rb +0 -23
  188. data/tmpsets/set/mod008-list/type/link_list.rb +0 -49
  189. data/tmpsets/set/mod008-list/type/list.rb +0 -25
  190. data/tmpsets/set/mod008-list/type/nest_list.rb +0 -55
  191. data/tmpsets/set/mod008-list/type/pointer.rb +0 -19
  192. data/tmpsets/set/mod009-permissions/abstract/permission.rb +0 -132
  193. data/tmpsets/set/mod009-permissions/all/permissions.rb +0 -240
  194. data/tmpsets/set/mod009-permissions/all/update_read_rules.rb +0 -20
  195. data/tmpsets/set/mod009-permissions/right/create.rb +0 -10
  196. data/tmpsets/set/mod009-permissions/right/delete.rb +0 -10
  197. data/tmpsets/set/mod009-permissions/right/read.rb +0 -86
  198. data/tmpsets/set/mod009-permissions/right/update.rb +0 -10
  199. data/tmpsets/set/mod009-permissions/self/create.rb +0 -12
  200. data/tmpsets/set/mod009-permissions/self/delete.rb +0 -12
  201. data/tmpsets/set/mod009-permissions/self/read.rb +0 -12
  202. data/tmpsets/set/mod009-permissions/self/update.rb +0 -12
  203. data/tmpsets/set/mod010-account/abstract/account_field.rb +0 -31
  204. data/tmpsets/set/mod010-account/abstract/accountable.rb +0 -62
  205. data/tmpsets/set/mod010-account/all/account.rb +0 -115
  206. data/tmpsets/set/mod010-account/right/account.rb +0 -62
  207. data/tmpsets/set/mod010-account/right/account/events.rb +0 -108
  208. data/tmpsets/set/mod010-account/right/account/views.rb +0 -74
  209. data/tmpsets/set/mod010-account/right/email.rb +0 -56
  210. data/tmpsets/set/mod010-account/right/password.rb +0 -61
  211. data/tmpsets/set/mod010-account/right/roles.rb +0 -36
  212. data/tmpsets/set/mod010-account/right/salt.rb +0 -22
  213. data/tmpsets/set/mod010-account/right/status.rb +0 -27
  214. data/tmpsets/set/mod010-account/self/signin.rb +0 -222
  215. data/tmpsets/set/mod010-account/type/role.rb +0 -30
  216. data/tmpsets/set/mod010-account/type/signup.rb +0 -63
  217. data/tmpsets/set/mod010-account/type/signup/views.rb +0 -107
  218. data/tmpsets/set/mod010-account/type/user.rb +0 -76
  219. data/tmpsets/set/mod010-account/type_plus_right/user/email.rb +0 -22
  220. data/tmpsets/set/mod011-edit/all/bridge.rb +0 -73
  221. data/tmpsets/set/mod011-edit/all/bridge/bridge_pills.rb +0 -56
  222. data/tmpsets/set/mod011-edit/all/bridge/follow_section.rb +0 -46
  223. data/tmpsets/set/mod011-edit/all/bridge/related_section.rb +0 -43
  224. data/tmpsets/set/mod011-edit/all/bridge/tab_views.rb +0 -50
  225. data/tmpsets/set/mod011-edit/all/bridge/tab_visibility.rb +0 -67
  226. data/tmpsets/set/mod011-edit/all/edit_content.rb +0 -69
  227. data/tmpsets/set/mod011-edit/all/edit_inline.rb +0 -65
  228. data/tmpsets/set/mod011-edit/all/edit_name.rb +0 -65
  229. data/tmpsets/set/mod011-edit/all/edit_type.rb +0 -129
  230. data/tmpsets/set/mod011-edit/all/editing.rb +0 -100
  231. data/tmpsets/set/mod011-edit/all/editor.rb +0 -63
  232. data/tmpsets/set/mod011-edit/all/form.rb +0 -257
  233. data/tmpsets/set/mod011-edit/all/form_buttons.rb +0 -82
  234. data/tmpsets/set/mod011-edit/all/form_elements.rb +0 -81
  235. data/tmpsets/set/mod011-edit/all/formgroup.rb +0 -46
  236. data/tmpsets/set/mod011-edit/all/new.rb +0 -195
  237. data/tmpsets/set/mod011-edit/all/overlay_guide.rb +0 -18
  238. data/tmpsets/set/mod011-edit/all/template_nest.rb +0 -51
  239. data/tmpsets/set/mod011-edit/right/input_type.rb +0 -44
  240. data/tmpsets/set/mod011-edit/self/input_type.rb +0 -21
  241. data/tmpsets/set/mod011-edit/type/list.rb +0 -24
  242. data/tmpsets/set/mod011-edit/type/plain_text.rb +0 -22
  243. data/tmpsets/set/mod011-edit/type/pointer.rb +0 -20
  244. data/tmpsets/set/mod012-history/all/history.rb +0 -119
  245. data/tmpsets/set/mod012-history/all/history/act_listing.rb +0 -136
  246. data/tmpsets/set/mod012-history/all/history/actions.rb +0 -137
  247. data/tmpsets/set/mod012-history/all/history/acts.rb +0 -17
  248. data/tmpsets/set/mod012-history/all/history/events.rb +0 -109
  249. data/tmpsets/set/mod012-history/all/history/last.rb +0 -107
  250. data/tmpsets/set/mod012-history/all/history/revision.rb +0 -74
  251. data/tmpsets/set/mod012-history/all/history/selected.rb +0 -73
  252. data/tmpsets/set/mod012-history/all/history/views.rb +0 -75
  253. data/tmpsets/set/mod012-history/all/history_bridge.rb +0 -88
  254. data/tmpsets/set/mod013-carrierwave/abstract/attachment.rb +0 -144
  255. data/tmpsets/set/mod013-carrierwave/abstract/attachment/cloud.rb +0 -146
  256. data/tmpsets/set/mod013-carrierwave/abstract/attachment/coded.rb +0 -36
  257. data/tmpsets/set/mod013-carrierwave/abstract/attachment/local.rb +0 -52
  258. data/tmpsets/set/mod013-carrierwave/abstract/attachment/paths.rb +0 -68
  259. data/tmpsets/set/mod013-carrierwave/abstract/attachment/storage_type.rb +0 -180
  260. data/tmpsets/set/mod013-carrierwave/abstract/attachment/upload_cache.rb +0 -98
  261. data/tmpsets/set/mod013-carrierwave/abstract/attachment/web.rb +0 -12
  262. data/tmpsets/set/mod013-carrierwave/all/file_utils.rb +0 -50
  263. data/tmpsets/set/mod013-carrierwave/self/admin.rb +0 -32
  264. data/tmpsets/set/mod013-carrierwave/self/favicon.rb +0 -26
  265. data/tmpsets/set/mod013-carrierwave/self/new_file.rb +0 -22
  266. data/tmpsets/set/mod013-carrierwave/self/new_image.rb +0 -22
  267. data/tmpsets/set/mod013-carrierwave/type/file.rb +0 -144
  268. data/tmpsets/set/mod013-carrierwave/type/image.rb +0 -113
  269. data/tmpsets/set/mod013-carrierwave/type/image/html_views.rb +0 -88
  270. data/tmpsets/set/mod014-virtual/abstract/virtual_cache.rb +0 -52
  271. data/tmpsets/set/mod015-machines/abstract/machine.rb +0 -230
  272. data/tmpsets/set/mod015-machines/abstract/machine/output_cache.rb +0 -25
  273. data/tmpsets/set/mod015-machines/abstract/machine/output_update.rb +0 -84
  274. data/tmpsets/set/mod015-machines/abstract/machine_input.rb +0 -82
  275. data/tmpsets/set/mod015-machines/all/reset_machines.rb +0 -31
  276. data/tmpsets/set/mod015-machines/right/machine_cache.rb +0 -14
  277. data/tmpsets/set/mod015-machines/right/machine_input.rb +0 -16
  278. data/tmpsets/set/mod015-machines/right/machine_output.rb +0 -53
  279. data/tmpsets/set/mod016-script/abstract/01_asset_java_script.rb +0 -32
  280. data/tmpsets/set/mod016-script/abstract/asset_coffee_script.rb +0 -34
  281. data/tmpsets/set/mod016-script/abstract/asset_list.rb +0 -98
  282. data/tmpsets/set/mod016-script/abstract/manifest_group.rb +0 -22
  283. data/tmpsets/set/mod016-script/abstract/mod_assets.rb +0 -145
  284. data/tmpsets/set/mod016-script/abstract/script.rb +0 -98
  285. data/tmpsets/set/mod016-script/right/script.rb +0 -30
  286. data/tmpsets/set/mod016-script/self/script.rb +0 -10
  287. data/tmpsets/set/mod016-script/self/script_html5shiv_printshiv.rb +0 -20
  288. data/tmpsets/set/mod016-script/self/script_mods.rb +0 -10
  289. data/tmpsets/set/mod016-script/type/01_coffee_script.rb +0 -35
  290. data/tmpsets/set/mod016-script/type/02_java_script.rb +0 -24
  291. data/tmpsets/set/mod016-script/type/local_folder_group.rb +0 -30
  292. data/tmpsets/set/mod016-script/type/local_manifest_group.rb +0 -35
  293. data/tmpsets/set/mod016-script/type/mod_script_assets.rb +0 -22
  294. data/tmpsets/set/mod016-script/type/remote_manifest_group.rb +0 -41
  295. data/tmpsets/set/mod017-ace_editor/all/ace_editor.rb +0 -20
  296. data/tmpsets/set/mod017-ace_editor/self/ace.rb +0 -16
  297. data/tmpsets/set/mod017-ace_editor/self/script_ace.rb +0 -12
  298. data/tmpsets/set/mod017-ace_editor/self/script_ace_config.rb +0 -12
  299. data/tmpsets/set/mod018-alias/all/alias.rb +0 -30
  300. data/tmpsets/set/mod018-alias/all_plus/alias.rb +0 -31
  301. data/tmpsets/set/mod018-alias/type/alias.rb +0 -42
  302. data/tmpsets/set/mod019-api_key/right/account.rb +0 -18
  303. data/tmpsets/set/mod019-api_key/right/api_key.rb +0 -103
  304. data/tmpsets/set/mod020-style/abstract/skin_box.rb +0 -44
  305. data/tmpsets/set/mod020-style/right/style.rb +0 -65
  306. data/tmpsets/set/mod020-style/self/style.rb +0 -13
  307. data/tmpsets/set/mod020-style/self/style_bootstrap_compatible.rb +0 -10
  308. data/tmpsets/set/mod020-style/self/style_cards.rb +0 -10
  309. data/tmpsets/set/mod020-style/self/style_jquery_ui_smoothness.rb +0 -10
  310. data/tmpsets/set/mod020-style/self/style_libraries.rb +0 -10
  311. data/tmpsets/set/mod020-style/self/style_mods.rb +0 -10
  312. data/tmpsets/set/mod020-style/type/css.rb +0 -95
  313. data/tmpsets/set/mod020-style/type/scss.rb +0 -30
  314. data/tmpsets/set/mod020-style/type/skin.rb +0 -18
  315. data/tmpsets/set/mod021-bar_and_box/abstract/media.rb +0 -26
  316. data/tmpsets/set/mod021-bar_and_box/all/bar.rb +0 -112
  317. data/tmpsets/set/mod021-bar_and_box/all/box.rb +0 -25
  318. data/tmpsets/set/mod021-bar_and_box/self/style_media.rb +0 -15
  319. data/tmpsets/set/mod021-bar_and_box/type/image.rb +0 -47
  320. data/tmpsets/set/mod022-bootstrap/abstract/bootstrap_code_file.rb +0 -65
  321. data/tmpsets/set/mod022-bootstrap/abstract/bootswatch_theme.rb +0 -167
  322. data/tmpsets/set/mod022-bootstrap/abstract/bootswatch_theme/html_views.rb +0 -39
  323. data/tmpsets/set/mod022-bootstrap/abstract/bs_badge.rb +0 -31
  324. data/tmpsets/set/mod022-bootstrap/all/bootstrap/accordion.rb +0 -72
  325. data/tmpsets/set/mod022-bootstrap/all/bootstrap/dropdown.rb +0 -93
  326. data/tmpsets/set/mod022-bootstrap/all/bootstrap/form.rb +0 -44
  327. data/tmpsets/set/mod022-bootstrap/all/bootstrap/helper.rb +0 -73
  328. data/tmpsets/set/mod022-bootstrap/all/bootstrap/icon.rb +0 -125
  329. data/tmpsets/set/mod022-bootstrap/all/bootstrap/navbar.rb +0 -55
  330. data/tmpsets/set/mod022-bootstrap/all/bootstrap/table.rb +0 -110
  331. data/tmpsets/set/mod022-bootstrap/all/bootstrap/tabs.rb +0 -49
  332. data/tmpsets/set/mod022-bootstrap/all/bootstrap/wrapper.rb +0 -27
  333. data/tmpsets/set/mod022-bootstrap/all/rich_bootstrap.rb +0 -24
  334. data/tmpsets/set/mod022-bootstrap/self/bootstrap_core.rb +0 -23
  335. data/tmpsets/set/mod022-bootstrap/self/bootstrap_functions.rb +0 -14
  336. data/tmpsets/set/mod022-bootstrap/self/font_awesome.rb +0 -11
  337. data/tmpsets/set/mod022-bootstrap/self/material_icons.rb +0 -11
  338. data/tmpsets/set/mod022-bootstrap/self/script_load_select2.rb +0 -11
  339. data/tmpsets/set/mod022-bootstrap/self/smartmenu_css.rb +0 -14
  340. data/tmpsets/set/mod022-bootstrap/self/smartmenu_js.rb +0 -14
  341. data/tmpsets/set/mod022-bootstrap/self/style_bootstrap_cards.rb +0 -10
  342. data/tmpsets/set/mod022-bootstrap/self/style_bootstrap_colorpicker.rb +0 -15
  343. data/tmpsets/set/mod022-bootstrap/self/style_select2.rb +0 -19
  344. data/tmpsets/set/mod022-bootstrap/self/style_select2_bootstrap.rb +0 -10
  345. data/tmpsets/set/mod022-bootstrap/type/bootswatch_skin.rb +0 -24
  346. data/tmpsets/set/mod022-bootstrap/type/customized_bootswatch_skin.rb +0 -129
  347. data/tmpsets/set/mod022-bootstrap/type/customized_bootswatch_skin/html_views.rb +0 -43
  348. data/tmpsets/set/mod022-bootstrap/type_plus_right/customized_bootswatch_skin/colors.rb +0 -123
  349. data/tmpsets/set/mod023-comment/all/comment.rb +0 -92
  350. data/tmpsets/set/mod023-comment/right/comment.rb +0 -10
  351. data/tmpsets/set/mod023-comment/right/discussion.rb +0 -18
  352. data/tmpsets/set/mod024-date/all/calendar.rb +0 -18
  353. data/tmpsets/set/mod024-date/right/when_created.rb +0 -16
  354. data/tmpsets/set/mod024-date/right/when_last_edited.rb +0 -16
  355. data/tmpsets/set/mod024-date/self/datepicker.rb +0 -15
  356. data/tmpsets/set/mod024-date/self/now.rb +0 -14
  357. data/tmpsets/set/mod024-date/self/script_datepicker_config.rb +0 -12
  358. data/tmpsets/set/mod024-date/self/style_datepicker.rb +0 -20
  359. data/tmpsets/set/mod024-date/type/date.rb +0 -14
  360. data/tmpsets/set/mod026-follow/abstract/follow_option.rb +0 -65
  361. data/tmpsets/set/mod026-follow/all/follow.rb +0 -42
  362. data/tmpsets/set/mod026-follow/all/follow/follow_link.rb +0 -70
  363. data/tmpsets/set/mod026-follow/all/follow/follow_link_views.rb +0 -38
  364. data/tmpsets/set/mod026-follow/all/follow/followed_by.rb +0 -79
  365. data/tmpsets/set/mod026-follow/all/follow/follower_ids.rb +0 -130
  366. data/tmpsets/set/mod026-follow/all/follow/start_follow_link.rb +0 -19
  367. data/tmpsets/set/mod026-follow/all/follow/stop_follow_link.rb +0 -20
  368. data/tmpsets/set/mod026-follow/all/notify.rb +0 -91
  369. data/tmpsets/set/mod026-follow/all/notify/base_views.rb +0 -137
  370. data/tmpsets/set/mod026-follow/all/notify/html_views.rb +0 -26
  371. data/tmpsets/set/mod026-follow/right/account.rb +0 -24
  372. data/tmpsets/set/mod026-follow/right/follow.rb +0 -127
  373. data/tmpsets/set/mod026-follow/right/follow_fields.rb +0 -12
  374. data/tmpsets/set/mod026-follow/right/followers.rb +0 -32
  375. data/tmpsets/set/mod026-follow/right/following.rb +0 -59
  376. data/tmpsets/set/mod026-follow/self/always.rb +0 -22
  377. data/tmpsets/set/mod026-follow/self/created.rb +0 -28
  378. data/tmpsets/set/mod026-follow/self/edited.rb +0 -29
  379. data/tmpsets/set/mod026-follow/self/follow.rb +0 -10
  380. data/tmpsets/set/mod026-follow/self/follow_defaults.rb +0 -98
  381. data/tmpsets/set/mod026-follow/self/follow_fields.rb +0 -10
  382. data/tmpsets/set/mod026-follow/self/never.rb +0 -22
  383. data/tmpsets/set/mod026-follow/type/cardtype.rb +0 -30
  384. data/tmpsets/set/mod026-follow/type/notification_template.rb +0 -42
  385. data/tmpsets/set/mod026-follow/type/set.rb +0 -62
  386. data/tmpsets/set/mod026-follow/type/user.rb +0 -16
  387. data/tmpsets/set/mod026-follow/type_plus_right/user/follow.rb +0 -87
  388. data/tmpsets/set/mod026-follow/type_plus_right/user/follow/follow_editor_helper.rb +0 -130
  389. data/tmpsets/set/mod027-google_analytics/all/google_analytics.rb +0 -51
  390. data/tmpsets/set/mod028-help/all/guide.rb +0 -60
  391. data/tmpsets/set/mod028-help/all/help.rb +0 -58
  392. data/tmpsets/set/mod028-help/right/guide.rb +0 -17
  393. data/tmpsets/set/mod028-help/right/help.rb +0 -24
  394. data/tmpsets/set/mod028-help/self/guide.rb +0 -11
  395. data/tmpsets/set/mod028-help/self/help.rb +0 -13
  396. data/tmpsets/set/mod029-integrate/all/observer.rb +0 -31
  397. data/tmpsets/set/mod029-integrate/self/on_create.rb +0 -11
  398. data/tmpsets/set/mod029-integrate/self/on_delete.rb +0 -11
  399. data/tmpsets/set/mod029-integrate/self/on_update.rb +0 -11
  400. data/tmpsets/set/mod029-integrate/self/thanks.rb +0 -13
  401. data/tmpsets/set/mod030-session/all/location_history.rb +0 -28
  402. data/tmpsets/set/mod030-session/type/session.rb +0 -70
  403. data/tmpsets/set/mod031-layout/abstract/account_dropdown.rb +0 -32
  404. data/tmpsets/set/mod031-layout/abstract/pointer/html_views.rb +0 -14
  405. data/tmpsets/set/mod031-layout/all/alert.rb +0 -32
  406. data/tmpsets/set/mod031-layout/all/layouts.rb +0 -43
  407. data/tmpsets/set/mod031-layout/all/modal.rb +0 -129
  408. data/tmpsets/set/mod031-layout/all/navbar_links.rb +0 -77
  409. data/tmpsets/set/mod031-layout/all/overlay.rb +0 -110
  410. data/tmpsets/set/mod031-layout/all/process_layout.rb +0 -88
  411. data/tmpsets/set/mod031-layout/all/tabs.rb +0 -61
  412. data/tmpsets/set/mod031-layout/right/enabled_roles.rb +0 -70
  413. data/tmpsets/set/mod031-layout/right/head.rb +0 -26
  414. data/tmpsets/set/mod031-layout/self/account_links.rb +0 -107
  415. data/tmpsets/set/mod031-layout/self/alerts.rb +0 -14
  416. data/tmpsets/set/mod031-layout/self/dropdown_divider.rb +0 -18
  417. data/tmpsets/set/mod031-layout/self/foot.rb +0 -14
  418. data/tmpsets/set/mod031-layout/self/head.rb +0 -35
  419. data/tmpsets/set/mod031-layout/self/layout.rb +0 -12
  420. data/tmpsets/set/mod031-layout/self/navbox.rb +0 -42
  421. data/tmpsets/set/mod031-layout/self/sidebar.rb +0 -14
  422. data/tmpsets/set/mod031-layout/type/html.rb +0 -23
  423. data/tmpsets/set/mod031-layout/type/layout_type.rb +0 -25
  424. data/tmpsets/set/mod032-legacy/abstract/table_of_contents.rb +0 -76
  425. data/tmpsets/set/mod032-legacy/self/csv_structure.rb +0 -10
  426. data/tmpsets/set/mod032-legacy/self/default_html_view.rb +0 -10
  427. data/tmpsets/set/mod032-legacy/self/table_of_contents.rb +0 -13
  428. data/tmpsets/set/mod032-legacy/type/basic.rb +0 -10
  429. data/tmpsets/set/mod033-markdown/type/markdown.rb +0 -26
  430. data/tmpsets/set/mod034-prosemirror_editor/all/prosemirror_editor.rb +0 -16
  431. data/tmpsets/set/mod034-prosemirror_editor/self/script_prosemirror.rb +0 -12
  432. data/tmpsets/set/mod034-prosemirror_editor/self/script_prosemirror_config.rb +0 -13
  433. data/tmpsets/set/mod034-prosemirror_editor/self/style_prosemirror.rb +0 -12
  434. data/tmpsets/set/mod035-recaptcha/all/recaptcha.rb +0 -111
  435. data/tmpsets/set/mod035-recaptcha/self/admin_info.rb +0 -36
  436. data/tmpsets/set/mod035-recaptcha/self/captcha.rb +0 -14
  437. data/tmpsets/set/mod035-recaptcha/self/recaptcha_proxy.rb +0 -12
  438. data/tmpsets/set/mod035-recaptcha/self/recaptcha_secret_key.rb +0 -18
  439. data/tmpsets/set/mod035-recaptcha/self/recaptcha_settings.rb +0 -40
  440. data/tmpsets/set/mod035-recaptcha/self/recaptcha_site_key.rb +0 -18
  441. data/tmpsets/set/mod036-search/abstract/00_filter_helper.rb +0 -55
  442. data/tmpsets/set/mod036-search/abstract/02_search_params.rb +0 -59
  443. data/tmpsets/set/mod036-search/abstract/03_filter.rb +0 -38
  444. data/tmpsets/set/mod036-search/abstract/03_filter/filter_form.rb +0 -110
  445. data/tmpsets/set/mod036-search/abstract/03_filter/form_helper.rb +0 -114
  446. data/tmpsets/set/mod036-search/abstract/03_filter/query_construction.rb +0 -47
  447. data/tmpsets/set/mod036-search/abstract/04_right_filter_form.rb +0 -35
  448. data/tmpsets/set/mod036-search/abstract/05_search.rb +0 -93
  449. data/tmpsets/set/mod036-search/abstract/05_search/views.rb +0 -174
  450. data/tmpsets/set/mod036-search/abstract/06_cql_search.rb +0 -102
  451. data/tmpsets/set/mod036-search/abstract/filterable.rb +0 -22
  452. data/tmpsets/set/mod036-search/abstract/filterable_bar.rb +0 -20
  453. data/tmpsets/set/mod036-search/right/children.rb +0 -13
  454. data/tmpsets/set/mod036-search/right/created.rb +0 -12
  455. data/tmpsets/set/mod036-search/right/edited.rb +0 -12
  456. data/tmpsets/set/mod036-search/right/editors.rb +0 -12
  457. data/tmpsets/set/mod036-search/right/follow.rb +0 -12
  458. data/tmpsets/set/mod036-search/right/linked_to_by.rb +0 -12
  459. data/tmpsets/set/mod036-search/right/links_to.rb +0 -14
  460. data/tmpsets/set/mod036-search/right/mates.rb +0 -12
  461. data/tmpsets/set/mod036-search/right/nested_by.rb +0 -12
  462. data/tmpsets/set/mod036-search/right/nests.rb +0 -12
  463. data/tmpsets/set/mod036-search/right/referred_to_by.rb +0 -12
  464. data/tmpsets/set/mod036-search/right/refers_to.rb +0 -12
  465. data/tmpsets/set/mod036-search/self/recent.rb +0 -44
  466. data/tmpsets/set/mod036-search/self/search.rb +0 -104
  467. data/tmpsets/set/mod036-search/type/cardtype.rb +0 -14
  468. data/tmpsets/set/mod036-search/type/search_type.rb +0 -90
  469. data/tmpsets/set/mod037-rules/all/related_sets.rb +0 -34
  470. data/tmpsets/set/mod037-rules/right/self.rb +0 -12
  471. data/tmpsets/set/mod037-rules/right/type_plus_right.rb +0 -13
  472. data/tmpsets/set/mod037-rules/rstar/rule_user.rb +0 -16
  473. data/tmpsets/set/mod037-rules/rule/bar_view.rb +0 -102
  474. data/tmpsets/set/mod037-rules/rule/bridge_rules_editor.rb +0 -37
  475. data/tmpsets/set/mod037-rules/rule/editor.rb +0 -119
  476. data/tmpsets/set/mod037-rules/rule/html_views.rb +0 -22
  477. data/tmpsets/set/mod037-rules/rule/quick_editor.rb +0 -48
  478. data/tmpsets/set/mod037-rules/rule/rule_form.rb +0 -65
  479. data/tmpsets/set/mod037-rules/rule/rule_form/buttons.rb +0 -54
  480. data/tmpsets/set/mod037-rules/rule/rule_form/form_elements.rb +0 -61
  481. data/tmpsets/set/mod037-rules/rule/rule_form/rule_set_radio.rb +0 -92
  482. data/tmpsets/set/mod037-rules/rule/rule_form/set_selection.rb +0 -48
  483. data/tmpsets/set/mod037-rules/rule/rules.rb +0 -118
  484. data/tmpsets/set/mod037-rules/self/cardtype.rb +0 -51
  485. data/tmpsets/set/mod037-rules/self/recent_settings.rb +0 -16
  486. data/tmpsets/set/mod037-rules/self/script_rules.rb +0 -12
  487. data/tmpsets/set/mod037-rules/type/cardtype.rb +0 -14
  488. data/tmpsets/set/mod037-rules/type/set.rb +0 -116
  489. data/tmpsets/set/mod037-rules/type/set/html_views.rb +0 -60
  490. data/tmpsets/set/mod037-rules/type/set/html_views/rule_lists.rb +0 -51
  491. data/tmpsets/set/mod037-rules/type/set/html_views/template.rb +0 -21
  492. data/tmpsets/set/mod037-rules/type/set/rules_filter.rb +0 -69
  493. data/tmpsets/set/mod037-rules/type/set/setting_lists.rb +0 -85
  494. data/tmpsets/set/mod037-rules/type/setting.rb +0 -86
  495. data/tmpsets/set/mod038-tinymce_editor/all/reference_editor.rb +0 -53
  496. data/tmpsets/set/mod038-tinymce_editor/all/reference_editor/link_editor.rb +0 -42
  497. data/tmpsets/set/mod038-tinymce_editor/all/reference_editor/link_editor/link_parser.rb +0 -43
  498. data/tmpsets/set/mod038-tinymce_editor/all/reference_editor/nest_editor.rb +0 -184
  499. data/tmpsets/set/mod038-tinymce_editor/all/reference_editor/nest_image.rb +0 -77
  500. data/tmpsets/set/mod038-tinymce_editor/all/tinymce_editor.rb +0 -15
  501. data/tmpsets/set/mod038-tinymce_editor/self/script_tinymce.rb +0 -12
  502. data/tmpsets/set/mod038-tinymce_editor/self/script_tinymce_config.rb +0 -12
  503. data/tmpsets/set/mod038-tinymce_editor/self/tiny_mce.rb +0 -16
  504. data/tmpsets/set/mod040-monkey/all/event_viz.rb +0 -73
  505. data/tmpsets/set/mod040-monkey/all/view_viz.rb +0 -34
  506. data/tmpsets/set/mod040-monkey/right/debug.rb +0 -96
@@ -1,19 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class All
3
- # Set: All cards (Follow)
4
- #
5
- #! no set module
6
- module Follow;
7
- def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/follow/start_follow_link.rb"; end
8
-
9
- class StartFollowLink < FollowLink
10
- def initialize format
11
- @rule_content = "*always"
12
- @link_text = "follow"
13
- @action = "send"
14
- @css_class = ""
15
- super
16
- end
17
- end
18
- end;end;end;end;
19
- # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/follow/start_follow_link.rb ~~
@@ -1,20 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class All
3
- # Set: All cards (Follow)
4
- #
5
- #! no set module
6
- module Follow;
7
- def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/follow/stop_follow_link.rb"; end
8
-
9
- class StopFollowLink < FollowLink
10
- def initialize format
11
- @rule_content = "*never"
12
- @link_text = "following"
13
- @hover_text = "unfollow"
14
- @action = "stop sending"
15
- @css_class = "btn-item-delete"
16
- super
17
- end
18
- end
19
- end;end;end;end;
20
- # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/follow/stop_follow_link.rb ~~
@@ -1,91 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class All
3
- # Set: All cards (Notify)
4
- #
5
- module Notify;
6
- extend Card::Set
7
- def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify.rb"; end
8
- attr_accessor :follower_stash
9
-
10
- mattr_accessor :force_notifications
11
-
12
- event :silence_notifications, :initialize, when: :silence_notifications? do
13
- @silent_change = true
14
- end
15
-
16
- def silence_notifications?
17
- !(Card::Env[:controller] || force_notifications)
18
- end
19
-
20
- event :notify_followers_after_save,
21
- :integrate_with_delay, on: :save, when: :notable_change? do
22
- notify_followers
23
- end
24
-
25
- # in the delete case we have to calculate the follower_stash beforehand
26
- # but we can't pass the follower_stash through the ActiveJob queue.
27
- # We have to deal with the notifications in the integrate phase instead of the
28
- # integrate_with_delay phase
29
- event :stash_followers, :store, on: :delete, when: :notable_change? do
30
- act_card.follower_stash ||= FollowerStash.new
31
- act_card.follower_stash.check_card self
32
- end
33
-
34
- event :notify_followers_after_delete, :integrate, on: :delete, when: :notable_change? do
35
- notify_followers
36
- end
37
-
38
- def notify_followers
39
- return unless (act = Card::Director.act)
40
-
41
- act.reload
42
- notify_followers_of act
43
- end
44
-
45
- def notable_change?
46
- !silent_change? && current_act_card? &&
47
- (Card::Auth.current_id != WagnBotID) && followable?
48
- end
49
-
50
- def silent_change?
51
- silent_change
52
- end
53
-
54
- private
55
-
56
- def notify_followers_of act
57
- act_followers(act).each_follower_with_reason do |follower, reason|
58
- next if !follower.account || (follower == act.actor)
59
-
60
- notify_follower follower, act, reason
61
- end
62
- end
63
-
64
- def notify_follower follower, act, reason
65
- follower.account.send_change_notice act, reason[:set_card].name, reason[:option]
66
- end
67
-
68
- def act_followers act
69
- @follower_stash ||= FollowerStash.new
70
- act.actions(false).each do |a|
71
- next if !a.card || a.card.silent_change?
72
-
73
- @follower_stash.check_card a.card
74
- end
75
- @follower_stash
76
- end
77
-
78
- def silent_change
79
- @silent_change || @supercard&.silent_change
80
- end
81
-
82
- def current_act_card?
83
- return false unless act_card
84
-
85
- act_card.id.nil? || act_card.id == id
86
- # FIXME: currently card_id is nil for deleted acts (at least
87
- # in the store phase when it's tested). The nil test was needed
88
- # to make this work.
89
- end
90
- end;end;end;end;
91
- # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify.rb ~~
@@ -1,137 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class All; module Notify;
3
- # Set: All cards (Notify, BaseViews)
4
- #
5
- module BaseViews;
6
- extend Card::Set
7
- def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify/base_views.rb"; end
8
- module Format; module_parent.send :register_set_format, Card::Format, self; extend Card::Set::AbstractFormat
9
- view :list_of_changes, denial: :blank, cache: :never do
10
- action = notification_action voo.action_id
11
- relevant_fields(action).map do |type|
12
- edit_info_for(type, action)
13
- end.compact.join
14
- end
15
-
16
- view :subedits, perms: :none, cache: :never do
17
- return unless notification_act
18
-
19
- wrap_subedits do
20
- notification_act.actions_affecting(card).map do |action|
21
- next if action.card_id == card.id
22
-
23
- action.card.format(format: @format).render_subedit_notice action_id: action.id
24
- end
25
- end
26
- end
27
-
28
- view :subedit_notice, cache: :never do
29
- action = notification_action voo.action_id
30
- wrap_subedit_item do
31
- %(#{name_before_action action} #{action.action_type}d\n) +
32
- render_list_of_changes(action_id: action.id)
33
- end
34
- end
35
-
36
- view :followed, perms: :none, compact: true do
37
- if (set_card = followed_set_card) && (option_card = follow_option_card)
38
- option_card.description set_card
39
- else
40
- "*followed set of cards*"
41
- end
42
- end
43
-
44
- view :follower, perms: :none, compact: true do
45
- active_notice(:follower) || "follower"
46
- end
47
-
48
- view :last_action_verb, cache: :never do
49
- "#{notification_act&.main_action&.action_type || 'edite'}d"
50
- end
51
-
52
- view :unfollow_url, perms: :none, compact: true, cache: :never do
53
- return "" unless (rule_name = live_follow_rule_name)
54
-
55
- card_url path(mark: "#{active_notice(:follower)}+#{:follow.cardname}",
56
- action: :update,
57
- card: { subcards: { rule_name => Card[:never].name } })
58
- end
59
-
60
- def relevant_fields action
61
- case action.action_type
62
- when :create then %i[cardtype content]
63
- when :update then %i[name cardtype content]
64
- when :delete then %i[content]
65
- end
66
- end
67
-
68
- def name_before_action action
69
- (action.value(:name) && action.previous_value(:name)) || card.name
70
- end
71
-
72
- def followed_set_card
73
- (set_name = active_notice(:followed_set)) && Card.fetch(set_name)
74
- end
75
-
76
- def follow_option_card
77
- return unless (option_name = active_notice(:follow_option))
78
-
79
- Card.fetch option_name
80
- end
81
-
82
- def active_notice key
83
- @active_notice ||= inherit :active_notice
84
- return unless @active_notice
85
-
86
- @active_notice[key]
87
- end
88
-
89
- def live_follow_rule_name
90
- return unless (set_card = followed_set_card) && (follower = active_notice(:follower))
91
-
92
- set_card.follow_rule_name follower
93
- end
94
-
95
- def edit_info_for field, action
96
- return nil unless (value = action.value field)
97
-
98
- value = action.previous_value if action.action_type == :delete
99
- wrap_list_item " #{notification_action_label action} #{field}: #{value}"
100
- end
101
-
102
- def notification_action_label action
103
- case action.action_type
104
- when :update then "new"
105
- when :delete then "deleted"
106
- end
107
- end
108
-
109
- def wrap_subedits
110
- subedits = yield.compact.join
111
- return "" if subedits.blank?
112
-
113
- "\nThis update included the following changes:\n#{wrap_list subedits}"
114
- end
115
-
116
- def wrap_list list
117
- "\n#{list}\n"
118
- end
119
-
120
- def wrap_list_item item
121
- "#{item}\n"
122
- end
123
-
124
- def wrap_subedit_item
125
- "\n#{yield}\n"
126
- end
127
-
128
- def notification_act act=nil
129
- @notification_act ||= act || card.acts.last
130
- end
131
-
132
- def notification_action action_id
133
- action_id ? Action.fetch(action_id) : card.last_action
134
- end
135
- end
136
- end;end;end;end;end;
137
- # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify/base_views.rb ~~
@@ -1,26 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class All; module Notify;
3
- # Set: All cards (Notify, HtmlViews)
4
- #
5
- module HtmlViews;
6
- extend Card::Set
7
- def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify/html_views.rb"; end
8
- module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
9
- # view :last_action, perms: :none, cache: :never do
10
- # _render_last_action_verb
11
- # end
12
-
13
- def wrap_list list
14
- "<ul>#{list}</ul>\n"
15
- end
16
-
17
- def wrap_list_item item
18
- "<li>#{item}</li>\n"
19
- end
20
-
21
- def wrap_subedit_item
22
- "<li>#{yield}</li>\n"
23
- end
24
- end
25
- end;end;end;end;end;
26
- # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify/html_views.rb ~~
@@ -1,24 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class Right
3
- # Set: All "+Account" cards
4
- #
5
- module Account;
6
- extend Card::Set
7
- def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/right/account.rb"; end
8
- def send_change_notice act, followed_set, follow_option
9
- return unless email.present? && changes_visible?(act)
10
-
11
- notify_of_act act do
12
- { follower: left.name, followed_set: followed_set, follow_option: follow_option }
13
- end
14
- end
15
-
16
- def notify_of_act act
17
- Auth.as(left.id) do
18
- Card[:follower_notification_email].deliver(
19
- act.card, { to: email }, { auth: left, active_notice: yield }
20
- )
21
- end
22
- end
23
- end;end;end;end;
24
- # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/right/account.rb ~~
@@ -1,127 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- class Card; module Set; class Right
3
- # Set: All "+Follow" cards
4
- #
5
- # The Right::Follow set configures follow preferences (`[Set]+[User]+:follow`)
6
- # While the user follow dashboard ([User]+:follow`) is also in this Set, its
7
- module Follow;
8
- extend Card::Set
9
- def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/right/follow.rb"; end
10
- # customizations are handled in TypePlusRight::User::Follow
11
-
12
- event :cache_expired_for_new_preference, :integrate, when: :preference? do
13
- Card.follow_caches_expired
14
- end
15
-
16
- def option_cards
17
- Card::FollowOption.cards.compact
18
- end
19
-
20
- def options_rule_card
21
- Card.new(
22
- name: "follow_options_card",
23
- type_code: :pointer,
24
- content: option_cards.map { |oc| "[[#{oc.name}]]" }.join("\n")
25
- )
26
- end
27
-
28
- def add_follow_item? condition
29
- new_card? || !include_item?(condition)
30
- end
31
-
32
- def ok_to_update
33
- permit :update
34
- end
35
-
36
- def ok_to_create
37
- permit :create
38
- end
39
-
40
- def ok_to_delete
41
- permit :delete
42
- end
43
-
44
- def permit action, verb=nil
45
- if %i[create delete update].include?(action) && allowed_to_change_follow_status?
46
- true
47
- else
48
- super action, verb
49
- end
50
- end
51
-
52
- def allowed_to_change_follow_status?
53
- Auth.signed_in? &&
54
- ((user = rule_user) && Auth.current_id == user.id) || Auth.always_ok?
55
- end
56
-
57
- module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
58
- # shows a follow item link for each of the current follow options
59
- view :follow_status, cache: :never do
60
- wrap { haml :follow_status }
61
- end
62
-
63
- # interface to view/alter a specific rule option
64
- view :follow_item, cache: :never do
65
- follow_item Env.params[:condition]
66
- end
67
-
68
- def follow_item condition, button=true
69
- condition ||= "*always"
70
- wrap do
71
- card_form action: :update, success: { view: :follow_item } do
72
- [
73
- follow_item_hidden_tags(condition),
74
- (follow_item_button(condition) if button),
75
- follow_item_link(condition)
76
- ].compact
77
- end
78
- end
79
- end
80
-
81
- def rule_form_args
82
- super.merge "data-update-foreign-slot": ".card-slot.follow_section-view"
83
- end
84
-
85
- private
86
-
87
- def follow_item_hidden_tags condition
88
- condkey = card.add_follow_item?(condition) ? :add_item : :drop_item
89
- hidden_tags condition: condition, condkey => condition
90
- end
91
-
92
- def follow_item_button condition
93
- action = card.add_follow_item?(condition) ? :add : :delete
94
- button_tag type: :submit, "aria-label": "Left Align",
95
- class: "btn-sm btn-item #{follow_item_button_class action}" do
96
- follow_item_icon action
97
- end
98
- end
99
-
100
- def follow_item_button_class action
101
- action == :add ? "btn-item-add" : "btn-item-delete btn-primary"
102
- end
103
-
104
- def follow_item_icon action
105
- icon_tag(action == :add ? :add : :check)
106
- end
107
-
108
- def follow_item_link condition
109
- link_to_card follow_item_link_target, follow_item_link_text(condition)
110
- end
111
-
112
- def follow_item_link_target
113
- set = card.rule_set
114
- setname = set.name
115
- set.tag.codename == :self ? setname.left : setname.field("by name")
116
- end
117
-
118
- def follow_item_link_text condition
119
- if (option_card = Card.fetch condition)
120
- option_card.description card.rule_set
121
- else
122
- card.rule_set.follow_label
123
- end
124
- end
125
- end
126
- end;end;end;end;
127
- # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/right/follow.rb ~~