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,88 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Type; module Image;
|
3
|
-
# Set: All "Image+HtmlViews" cards (HtmlViews)
|
4
|
-
#
|
5
|
-
module HtmlViews;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/carrierwave/set/type/image/html_views.rb"; end
|
8
|
-
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
|
9
|
-
include File::HtmlFormat
|
10
|
-
|
11
|
-
# core HTML image view.
|
12
|
-
view :core do
|
13
|
-
return card.attachment.read if card.svg?
|
14
|
-
|
15
|
-
with_valid_source do |source|
|
16
|
-
image_tag source, alt: card.name
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
def with_valid_source
|
21
|
-
handle_source do |source|
|
22
|
-
if source.blank? || source == "missing"
|
23
|
-
# FIXME: these images should be "broken", not "missing"
|
24
|
-
invalid_image source
|
25
|
-
else
|
26
|
-
yield source
|
27
|
-
# consider title..
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
31
|
-
|
32
|
-
view :full_width do
|
33
|
-
with_valid_source do |source|
|
34
|
-
image_tag source, alt: card.name, class: "w-100"
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
def invalid_image source
|
39
|
-
# ("missing" is the view for "unknown" now, so we shouldn't further confuse things)
|
40
|
-
"<!-- invalid image for #{safe_name}; source: #{source} -->"
|
41
|
-
end
|
42
|
-
|
43
|
-
def preview
|
44
|
-
return if card.new_card? && !card.preliminary_upload?
|
45
|
-
|
46
|
-
wrap_with :div, class: "attachment-preview",
|
47
|
-
id: "#{card.attachment.filename}-preview" do
|
48
|
-
_render_core size: :medium
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
def show_action_content_toggle? _action, _view_type
|
53
|
-
true
|
54
|
-
end
|
55
|
-
|
56
|
-
view :content_changes do
|
57
|
-
content_changes card.last_action, :expanded
|
58
|
-
end
|
59
|
-
|
60
|
-
def content_changes action, diff_type, hide_diff=false
|
61
|
-
voo.size = diff_type == :summary ? :icon : :medium
|
62
|
-
[old_image(action, hide_diff), new_image(action)].compact.join
|
63
|
-
end
|
64
|
-
|
65
|
-
def old_image action, hide_diff
|
66
|
-
return if hide_diff || !action
|
67
|
-
|
68
|
-
old_image_change action do |old_action_id|
|
69
|
-
card.with_selected_action_id old_action_id do
|
70
|
-
Card::Content::Diff.render_deleted_chunk _render_core
|
71
|
-
end
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
def old_image_change action
|
76
|
-
return unless (change = card.last_change_on(:db_content, before: action))
|
77
|
-
|
78
|
-
yield change.card_action_id
|
79
|
-
end
|
80
|
-
|
81
|
-
def new_image action
|
82
|
-
card.with_selected_action_id action.id do
|
83
|
-
Card::Content::Diff.render_added_chunk _render_core
|
84
|
-
end
|
85
|
-
end
|
86
|
-
end
|
87
|
-
end;end;end;end;end;
|
88
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/carrierwave/set/type/image/html_views.rb ~~
|
@@ -1,52 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract
|
3
|
-
# Set: Abstract (VirtualCache)
|
4
|
-
#
|
5
|
-
# -*- encoding : utf-8 -*-
|
6
|
-
module VirtualCache;
|
7
|
-
extend Card::Set
|
8
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/virtual/set/abstract/virtual_cache.rb"; end
|
9
|
-
|
10
|
-
def virtual?
|
11
|
-
new?
|
12
|
-
end
|
13
|
-
|
14
|
-
def history?
|
15
|
-
false
|
16
|
-
end
|
17
|
-
|
18
|
-
def followable?
|
19
|
-
false
|
20
|
-
end
|
21
|
-
|
22
|
-
def db_content
|
23
|
-
Card::Virtual.fetch_content(self)
|
24
|
-
end
|
25
|
-
|
26
|
-
# called to refresh the virtual content
|
27
|
-
# the default way is to use the card's template content
|
28
|
-
def generate_virtual_content
|
29
|
-
template&.db_content
|
30
|
-
end
|
31
|
-
|
32
|
-
event :save_virtual_content, :prepare_to_store, on: :save, changed: :content do
|
33
|
-
Card::Virtual.create_or_update(self, attributes["db_content"])
|
34
|
-
abort :success
|
35
|
-
end
|
36
|
-
|
37
|
-
event :delete_virtual_content, :prepare_to_store, on: :delete do
|
38
|
-
Card::Virtual.find_by_card(self)&.delete
|
39
|
-
abort :success
|
40
|
-
end
|
41
|
-
|
42
|
-
def delete
|
43
|
-
# delete although it's new
|
44
|
-
update trash: true
|
45
|
-
end
|
46
|
-
|
47
|
-
def delete!
|
48
|
-
# delete although it's new
|
49
|
-
update! trash: true
|
50
|
-
end
|
51
|
-
end;end;end;end;
|
52
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/virtual/set/abstract/virtual_cache.rb ~~
|
@@ -1,230 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract
|
3
|
-
# Set: Abstract (Machine)
|
4
|
-
#
|
5
|
-
# ## What are Machines?
|
6
|
-
# {Machine} and {MachineInput} together implement a kind of observer pattern.
|
7
|
-
# {Machine} processes a collection of input cards to generate an output card
|
8
|
-
# (a {Set::Type::File} card by default). If one of the input cards is changed
|
9
|
-
# the output card will be updated.
|
10
|
-
#
|
11
|
-
# The classic example: A style card observes a collection of css and sccs card
|
12
|
-
# to generate a file card with a css file that contains the assembled
|
13
|
-
# compressed css.
|
14
|
-
#
|
15
|
-
# ## Using Machines
|
16
|
-
# Include the Machine module in the card set that is supposed to produce the
|
17
|
-
# output card. If the output card should be automatically updated when a input
|
18
|
-
# card is changed the input card has to be in a set that includes the
|
19
|
-
# MachineInput module.
|
20
|
-
#
|
21
|
-
# The default machine:
|
22
|
-
module Machine;
|
23
|
-
extend Card::Set
|
24
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/machines/set/abstract/machine.rb"; end
|
25
|
-
#
|
26
|
-
# - uses its item cards as input cards or the card itself if there are no
|
27
|
-
# item cards;
|
28
|
-
# - can be changed by passing a block to collect_input_cards
|
29
|
-
# - takes the raw view of the input cards to generate the output;
|
30
|
-
# - can be changed by passing a block to machine_input (in the input card
|
31
|
-
# set)
|
32
|
-
# - stores the output as a .txt file in the '+machine output' card;
|
33
|
-
# - can be changed by passing a filetype and/or a block to
|
34
|
-
# store_machine_output
|
35
|
-
#
|
36
|
-
#
|
37
|
-
# ## How does it work?
|
38
|
-
# Machine cards have a '+machine input' and a '+machine output' card. The
|
39
|
-
# '+machine input' card is a pointer to all input cards. Including the
|
40
|
-
# MachineInput module creates an 'on: save' event that runs the machines of
|
41
|
-
# all cards that are linked to that card via the +machine input pointer.
|
42
|
-
module MachineClassMethods
|
43
|
-
attr_accessor :output_config
|
44
|
-
|
45
|
-
def collect_input_cards &block
|
46
|
-
define_method :engine_input, &block
|
47
|
-
end
|
48
|
-
|
49
|
-
def prepare_machine_input &block
|
50
|
-
define_method :before_engine, &block
|
51
|
-
end
|
52
|
-
|
53
|
-
def machine_engine &block
|
54
|
-
define_method :engine, &block
|
55
|
-
end
|
56
|
-
|
57
|
-
def store_machine_output args={}, &block
|
58
|
-
output_config.merge!(args)
|
59
|
-
return unless block_given?
|
60
|
-
|
61
|
-
define_method :after_engine, &block
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
card_accessor :machine_output, type: FileID
|
66
|
-
card_accessor :machine_input, type: PointerID
|
67
|
-
|
68
|
-
def before_engine; end
|
69
|
-
|
70
|
-
def engine_input
|
71
|
-
ei = EngineInput.new self
|
72
|
-
ei.process
|
73
|
-
ei.new_input
|
74
|
-
end
|
75
|
-
|
76
|
-
# TODO: replace with call of extended_item_cards
|
77
|
-
# traverse through all levels of pointers and
|
78
|
-
# collect all item cards as input
|
79
|
-
class EngineInput
|
80
|
-
attr_accessor :new_input
|
81
|
-
|
82
|
-
def initialize machine_card
|
83
|
-
@machine_card = machine_card
|
84
|
-
@items = [machine_card]
|
85
|
-
@new_input = []
|
86
|
-
@extended = {}
|
87
|
-
@loop_limit = 5
|
88
|
-
end
|
89
|
-
|
90
|
-
def process
|
91
|
-
each_valid_item do
|
92
|
-
input_item = simple_item? ? @item : pointer_item
|
93
|
-
new_input << input_item if input_item
|
94
|
-
end
|
95
|
-
end
|
96
|
-
|
97
|
-
def simple_item?
|
98
|
-
@item.item_cards == [@item] || @item.try(:self_machine_input?) # no pointer card
|
99
|
-
end
|
100
|
-
|
101
|
-
def pointer_item
|
102
|
-
@items.insert 0, @item.item_cards.reject(&:unknown?)
|
103
|
-
@items.flatten!
|
104
|
-
record_item
|
105
|
-
@item if @item != @machine_card && @item.known?
|
106
|
-
end
|
107
|
-
|
108
|
-
def record_item
|
109
|
-
@extended[@item] = @extended[@item].to_i + 1
|
110
|
-
end
|
111
|
-
|
112
|
-
def each_valid_item
|
113
|
-
until @items.empty?
|
114
|
-
@item = @items.shift
|
115
|
-
yield unless invalid_item?
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
def invalid_item?
|
120
|
-
@item.trash || @extended[@item.id].to_i > @loop_limit
|
121
|
-
end
|
122
|
-
end
|
123
|
-
|
124
|
-
def engine input
|
125
|
-
input
|
126
|
-
end
|
127
|
-
|
128
|
-
def after_engine output
|
129
|
-
filetype = output_config[:filetype]
|
130
|
-
file = Tempfile.new [id.to_s, ".#{filetype}"]
|
131
|
-
file.write output
|
132
|
-
file.rewind
|
133
|
-
Card::Auth.as_bot do
|
134
|
-
p = machine_output_card
|
135
|
-
p.file = file
|
136
|
-
p.save!
|
137
|
-
end
|
138
|
-
file.close
|
139
|
-
file.unlink
|
140
|
-
end
|
141
|
-
|
142
|
-
view :machine_output_url do
|
143
|
-
machine_output_url
|
144
|
-
end
|
145
|
-
|
146
|
-
class << self
|
147
|
-
def included host_class
|
148
|
-
host_class.extend(MachineClassMethods)
|
149
|
-
host_class.mattr_accessor :output_config
|
150
|
-
host_class.output_config = { filetype: "txt" }
|
151
|
-
|
152
|
-
define_machine_events host_class
|
153
|
-
end
|
154
|
-
|
155
|
-
def define_machine_events host_class
|
156
|
-
event_suffix = host_class.name.tr ":", "_"
|
157
|
-
event_name = "reset_machine_output_#{event_suffix}".to_sym
|
158
|
-
host_class.event event_name, after: :expire_related, changed: :content, on: :save do
|
159
|
-
reset_machine_output
|
160
|
-
end
|
161
|
-
end
|
162
|
-
end
|
163
|
-
|
164
|
-
include_set Abstract::Lock
|
165
|
-
|
166
|
-
def run_machine joint="\n"
|
167
|
-
before_engine
|
168
|
-
output =
|
169
|
-
input_item_cards.map do |input_card|
|
170
|
-
run_engine input_card
|
171
|
-
end.select(&:present?).join(joint)
|
172
|
-
after_engine output
|
173
|
-
end
|
174
|
-
|
175
|
-
def direct_machine_input? input_card
|
176
|
-
!input_card.collection? ||
|
177
|
-
input_card.respond_to?(:machine_input)
|
178
|
-
end
|
179
|
-
|
180
|
-
def run_engine input_card
|
181
|
-
return unless direct_machine_input? input_card
|
182
|
-
if (cached = fetch_cache_card(input_card)) && cached.content?
|
183
|
-
return cached.content
|
184
|
-
end
|
185
|
-
|
186
|
-
engine(input_from_card(input_card)).tap do |output|
|
187
|
-
cache_output_part input_card, output
|
188
|
-
end
|
189
|
-
end
|
190
|
-
|
191
|
-
def input_from_card input_card
|
192
|
-
if input_card.respond_to? :machine_input
|
193
|
-
input_card.machine_input
|
194
|
-
else
|
195
|
-
input_card.format._render_raw
|
196
|
-
end
|
197
|
-
end
|
198
|
-
|
199
|
-
def make_machine_output_coded mod=:machines
|
200
|
-
update_machine_output
|
201
|
-
Card::Auth.as_bot do
|
202
|
-
ENV["STORE_CODED_FILES"] = "true"
|
203
|
-
machine_output_card.update! storage_type: :coded, mod: mod,
|
204
|
-
codename: machine_output_codename
|
205
|
-
ENV["STORE_CODED_FILES"] = nil
|
206
|
-
end
|
207
|
-
end
|
208
|
-
|
209
|
-
def machine_output_codename
|
210
|
-
machine_output_card.name.parts.map do |part|
|
211
|
-
Card[part].codename&.to_s || Card[part].name.safe_key
|
212
|
-
end.join "_"
|
213
|
-
end
|
214
|
-
|
215
|
-
def input_item_cards
|
216
|
-
machine_input_card.item_cards
|
217
|
-
end
|
218
|
-
|
219
|
-
def machine_output_url
|
220
|
-
ensure_machine_output
|
221
|
-
machine_output_card.file.url # (:default, timestamp: false)
|
222
|
-
# to get rid of additional number in url
|
223
|
-
end
|
224
|
-
|
225
|
-
def machine_output_path
|
226
|
-
ensure_machine_output
|
227
|
-
machine_output_card.file.path
|
228
|
-
end
|
229
|
-
end;end;end;end;
|
230
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/machines/set/abstract/machine.rb ~~
|
@@ -1,25 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract; module Machine;
|
3
|
-
# Set: Abstract (Machine, OutputCache)
|
4
|
-
#
|
5
|
-
module OutputCache;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/machines/set/abstract/machine/output_cache.rb"; end
|
8
|
-
def fetch_cache_card input_card, new=nil
|
9
|
-
new &&= { type_id: PlainTextID }
|
10
|
-
Card.fetch input_card.name, name, :machine_cache, new: new
|
11
|
-
end
|
12
|
-
|
13
|
-
def cache_output_part input_card, output
|
14
|
-
Auth.as_bot do
|
15
|
-
# save virtual cards first
|
16
|
-
# otherwise the cache card will save it to get the left_id
|
17
|
-
# and trigger the cache update again
|
18
|
-
input_card.save! if input_card.new_card?
|
19
|
-
|
20
|
-
cache_card = fetch_cache_card(input_card, true)
|
21
|
-
cache_card.update! content: output
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end;end;end;end;end;
|
25
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/machines/set/abstract/machine/output_cache.rb ~~
|
@@ -1,84 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract; module Machine;
|
3
|
-
# Set: Abstract (Machine, OutputUpdate)
|
4
|
-
#
|
5
|
-
module OutputUpdate;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/machines/set/abstract/machine/output_update.rb"; end
|
8
|
-
def reset_machine_output
|
9
|
-
Auth.as_bot do
|
10
|
-
moc = machine_output_card
|
11
|
-
@updated_at = output_updated_at
|
12
|
-
moc.delete! if moc.real?
|
13
|
-
update_input_card
|
14
|
-
expire_if_source_file_changed @updated_at
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
def regenerate_machine_output
|
19
|
-
return unless ok?(:read)
|
20
|
-
|
21
|
-
lock { run_machine }
|
22
|
-
end
|
23
|
-
|
24
|
-
def update_machine_output
|
25
|
-
return unless ok?(:read)
|
26
|
-
|
27
|
-
lock do
|
28
|
-
update_input_card
|
29
|
-
expire_if_source_file_changed output_updated_at
|
30
|
-
run_machine
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
def ensure_machine_output
|
35
|
-
output = fetch :machine_output
|
36
|
-
return if output&.selected_content_action_id
|
37
|
-
|
38
|
-
update_machine_output
|
39
|
-
end
|
40
|
-
|
41
|
-
def update_input_card
|
42
|
-
if Card::Director.running_act?
|
43
|
-
input_card = attach_subcard! machine_input_card
|
44
|
-
input_card.content = ""
|
45
|
-
engine_input.each { |input| input_card << input }
|
46
|
-
else
|
47
|
-
machine_input_card.items = engine_input
|
48
|
-
end
|
49
|
-
end
|
50
|
-
|
51
|
-
def input_cards_with_changed_source output_updated
|
52
|
-
machine_input_card.extended_item_cards.select do |i_card|
|
53
|
-
i_card.try(:source_changed?, since: output_updated)
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
def expire_if_source_file_changed output_updated_at
|
58
|
-
return unless output_updated_at
|
59
|
-
|
60
|
-
changed = input_cards_with_changed_source(output_updated_at)
|
61
|
-
return if changed.empty?
|
62
|
-
|
63
|
-
changed.each(&:expire_machine_cache)
|
64
|
-
true
|
65
|
-
end
|
66
|
-
|
67
|
-
# regenerates the machine output if a source file of a input card has been changed
|
68
|
-
def update_if_source_file_changed
|
69
|
-
return unless expire_if_source_file_changed output_updated_at
|
70
|
-
|
71
|
-
regenerate_machine_output
|
72
|
-
end
|
73
|
-
|
74
|
-
def output_updated_at
|
75
|
-
return unless (output_card = machine_output_card)
|
76
|
-
|
77
|
-
if output_card.coded?
|
78
|
-
File.mtime output_card.file.path
|
79
|
-
else
|
80
|
-
output_card.updated_at
|
81
|
-
end
|
82
|
-
end
|
83
|
-
end;end;end;end;end;
|
84
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/machines/set/abstract/machine/output_update.rb ~~
|