card 1.102.0 → 1.103.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/config/initializers/02_patches/active_record.rb +2 -2
- data/config/locales/en.yml +0 -144
- data/db/migrate_core_cards/20190417142612_reorganize_scripts_2.rb +1 -1
- data/db/migrate_core_cards/20200821231558_add_nest_list_type.rb +2 -2
- data/db/seed/new/card_actions.yml +3228 -2716
- data/db/seed/new/card_acts.yml +3 -3
- data/db/seed/new/card_references.yml +1898 -1387
- data/db/seed/new/cards.yml +6800 -5415
- data/db/seed/new/schema_migrations_core_cards.yml +20 -0
- data/db/seed/test/fixtures/card_actions.yml +4713 -4121
- data/db/seed/test/fixtures/card_acts.yml +755 -695
- data/db/seed/test/fixtures/card_changes.yml +103 -103
- data/db/seed/test/fixtures/card_references.yml +3185 -2632
- data/db/seed/test/fixtures/cards.yml +10085 -8448
- data/db/seed/test/fixtures/schema_migrations_core_cards.yml +20 -0
- data/db/test_seed.rb +6 -1
- data/lib/card/auth/current.rb +1 -1
- data/lib/card/cache.rb +1 -1
- data/lib/card/cache/persistent.rb +1 -1
- data/lib/card/cache/persistent_class.rb +1 -1
- data/lib/card/codename.rb +1 -1
- data/lib/card/director/all.rb +4 -4
- data/lib/card/error.rb +1 -1
- data/lib/card/format.rb +1 -1
- data/lib/card/format/error.rb +1 -1
- data/lib/card/format/nest/fetch.rb +1 -1
- data/lib/card/model/save_helper.rb +1 -1
- data/lib/card/model/save_helper/save_arguments.rb +3 -1
- data/lib/card/reference/all.rb +1 -1
- data/lib/card/set/format/haml_paths.rb +6 -5
- data/lib/card/set/type.rb +1 -1
- data/lib/card/tasks/card.rake +0 -18
- data/lib/card/tasks/card/asset.rake +22 -0
- data/lib/card/tasks/card/migrate.rake +7 -7
- data/lib/card/tasks/card/mod.rake +30 -0
- data/lib/cardio.rb +5 -10
- data/lib/cardio/all.rb +1 -0
- data/lib/cardio/application.rb +3 -132
- data/lib/cardio/delaying.rb +3 -3
- data/lib/cardio/generators/class_methods.rb +1 -1
- data/lib/cardio/migration.rb +8 -27
- data/lib/cardio/migration/deck_structure.rb +1 -1
- data/lib/cardio/mod.rb +55 -2
- data/lib/cardio/mod/dirs.rb +41 -41
- data/lib/cardio/mod/load_strategy.rb +1 -1
- data/lib/cardio/mod/load_strategy/eval.rb +1 -1
- data/lib/cardio/mod/load_strategy/pattern_tmp_files.rb +1 -1
- data/lib/cardio/mod/load_strategy/set_binding_magic.rb +1 -1
- data/lib/cardio/mod/load_strategy/set_tmp_files.rb +1 -1
- data/lib/cardio/mod/load_strategy/tmp_files.rb +1 -1
- data/lib/cardio/mod/loader.rb +2 -2
- data/lib/cardio/mod/loader/set_loader.rb +1 -1
- data/lib/cardio/mod/loader/set_pattern_loader.rb +1 -1
- data/lib/cardio/mod/loader/set_template.rb +1 -1
- data/lib/cardio/mod/modfile_api.rb +22 -0
- data/lib/cardio/mod/modfile_loader.rb +18 -0
- data/lib/cardio/mod/module_template.rb +1 -1
- data/lib/cardio/railtie.rb +134 -0
- data/lib/cardio/schema.rb +68 -69
- data/lib/cardio/utils.rb +22 -28
- data/lib/generators/migration/migration_generator.rb +1 -1
- data/lib/generators/mod/mod_generator.rb +10 -14
- data/mod/admin/locales/en.yml +4 -0
- data/mod/admin/set/self/admin.rb +2 -2
- data/mod/core/locales/en.yml +30 -0
- data/mod/core/set/all/initialize.rb +5 -1
- data/mod/core/set/all/name_events.rb +1 -1
- data/mod/core/set/all/utils.rb +2 -2
- data/tmpsets/set_pattern/100-all.rb +1 -1
- data/tmpsets/set_pattern/101-all_plus.rb +1 -1
- data/tmpsets/set_pattern/102-type.rb +1 -1
- data/tmpsets/set_pattern/103-star.rb +1 -1
- data/tmpsets/set_pattern/104-rstar.rb +1 -1
- data/tmpsets/set_pattern/105-rule.rb +1 -1
- data/tmpsets/set_pattern/106-right.rb +1 -1
- data/tmpsets/set_pattern/107-type_plus_right.rb +1 -1
- data/tmpsets/set_pattern/108-self.rb +1 -1
- metadata +50 -469
- data/lib/cardio/defaults.yml +0 -71
- data/tmpsets/set/mod001-admin/self/admin.rb +0 -155
- data/tmpsets/set/mod001-admin/self/admin_info.rb +0 -52
- data/tmpsets/set/mod001-admin/self/debugger.rb +0 -12
- data/tmpsets/set/mod002-core/all/abort.rb +0 -85
- data/tmpsets/set/mod002-core/all/assign_attributes.rb +0 -119
- data/tmpsets/set/mod002-core/all/autoname.rb +0 -26
- data/tmpsets/set/mod002-core/all/codename.rb +0 -39
- data/tmpsets/set/mod002-core/all/collection.rb +0 -62
- data/tmpsets/set/mod002-core/all/content.rb +0 -74
- data/tmpsets/set/mod002-core/all/debug.rb +0 -29
- data/tmpsets/set/mod002-core/all/initialize.rb +0 -93
- data/tmpsets/set/mod002-core/all/name_events.rb +0 -172
- data/tmpsets/set/mod002-core/all/reference_events.rb +0 -78
- data/tmpsets/set/mod002-core/all/states.rb +0 -93
- data/tmpsets/set/mod002-core/all/subcards.rb +0 -29
- data/tmpsets/set/mod002-core/all/trash.rb +0 -142
- data/tmpsets/set/mod002-core/all/type.rb +0 -70
- data/tmpsets/set/mod002-core/all/utils.rb +0 -104
- data/tmpsets/set/mod002-core/right/autoname.rb +0 -12
- data/tmpsets/set/mod002-core/self/autoname.rb +0 -12
- data/tmpsets/set/mod002-core/self/trash.rb +0 -73
- data/tmpsets/set/mod002-core/self/version.rb +0 -18
- data/tmpsets/set/mod002-core/type/cardtype.rb +0 -37
- data/tmpsets/set/mod004-email/abstract/email_field.rb +0 -49
- data/tmpsets/set/mod004-email/abstract/test_context.rb +0 -36
- data/tmpsets/set/mod004-email/all/email_html.rb +0 -18
- data/tmpsets/set/mod004-email/all/email_text.rb +0 -22
- data/tmpsets/set/mod004-email/right/bcc.rb +0 -10
- data/tmpsets/set/mod004-email/right/cc.rb +0 -10
- data/tmpsets/set/mod004-email/right/from.rb +0 -10
- data/tmpsets/set/mod004-email/right/html_message.rb +0 -23
- data/tmpsets/set/mod004-email/right/subject.rb +0 -10
- data/tmpsets/set/mod004-email/right/text_message.rb +0 -10
- data/tmpsets/set/mod004-email/right/to.rb +0 -10
- data/tmpsets/set/mod004-email/type/email_template.rb +0 -101
- data/tmpsets/set/mod004-email/type/email_template/email_config.rb +0 -92
- data/tmpsets/set/mod005-collection/abstract/items.rb +0 -215
- data/tmpsets/set/mod005-collection/abstract/paging.rb +0 -74
- data/tmpsets/set/mod005-collection/abstract/paging/paging_links.rb +0 -99
- data/tmpsets/set/mod005-collection/abstract/paging/paging_views.rb +0 -121
- data/tmpsets/set/mod005-collection/all/extended.rb +0 -59
- data/tmpsets/set/mod005-collection/all/item.rb +0 -145
- data/tmpsets/set/mod006-content/abstract/00_sources.rb +0 -33
- data/tmpsets/set/mod006-content/abstract/01_code_file.rb +0 -94
- data/tmpsets/set/mod006-content/abstract/asset_file.rb +0 -84
- data/tmpsets/set/mod006-content/abstract/haml_file.rb +0 -32
- data/tmpsets/set/mod006-content/abstract/lock.rb +0 -36
- data/tmpsets/set/mod006-content/abstract/read_only.rb +0 -23
- data/tmpsets/set/mod006-content/abstract/templated_nests.rb +0 -16
- data/tmpsets/set/mod006-content/abstract/vendor_code_file.rb +0 -18
- data/tmpsets/set/mod006-content/all/chunk.rb +0 -151
- data/tmpsets/set/mod006-content/all/contextual_content.rb +0 -29
- data/tmpsets/set/mod006-content/all/templating.rb +0 -79
- data/tmpsets/set/mod006-content/right/default.rb +0 -43
- data/tmpsets/set/mod006-content/right/structure.rb +0 -85
- data/tmpsets/set/mod006-content/self/default.rb +0 -11
- data/tmpsets/set/mod006-content/self/structure.rb +0 -13
- data/tmpsets/set/mod007-format/all/active_card.rb +0 -14
- data/tmpsets/set/mod007-format/all/base.rb +0 -148
- data/tmpsets/set/mod007-format/all/content.rb +0 -77
- data/tmpsets/set/mod007-format/all/css.rb +0 -45
- data/tmpsets/set/mod007-format/all/csv.rb +0 -103
- data/tmpsets/set/mod007-format/all/demo.rb +0 -45
- data/tmpsets/set/mod007-format/all/error.rb +0 -81
- data/tmpsets/set/mod007-format/all/export.rb +0 -79
- data/tmpsets/set/mod007-format/all/file.rb +0 -18
- data/tmpsets/set/mod007-format/all/frame.rb +0 -58
- data/tmpsets/set/mod007-format/all/haml.rb +0 -84
- data/tmpsets/set/mod007-format/all/head.rb +0 -170
- data/tmpsets/set/mod007-format/all/header.rb +0 -71
- data/tmpsets/set/mod007-format/all/html_content.rb +0 -178
- data/tmpsets/set/mod007-format/all/html_error.rb +0 -217
- data/tmpsets/set/mod007-format/all/html_show.rb +0 -62
- data/tmpsets/set/mod007-format/all/html_title.rb +0 -56
- data/tmpsets/set/mod007-format/all/html_wrapper.rb +0 -173
- data/tmpsets/set/mod007-format/all/js.rb +0 -18
- data/tmpsets/set/mod007-format/all/json.rb +0 -174
- data/tmpsets/set/mod007-format/all/links.rb +0 -160
- data/tmpsets/set/mod007-format/all/menu.rb +0 -138
- data/tmpsets/set/mod007-format/all/path.rb +0 -88
- data/tmpsets/set/mod007-format/all/rich_html.rb +0 -25
- data/tmpsets/set/mod007-format/all/rss.rb +0 -86
- data/tmpsets/set/mod007-format/all/text.rb +0 -15
- data/tmpsets/set/mod007-format/self/home.rb +0 -18
- data/tmpsets/set/mod007-format/type/cardtype.rb +0 -98
- data/tmpsets/set/mod007-format/type/html.rb +0 -36
- data/tmpsets/set/mod007-format/type/json.rb +0 -50
- data/tmpsets/set/mod007-format/type/number.rb +0 -33
- data/tmpsets/set/mod007-format/type/phrase.rb +0 -14
- data/tmpsets/set/mod007-format/type/plain_text.rb +0 -18
- data/tmpsets/set/mod007-format/type/toggle.rb +0 -47
- data/tmpsets/set/mod007-format/type/uri.rb +0 -24
- data/tmpsets/set/mod008-list/abstract/01_pointer.rb +0 -19
- data/tmpsets/set/mod008-list/abstract/01_pointer/events.rb +0 -80
- data/tmpsets/set/mod008-list/abstract/01_pointer/html_views.rb +0 -131
- data/tmpsets/set/mod008-list/abstract/01_pointer/html_views/filter.rb +0 -72
- data/tmpsets/set/mod008-list/abstract/01_pointer/options_api.rb +0 -87
- data/tmpsets/set/mod008-list/abstract/01_pointer/other_views.rb +0 -112
- data/tmpsets/set/mod008-list/abstract/code_pointer.rb +0 -44
- data/tmpsets/set/mod008-list/abstract/id_pointer.rb +0 -30
- data/tmpsets/set/mod008-list/all/supports_content_options.rb +0 -16
- data/tmpsets/set/mod008-list/right/content_option_view.rb +0 -19
- data/tmpsets/set/mod008-list/right/content_options.rb +0 -32
- data/tmpsets/set/mod008-list/self/content_option_view.rb +0 -18
- data/tmpsets/set/mod008-list/self/content_options.rb +0 -18
- data/tmpsets/set/mod008-list/self/input_options.rb +0 -23
- data/tmpsets/set/mod008-list/type/link_list.rb +0 -49
- data/tmpsets/set/mod008-list/type/list.rb +0 -25
- data/tmpsets/set/mod008-list/type/nest_list.rb +0 -55
- data/tmpsets/set/mod008-list/type/pointer.rb +0 -19
- data/tmpsets/set/mod009-permissions/abstract/permission.rb +0 -132
- data/tmpsets/set/mod009-permissions/all/permissions.rb +0 -240
- data/tmpsets/set/mod009-permissions/all/update_read_rules.rb +0 -20
- data/tmpsets/set/mod009-permissions/right/create.rb +0 -10
- data/tmpsets/set/mod009-permissions/right/delete.rb +0 -10
- data/tmpsets/set/mod009-permissions/right/read.rb +0 -86
- data/tmpsets/set/mod009-permissions/right/update.rb +0 -10
- data/tmpsets/set/mod009-permissions/self/create.rb +0 -12
- data/tmpsets/set/mod009-permissions/self/delete.rb +0 -12
- data/tmpsets/set/mod009-permissions/self/read.rb +0 -12
- data/tmpsets/set/mod009-permissions/self/update.rb +0 -12
- data/tmpsets/set/mod010-account/abstract/account_field.rb +0 -31
- data/tmpsets/set/mod010-account/abstract/accountable.rb +0 -62
- data/tmpsets/set/mod010-account/all/account.rb +0 -115
- data/tmpsets/set/mod010-account/right/account.rb +0 -62
- data/tmpsets/set/mod010-account/right/account/events.rb +0 -108
- data/tmpsets/set/mod010-account/right/account/views.rb +0 -74
- data/tmpsets/set/mod010-account/right/email.rb +0 -56
- data/tmpsets/set/mod010-account/right/password.rb +0 -61
- data/tmpsets/set/mod010-account/right/roles.rb +0 -36
- data/tmpsets/set/mod010-account/right/salt.rb +0 -22
- data/tmpsets/set/mod010-account/right/status.rb +0 -27
- data/tmpsets/set/mod010-account/self/signin.rb +0 -222
- data/tmpsets/set/mod010-account/type/role.rb +0 -30
- data/tmpsets/set/mod010-account/type/signup.rb +0 -63
- data/tmpsets/set/mod010-account/type/signup/views.rb +0 -107
- data/tmpsets/set/mod010-account/type/user.rb +0 -76
- data/tmpsets/set/mod010-account/type_plus_right/user/email.rb +0 -22
- data/tmpsets/set/mod011-edit/all/bridge.rb +0 -73
- data/tmpsets/set/mod011-edit/all/bridge/bridge_pills.rb +0 -56
- data/tmpsets/set/mod011-edit/all/bridge/follow_section.rb +0 -46
- data/tmpsets/set/mod011-edit/all/bridge/related_section.rb +0 -43
- data/tmpsets/set/mod011-edit/all/bridge/tab_views.rb +0 -50
- data/tmpsets/set/mod011-edit/all/bridge/tab_visibility.rb +0 -67
- data/tmpsets/set/mod011-edit/all/edit_content.rb +0 -69
- data/tmpsets/set/mod011-edit/all/edit_inline.rb +0 -65
- data/tmpsets/set/mod011-edit/all/edit_name.rb +0 -65
- data/tmpsets/set/mod011-edit/all/edit_type.rb +0 -129
- data/tmpsets/set/mod011-edit/all/editing.rb +0 -100
- data/tmpsets/set/mod011-edit/all/editor.rb +0 -63
- data/tmpsets/set/mod011-edit/all/form.rb +0 -257
- data/tmpsets/set/mod011-edit/all/form_buttons.rb +0 -82
- data/tmpsets/set/mod011-edit/all/form_elements.rb +0 -81
- data/tmpsets/set/mod011-edit/all/formgroup.rb +0 -46
- data/tmpsets/set/mod011-edit/all/new.rb +0 -195
- data/tmpsets/set/mod011-edit/all/overlay_guide.rb +0 -18
- data/tmpsets/set/mod011-edit/all/template_nest.rb +0 -51
- data/tmpsets/set/mod011-edit/right/input_type.rb +0 -44
- data/tmpsets/set/mod011-edit/self/input_type.rb +0 -21
- data/tmpsets/set/mod011-edit/type/list.rb +0 -24
- data/tmpsets/set/mod011-edit/type/plain_text.rb +0 -22
- data/tmpsets/set/mod011-edit/type/pointer.rb +0 -20
- data/tmpsets/set/mod012-history/all/history.rb +0 -119
- data/tmpsets/set/mod012-history/all/history/act_listing.rb +0 -136
- data/tmpsets/set/mod012-history/all/history/actions.rb +0 -137
- data/tmpsets/set/mod012-history/all/history/acts.rb +0 -17
- data/tmpsets/set/mod012-history/all/history/events.rb +0 -109
- data/tmpsets/set/mod012-history/all/history/last.rb +0 -107
- data/tmpsets/set/mod012-history/all/history/revision.rb +0 -74
- data/tmpsets/set/mod012-history/all/history/selected.rb +0 -73
- data/tmpsets/set/mod012-history/all/history/views.rb +0 -75
- data/tmpsets/set/mod012-history/all/history_bridge.rb +0 -88
- data/tmpsets/set/mod013-carrierwave/abstract/attachment.rb +0 -144
- data/tmpsets/set/mod013-carrierwave/abstract/attachment/cloud.rb +0 -146
- data/tmpsets/set/mod013-carrierwave/abstract/attachment/coded.rb +0 -36
- data/tmpsets/set/mod013-carrierwave/abstract/attachment/local.rb +0 -52
- data/tmpsets/set/mod013-carrierwave/abstract/attachment/paths.rb +0 -68
- data/tmpsets/set/mod013-carrierwave/abstract/attachment/storage_type.rb +0 -180
- data/tmpsets/set/mod013-carrierwave/abstract/attachment/upload_cache.rb +0 -98
- data/tmpsets/set/mod013-carrierwave/abstract/attachment/web.rb +0 -12
- data/tmpsets/set/mod013-carrierwave/all/file_utils.rb +0 -50
- data/tmpsets/set/mod013-carrierwave/self/admin.rb +0 -32
- data/tmpsets/set/mod013-carrierwave/self/favicon.rb +0 -26
- data/tmpsets/set/mod013-carrierwave/self/new_file.rb +0 -22
- data/tmpsets/set/mod013-carrierwave/self/new_image.rb +0 -22
- data/tmpsets/set/mod013-carrierwave/type/file.rb +0 -144
- data/tmpsets/set/mod013-carrierwave/type/image.rb +0 -113
- data/tmpsets/set/mod013-carrierwave/type/image/html_views.rb +0 -88
- data/tmpsets/set/mod014-virtual/abstract/virtual_cache.rb +0 -52
- data/tmpsets/set/mod015-machines/abstract/machine.rb +0 -230
- data/tmpsets/set/mod015-machines/abstract/machine/output_cache.rb +0 -25
- data/tmpsets/set/mod015-machines/abstract/machine/output_update.rb +0 -84
- data/tmpsets/set/mod015-machines/abstract/machine_input.rb +0 -82
- data/tmpsets/set/mod015-machines/all/reset_machines.rb +0 -31
- data/tmpsets/set/mod015-machines/right/machine_cache.rb +0 -14
- data/tmpsets/set/mod015-machines/right/machine_input.rb +0 -16
- data/tmpsets/set/mod015-machines/right/machine_output.rb +0 -53
- data/tmpsets/set/mod016-script/abstract/01_asset_java_script.rb +0 -32
- data/tmpsets/set/mod016-script/abstract/asset_coffee_script.rb +0 -34
- data/tmpsets/set/mod016-script/abstract/asset_list.rb +0 -98
- data/tmpsets/set/mod016-script/abstract/manifest_group.rb +0 -22
- data/tmpsets/set/mod016-script/abstract/mod_assets.rb +0 -145
- data/tmpsets/set/mod016-script/abstract/script.rb +0 -98
- data/tmpsets/set/mod016-script/right/script.rb +0 -30
- data/tmpsets/set/mod016-script/self/script.rb +0 -10
- data/tmpsets/set/mod016-script/self/script_html5shiv_printshiv.rb +0 -20
- data/tmpsets/set/mod016-script/self/script_mods.rb +0 -10
- data/tmpsets/set/mod016-script/type/01_coffee_script.rb +0 -35
- data/tmpsets/set/mod016-script/type/02_java_script.rb +0 -24
- data/tmpsets/set/mod016-script/type/local_folder_group.rb +0 -30
- data/tmpsets/set/mod016-script/type/local_manifest_group.rb +0 -35
- data/tmpsets/set/mod016-script/type/mod_script_assets.rb +0 -22
- data/tmpsets/set/mod016-script/type/remote_manifest_group.rb +0 -41
- data/tmpsets/set/mod017-ace_editor/all/ace_editor.rb +0 -20
- data/tmpsets/set/mod017-ace_editor/self/ace.rb +0 -16
- data/tmpsets/set/mod017-ace_editor/self/script_ace.rb +0 -12
- data/tmpsets/set/mod017-ace_editor/self/script_ace_config.rb +0 -12
- data/tmpsets/set/mod018-alias/all/alias.rb +0 -30
- data/tmpsets/set/mod018-alias/all_plus/alias.rb +0 -31
- data/tmpsets/set/mod018-alias/type/alias.rb +0 -42
- data/tmpsets/set/mod019-api_key/right/account.rb +0 -18
- data/tmpsets/set/mod019-api_key/right/api_key.rb +0 -103
- data/tmpsets/set/mod020-style/abstract/skin_box.rb +0 -44
- data/tmpsets/set/mod020-style/right/style.rb +0 -65
- data/tmpsets/set/mod020-style/self/style.rb +0 -13
- data/tmpsets/set/mod020-style/self/style_bootstrap_compatible.rb +0 -10
- data/tmpsets/set/mod020-style/self/style_cards.rb +0 -10
- data/tmpsets/set/mod020-style/self/style_jquery_ui_smoothness.rb +0 -10
- data/tmpsets/set/mod020-style/self/style_libraries.rb +0 -10
- data/tmpsets/set/mod020-style/self/style_mods.rb +0 -10
- data/tmpsets/set/mod020-style/type/css.rb +0 -95
- data/tmpsets/set/mod020-style/type/scss.rb +0 -30
- data/tmpsets/set/mod020-style/type/skin.rb +0 -18
- data/tmpsets/set/mod021-bar_and_box/abstract/media.rb +0 -26
- data/tmpsets/set/mod021-bar_and_box/all/bar.rb +0 -112
- data/tmpsets/set/mod021-bar_and_box/all/box.rb +0 -25
- data/tmpsets/set/mod021-bar_and_box/self/style_media.rb +0 -15
- data/tmpsets/set/mod021-bar_and_box/type/image.rb +0 -47
- data/tmpsets/set/mod022-bootstrap/abstract/bootstrap_code_file.rb +0 -65
- data/tmpsets/set/mod022-bootstrap/abstract/bootswatch_theme.rb +0 -167
- data/tmpsets/set/mod022-bootstrap/abstract/bootswatch_theme/html_views.rb +0 -39
- data/tmpsets/set/mod022-bootstrap/abstract/bs_badge.rb +0 -31
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/accordion.rb +0 -72
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/dropdown.rb +0 -93
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/form.rb +0 -44
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/helper.rb +0 -73
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/icon.rb +0 -125
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/navbar.rb +0 -55
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/table.rb +0 -110
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/tabs.rb +0 -49
- data/tmpsets/set/mod022-bootstrap/all/bootstrap/wrapper.rb +0 -27
- data/tmpsets/set/mod022-bootstrap/all/rich_bootstrap.rb +0 -24
- data/tmpsets/set/mod022-bootstrap/self/bootstrap_core.rb +0 -23
- data/tmpsets/set/mod022-bootstrap/self/bootstrap_functions.rb +0 -14
- data/tmpsets/set/mod022-bootstrap/self/font_awesome.rb +0 -11
- data/tmpsets/set/mod022-bootstrap/self/material_icons.rb +0 -11
- data/tmpsets/set/mod022-bootstrap/self/script_load_select2.rb +0 -11
- data/tmpsets/set/mod022-bootstrap/self/smartmenu_css.rb +0 -14
- data/tmpsets/set/mod022-bootstrap/self/smartmenu_js.rb +0 -14
- data/tmpsets/set/mod022-bootstrap/self/style_bootstrap_cards.rb +0 -10
- data/tmpsets/set/mod022-bootstrap/self/style_bootstrap_colorpicker.rb +0 -15
- data/tmpsets/set/mod022-bootstrap/self/style_select2.rb +0 -19
- data/tmpsets/set/mod022-bootstrap/self/style_select2_bootstrap.rb +0 -10
- data/tmpsets/set/mod022-bootstrap/type/bootswatch_skin.rb +0 -24
- data/tmpsets/set/mod022-bootstrap/type/customized_bootswatch_skin.rb +0 -129
- data/tmpsets/set/mod022-bootstrap/type/customized_bootswatch_skin/html_views.rb +0 -43
- data/tmpsets/set/mod022-bootstrap/type_plus_right/customized_bootswatch_skin/colors.rb +0 -123
- data/tmpsets/set/mod023-comment/all/comment.rb +0 -92
- data/tmpsets/set/mod023-comment/right/comment.rb +0 -10
- data/tmpsets/set/mod023-comment/right/discussion.rb +0 -18
- data/tmpsets/set/mod024-date/all/calendar.rb +0 -18
- data/tmpsets/set/mod024-date/right/when_created.rb +0 -16
- data/tmpsets/set/mod024-date/right/when_last_edited.rb +0 -16
- data/tmpsets/set/mod024-date/self/datepicker.rb +0 -15
- data/tmpsets/set/mod024-date/self/now.rb +0 -14
- data/tmpsets/set/mod024-date/self/script_datepicker_config.rb +0 -12
- data/tmpsets/set/mod024-date/self/style_datepicker.rb +0 -20
- data/tmpsets/set/mod024-date/type/date.rb +0 -14
- data/tmpsets/set/mod026-follow/abstract/follow_option.rb +0 -65
- data/tmpsets/set/mod026-follow/all/follow.rb +0 -42
- data/tmpsets/set/mod026-follow/all/follow/follow_link.rb +0 -70
- data/tmpsets/set/mod026-follow/all/follow/follow_link_views.rb +0 -38
- data/tmpsets/set/mod026-follow/all/follow/followed_by.rb +0 -79
- data/tmpsets/set/mod026-follow/all/follow/follower_ids.rb +0 -130
- data/tmpsets/set/mod026-follow/all/follow/start_follow_link.rb +0 -19
- data/tmpsets/set/mod026-follow/all/follow/stop_follow_link.rb +0 -20
- data/tmpsets/set/mod026-follow/all/notify.rb +0 -91
- data/tmpsets/set/mod026-follow/all/notify/base_views.rb +0 -137
- data/tmpsets/set/mod026-follow/all/notify/html_views.rb +0 -26
- data/tmpsets/set/mod026-follow/right/account.rb +0 -24
- data/tmpsets/set/mod026-follow/right/follow.rb +0 -127
- data/tmpsets/set/mod026-follow/right/follow_fields.rb +0 -12
- data/tmpsets/set/mod026-follow/right/followers.rb +0 -32
- data/tmpsets/set/mod026-follow/right/following.rb +0 -59
- data/tmpsets/set/mod026-follow/self/always.rb +0 -22
- data/tmpsets/set/mod026-follow/self/created.rb +0 -28
- data/tmpsets/set/mod026-follow/self/edited.rb +0 -29
- data/tmpsets/set/mod026-follow/self/follow.rb +0 -10
- data/tmpsets/set/mod026-follow/self/follow_defaults.rb +0 -98
- data/tmpsets/set/mod026-follow/self/follow_fields.rb +0 -10
- data/tmpsets/set/mod026-follow/self/never.rb +0 -22
- data/tmpsets/set/mod026-follow/type/cardtype.rb +0 -30
- data/tmpsets/set/mod026-follow/type/notification_template.rb +0 -42
- data/tmpsets/set/mod026-follow/type/set.rb +0 -62
- data/tmpsets/set/mod026-follow/type/user.rb +0 -16
- data/tmpsets/set/mod026-follow/type_plus_right/user/follow.rb +0 -87
- data/tmpsets/set/mod026-follow/type_plus_right/user/follow/follow_editor_helper.rb +0 -130
- data/tmpsets/set/mod027-google_analytics/all/google_analytics.rb +0 -51
- data/tmpsets/set/mod028-help/all/guide.rb +0 -60
- data/tmpsets/set/mod028-help/all/help.rb +0 -58
- data/tmpsets/set/mod028-help/right/guide.rb +0 -17
- data/tmpsets/set/mod028-help/right/help.rb +0 -24
- data/tmpsets/set/mod028-help/self/guide.rb +0 -11
- data/tmpsets/set/mod028-help/self/help.rb +0 -13
- data/tmpsets/set/mod029-integrate/all/observer.rb +0 -31
- data/tmpsets/set/mod029-integrate/self/on_create.rb +0 -11
- data/tmpsets/set/mod029-integrate/self/on_delete.rb +0 -11
- data/tmpsets/set/mod029-integrate/self/on_update.rb +0 -11
- data/tmpsets/set/mod029-integrate/self/thanks.rb +0 -13
- data/tmpsets/set/mod030-session/all/location_history.rb +0 -28
- data/tmpsets/set/mod030-session/type/session.rb +0 -70
- data/tmpsets/set/mod031-layout/abstract/account_dropdown.rb +0 -32
- data/tmpsets/set/mod031-layout/abstract/pointer/html_views.rb +0 -14
- data/tmpsets/set/mod031-layout/all/alert.rb +0 -32
- data/tmpsets/set/mod031-layout/all/layouts.rb +0 -43
- data/tmpsets/set/mod031-layout/all/modal.rb +0 -129
- data/tmpsets/set/mod031-layout/all/navbar_links.rb +0 -77
- data/tmpsets/set/mod031-layout/all/overlay.rb +0 -110
- data/tmpsets/set/mod031-layout/all/process_layout.rb +0 -88
- data/tmpsets/set/mod031-layout/all/tabs.rb +0 -61
- data/tmpsets/set/mod031-layout/right/enabled_roles.rb +0 -70
- data/tmpsets/set/mod031-layout/right/head.rb +0 -26
- data/tmpsets/set/mod031-layout/self/account_links.rb +0 -107
- data/tmpsets/set/mod031-layout/self/alerts.rb +0 -14
- data/tmpsets/set/mod031-layout/self/dropdown_divider.rb +0 -18
- data/tmpsets/set/mod031-layout/self/foot.rb +0 -14
- data/tmpsets/set/mod031-layout/self/head.rb +0 -35
- data/tmpsets/set/mod031-layout/self/layout.rb +0 -12
- data/tmpsets/set/mod031-layout/self/navbox.rb +0 -42
- data/tmpsets/set/mod031-layout/self/sidebar.rb +0 -14
- data/tmpsets/set/mod031-layout/type/html.rb +0 -23
- data/tmpsets/set/mod031-layout/type/layout_type.rb +0 -25
- data/tmpsets/set/mod032-legacy/abstract/table_of_contents.rb +0 -76
- data/tmpsets/set/mod032-legacy/self/csv_structure.rb +0 -10
- data/tmpsets/set/mod032-legacy/self/default_html_view.rb +0 -10
- data/tmpsets/set/mod032-legacy/self/table_of_contents.rb +0 -13
- data/tmpsets/set/mod032-legacy/type/basic.rb +0 -10
- data/tmpsets/set/mod033-markdown/type/markdown.rb +0 -26
- data/tmpsets/set/mod034-prosemirror_editor/all/prosemirror_editor.rb +0 -16
- data/tmpsets/set/mod034-prosemirror_editor/self/script_prosemirror.rb +0 -12
- data/tmpsets/set/mod034-prosemirror_editor/self/script_prosemirror_config.rb +0 -13
- data/tmpsets/set/mod034-prosemirror_editor/self/style_prosemirror.rb +0 -12
- data/tmpsets/set/mod035-recaptcha/all/recaptcha.rb +0 -111
- data/tmpsets/set/mod035-recaptcha/self/admin_info.rb +0 -36
- data/tmpsets/set/mod035-recaptcha/self/captcha.rb +0 -14
- data/tmpsets/set/mod035-recaptcha/self/recaptcha_proxy.rb +0 -12
- data/tmpsets/set/mod035-recaptcha/self/recaptcha_secret_key.rb +0 -18
- data/tmpsets/set/mod035-recaptcha/self/recaptcha_settings.rb +0 -40
- data/tmpsets/set/mod035-recaptcha/self/recaptcha_site_key.rb +0 -18
- data/tmpsets/set/mod036-search/abstract/00_filter_helper.rb +0 -55
- data/tmpsets/set/mod036-search/abstract/02_search_params.rb +0 -59
- data/tmpsets/set/mod036-search/abstract/03_filter.rb +0 -38
- data/tmpsets/set/mod036-search/abstract/03_filter/filter_form.rb +0 -110
- data/tmpsets/set/mod036-search/abstract/03_filter/form_helper.rb +0 -114
- data/tmpsets/set/mod036-search/abstract/03_filter/query_construction.rb +0 -47
- data/tmpsets/set/mod036-search/abstract/04_right_filter_form.rb +0 -35
- data/tmpsets/set/mod036-search/abstract/05_search.rb +0 -93
- data/tmpsets/set/mod036-search/abstract/05_search/views.rb +0 -174
- data/tmpsets/set/mod036-search/abstract/06_cql_search.rb +0 -102
- data/tmpsets/set/mod036-search/abstract/filterable.rb +0 -22
- data/tmpsets/set/mod036-search/abstract/filterable_bar.rb +0 -20
- data/tmpsets/set/mod036-search/right/children.rb +0 -13
- data/tmpsets/set/mod036-search/right/created.rb +0 -12
- data/tmpsets/set/mod036-search/right/edited.rb +0 -12
- data/tmpsets/set/mod036-search/right/editors.rb +0 -12
- data/tmpsets/set/mod036-search/right/follow.rb +0 -12
- data/tmpsets/set/mod036-search/right/linked_to_by.rb +0 -12
- data/tmpsets/set/mod036-search/right/links_to.rb +0 -14
- data/tmpsets/set/mod036-search/right/mates.rb +0 -12
- data/tmpsets/set/mod036-search/right/nested_by.rb +0 -12
- data/tmpsets/set/mod036-search/right/nests.rb +0 -12
- data/tmpsets/set/mod036-search/right/referred_to_by.rb +0 -12
- data/tmpsets/set/mod036-search/right/refers_to.rb +0 -12
- data/tmpsets/set/mod036-search/self/recent.rb +0 -44
- data/tmpsets/set/mod036-search/self/search.rb +0 -104
- data/tmpsets/set/mod036-search/type/cardtype.rb +0 -14
- data/tmpsets/set/mod036-search/type/search_type.rb +0 -90
- data/tmpsets/set/mod037-rules/all/related_sets.rb +0 -34
- data/tmpsets/set/mod037-rules/right/self.rb +0 -12
- data/tmpsets/set/mod037-rules/right/type_plus_right.rb +0 -13
- data/tmpsets/set/mod037-rules/rstar/rule_user.rb +0 -16
- data/tmpsets/set/mod037-rules/rule/bar_view.rb +0 -102
- data/tmpsets/set/mod037-rules/rule/bridge_rules_editor.rb +0 -37
- data/tmpsets/set/mod037-rules/rule/editor.rb +0 -119
- data/tmpsets/set/mod037-rules/rule/html_views.rb +0 -22
- data/tmpsets/set/mod037-rules/rule/quick_editor.rb +0 -48
- data/tmpsets/set/mod037-rules/rule/rule_form.rb +0 -65
- data/tmpsets/set/mod037-rules/rule/rule_form/buttons.rb +0 -54
- data/tmpsets/set/mod037-rules/rule/rule_form/form_elements.rb +0 -61
- data/tmpsets/set/mod037-rules/rule/rule_form/rule_set_radio.rb +0 -92
- data/tmpsets/set/mod037-rules/rule/rule_form/set_selection.rb +0 -48
- data/tmpsets/set/mod037-rules/rule/rules.rb +0 -118
- data/tmpsets/set/mod037-rules/self/cardtype.rb +0 -51
- data/tmpsets/set/mod037-rules/self/recent_settings.rb +0 -16
- data/tmpsets/set/mod037-rules/self/script_rules.rb +0 -12
- data/tmpsets/set/mod037-rules/type/cardtype.rb +0 -14
- data/tmpsets/set/mod037-rules/type/set.rb +0 -116
- data/tmpsets/set/mod037-rules/type/set/html_views.rb +0 -60
- data/tmpsets/set/mod037-rules/type/set/html_views/rule_lists.rb +0 -51
- data/tmpsets/set/mod037-rules/type/set/html_views/template.rb +0 -21
- data/tmpsets/set/mod037-rules/type/set/rules_filter.rb +0 -69
- data/tmpsets/set/mod037-rules/type/set/setting_lists.rb +0 -85
- data/tmpsets/set/mod037-rules/type/setting.rb +0 -86
- data/tmpsets/set/mod038-tinymce_editor/all/reference_editor.rb +0 -53
- data/tmpsets/set/mod038-tinymce_editor/all/reference_editor/link_editor.rb +0 -42
- data/tmpsets/set/mod038-tinymce_editor/all/reference_editor/link_editor/link_parser.rb +0 -43
- data/tmpsets/set/mod038-tinymce_editor/all/reference_editor/nest_editor.rb +0 -184
- data/tmpsets/set/mod038-tinymce_editor/all/reference_editor/nest_image.rb +0 -77
- data/tmpsets/set/mod038-tinymce_editor/all/tinymce_editor.rb +0 -15
- data/tmpsets/set/mod038-tinymce_editor/self/script_tinymce.rb +0 -12
- data/tmpsets/set/mod038-tinymce_editor/self/script_tinymce_config.rb +0 -12
- data/tmpsets/set/mod038-tinymce_editor/self/tiny_mce.rb +0 -16
- data/tmpsets/set/mod040-monkey/all/event_viz.rb +0 -73
- data/tmpsets/set/mod040-monkey/all/view_viz.rb +0 -34
- data/tmpsets/set/mod040-monkey/right/debug.rb +0 -96
@@ -1,146 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract; module Attachment;
|
3
|
-
# Set: Abstract (Attachment, Cloud)
|
4
|
-
#
|
5
|
-
module Cloud;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/cloud.rb"; end
|
8
|
-
event :change_bucket_if_read_only, :initialize,
|
9
|
-
on: :update, when: :change_bucket_if_read_only? do
|
10
|
-
@new_storage_type = storage_type_from_config
|
11
|
-
end
|
12
|
-
|
13
|
-
event :validate_storage_type_update, :validate, on: :update, when: :cloud? do
|
14
|
-
# FIXME: make it possible to retrieve the file from cloud storage
|
15
|
-
# to store it somewhere else. Currently, it only works to change the
|
16
|
-
# storage type if a new file is provided
|
17
|
-
# i.e. `update storage_type: :local` fails but
|
18
|
-
# `update storage_type: :local, file: [file handle]` is ok
|
19
|
-
return unless storage_type_changed? && !attachment_is_changing?
|
20
|
-
|
21
|
-
errors.add :storage_type, t(:carrierwave_moving_files_is_not_supported)
|
22
|
-
end
|
23
|
-
|
24
|
-
def bucket
|
25
|
-
@bucket ||= cloud? && (new_card_bucket || bucket_from_content || bucket_from_config)
|
26
|
-
end
|
27
|
-
|
28
|
-
def new_card_bucket
|
29
|
-
return unless new_card?
|
30
|
-
|
31
|
-
# If the file is assigned before the bucket option we have to
|
32
|
-
# check if there is a bucket options in set_specific.
|
33
|
-
# That happens for exmaple when the file appears before the bucket in the
|
34
|
-
# options hash:
|
35
|
-
# Card.create file: file_handle, bucket: "my_bucket"
|
36
|
-
set_specific[:bucket] || set_specific["bucket"] || bucket_from_config
|
37
|
-
end
|
38
|
-
|
39
|
-
def bucket_config
|
40
|
-
@bucket_config ||= load_bucket_config
|
41
|
-
end
|
42
|
-
|
43
|
-
def load_bucket_config
|
44
|
-
return {} unless bucket
|
45
|
-
|
46
|
-
bucket_config = Cardio.config.file_buckets&.dig(bucket.to_sym) || {}
|
47
|
-
bucket_config.symbolize_keys!
|
48
|
-
bucket_config[:credentials]&.symbolize_keys!
|
49
|
-
# we don't want :attributes hash symbolized, so we can't use
|
50
|
-
# deep_symbolize_keys
|
51
|
-
ensure_bucket_config do
|
52
|
-
load_bucket_config_from_env bucket_config
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
def ensure_bucket_config
|
57
|
-
yield.tap do |config|
|
58
|
-
require_configuration! config
|
59
|
-
require_credentials! config
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
def require_configuration! config
|
64
|
-
cant_find_in_bucket! "configuration" unless config.present?
|
65
|
-
end
|
66
|
-
|
67
|
-
def require_credentials! config
|
68
|
-
cant_find_in_bucket! "credentials" unless config[:credentials]
|
69
|
-
end
|
70
|
-
|
71
|
-
def cant_find_in_bucket! need
|
72
|
-
raise Card::Error, "couldn't find #{need} for bucket #{bucket}"
|
73
|
-
end
|
74
|
-
|
75
|
-
def load_bucket_config_from_env config
|
76
|
-
config ||= {}
|
77
|
-
each_config_option_from_env do |key|
|
78
|
-
replace_with_env_variable config, key
|
79
|
-
end
|
80
|
-
credential_config config do |cred_hash|
|
81
|
-
load_bucket_credentials_from_env cred_hash
|
82
|
-
end
|
83
|
-
end
|
84
|
-
|
85
|
-
def credential_config config
|
86
|
-
config[:credentials] ||= {}
|
87
|
-
yield config[:credentials]
|
88
|
-
config.delete :credentials if config[:credentials].blank?
|
89
|
-
config
|
90
|
-
end
|
91
|
-
|
92
|
-
def each_config_option_from_env
|
93
|
-
CarrierWave::FileCardUploader::CONFIG_OPTIONS.each do |key|
|
94
|
-
yield key unless key.in? %i[attributes credentials]
|
95
|
-
end
|
96
|
-
end
|
97
|
-
|
98
|
-
def load_bucket_credentials_from_env cred_config
|
99
|
-
each_credential_from_env do |option|
|
100
|
-
replace_with_env_variable cred_config, option, "credentials"
|
101
|
-
end
|
102
|
-
end
|
103
|
-
|
104
|
-
def each_credential_from_env
|
105
|
-
regexp = credential_from_env_regexp
|
106
|
-
ENV.each_key do |env_key|
|
107
|
-
next unless (m = regexp.match env_key)
|
108
|
-
|
109
|
-
yield m[:option].downcase.to_sym
|
110
|
-
end
|
111
|
-
end
|
112
|
-
|
113
|
-
def credential_from_env_regexp
|
114
|
-
Regexp.new "^(?:#{bucket.to_s.upcase}_)?CREDENTIALS_(?<option>.+)$"
|
115
|
-
end
|
116
|
-
|
117
|
-
def replace_with_env_variable config, option, prefix=nil
|
118
|
-
env_key = [prefix, option].compact.join("_").upcase
|
119
|
-
new_value = ENV["#{bucket.to_s.upcase}_#{env_key}"] || ENV[env_key]
|
120
|
-
config[option] = new_value if new_value
|
121
|
-
end
|
122
|
-
|
123
|
-
def bucket_from_content
|
124
|
-
return unless content
|
125
|
-
|
126
|
-
content.match(/^\((?<bucket>[^)]+)\)/) { |m| m[:bucket] }
|
127
|
-
end
|
128
|
-
|
129
|
-
def bucket_from_config
|
130
|
-
cnf = Cardio.config
|
131
|
-
cnf.file_default_bucket || cnf.file_buckets&.keys&.first
|
132
|
-
end
|
133
|
-
|
134
|
-
def change_bucket_if_read_only?
|
135
|
-
cloud? && bucket_config[:read_only] && attachment_is_changing?
|
136
|
-
end
|
137
|
-
|
138
|
-
def bucket= value
|
139
|
-
if @action == :update
|
140
|
-
@new_bucket = value
|
141
|
-
else
|
142
|
-
@bucket = value
|
143
|
-
end
|
144
|
-
end
|
145
|
-
end;end;end;end;end;
|
146
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/cloud.rb ~~
|
@@ -1,36 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract; module Attachment;
|
3
|
-
# Set: Abstract (Attachment, Coded)
|
4
|
-
#
|
5
|
-
module Coded;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/coded.rb"; end
|
8
|
-
event :lose_coded_status_on_update, :initialize, on: :update, when: :coded? do
|
9
|
-
# unless explicit
|
10
|
-
return if @new_mod
|
11
|
-
|
12
|
-
@new_storage_type ||= storage_type_from_config
|
13
|
-
end
|
14
|
-
|
15
|
-
event :validate_coded_storage_type, :validate, on: :save, when: :will_become_coded? do
|
16
|
-
storage_type_error :mod_argument_needed_to_save unless mod || @new_mod
|
17
|
-
storage_type_error :codename_needed_for_storage if codename.blank?
|
18
|
-
end
|
19
|
-
|
20
|
-
def storage_type_error error_name
|
21
|
-
errors.add :storage_type, t("carrierwave_#{error_name}")
|
22
|
-
end
|
23
|
-
|
24
|
-
def will_become_coded?
|
25
|
-
will_be_stored_as == :coded
|
26
|
-
end
|
27
|
-
|
28
|
-
def mod= value
|
29
|
-
if @action == :update && mod != value
|
30
|
-
@new_mod = value.to_s
|
31
|
-
else
|
32
|
-
@mod = value.to_s
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end;end;end;end;end;
|
36
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/coded.rb ~~
|
@@ -1,52 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract; module Attachment;
|
3
|
-
# Set: Abstract (Attachment, Local)
|
4
|
-
#
|
5
|
-
module Local;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/local.rb"; end
|
8
|
-
event :update_public_link_on_create, :integrate, on: :create, when: :local? do
|
9
|
-
update_public_link
|
10
|
-
end
|
11
|
-
|
12
|
-
event :remove_public_link_on_delete, :integrate, on: :delete, when: :local? do
|
13
|
-
remove_public_links
|
14
|
-
end
|
15
|
-
|
16
|
-
event :update_public_link, after: :update_read_rule, when: :local? do
|
17
|
-
return if content.blank?
|
18
|
-
|
19
|
-
if who_can(:read).include? Card::AnyoneID
|
20
|
-
create_public_links
|
21
|
-
else
|
22
|
-
remove_public_links
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
private
|
27
|
-
|
28
|
-
def create_public_links
|
29
|
-
path = attachment.public_path
|
30
|
-
return if File.exist? path
|
31
|
-
|
32
|
-
FileUtils.mkdir_p File.dirname(path)
|
33
|
-
File.symlink attachment.path, path unless File.symlink? path
|
34
|
-
create_versions_public_links
|
35
|
-
end
|
36
|
-
|
37
|
-
def create_versions_public_links
|
38
|
-
attachment.versions.each_value do |version|
|
39
|
-
next if File.symlink? version.public_path
|
40
|
-
|
41
|
-
File.symlink version.path, version.public_path
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
def remove_public_links
|
46
|
-
symlink_dir = File.dirname attachment.public_path
|
47
|
-
return unless Dir.exist? symlink_dir
|
48
|
-
|
49
|
-
FileUtils.rm_rf symlink_dir
|
50
|
-
end
|
51
|
-
end;end;end;end;end;
|
52
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/local.rb ~~
|
@@ -1,68 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract; module Attachment;
|
3
|
-
# Set: Abstract (Attachment, Paths)
|
4
|
-
#
|
5
|
-
module Paths;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/paths.rb"; end
|
8
|
-
MOD_FILE_DIR = "file".freeze
|
9
|
-
|
10
|
-
def store_dir
|
11
|
-
will_become_coded? ? coded_dir(@new_mod) : upload_dir
|
12
|
-
end
|
13
|
-
|
14
|
-
def retrieve_dir
|
15
|
-
coded? ? coded_dir : upload_dir
|
16
|
-
end
|
17
|
-
|
18
|
-
# place for files of regular file cards
|
19
|
-
def upload_dir
|
20
|
-
id ? "#{files_base_dir}/#{id}" : tmp_upload_dir
|
21
|
-
end
|
22
|
-
|
23
|
-
# place for files of mod file cards
|
24
|
-
def coded_dir new_mod=nil
|
25
|
-
dir = File.join mod_dir(new_mod), MOD_FILE_DIR, codename.to_s
|
26
|
-
FileUtils.mkdir_p(dir) unless File.directory?(dir)
|
27
|
-
dir
|
28
|
-
end
|
29
|
-
|
30
|
-
def mod_dir new_mod=nil
|
31
|
-
mod_name = new_mod || mod
|
32
|
-
dir = Cardio::Mod.dirs.path(mod_name) || (mod_name.to_sym == :test && "test")
|
33
|
-
|
34
|
-
raise Error, "can't find mod \"#{mod_name}\"" unless dir
|
35
|
-
|
36
|
-
dir
|
37
|
-
end
|
38
|
-
|
39
|
-
def files_base_dir
|
40
|
-
dir = bucket ? bucket_config[:subdirectory] : Card.paths["files"].existent.first
|
41
|
-
dir || files_base_dir_configuration_error
|
42
|
-
end
|
43
|
-
|
44
|
-
def files_base_dir_configuration_error
|
45
|
-
raise StandardError,
|
46
|
-
"missing directory for file cache (default is `files` in deck root)"
|
47
|
-
end
|
48
|
-
|
49
|
-
# used in the indentifier
|
50
|
-
def file_dir
|
51
|
-
if coded?
|
52
|
-
":#{codename}"
|
53
|
-
elsif cloud?
|
54
|
-
"(#{bucket})/#{file_id}"
|
55
|
-
else
|
56
|
-
"~#{file_id}"
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
def public?
|
61
|
-
who_can(:read).include? Card::AnyoneID
|
62
|
-
end
|
63
|
-
|
64
|
-
def file_id
|
65
|
-
id? ? id : upload_cache_card.id
|
66
|
-
end
|
67
|
-
end;end;end;end;end;
|
68
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/paths.rb ~~
|
@@ -1,180 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract; module Attachment;
|
3
|
-
# Set: Abstract (Attachment, StorageType)
|
4
|
-
#
|
5
|
-
module StorageType;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/storage_type.rb"; end
|
8
|
-
attr_writer :bucket, :storage_type
|
9
|
-
|
10
|
-
event :storage_type_change, :store, on: :update, when: :storage_type_changed? do
|
11
|
-
# carrierwave stores file if @cache_id is not nil
|
12
|
-
attachment.cache_stored_file!
|
13
|
-
# attachment.retrieve_from_cache!(attachment.cache_name)
|
14
|
-
update_storage_attributes
|
15
|
-
# next line might be necessary to move files to cloud
|
16
|
-
|
17
|
-
# make sure that we get the new identifier
|
18
|
-
# otherwise action_id will return wrong id for new identifier
|
19
|
-
db_content_will_change!
|
20
|
-
write_identifier
|
21
|
-
end
|
22
|
-
|
23
|
-
event :validate_storage_type, :validate, on: :save do
|
24
|
-
return if known_storage_type? will_be_stored_as
|
25
|
-
|
26
|
-
errors.add :storage_type, unknown_storage_type(@new_storage_type)
|
27
|
-
end
|
28
|
-
|
29
|
-
def will_be_stored_as
|
30
|
-
@new_storage_type || storage_type
|
31
|
-
end
|
32
|
-
|
33
|
-
def read_only?
|
34
|
-
web? || (cloud? && bucket_config[:read_only])
|
35
|
-
end
|
36
|
-
|
37
|
-
def cloud?
|
38
|
-
storage_type == :cloud
|
39
|
-
end
|
40
|
-
|
41
|
-
def web?
|
42
|
-
storage_type == :web
|
43
|
-
end
|
44
|
-
|
45
|
-
def local?
|
46
|
-
storage_type == :local
|
47
|
-
end
|
48
|
-
|
49
|
-
def coded?
|
50
|
-
storage_type == :coded
|
51
|
-
end
|
52
|
-
|
53
|
-
def remote_storage?
|
54
|
-
cloud? || web?
|
55
|
-
end
|
56
|
-
|
57
|
-
def storage_type
|
58
|
-
@storage_type ||=
|
59
|
-
new_card? ? storage_type_from_config : storage_type_from_content
|
60
|
-
end
|
61
|
-
|
62
|
-
def deprecated_mod_file?
|
63
|
-
content && (lines = content.split("\n")) && lines.size == 4
|
64
|
-
end
|
65
|
-
|
66
|
-
def mod
|
67
|
-
@mod ||= coded? && mod_from_content
|
68
|
-
end
|
69
|
-
|
70
|
-
def mod_from_content
|
71
|
-
if (m = content.match %r{^:[^/]+/([^.]+)})
|
72
|
-
m[1] # current mod_file format
|
73
|
-
else
|
74
|
-
mod_from_deprecated_content
|
75
|
-
end
|
76
|
-
end
|
77
|
-
|
78
|
-
# old format is still used in card_changes
|
79
|
-
def mod_from_deprecated_content
|
80
|
-
return if content.match?(/^~/)
|
81
|
-
return unless (lines = content.split("\n")) && lines.size == 4
|
82
|
-
|
83
|
-
lines.last
|
84
|
-
end
|
85
|
-
|
86
|
-
def storage_type_from_config
|
87
|
-
valid_storage_type ENV["FILE_STORAGE"] || Cardio.config.file_storage
|
88
|
-
end
|
89
|
-
|
90
|
-
def valid_storage_type storage_type
|
91
|
-
storage_type.to_sym.tap do |type|
|
92
|
-
invalid_storage_type! type unless type.in? valid_storage_type_list
|
93
|
-
end
|
94
|
-
end
|
95
|
-
|
96
|
-
def valid_storage_type_list
|
97
|
-
CarrierWave::FileCardUploader::STORAGE_TYPES
|
98
|
-
end
|
99
|
-
|
100
|
-
def invalid_storage_type! type
|
101
|
-
raise Card::Error, t(:carrierwave_error_invalid_storage_type, type: type)
|
102
|
-
end
|
103
|
-
|
104
|
-
def storage_type_from_content
|
105
|
-
case content
|
106
|
-
when /^\(/ then :cloud
|
107
|
-
when %r{/^https?:/} then :web
|
108
|
-
when /^~/ then :local
|
109
|
-
when /^:/ then :coded
|
110
|
-
else
|
111
|
-
if deprecated_mod_file?
|
112
|
-
:coded
|
113
|
-
else
|
114
|
-
storage_type_from_config
|
115
|
-
end
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
def update_storage_attributes
|
120
|
-
@mod = @new_mod if @new_mod
|
121
|
-
@bucket = @new_bucket if @new_bucket
|
122
|
-
@storage_type = @new_storage_type
|
123
|
-
end
|
124
|
-
|
125
|
-
def storage_type_changed?
|
126
|
-
@new_bucket || (@new_storage_type && @new_storage_type != storage_type) || @new_mod
|
127
|
-
end
|
128
|
-
|
129
|
-
def storage_type= value
|
130
|
-
known_storage_type? value
|
131
|
-
if @action == :update # && storage_type != value
|
132
|
-
# we cant update the storage type directly here
|
133
|
-
# if we do then the uploader doesn't find the file we want to update
|
134
|
-
@new_storage_type = value
|
135
|
-
else
|
136
|
-
@storage_type = value
|
137
|
-
end
|
138
|
-
end
|
139
|
-
|
140
|
-
def with_storage_options opts={}
|
141
|
-
old_values = stash_and_set_storage_options opts
|
142
|
-
validate_temporary_storage_type_change opts[:storage_type]
|
143
|
-
@temp_storage_type = true
|
144
|
-
yield
|
145
|
-
ensure
|
146
|
-
@temp_storage_type = false
|
147
|
-
old_values.each { |key, val| instance_variable_set "@#{key}", val }
|
148
|
-
end
|
149
|
-
|
150
|
-
def stash_and_set_storage_options opts
|
151
|
-
%i[storage_type mod bucket].each_with_object({}) do |opt_name, old_values|
|
152
|
-
next unless opts[opt_name]
|
153
|
-
|
154
|
-
old_values[opt_name] = instance_variable_get "@#{opt_name}"
|
155
|
-
instance_variable_set "@#{opt_name}", opts[opt_name]
|
156
|
-
old_values
|
157
|
-
end
|
158
|
-
end
|
159
|
-
|
160
|
-
def temporary_storage_type_change?
|
161
|
-
@temp_storage_type
|
162
|
-
end
|
163
|
-
|
164
|
-
def validate_temporary_storage_type_change type=nil
|
165
|
-
return unless type ||= @new_storage_type
|
166
|
-
raise Error, unknown_storage_type(type) unless known_storage_type? type
|
167
|
-
if type == :coded && codename.blank?
|
168
|
-
raise Error, "codename needed for storage type :coded"
|
169
|
-
end
|
170
|
-
end
|
171
|
-
|
172
|
-
def known_storage_type? type=storage_type
|
173
|
-
type.in? CarrierWave::FileCardUploader::STORAGE_TYPES
|
174
|
-
end
|
175
|
-
|
176
|
-
def unknown_storage_type type
|
177
|
-
t :carrierwave_unknown_storage_type, new_storage_type: type
|
178
|
-
end
|
179
|
-
end;end;end;end;end;
|
180
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment/storage_type.rb ~~
|