card 1.101.0 → 1.101.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (287) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/config/i18n-tasks.yml +0 -5
  4. data/config/initializers/01_core_extensions/array.rb +2 -1
  5. data/config/initializers/01_core_extensions/hash.rb +1 -0
  6. data/config/initializers/01_core_extensions/object.rb +15 -11
  7. data/config/initializers/02_patches/active_job.rb +1 -1
  8. data/config/initializers/02_patches/active_record.rb +2 -4
  9. data/config/initializers/02_patches/better_errors.rb +1 -3
  10. data/config/initializers/02_patches/kaminari.rb +2 -2
  11. data/config/initializers/deck_config.rb +1 -1
  12. data/config/initializers/inflections.rb +1 -0
  13. data/config/initializers/internationalization.rb +23 -21
  14. data/config/initializers/mime_types.rb +1 -0
  15. data/config/initializers/notification.rb +1 -0
  16. data/config/initializers/patches.rb +6 -5
  17. data/config/locales/en.yml +137 -525
  18. data/db/migrate/20110511221913_require_earlier_migrations.rb +1 -0
  19. data/db/migrate/20121111025347_require_1_10_migrations.rb +1 -0
  20. data/db/migrate/20121118114000_split_link_type.rb +1 -0
  21. data/db/migrate/20121118115000_update_link_type.rb +1 -0
  22. data/db/migrate/20130106052640_table_cleanup.rb +2 -2
  23. data/db/migrate/20130109015336_trunk_left.rb +1 -0
  24. data/db/migrate/20130411210957_update_codenames.rb +1 -0
  25. data/db/migrate/20140822073704_create_new_revision_tables.rb +1 -0
  26. data/db/migrate/20141001105348_move_revisions_to_actions.rb +9 -3
  27. data/db/migrate/20141216053032_better_index_names.rb +9 -6
  28. data/db/migrate/20170908114442_create_delayed_jobs.rb +1 -1
  29. data/db/migrate/20170908114452_increase_text_size_for_delayed_jobs.rb +1 -1
  30. data/db/migrate/20180514152037_add_card_virtuals_table.rb +1 -1
  31. data/db/migrate_core_cards/20120611203506_rails_inflection_updates.rb +3 -2
  32. data/db/migrate_core_cards/20130411191151_renaming_for_menu.rb +9 -9
  33. data/db/migrate_core_cards/20130419215612_import_help_text.rb +3 -2
  34. data/db/migrate_core_cards/20130823192433_add_style_cards.rb +5 -5
  35. data/db/migrate_core_cards/20130910183318_move_styles_to_content.rb +3 -2
  36. data/db/migrate_core_cards/20130920291703_update_stylesheets.rb +2 -4
  37. data/db/migrate_core_cards/20131016172445_common_css_patch.rb +1 -3
  38. data/db/migrate_core_cards/20140110193325_reset_account_request_type.rb +1 -3
  39. data/db/migrate_core_cards/20140307231621_user_data_to_cards.rb +12 -8
  40. data/db/migrate_core_cards/20140317035504_account_requests_to_signups.rb +2 -4
  41. data/db/migrate_core_cards/20140512155840_add_script_cards.rb +16 -9
  42. data/db/migrate_core_cards/20140629222005_add_email_cards.rb +19 -11
  43. data/db/migrate_core_cards/20140725180118_config_card_updates.rb +1 -1
  44. data/db/migrate_core_cards/20141115034214_config_descriptions_etc.rb +1 -1
  45. data/db/migrate_core_cards/20141119001955_make_symlinks_relative.rb +1 -1
  46. data/db/migrate_core_cards/20141204061304_watchers_to_following.rb +2 -0
  47. data/db/migrate_core_cards/20141216155251_add_more_following_cards.rb +4 -2
  48. data/db/migrate_core_cards/20150202143810_import_bootstrap_layout.rb +2 -2
  49. data/db/migrate_core_cards/20150220134731_following_to_follow_rule.rb +3 -4
  50. data/db/migrate_core_cards/20150317162412_bootstrap_themes.rb +8 -4
  51. data/db/migrate_core_cards/20150326205655_bootswatch_themes.rb +14 -7
  52. data/db/migrate_core_cards/20150429090551_search_card_context.rb +6 -4
  53. data/db/migrate_core_cards/20150508212032_menu_compatibility.rb +4 -2
  54. data/db/migrate_core_cards/20150510031118_fix_skin_codenames.rb +2 -1
  55. data/db/migrate_core_cards/20150601133433_add_recent_setting_session_card.rb +3 -3
  56. data/db/migrate_core_cards/20150610171702_add_debugger_session_card.rb +2 -1
  57. data/db/migrate_core_cards/20150610180019_add_recaptcha_key_and_admin_info_cards.rb +4 -3
  58. data/db/migrate_core_cards/20150724123438_update_file_and_image_cards.rb +6 -2
  59. data/db/migrate_core_cards/20150807205221_create_references_for_search_cards.rb +1 -1
  60. data/db/migrate_core_cards/20150824135418_update_file_history.rb +2 -0
  61. data/db/migrate_core_cards/20160804112510_reorganize_scripts.rb +1 -1
  62. data/db/migrate_core_cards/20160811115836_rename_stats_to_admin.rb +1 -0
  63. data/db/migrate_core_cards/20160914132636_fix_mod_files.rb +2 -0
  64. data/db/migrate_core_cards/20161102202156_tweak_recaptcha_setting_cards.rb +6 -6
  65. data/db/migrate_core_cards/20161103154836_update_keys.rb +2 -1
  66. data/db/migrate_core_cards/20170209132834_email_test_context.rb +2 -0
  67. data/db/migrate_core_cards/20170314175313_add_notification_event_card.rb +3 -3
  68. data/db/migrate_core_cards/20170515101262_add_advanced_edit_cards.rb +1 -1
  69. data/db/migrate_core_cards/20170608200649_add_input_options_codename.rb +1 -1
  70. data/db/migrate_core_cards/20180712042655_head_rule.rb +3 -4
  71. data/db/migrate_core_cards/20180905061537_migrate_layouts.rb +4 -4
  72. data/db/migrate_core_cards/20181120200937_update_layout.rb +1 -1
  73. data/db/migrate_core_cards/20190320091257_upgrade_recaptcha_to_v3.rb +7 -7
  74. data/db/migrate_core_cards/20190424100531_update_credit_image.rb +1 -0
  75. data/db/migrate_core_cards/20190502130029_add_shark_and_help_desk_role.rb +15 -14
  76. data/db/migrate_core_cards/20190503122739_update_pristine_data.rb +1 -1
  77. data/db/migrate_core_cards/20190625153616_pointer_overhaul.rb +9 -5
  78. data/db/migrate_core_cards/20190718140126_add_guides.rb +3 -3
  79. data/db/migrate_core_cards/20190822093633_move_help_text_to_code.rb +1 -2
  80. data/db/migrate_core_cards/20190823220018_cleanup_for_decko_1_0.rb +1 -1
  81. data/db/migrate_core_cards/20190829093961_cardtype_grouping.rb +7 -7
  82. data/db/migrate_core_cards/20190902193208_input_type.rb +1 -3
  83. data/db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb +2 -2
  84. data/db/migrate_core_cards/20191028135243_add_link_editor_to_tiny_mce_config.rb +1 -0
  85. data/db/migrate_core_cards/20191115160748_history_cleanup.rb +0 -1
  86. data/db/migrate_core_cards/20191118145629_codename_fixes.rb +1 -2
  87. data/db/migrate_core_cards/20200821231558_add_nest_list_type.rb +1 -1
  88. data/db/migrate_core_cards/data/decko_logo.svg +1 -59
  89. data/db/seed/new/card_actions.yml +2153 -2145
  90. data/db/seed/new/card_acts.yml +3 -3
  91. data/db/seed/new/card_references.yml +900 -858
  92. data/db/seed/new/cards.yml +4869 -4848
  93. data/db/seed/new/schema_migrations_deck_cards.yml +2 -0
  94. data/db/seed/test/fixtures/card_actions.yml +3563 -3547
  95. data/db/seed/test/fixtures/card_acts.yml +675 -675
  96. data/db/seed/test/fixtures/card_changes.yml +103 -103
  97. data/db/seed/test/fixtures/card_references.yml +2165 -2123
  98. data/db/seed/test/fixtures/cards.yml +7862 -7751
  99. data/db/seed/test/fixtures/rails.gif +0 -0
  100. data/db/seed/test/fixtures/schema_migrations_deck_cards.yml +2 -0
  101. data/db/test_seed.rb +33 -34
  102. data/lib/card.rb +18 -1
  103. data/lib/card/auth.rb +5 -2
  104. data/lib/card/auth/current.rb +39 -100
  105. data/lib/card/auth/proxy.rb +36 -16
  106. data/lib/card/auth/token.rb +8 -2
  107. data/lib/card/cache.rb +2 -1
  108. data/lib/card/cache/all.rb +88 -0
  109. data/lib/card/cache/card_class.rb +44 -0
  110. data/lib/card/cache/persistent.rb +3 -34
  111. data/lib/card/cache/persistent_class.rb +28 -0
  112. data/lib/card/codename.rb +3 -4
  113. data/lib/card/content.rb +20 -10
  114. data/lib/card/content/all.rb +59 -0
  115. data/lib/card/content/chunk.rb +1 -1
  116. data/lib/card/content/clean.rb +4 -3
  117. data/lib/card/content/diff.rb +3 -2
  118. data/lib/card/content/diff/l_c_s/processor.rb +1 -1
  119. data/lib/card/content/diff/result.rb +41 -29
  120. data/lib/card/content/parser.rb +2 -2
  121. data/lib/card/content/truncate.rb +6 -6
  122. data/lib/card/director.rb +1 -1
  123. data/lib/card/director/act_direction.rb +4 -0
  124. data/lib/card/director/all.rb +61 -0
  125. data/lib/card/director/card_class.rb +18 -0
  126. data/lib/card/director/card_methods.rb +1 -0
  127. data/lib/card/director/event_delay.rb +4 -6
  128. data/lib/card/director/phases.rb +0 -1
  129. data/lib/card/director/run.rb +2 -0
  130. data/lib/card/director/stages.rb +3 -2
  131. data/lib/card/dirty.rb +13 -3
  132. data/lib/card/env.rb +2 -2
  133. data/lib/card/env/location.rb +4 -3
  134. data/lib/card/env/success.rb +46 -103
  135. data/lib/card/env/success/target.rb +73 -0
  136. data/lib/card/error.rb +1 -2
  137. data/lib/card/fetch.rb +7 -4
  138. data/lib/card/fetch/all.rb +33 -0
  139. data/lib/card/fetch/card_class.rb +155 -0
  140. data/lib/card/fetch/results.rb +9 -0
  141. data/lib/card/fetch/retrieve.rb +2 -0
  142. data/lib/card/fetch/store.rb +1 -0
  143. data/lib/card/format.rb +1 -2
  144. data/lib/card/format/content.rb +1 -3
  145. data/lib/card/format/error.rb +8 -4
  146. data/lib/card/format/method_delegation.rb +10 -2
  147. data/lib/card/format/nest.rb +3 -2
  148. data/lib/card/format/nest/fetch.rb +3 -2
  149. data/lib/card/format/nesting/mode.rb +1 -1
  150. data/lib/card/format/nesting/subformat.rb +2 -1
  151. data/lib/card/format/render.rb +2 -2
  152. data/lib/card/format/wrapper.rb +1 -1
  153. data/lib/card/lexicon.rb +5 -4
  154. data/lib/card/mark.rb +17 -15
  155. data/lib/card/model/save_helper.rb +18 -184
  156. data/lib/card/model/save_helper/save_arguments.rb +94 -0
  157. data/lib/card/model/save_helper/save_helper_helper.rb +93 -0
  158. data/lib/card/name.rb +10 -9
  159. data/lib/card/name/all.rb +136 -0
  160. data/lib/card/name/all/descendants.rb +48 -0
  161. data/lib/card/name/all/parts.rb +67 -0
  162. data/lib/card/name/card_class.rb +28 -0
  163. data/lib/card/name/fields_and_traits.rb +4 -2
  164. data/lib/card/name/name_variants.rb +0 -1
  165. data/lib/card/query.rb +24 -19
  166. data/lib/card/query/card_query/interpretation.rb +3 -2
  167. data/lib/card/query/card_query/match_attributes.rb +2 -1
  168. data/lib/card/query/card_query/normalization.rb +1 -0
  169. data/lib/card/query/card_query/reference_attributes.rb +1 -1
  170. data/lib/card/query/card_query/sorting.rb +12 -4
  171. data/lib/card/query/join.rb +1 -1
  172. data/lib/card/query/sql_statement.rb +1 -1
  173. data/lib/card/query/value/match_value.rb +1 -0
  174. data/lib/card/reference/all.rb +136 -0
  175. data/lib/card/rule/all.rb +76 -0
  176. data/lib/card/rule/cache.rb +2 -0
  177. data/lib/card/set/advanced_api.rb +8 -4
  178. data/lib/card/set/event.rb +2 -2
  179. data/lib/card/set/event/all.rb +101 -0
  180. data/lib/card/set/event/delayed_event.rb +6 -6
  181. data/lib/card/set/event/options.rb +14 -5
  182. data/lib/card/set/event/skip_and_trigger.rb +89 -0
  183. data/lib/card/set/format.rb +16 -9
  184. data/lib/card/set/format/abstract_format/view_definition.rb +1 -0
  185. data/lib/card/set/format/abstract_format/view_opts.rb +1 -0
  186. data/lib/card/set/i18n_scope.rb +18 -13
  187. data/lib/card/set/inheritance.rb +8 -6
  188. data/lib/card/set/loader.rb +24 -13
  189. data/lib/card/set/pattern/all.rb +63 -0
  190. data/lib/card/set/pattern/base.rb +4 -74
  191. data/lib/card/set/pattern/class_methods.rb +75 -0
  192. data/lib/card/set/required_field.rb +4 -1
  193. data/lib/card/set/trait.rb +11 -8
  194. data/lib/card/setting.rb +13 -12
  195. data/lib/card/subcards.rb +3 -4
  196. data/lib/card/subcards/add.rb +3 -24
  197. data/lib/card/subcards/all.rb +103 -0
  198. data/lib/card/subcards/args.rb +42 -0
  199. data/lib/card/tasks/card/file_card_creator/abstract_file_card/ruby_file.rb +1 -1
  200. data/lib/card/tasks/card/file_card_creator/output_helper.rb +17 -14
  201. data/lib/card/tasks/card/migrate.rake +2 -2
  202. data/lib/card/view/cache.rb +6 -8
  203. data/lib/card/view/cache/cache_action.rb +1 -2
  204. data/lib/card/view/cache/stub.rb +1 -1
  205. data/lib/card/view/options.rb +5 -4
  206. data/lib/card/view/permission.rb +15 -3
  207. data/lib/cardio.rb +10 -67
  208. data/lib/cardio/defaults.yml +70 -0
  209. data/lib/cardio/migration.rb +2 -2
  210. data/lib/cardio/migration/deck_structure.rb +2 -4
  211. data/lib/cardio/migration/import.rb +3 -3
  212. data/lib/cardio/migration/import/import_data.rb +1 -0
  213. data/lib/cardio/mod.rb +1 -0
  214. data/lib/cardio/mod/dirs.rb +2 -2
  215. data/lib/cardio/mod/load_strategy.rb +2 -4
  216. data/lib/cardio/mod/loader/set_loader.rb +2 -1
  217. data/lib/cardio/mod/loader/set_pattern_loader.rb +0 -1
  218. data/lib/cardio/mod/module_template.rb +1 -0
  219. data/lib/cardio/modfiles.rb +2 -4
  220. data/lib/cardio/schema.rb +2 -4
  221. data/lib/cardio/utils.rb +9 -0
  222. data/lib/generators/card/format/format_generator.rb +1 -1
  223. data/lib/generators/card/migration/migration_generator.rb +2 -1
  224. data/lib/generators/card/mod/mod_generator.rb +3 -2
  225. data/lib/generators/card/set/set_generator.rb +3 -3
  226. data/lib/generators/card/template/template_generator.rb +1 -1
  227. data/mod/admin/set/self/admin.rb +6 -3
  228. data/mod/admin/set/self/admin_info.rb +3 -8
  229. data/mod/admin/set/self/trash.rb +3 -2
  230. data/mod/admin/spec/set/self/admin_spec.rb +4 -4
  231. data/mod/core/set/all/abort.rb +5 -5
  232. data/mod/core/set/all/assign_attributes.rb +12 -28
  233. data/mod/core/set/all/autoname.rb +17 -0
  234. data/mod/core/set/all/codename.rb +3 -2
  235. data/mod/core/set/all/collection.rb +4 -6
  236. data/mod/core/set/all/content.rb +55 -99
  237. data/mod/core/set/all/contextual_content.rb +2 -4
  238. data/mod/core/set/all/initialize.rb +9 -9
  239. data/mod/core/set/all/name_events.rb +78 -58
  240. data/mod/core/set/all/reference_events.rb +69 -0
  241. data/mod/core/set/all/states.rb +5 -5
  242. data/mod/core/set/all/subcards.rb +1 -101
  243. data/mod/core/set/all/trash.rb +16 -14
  244. data/mod/core/set/all/type.rb +11 -11
  245. data/mod/core/set/all/utils.rb +4 -1
  246. data/mod/{settings → core}/set/right/autoname.rb +0 -0
  247. data/mod/{settings → core}/set/self/autoname.rb +0 -0
  248. data/mod/core/set/type/cardtype.rb +28 -0
  249. data/mod/core/set_pattern/06_rule.rb +1 -1
  250. data/mod/core/spec/set/all/assign_attributes_spec.rb +10 -9
  251. data/mod/core/spec/set/all/{rules2_spec.rb → clean_me_spec.rb} +19 -4
  252. data/mod/core/spec/set/all/collection_spec.rb +1 -1
  253. data/mod/core/spec/set/all/export_spec.rb +1 -0
  254. data/mod/core/spec/set/all/initialize_spec.rb +11 -11
  255. data/mod/core/spec/set/all/name_events_spec.rb +204 -0
  256. data/mod/{standard → core}/spec/set/type/cardtype_spec.rb +3 -24
  257. data/mod/standard/file/logo/image-original.svg +1 -59
  258. metadata +50 -61
  259. data/config/initializers/uuid_state_file.rb +0 -3
  260. data/lib/card/mod_inflector.rb +0 -16
  261. data/mod/Modfile +0 -4
  262. data/mod/core/set/all/actify.rb +0 -68
  263. data/mod/core/set/all/cache.rb +0 -109
  264. data/mod/core/set/all/event_conditions.rb +0 -172
  265. data/mod/core/set/all/fetch.rb +0 -122
  266. data/mod/core/set/all/fetch_helper.rb +0 -35
  267. data/mod/core/set/all/i18n.rb +0 -11
  268. data/mod/core/set/all/name.rb +0 -229
  269. data/mod/core/set/all/pattern.rb +0 -54
  270. data/mod/core/set/all/references.rb +0 -191
  271. data/mod/core/set/all/rename.rb +0 -33
  272. data/mod/core/set/all/rules.rb +0 -81
  273. data/mod/core/spec/set/all/actify_spec.rb +0 -58
  274. data/mod/core/spec/set/all/content_spec.rb +0 -15
  275. data/mod/core/spec/set/all/event_conditions_spec.rb +0 -217
  276. data/mod/core/spec/set/all/fetch_helper_spec.rb +0 -65
  277. data/mod/core/spec/set/all/fetch_spec.rb +0 -338
  278. data/mod/core/spec/set/all/i18n_spec.rb +0 -17
  279. data/mod/core/spec/set/all/name_spec.rb +0 -11
  280. data/mod/core/spec/set/all/pattern_spec.rb +0 -101
  281. data/mod/core/spec/set/all/permissions/reader_rules_spec.rb +0 -166
  282. data/mod/core/spec/set/all/references_spec.rb +0 -62
  283. data/mod/core/spec/set/all/rename_spec.rb +0 -189
  284. data/mod/core/spec/set/all/rules_spec.rb +0 -100
  285. data/mod/core/spec/set/all/subcards_spec.rb +0 -102
  286. data/mod/standard/set/all/rich_html/html_views/info.rb +0 -84
  287. data/mod/standard/set/type/cardtype.rb +0 -119
@@ -4,12 +4,12 @@ class TweakRecaptchaSettingCards < Cardio::Migration::Core
4
4
  def up
5
5
  ensure_card name: "*recaptcha settings", type_id: Card::BasicID
6
6
  ensure_card name: "*recaptcha settings+*self+*structure",
7
- content: <<-STRING
8
- {{+public key}}
9
- {{+private key}}
10
- {{+proxy}}
11
- STRING
12
- %w(public_key private_key proxy).each do |name|
7
+ content: <<~STRING
8
+ {{+public key}}
9
+ {{+private key}}
10
+ {{+proxy}}
11
+ STRING
12
+ %w[public_key private_key proxy].each do |name|
13
13
  ensure_card name: "#{Card[:recaptcha_settings].name}+#{name.tr('_', ' ')}",
14
14
  type_id: Card::PhraseID
15
15
  end
@@ -5,6 +5,7 @@ class UpdateKeys < Cardio::Migration::Core
5
5
  Card.pluck(:id, :name, :key).each do |id, name, key|
6
6
  new_key = name.to_name.key
7
7
  next if new_key == key
8
+
8
9
  update_key id, key, new_key
9
10
  end
10
11
  end
@@ -34,7 +35,7 @@ class UpdateKeys < Cardio::Migration::Core
34
35
  # the living "matthia_tax".
35
36
  # The living card is the one that has been updated more recently.
36
37
  longer_untouched = [Card.find(id), Card.find_by_key(new_key)]
37
- .min { |a, b| a.updated_at <=> b.updated_at}
38
+ .min { |a, b| a.updated_at <=> b.updated_at }
38
39
  Card.where(id: longer_untouched).delete_all
39
40
  update_key id, key, new_key if longer_untouched != id
40
41
  end
@@ -35,11 +35,13 @@ class EmailTestContext < Cardio::Migration::Core
35
35
 
36
36
  def update_if_unchanged name, content
37
37
  return if (card = Card[name]) && card.updater.codename != :wagn_bot
38
+
38
39
  ensure_card name, content: content
39
40
  end
40
41
 
41
42
  def add_test_context email_template, content
42
43
  return unless Card[email_template]
44
+
43
45
  ensure_card [email_template, :test_context],
44
46
  content: content,
45
47
  type_id: Card::PointerID
@@ -3,16 +3,16 @@
3
3
  class AddNotificationEventCard < Cardio::Migration::Core
4
4
  def up
5
5
  ensure_card "Notification template", codename: "notification_template",
6
- type_id: Card::CardtypeID
6
+ type_id: Card::CardtypeID
7
7
  ensure_trait "*message", "message", default: { type_id: Card::PhraseID }
8
8
  ensure_trait "*disappear", "disappear", default: { type_id: Card::ToggleID }
9
9
  ensure_trait "*contextual class", "contextual_class",
10
10
  default: { type_id: Card::PointerID },
11
11
  input: "radio",
12
12
  options: { type_id: Card::PointerID,
13
- content: %w(success info warning danger) }
13
+ content: %w[success info warning danger] }
14
14
 
15
- [:create, :update, :delete].each do |action|
15
+ %i[create update delete].each do |action|
16
16
  update ["on_#{action}".to_sym, :right, :help],
17
17
  content: "Configure events to be executed when card id #{action}d"
18
18
  end
@@ -9,7 +9,7 @@ class AddAdvancedEditCards < Cardio::Migration::Core
9
9
  type_id: Card::RoleID
10
10
 
11
11
  Card::Cache.reset_all
12
- ensure_card [:roles, :right, :options],
12
+ ensure_card %i[roles right options],
13
13
  type_id: Card::SearchTypeID,
14
14
  content: %({"type":"role", "not":{"codename":["in","anyone","anyone_signed_in, anyone_with_role"]}})
15
15
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  class AddInputOptionsCodename < Cardio::Migration::Core
4
4
  def up
5
- ensure_card [:input, :right, :options],
5
+ ensure_card %i[input right options],
6
6
  codename: "input_options"
7
7
  end
8
8
  end
@@ -3,12 +3,11 @@
3
3
  class HeadRule < Cardio::Migration::Core
4
4
  def up
5
5
  update_card! :head, type_id: Card::SettingID
6
- ensure_card [:all, :head],
6
+ ensure_card %i[all head],
7
7
  type_id: Card::HtmlID,
8
8
  content: "{{*head|core}}"
9
- ensure_card [:head, :right, :help],
9
+ ensure_card %i[head right help],
10
10
  content: "head tag content"
11
- ensure_card [:head, :right, :default], type_id: Card::HtmlID
12
-
11
+ ensure_card %i[head right default], type_id: Card::HtmlID
13
12
  end
14
13
  end
@@ -24,12 +24,12 @@ class MigrateLayouts < Cardio::Migration::Core
24
24
  end
25
25
 
26
26
  def body_tag card
27
- card.content[/<body[^>]*>.*<\/body>/mi] || add_body_tag(card)
27
+ card.content[%r{<body[^>]*>.*</body>}mi] || add_body_tag(card)
28
28
  end
29
29
 
30
30
  def add_body_tag card
31
- content = card.content.gsub('<!DOCTYPE HTML>', '')
32
- .gsub(/\{\{\*head[^}]*\}\}/i, '').strip
31
+ content = card.content.gsub("<!DOCTYPE HTML>", "")
32
+ .gsub(/\{\{\*head[^}]*\}\}/i, "").strip
33
33
  "<body>\n #{content}\n</body>"
34
34
  end
35
35
 
@@ -48,7 +48,7 @@ class MigrateLayouts < Cardio::Migration::Core
48
48
  end
49
49
 
50
50
  def head_tag card
51
- if (match = card.content.match(/<head>(.*)<\/head>/mi))
51
+ if (match = card.content.match(%r{<head>(.*)</head>}mi))
52
52
  match[1].strip
53
53
  end
54
54
  end
@@ -4,4 +4,4 @@ class UpdateLayout < Cardio::Migration::Core
4
4
  def up
5
5
  merge_cards ["*header", "*main_menu"]
6
6
  end
7
- end
7
+ end
@@ -2,13 +2,13 @@
2
2
 
3
3
  class UpgradeRecaptchaToV3 < Cardio::Migration::Core
4
4
  def up
5
- update_card! [:recaptcha_settings, :self, :structure],
6
- content: <<-STRING
7
- {{+site key}}
8
- {{+secret key}}
9
- {{+minimum score}}
10
- {{+proxy}}
11
- STRING
5
+ update_card! %i[recaptcha_settings self structure],
6
+ content: <<~STRING
7
+ {{+site key}}
8
+ {{+secret key}}
9
+ {{+minimum score}}
10
+ {{+proxy}}
11
+ STRING
12
12
 
13
13
  { public: :site, private: :secret }.each do |old_name, new_name|
14
14
  codename = "recaptcha_#{old_name}_key".to_sym
@@ -69,6 +69,7 @@ class UpdateCreditImage < Cardio::Migration::Core
69
69
  credit = ensure_card "*credit_image", codename: :credit_image
70
70
 
71
71
  return unless credit&.pristine?
72
+
72
73
  credit.update type_id: Card::HtmlID,
73
74
  content: svg("width:18px; height:14px;")
74
75
  end
@@ -21,15 +21,15 @@ class AddSharkAndHelpDeskRole < Cardio::Migration::Core
21
21
  add_help_desk_permissions
22
22
 
23
23
  merge_cards %w[role+*type+*structure
24
- administrator+dashboard administrator+description
25
- shark+dashboard shark+description
26
- help_desk+dashboard help_desk+description
27
- anyone_signed_in+dashboard
28
- *recaptcha_settings+*self+*structure
29
- *account_settings+*right+*structure
30
- *getting_started+shark
31
- right_thin_sidebar_layout left_sidebar_layout
32
- *getting_started]
24
+ administrator+dashboard administrator+description
25
+ shark+dashboard shark+description
26
+ help_desk+dashboard help_desk+description
27
+ anyone_signed_in+dashboard
28
+ *recaptcha_settings+*self+*structure
29
+ *account_settings+*right+*structure
30
+ *getting_started+shark
31
+ right_thin_sidebar_layout left_sidebar_layout
32
+ *getting_started]
33
33
  end
34
34
 
35
35
  private
@@ -51,10 +51,10 @@ class AddSharkAndHelpDeskRole < Cardio::Migration::Core
51
51
  end
52
52
 
53
53
  def delete_self_read_permissions
54
- %i[account_links signin version title].each do |n|
55
- delete_card [n, :self, :read]
56
- end
54
+ %i[account_links signin version title].each do |n|
55
+ delete_card [n, :self, :read]
57
56
  end
57
+ end
58
58
 
59
59
  def remove_redundant_permissions
60
60
  ["*account+*right+*create",
@@ -83,7 +83,7 @@ class AddSharkAndHelpDeskRole < Cardio::Migration::Core
83
83
  %w[Cardtype CoffeeScript CSS HTML JavaScript Layout SCSS Skin].each do |name|
84
84
  ensure_cud_permissions name, :type, "Shark"
85
85
  end
86
- ensure_cud_permissions :rstar, nil,"Shark"
86
+ ensure_cud_permissions :rstar, nil, "Shark"
87
87
  end
88
88
 
89
89
  def add_help_desk_permissions
@@ -91,7 +91,8 @@ class AddSharkAndHelpDeskRole < Cardio::Migration::Core
91
91
  ensure_card [name, :right, :read], "Help Desk"
92
92
  end
93
93
 
94
- ["*account", "*email", "*password", "*help", "*add help", "*status", "*token"].each do |name|
94
+ ["*account", "*email", "*password", "*help", "*add help", "*status",
95
+ "*token"].each do |name|
95
96
  ensure_cud_permissions name, :right, "Help Desk"
96
97
  end
97
98
  end
@@ -12,7 +12,7 @@ class UpdatePristineData < Cardio::Migration::Core
12
12
  full_width_layout
13
13
  *header
14
14
  cardtype+*type+*structure
15
- ]
15
+ ]
16
16
  merge_pristine_cards names
17
17
  end
18
18
  end
@@ -2,8 +2,14 @@
2
2
 
3
3
  class PointerOverhaul < Cardio::Migration::Core
4
4
  def up
5
- update "List", name: "Mirrored List", codename: "mirrored_list" unless Card::Codename[:mirrored_list]
6
- update "Listed by", name: "Mirror List", codename: "mirror_list" unless Card::Codename[:mirror_list]
5
+ unless Card::Codename[:mirrored_list]
6
+ update "List", name: "Mirrored List",
7
+ codename: "mirrored_list"
8
+ end
9
+ unless Card::Codename[:mirror_list]
10
+ update "Listed by", name: "Mirror List",
11
+ codename: "mirror_list"
12
+ end
7
13
  update "Pointer", name: "List", codename: "list" unless Card::Codename[:list]
8
14
  ensure_code_card "Pointer", type_id: Card::CardtypeID
9
15
  ensure_code_card "Link list", type_id: Card::CardtypeID
@@ -12,8 +18,6 @@ class PointerOverhaul < Cardio::Migration::Core
12
18
  content: ["List", "Multiselect", "Checkbox", "Filtered list"]
13
19
 
14
20
  ensure_list_card "pointer+*input+*type plus right+*options",
15
- content: ["Select", "Radio"]
16
-
17
-
21
+ content: %w[Select Radio]
18
22
  end
19
23
  end
@@ -4,9 +4,9 @@ class AddGuides < Cardio::Migration
4
4
  GUIDE = <<-MD.strip_heredoc
5
5
  #### Editing Guide
6
6
 
7
- This default guide will appear in the full editor view of any card
8
- without more specific guidance. You can use it to put forward principles of style,
9
- rules of conduct, or any other help text you think may be of use to persons editing
7
+ This default guide will appear in the full editor view of any card
8
+ without more specific guidance. You can use it to put forward principles of style,
9
+ rules of conduct, or any other help text you think may be of use to persons editing
10
10
  content.
11
11
 
12
12
  Guide content can be edited in [[\\*guide\\|\\*guide rules]].
@@ -6,8 +6,7 @@ class MoveHelpTextToCode < Cardio::Migration::Core
6
6
  Card::Cache.reset_all
7
7
 
8
8
  # avoid that "list" as input option gets the description of the cardtype "list"
9
- ensure_card [:input, :right, :options_label], "options description"
10
-
9
+ ensure_card %i[input right options_label], "options description"
11
10
 
12
11
  remove_setting_help_rules
13
12
  remove_search_help_rules
@@ -3,7 +3,7 @@
3
3
  class CleanupForDecko10 < Cardio::Migration::Core
4
4
  def up
5
5
  ensure_card "Cards with account", codename: "cards_with_account",
6
- content: '{"right_plus": "*account"}'
6
+ content: '{"right_plus": "*account"}'
7
7
 
8
8
  %i[delete create update comment].each do |perm|
9
9
  delete_card [perm, :right, :options]
@@ -2,15 +2,15 @@
2
2
 
3
3
  class CardtypeGrouping < Cardio::Migration::Core
4
4
  CONTENT =
5
- <<-EOT
6
- {{+description|content}}
7
-
8
- {{_|add_button}} {{_|configure_button}}
9
-
10
- {{_|grouped_list}}
5
+ <<~EOT
6
+ {{+description|content}}
7
+ #{' '}
8
+ {{_|add_button}} {{_|configure_button}}
9
+ #{' '}
10
+ {{_|grouped_list}}
11
11
  EOT
12
12
 
13
13
  def up
14
- ensure_card [:cardtype, :self, :structure], content: CONTENT
14
+ ensure_card %i[cardtype self structure], content: CONTENT
15
15
  end
16
16
  end
@@ -15,8 +15,6 @@ class InputType < Cardio::Migration::Core
15
15
  Card::Cache.reset_all
16
16
 
17
17
  ensure_card %i[all content_option_view], content: "smart_label"
18
- Card.search right: :content_option_view, left: { not: :all } do |cov_rule|
19
- cov_rule.delete!
20
- end
18
+ Card.search right: :content_option_view, left: { not: :all }, &:delete!
21
19
  end
22
20
  end
@@ -2,9 +2,9 @@
2
2
 
3
3
  class AddCardtypeInputTypes < Cardio::Migration::Core
4
4
  def up
5
- ensure_card [:input_type, :right, :default],
5
+ ensure_card %i[input_type right default],
6
6
  type_id: Card::PointerID
7
- ensure_card [:content_option_view, :right, :default],
7
+ ensure_card %i[content_option_view right default],
8
8
  type_id: "smart label"
9
9
  end
10
10
  end
@@ -3,6 +3,7 @@
3
3
  class AddLinkEditorToTinyMceConfig < Cardio::Migration::Core
4
4
  def up
5
5
  return unless card = Card[:tiny_mce]
6
+
6
7
  card&.update! content: card.content.sub("| link nest |", "| deckolink nest |")
7
8
  end
8
9
  end
@@ -1,7 +1,6 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
 
3
3
  class HistoryCleanup < Cardio::Migration
4
-
5
4
  def up
6
5
  delete_create_only_changes
7
6
  end
@@ -1,6 +1,5 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
 
3
3
  class CodenameFixes < Cardio::Migration::Core
4
- def up
5
- end
4
+ def up; end
6
5
  end
@@ -4,6 +4,6 @@ class AddNestListType < Cardio::Migration::Core
4
4
  def up
5
5
  ensure_code_card "Nest list", type_id: Card::CardtypeID
6
6
  Card::Cache.reset_all
7
- ensure_card [:structure, :right, :default], type_id: ::Card::NestListID
7
+ ensure_card %i[structure right default], type_id: ::Card::NestListID
8
8
  end
9
9
  end
@@ -1,59 +1 @@
1
- <svg style="min-width: 65px; min-height: 45px; margin-top: -16px; margin-bottom: -16px;" viewBox="0 0 242 220" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
3
- <title>b&amp;w_logo</title>
4
- <desc>Created with Sketch.</desc>
5
- <defs>
6
- <rect id="path-1" x="35.3297422" y="10.484836" width="157.279595" height="190.607432" rx="12.491335"></rect>
7
- <filter x="-12.1%" y="-10.5%" width="125.4%" height="121.0%" filterUnits="objectBoundingBox" id="filter-2">
8
- <feMorphology radius="1" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
9
- <feOffset dx="1" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
10
- <feGaussianBlur stdDeviation="5.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
11
- <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
12
- </filter>
13
- <rect id="path-3" x="51.9878879" y="19.404077" width="123.9533" height="171.161486" rx="9.6888466"></rect>
14
- <filter x="-15.3%" y="-11.7%" width="132.3%" height="123.4%" filterUnits="objectBoundingBox" id="filter-4">
15
- <feMorphology radius="1" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
16
- <feOffset dx="1" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
17
- <feGaussianBlur stdDeviation="5.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
18
- <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
19
- </filter>
20
- <path d="M70.1050368,35.6666109 L159.089911,35.6666109 L159.089911,35.6666109 C163.678051,35.6666109 167.397473,39.386033 167.397473,43.9741728 L167.397473,87.717145 L167.397473,166.808436 L167.397473,166.808436 C167.397473,171.396576 163.678051,175.115998 159.089911,175.115998 L70.1050368,175.115998 L70.1050368,175.115998 C65.516897,175.115998 61.7974749,171.396576 61.7974749,166.808436 L61.7974749,43.9741728 L61.7974749,43.9741728 C61.7974749,39.386033 65.516897,35.6666109 70.1050368,35.6666109 Z" id="path-5"></path>
21
- <filter x="-18.0%" y="-14.3%" width="137.9%" height="128.7%" filterUnits="objectBoundingBox" id="filter-6">
22
- <feMorphology radius="1" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
23
- <feOffset dx="1" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
24
- <feGaussianBlur stdDeviation="5.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
25
- <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
26
- </filter>
27
- <rect id="path-7" x="70.7637805" y="49.8525134" width="92.149175" height="107.18743" rx="7.8659801"></rect>
28
- <filter x="-20.6%" y="-18.7%" width="143.4%" height="137.3%" filterUnits="objectBoundingBox" id="filter-8">
29
- <feMorphology radius="1" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
30
- <feOffset dx="1" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
31
- <feGaussianBlur stdDeviation="5.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
32
- <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.102553216 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
33
- </filter>
34
- </defs>
35
- <g id="Page-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
36
- <g id="b&amp;w_logo" fill-rule="nonzero">
37
- <g id="Decko-Logo-" transform="translate(7.000000, 4.000000)">
38
- <g id="g5642">
39
- <g id="svg-card-1" transform="translate(113.969540, 105.788552) scale(-1, 1) rotate(105.855860) translate(-113.969540, -105.788552) ">
40
- <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
41
- <use fill="#4D4D4D" fill-rule="evenodd" xlink:href="#path-1"></use>
42
- </g>
43
- <g id="svg-card-2" opacity="0.879999995" transform="translate(113.964538, 104.984820) scale(-1, 1) rotate(117.480003) translate(-113.964538, -104.984820) ">
44
- <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
45
- <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-3"></use>
46
- </g>
47
- <g id="svg-card-3" transform="translate(114.597474, 105.391304) scale(-1, 1) rotate(133.539993) translate(-114.597474, -105.391304) ">
48
- <use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
49
- <use fill="#4C4C4C" fill-rule="evenodd" xlink:href="#path-5"></use>
50
- </g>
51
- <g id="svg-card-4" opacity="0.879999995" transform="translate(116.838368, 103.446228) scale(-1, 1) rotate(142.690002) translate(-116.838368, -103.446228) ">
52
- <use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
53
- <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-7"></use>
54
- </g>
55
- </g>
56
- </g>
57
- </g>
58
- </g>
59
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="min-width:65px;min-height:45px;margin-top:-16px;margin-bottom:-16px" version="1.1" viewBox="0 0 242 220"><title>b&amp;w_logo</title><desc>Created with Sketch.</desc><defs><rect id="path-1" width="157.28" height="190.607" x="35.33" y="10.485" rx="12.491"/><filter id="filter-2" width="125.4%" height="121%" x="-12.1%" y="-10.5%" filterUnits="objectBoundingBox"><feMorphology in="SourceAlpha" operator="dilate" radius="1" result="shadowSpreadOuter1"/><feOffset dx="1" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="5.5"/><feColorMatrix in="shadowBlurOuter1" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/></filter><rect id="path-3" width="123.953" height="171.161" x="51.988" y="19.404" rx="9.689"/><filter id="filter-4" width="132.3%" height="123.4%" x="-15.3%" y="-11.7%" filterUnits="objectBoundingBox"><feMorphology in="SourceAlpha" operator="dilate" radius="1" result="shadowSpreadOuter1"/><feOffset dx="1" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="5.5"/><feColorMatrix in="shadowBlurOuter1" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/></filter><path id="path-5" d="M70.1050368,35.6666109 L159.089911,35.6666109 L159.089911,35.6666109 C163.678051,35.6666109 167.397473,39.386033 167.397473,43.9741728 L167.397473,87.717145 L167.397473,166.808436 L167.397473,166.808436 C167.397473,171.396576 163.678051,175.115998 159.089911,175.115998 L70.1050368,175.115998 L70.1050368,175.115998 C65.516897,175.115998 61.7974749,171.396576 61.7974749,166.808436 L61.7974749,43.9741728 L61.7974749,43.9741728 C61.7974749,39.386033 65.516897,35.6666109 70.1050368,35.6666109 Z"/><filter id="filter-6" width="137.9%" height="128.7%" x="-18%" y="-14.3%" filterUnits="objectBoundingBox"><feMorphology in="SourceAlpha" operator="dilate" radius="1" result="shadowSpreadOuter1"/><feOffset dx="1" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="5.5"/><feColorMatrix in="shadowBlurOuter1" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/></filter><rect id="path-7" width="92.149" height="107.187" x="70.764" y="49.853" rx="7.866"/><filter id="filter-8" width="143.4%" height="137.3%" x="-20.6%" y="-18.7%" filterUnits="objectBoundingBox"><feMorphology in="SourceAlpha" operator="dilate" radius="1" result="shadowSpreadOuter1"/><feOffset dx="1" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="5.5"/><feColorMatrix in="shadowBlurOuter1" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.102553216 0"/></filter></defs><g id="Page-3" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="b&amp;w_logo" fill-rule="nonzero"><g id="Decko-Logo-" transform="translate(7.000000, 4.000000)"><g id="g5642"><g id="svg-card-1" transform="translate(113.969540, 105.788552) scale(-1, 1) rotate(105.855860) translate(-113.969540, -105.788552)"><use fill="#000" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"/><use fill="#4D4D4D" fill-rule="evenodd" xlink:href="#path-1"/></g><g id="svg-card-2" opacity=".88" transform="translate(113.964538, 104.984820) scale(-1, 1) rotate(117.480003) translate(-113.964538, -104.984820)"><use fill="#000" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"/><use fill="#FFF" fill-rule="evenodd" xlink:href="#path-3"/></g><g id="svg-card-3" transform="translate(114.597474, 105.391304) scale(-1, 1) rotate(133.539993) translate(-114.597474, -105.391304)"><use fill="#000" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"/><use fill="#4C4C4C" fill-rule="evenodd" xlink:href="#path-5"/></g><g id="svg-card-4" opacity=".88" transform="translate(116.838368, 103.446228) scale(-1, 1) rotate(142.690002) translate(-116.838368, -103.446228)"><use fill="#000" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"/><use fill="#FFF" fill-rule="evenodd" xlink:href="#path-7"/></g></g></g></g></g></svg>