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,19 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All
|
3
|
-
# Set: All cards (Follow)
|
4
|
-
#
|
5
|
-
#! no set module
|
6
|
-
module Follow;
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/follow/start_follow_link.rb"; end
|
8
|
-
|
9
|
-
class StartFollowLink < FollowLink
|
10
|
-
def initialize format
|
11
|
-
@rule_content = "*always"
|
12
|
-
@link_text = "follow"
|
13
|
-
@action = "send"
|
14
|
-
@css_class = ""
|
15
|
-
super
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end;end;end;end;
|
19
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/follow/start_follow_link.rb ~~
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All
|
3
|
-
# Set: All cards (Follow)
|
4
|
-
#
|
5
|
-
#! no set module
|
6
|
-
module Follow;
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/follow/stop_follow_link.rb"; end
|
8
|
-
|
9
|
-
class StopFollowLink < FollowLink
|
10
|
-
def initialize format
|
11
|
-
@rule_content = "*never"
|
12
|
-
@link_text = "following"
|
13
|
-
@hover_text = "unfollow"
|
14
|
-
@action = "stop sending"
|
15
|
-
@css_class = "btn-item-delete"
|
16
|
-
super
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end;end;end;end;
|
20
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/follow/stop_follow_link.rb ~~
|
@@ -1,91 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All
|
3
|
-
# Set: All cards (Notify)
|
4
|
-
#
|
5
|
-
module Notify;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify.rb"; end
|
8
|
-
attr_accessor :follower_stash
|
9
|
-
|
10
|
-
mattr_accessor :force_notifications
|
11
|
-
|
12
|
-
event :silence_notifications, :initialize, when: :silence_notifications? do
|
13
|
-
@silent_change = true
|
14
|
-
end
|
15
|
-
|
16
|
-
def silence_notifications?
|
17
|
-
!(Card::Env[:controller] || force_notifications)
|
18
|
-
end
|
19
|
-
|
20
|
-
event :notify_followers_after_save,
|
21
|
-
:integrate_with_delay, on: :save, when: :notable_change? do
|
22
|
-
notify_followers
|
23
|
-
end
|
24
|
-
|
25
|
-
# in the delete case we have to calculate the follower_stash beforehand
|
26
|
-
# but we can't pass the follower_stash through the ActiveJob queue.
|
27
|
-
# We have to deal with the notifications in the integrate phase instead of the
|
28
|
-
# integrate_with_delay phase
|
29
|
-
event :stash_followers, :store, on: :delete, when: :notable_change? do
|
30
|
-
act_card.follower_stash ||= FollowerStash.new
|
31
|
-
act_card.follower_stash.check_card self
|
32
|
-
end
|
33
|
-
|
34
|
-
event :notify_followers_after_delete, :integrate, on: :delete, when: :notable_change? do
|
35
|
-
notify_followers
|
36
|
-
end
|
37
|
-
|
38
|
-
def notify_followers
|
39
|
-
return unless (act = Card::Director.act)
|
40
|
-
|
41
|
-
act.reload
|
42
|
-
notify_followers_of act
|
43
|
-
end
|
44
|
-
|
45
|
-
def notable_change?
|
46
|
-
!silent_change? && current_act_card? &&
|
47
|
-
(Card::Auth.current_id != WagnBotID) && followable?
|
48
|
-
end
|
49
|
-
|
50
|
-
def silent_change?
|
51
|
-
silent_change
|
52
|
-
end
|
53
|
-
|
54
|
-
private
|
55
|
-
|
56
|
-
def notify_followers_of act
|
57
|
-
act_followers(act).each_follower_with_reason do |follower, reason|
|
58
|
-
next if !follower.account || (follower == act.actor)
|
59
|
-
|
60
|
-
notify_follower follower, act, reason
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
def notify_follower follower, act, reason
|
65
|
-
follower.account.send_change_notice act, reason[:set_card].name, reason[:option]
|
66
|
-
end
|
67
|
-
|
68
|
-
def act_followers act
|
69
|
-
@follower_stash ||= FollowerStash.new
|
70
|
-
act.actions(false).each do |a|
|
71
|
-
next if !a.card || a.card.silent_change?
|
72
|
-
|
73
|
-
@follower_stash.check_card a.card
|
74
|
-
end
|
75
|
-
@follower_stash
|
76
|
-
end
|
77
|
-
|
78
|
-
def silent_change
|
79
|
-
@silent_change || @supercard&.silent_change
|
80
|
-
end
|
81
|
-
|
82
|
-
def current_act_card?
|
83
|
-
return false unless act_card
|
84
|
-
|
85
|
-
act_card.id.nil? || act_card.id == id
|
86
|
-
# FIXME: currently card_id is nil for deleted acts (at least
|
87
|
-
# in the store phase when it's tested). The nil test was needed
|
88
|
-
# to make this work.
|
89
|
-
end
|
90
|
-
end;end;end;end;
|
91
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify.rb ~~
|
@@ -1,137 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module Notify;
|
3
|
-
# Set: All cards (Notify, BaseViews)
|
4
|
-
#
|
5
|
-
module BaseViews;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify/base_views.rb"; end
|
8
|
-
module Format; module_parent.send :register_set_format, Card::Format, self; extend Card::Set::AbstractFormat
|
9
|
-
view :list_of_changes, denial: :blank, cache: :never do
|
10
|
-
action = notification_action voo.action_id
|
11
|
-
relevant_fields(action).map do |type|
|
12
|
-
edit_info_for(type, action)
|
13
|
-
end.compact.join
|
14
|
-
end
|
15
|
-
|
16
|
-
view :subedits, perms: :none, cache: :never do
|
17
|
-
return unless notification_act
|
18
|
-
|
19
|
-
wrap_subedits do
|
20
|
-
notification_act.actions_affecting(card).map do |action|
|
21
|
-
next if action.card_id == card.id
|
22
|
-
|
23
|
-
action.card.format(format: @format).render_subedit_notice action_id: action.id
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
view :subedit_notice, cache: :never do
|
29
|
-
action = notification_action voo.action_id
|
30
|
-
wrap_subedit_item do
|
31
|
-
%(#{name_before_action action} #{action.action_type}d\n) +
|
32
|
-
render_list_of_changes(action_id: action.id)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
view :followed, perms: :none, compact: true do
|
37
|
-
if (set_card = followed_set_card) && (option_card = follow_option_card)
|
38
|
-
option_card.description set_card
|
39
|
-
else
|
40
|
-
"*followed set of cards*"
|
41
|
-
end
|
42
|
-
end
|
43
|
-
|
44
|
-
view :follower, perms: :none, compact: true do
|
45
|
-
active_notice(:follower) || "follower"
|
46
|
-
end
|
47
|
-
|
48
|
-
view :last_action_verb, cache: :never do
|
49
|
-
"#{notification_act&.main_action&.action_type || 'edite'}d"
|
50
|
-
end
|
51
|
-
|
52
|
-
view :unfollow_url, perms: :none, compact: true, cache: :never do
|
53
|
-
return "" unless (rule_name = live_follow_rule_name)
|
54
|
-
|
55
|
-
card_url path(mark: "#{active_notice(:follower)}+#{:follow.cardname}",
|
56
|
-
action: :update,
|
57
|
-
card: { subcards: { rule_name => Card[:never].name } })
|
58
|
-
end
|
59
|
-
|
60
|
-
def relevant_fields action
|
61
|
-
case action.action_type
|
62
|
-
when :create then %i[cardtype content]
|
63
|
-
when :update then %i[name cardtype content]
|
64
|
-
when :delete then %i[content]
|
65
|
-
end
|
66
|
-
end
|
67
|
-
|
68
|
-
def name_before_action action
|
69
|
-
(action.value(:name) && action.previous_value(:name)) || card.name
|
70
|
-
end
|
71
|
-
|
72
|
-
def followed_set_card
|
73
|
-
(set_name = active_notice(:followed_set)) && Card.fetch(set_name)
|
74
|
-
end
|
75
|
-
|
76
|
-
def follow_option_card
|
77
|
-
return unless (option_name = active_notice(:follow_option))
|
78
|
-
|
79
|
-
Card.fetch option_name
|
80
|
-
end
|
81
|
-
|
82
|
-
def active_notice key
|
83
|
-
@active_notice ||= inherit :active_notice
|
84
|
-
return unless @active_notice
|
85
|
-
|
86
|
-
@active_notice[key]
|
87
|
-
end
|
88
|
-
|
89
|
-
def live_follow_rule_name
|
90
|
-
return unless (set_card = followed_set_card) && (follower = active_notice(:follower))
|
91
|
-
|
92
|
-
set_card.follow_rule_name follower
|
93
|
-
end
|
94
|
-
|
95
|
-
def edit_info_for field, action
|
96
|
-
return nil unless (value = action.value field)
|
97
|
-
|
98
|
-
value = action.previous_value if action.action_type == :delete
|
99
|
-
wrap_list_item " #{notification_action_label action} #{field}: #{value}"
|
100
|
-
end
|
101
|
-
|
102
|
-
def notification_action_label action
|
103
|
-
case action.action_type
|
104
|
-
when :update then "new"
|
105
|
-
when :delete then "deleted"
|
106
|
-
end
|
107
|
-
end
|
108
|
-
|
109
|
-
def wrap_subedits
|
110
|
-
subedits = yield.compact.join
|
111
|
-
return "" if subedits.blank?
|
112
|
-
|
113
|
-
"\nThis update included the following changes:\n#{wrap_list subedits}"
|
114
|
-
end
|
115
|
-
|
116
|
-
def wrap_list list
|
117
|
-
"\n#{list}\n"
|
118
|
-
end
|
119
|
-
|
120
|
-
def wrap_list_item item
|
121
|
-
"#{item}\n"
|
122
|
-
end
|
123
|
-
|
124
|
-
def wrap_subedit_item
|
125
|
-
"\n#{yield}\n"
|
126
|
-
end
|
127
|
-
|
128
|
-
def notification_act act=nil
|
129
|
-
@notification_act ||= act || card.acts.last
|
130
|
-
end
|
131
|
-
|
132
|
-
def notification_action action_id
|
133
|
-
action_id ? Action.fetch(action_id) : card.last_action
|
134
|
-
end
|
135
|
-
end
|
136
|
-
end;end;end;end;end;
|
137
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify/base_views.rb ~~
|
@@ -1,26 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module Notify;
|
3
|
-
# Set: All cards (Notify, HtmlViews)
|
4
|
-
#
|
5
|
-
module HtmlViews;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify/html_views.rb"; end
|
8
|
-
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
|
9
|
-
# view :last_action, perms: :none, cache: :never do
|
10
|
-
# _render_last_action_verb
|
11
|
-
# end
|
12
|
-
|
13
|
-
def wrap_list list
|
14
|
-
"<ul>#{list}</ul>\n"
|
15
|
-
end
|
16
|
-
|
17
|
-
def wrap_list_item item
|
18
|
-
"<li>#{item}</li>\n"
|
19
|
-
end
|
20
|
-
|
21
|
-
def wrap_subedit_item
|
22
|
-
"<li>#{yield}</li>\n"
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end;end;end;end;end;
|
26
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/all/notify/html_views.rb ~~
|
@@ -1,24 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Right
|
3
|
-
# Set: All "+Account" cards
|
4
|
-
#
|
5
|
-
module Account;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/right/account.rb"; end
|
8
|
-
def send_change_notice act, followed_set, follow_option
|
9
|
-
return unless email.present? && changes_visible?(act)
|
10
|
-
|
11
|
-
notify_of_act act do
|
12
|
-
{ follower: left.name, followed_set: followed_set, follow_option: follow_option }
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
def notify_of_act act
|
17
|
-
Auth.as(left.id) do
|
18
|
-
Card[:follower_notification_email].deliver(
|
19
|
-
act.card, { to: email }, { auth: left, active_notice: yield }
|
20
|
-
)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end;end;end;end;
|
24
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/right/account.rb ~~
|
@@ -1,127 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Right
|
3
|
-
# Set: All "+Follow" cards
|
4
|
-
#
|
5
|
-
# The Right::Follow set configures follow preferences (`[Set]+[User]+:follow`)
|
6
|
-
# While the user follow dashboard ([User]+:follow`) is also in this Set, its
|
7
|
-
module Follow;
|
8
|
-
extend Card::Set
|
9
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/follow/set/right/follow.rb"; end
|
10
|
-
# customizations are handled in TypePlusRight::User::Follow
|
11
|
-
|
12
|
-
event :cache_expired_for_new_preference, :integrate, when: :preference? do
|
13
|
-
Card.follow_caches_expired
|
14
|
-
end
|
15
|
-
|
16
|
-
def option_cards
|
17
|
-
Card::FollowOption.cards.compact
|
18
|
-
end
|
19
|
-
|
20
|
-
def options_rule_card
|
21
|
-
Card.new(
|
22
|
-
name: "follow_options_card",
|
23
|
-
type_code: :pointer,
|
24
|
-
content: option_cards.map { |oc| "[[#{oc.name}]]" }.join("\n")
|
25
|
-
)
|
26
|
-
end
|
27
|
-
|
28
|
-
def add_follow_item? condition
|
29
|
-
new_card? || !include_item?(condition)
|
30
|
-
end
|
31
|
-
|
32
|
-
def ok_to_update
|
33
|
-
permit :update
|
34
|
-
end
|
35
|
-
|
36
|
-
def ok_to_create
|
37
|
-
permit :create
|
38
|
-
end
|
39
|
-
|
40
|
-
def ok_to_delete
|
41
|
-
permit :delete
|
42
|
-
end
|
43
|
-
|
44
|
-
def permit action, verb=nil
|
45
|
-
if %i[create delete update].include?(action) && allowed_to_change_follow_status?
|
46
|
-
true
|
47
|
-
else
|
48
|
-
super action, verb
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
def allowed_to_change_follow_status?
|
53
|
-
Auth.signed_in? &&
|
54
|
-
((user = rule_user) && Auth.current_id == user.id) || Auth.always_ok?
|
55
|
-
end
|
56
|
-
|
57
|
-
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
|
58
|
-
# shows a follow item link for each of the current follow options
|
59
|
-
view :follow_status, cache: :never do
|
60
|
-
wrap { haml :follow_status }
|
61
|
-
end
|
62
|
-
|
63
|
-
# interface to view/alter a specific rule option
|
64
|
-
view :follow_item, cache: :never do
|
65
|
-
follow_item Env.params[:condition]
|
66
|
-
end
|
67
|
-
|
68
|
-
def follow_item condition, button=true
|
69
|
-
condition ||= "*always"
|
70
|
-
wrap do
|
71
|
-
card_form action: :update, success: { view: :follow_item } do
|
72
|
-
[
|
73
|
-
follow_item_hidden_tags(condition),
|
74
|
-
(follow_item_button(condition) if button),
|
75
|
-
follow_item_link(condition)
|
76
|
-
].compact
|
77
|
-
end
|
78
|
-
end
|
79
|
-
end
|
80
|
-
|
81
|
-
def rule_form_args
|
82
|
-
super.merge "data-update-foreign-slot": ".card-slot.follow_section-view"
|
83
|
-
end
|
84
|
-
|
85
|
-
private
|
86
|
-
|
87
|
-
def follow_item_hidden_tags condition
|
88
|
-
condkey = card.add_follow_item?(condition) ? :add_item : :drop_item
|
89
|
-
hidden_tags condition: condition, condkey => condition
|
90
|
-
end
|
91
|
-
|
92
|
-
def follow_item_button condition
|
93
|
-
action = card.add_follow_item?(condition) ? :add : :delete
|
94
|
-
button_tag type: :submit, "aria-label": "Left Align",
|
95
|
-
class: "btn-sm btn-item #{follow_item_button_class action}" do
|
96
|
-
follow_item_icon action
|
97
|
-
end
|
98
|
-
end
|
99
|
-
|
100
|
-
def follow_item_button_class action
|
101
|
-
action == :add ? "btn-item-add" : "btn-item-delete btn-primary"
|
102
|
-
end
|
103
|
-
|
104
|
-
def follow_item_icon action
|
105
|
-
icon_tag(action == :add ? :add : :check)
|
106
|
-
end
|
107
|
-
|
108
|
-
def follow_item_link condition
|
109
|
-
link_to_card follow_item_link_target, follow_item_link_text(condition)
|
110
|
-
end
|
111
|
-
|
112
|
-
def follow_item_link_target
|
113
|
-
set = card.rule_set
|
114
|
-
setname = set.name
|
115
|
-
set.tag.codename == :self ? setname.left : setname.field("by name")
|
116
|
-
end
|
117
|
-
|
118
|
-
def follow_item_link_text condition
|
119
|
-
if (option_card = Card.fetch condition)
|
120
|
-
option_card.description card.rule_set
|
121
|
-
else
|
122
|
-
card.rule_set.follow_label
|
123
|
-
end
|
124
|
-
end
|
125
|
-
end
|
126
|
-
end;end;end;end;
|
127
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/follow/set/right/follow.rb ~~
|