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,107 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module History;
|
3
|
-
# Set: All cards (History, Last)
|
4
|
-
#
|
5
|
-
module Last;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/last.rb"; end
|
8
|
-
def acted_at
|
9
|
-
last_act.acted_at
|
10
|
-
end
|
11
|
-
|
12
|
-
def revised_at
|
13
|
-
(last_action && (act = last_action.act) && act.acted_at) || Time.zone.now
|
14
|
-
end
|
15
|
-
|
16
|
-
def last_change_on field, opts={}
|
17
|
-
action_id = extract_action_id(opts[:before] || opts[:not_after])
|
18
|
-
|
19
|
-
# If there is only one action then there are no entries in the changes table,
|
20
|
-
# so we can't do a sql search but the changes are accessible via the action.
|
21
|
-
if no_last_change? action_id, opts[:before]
|
22
|
-
nil
|
23
|
-
elsif create_action_last_change? action_id
|
24
|
-
create_action&.change field
|
25
|
-
else
|
26
|
-
last_change_from_action_id action_id, field, opts
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
def no_last_change? action_id, before
|
31
|
-
before && action_id == create_action.id
|
32
|
-
end
|
33
|
-
|
34
|
-
def create_action_last_change? action_id
|
35
|
-
action_id == create_action&.id || (!action_id && create_action&.sole?)
|
36
|
-
end
|
37
|
-
|
38
|
-
def last_change_from_action_id action_id, field, opts
|
39
|
-
Change.joins(:action).where(
|
40
|
-
last_change_sql_conditions(opts),
|
41
|
-
card_id: id,
|
42
|
-
action_id: action_id,
|
43
|
-
field: Card::Change.field_index(field)
|
44
|
-
).order(:id).last
|
45
|
-
end
|
46
|
-
|
47
|
-
def last_change_sql_conditions opts
|
48
|
-
cond = "card_actions.card_id = :card_id AND field = :field"
|
49
|
-
cond += " AND (draft is not true)" unless opts[:including_drafts]
|
50
|
-
operator = "<" if opts[:before]
|
51
|
-
operator = "<=" if opts[:not_after]
|
52
|
-
cond += " AND card_action_id #{operator} :action_id" if operator
|
53
|
-
cond
|
54
|
-
end
|
55
|
-
|
56
|
-
def last_action_id
|
57
|
-
last_action&.id
|
58
|
-
end
|
59
|
-
|
60
|
-
def last_action
|
61
|
-
actions.where("id IS NOT NULL").last
|
62
|
-
end
|
63
|
-
|
64
|
-
def last_content_action
|
65
|
-
last_change_on(:db_content)&.action
|
66
|
-
end
|
67
|
-
|
68
|
-
def last_content_action_id
|
69
|
-
last_change_on(:db_content)&.card_action_id
|
70
|
-
end
|
71
|
-
|
72
|
-
def last_actor
|
73
|
-
last_act.actor
|
74
|
-
end
|
75
|
-
|
76
|
-
def last_act
|
77
|
-
@last_act ||=
|
78
|
-
if (action = last_action)
|
79
|
-
last_act_on_self = acts.last
|
80
|
-
act_of_last_action = action.act
|
81
|
-
return act_of_last_action unless last_act_on_self
|
82
|
-
return last_act_on_self unless act_of_last_action
|
83
|
-
|
84
|
-
return last_act_on_self if act_of_last_action == last_act_on_self
|
85
|
-
|
86
|
-
if last_act_on_self.acted_at > act_of_last_action.acted_at
|
87
|
-
last_act_on_self
|
88
|
-
else
|
89
|
-
act_of_last_action
|
90
|
-
end
|
91
|
-
end
|
92
|
-
end
|
93
|
-
|
94
|
-
def previous_action action_id
|
95
|
-
return unless action_id
|
96
|
-
|
97
|
-
action_index = actions.find_index { |a| a.id == action_id }
|
98
|
-
all_actions[action_index - 1] if action_index.to_i.nonzero?
|
99
|
-
end
|
100
|
-
|
101
|
-
private
|
102
|
-
|
103
|
-
def extract_action_id action_arg
|
104
|
-
action_arg.is_a?(Card::Action) ? action_arg.id : action_arg
|
105
|
-
end
|
106
|
-
end;end;end;end;end;
|
107
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/last.rb ~~
|
@@ -1,74 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module History;
|
3
|
-
# Set: All cards (History, Revision)
|
4
|
-
#
|
5
|
-
module Revision;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/revision.rb"; end
|
8
|
-
def revision action, before_action=false
|
9
|
-
# a "revision" refers to the state of all tracked fields
|
10
|
-
# at the time of a given action
|
11
|
-
action = Card::Action.fetch(action) if action.is_a? Integer
|
12
|
-
return unless action
|
13
|
-
|
14
|
-
if before_action
|
15
|
-
revision_before_action action
|
16
|
-
else
|
17
|
-
revision_attributes action
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
def revision_attributes action
|
22
|
-
Card::Change::TRACKED_FIELDS.each_with_object({}) do |field, attr_changes|
|
23
|
-
last_change = action.change(field) || last_change_on(field, not_after: action)
|
24
|
-
attr_changes[field.to_sym] = (last_change ? last_change.value : self[field])
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
def revision_before_action action
|
29
|
-
if (prev_action = action.previous_action)
|
30
|
-
revision prev_action
|
31
|
-
else
|
32
|
-
{ trash: true }
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
def rollback_request?
|
37
|
-
history? && actions_to_revert.any?
|
38
|
-
end
|
39
|
-
|
40
|
-
def process_revert_actions revert_actions=nil
|
41
|
-
revert_actions ||= actions_to_revert
|
42
|
-
update_args = { subcards: {} }
|
43
|
-
reverting_to_previous = Env.params["revert_to"] == "previous"
|
44
|
-
revert_actions.each do |action|
|
45
|
-
merge_revert_action! action, update_args, reverting_to_previous
|
46
|
-
end
|
47
|
-
update_args
|
48
|
-
end
|
49
|
-
|
50
|
-
def actions_to_revert
|
51
|
-
if (act_id = Env.params["revert_act"])
|
52
|
-
Act.find(act_id).actions
|
53
|
-
else
|
54
|
-
explicit_actions_to_revert
|
55
|
-
end
|
56
|
-
end
|
57
|
-
|
58
|
-
def explicit_actions_to_revert
|
59
|
-
Array.wrap(Env.params["revert_actions"]).map do |a_id|
|
60
|
-
Action.fetch(a_id) || nil
|
61
|
-
end.compact
|
62
|
-
end
|
63
|
-
|
64
|
-
def merge_revert_action! action, update_args, reverting_to_previous
|
65
|
-
rev = action.card.revision(action, reverting_to_previous)
|
66
|
-
rev.delete :name unless rev[:name] # handles null name field in compound cards
|
67
|
-
if action.card_id == id
|
68
|
-
update_args.merge! rev
|
69
|
-
else
|
70
|
-
update_args[:subcards][action.card.name] = rev
|
71
|
-
end
|
72
|
-
end
|
73
|
-
end;end;end;end;end;
|
74
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/revision.rb ~~
|
@@ -1,73 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module History;
|
3
|
-
# Set: All cards (History, Selected)
|
4
|
-
#
|
5
|
-
# if these aren't in a nested module, the methods just overwrite the base
|
6
|
-
# methods, but we need a distinct module so that super will be able to refer to
|
7
|
-
module Selected;
|
8
|
-
extend Card::Set
|
9
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/selected.rb"; end
|
10
|
-
# the base methods.
|
11
|
-
def content
|
12
|
-
@selected_action_id ? selected_content : super
|
13
|
-
end
|
14
|
-
|
15
|
-
def content= value
|
16
|
-
@selected_content = nil
|
17
|
-
super
|
18
|
-
end
|
19
|
-
|
20
|
-
def select_action_by_params params
|
21
|
-
action = nth_action(params[:rev]) || action_from_id(params[:rev_id])
|
22
|
-
return unless action
|
23
|
-
|
24
|
-
select_action action.id
|
25
|
-
end
|
26
|
-
|
27
|
-
def select_action action_id
|
28
|
-
run_callbacks :select_action do
|
29
|
-
self.selected_action_id = action_id
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
def selected_action_id
|
34
|
-
@selected_action_id || @current_action&.id || last_action_id
|
35
|
-
end
|
36
|
-
|
37
|
-
def selected_action_id= action_id
|
38
|
-
@selected_content = nil
|
39
|
-
@selected_action_id = action_id
|
40
|
-
end
|
41
|
-
|
42
|
-
def selected_action
|
43
|
-
selected_action_id && Action.fetch(selected_action_id)
|
44
|
-
end
|
45
|
-
|
46
|
-
def selected_content
|
47
|
-
@selected_content ||= content_at_time_of_selected_action || db_content
|
48
|
-
end
|
49
|
-
|
50
|
-
def content_at_time_of_selected_action
|
51
|
-
last_change_on(:db_content, not_after: selected_action_id,
|
52
|
-
including_drafts: true)&.value
|
53
|
-
end
|
54
|
-
|
55
|
-
def with_selected_action_id action_id
|
56
|
-
current_action_id = @selected_action_id
|
57
|
-
select_action_id action_id
|
58
|
-
result = yield
|
59
|
-
select_action_id current_action_id
|
60
|
-
result
|
61
|
-
end
|
62
|
-
|
63
|
-
def select_action_id action_id
|
64
|
-
run_callbacks :select_action do
|
65
|
-
self.selected_action_id = action_id
|
66
|
-
end
|
67
|
-
end
|
68
|
-
|
69
|
-
def selected_content_action_id
|
70
|
-
@selected_action_id || new_content_action_id || last_content_action_id
|
71
|
-
end
|
72
|
-
end;end;end;end;end;
|
73
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/selected.rb ~~
|
@@ -1,75 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module History;
|
3
|
-
# Set: All cards (History, Views)
|
4
|
-
#
|
5
|
-
# History views
|
6
|
-
module Views;
|
7
|
-
extend Card::Set
|
8
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/views.rb"; end
|
9
|
-
|
10
|
-
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
|
11
|
-
view :history, cache: :never do
|
12
|
-
frame do
|
13
|
-
class_up "d0-card-body", "history-slot"
|
14
|
-
acts_layout card.history_acts, :relative, :show
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
view :act, cache: :never do
|
19
|
-
act_listing act_from_context
|
20
|
-
end
|
21
|
-
|
22
|
-
view :act_legend do
|
23
|
-
bs_layout do
|
24
|
-
row md: [12, 12], lg: [7, 5] do
|
25
|
-
col action_legend
|
26
|
-
col content_legend, class: "text-right"
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
view :draft_legend do
|
32
|
-
"#{action_icon(:draft)} unsaved draft"
|
33
|
-
end
|
34
|
-
|
35
|
-
view :action_summary do
|
36
|
-
action_content action_from_context, :summary
|
37
|
-
end
|
38
|
-
|
39
|
-
view :action_expanded do
|
40
|
-
action_content action_from_context, :expanded
|
41
|
-
end
|
42
|
-
|
43
|
-
view :change do
|
44
|
-
voo.show :title_link
|
45
|
-
voo.hide :menu
|
46
|
-
wrap do
|
47
|
-
[_render_title,
|
48
|
-
_render_menu,
|
49
|
-
_render_last_action]
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
view :last_action do
|
54
|
-
%(
|
55
|
-
<span class="last-update">
|
56
|
-
#{render_last_action_verb} #{render_acted_at} ago by
|
57
|
-
#{nest card.last_actor, view: :link}
|
58
|
-
</span>
|
59
|
-
)
|
60
|
-
end
|
61
|
-
|
62
|
-
view :last_action_verb, cache: :never do
|
63
|
-
return unless (act = card.last_act)
|
64
|
-
return unless (action = act.action_on card.id)
|
65
|
-
|
66
|
-
case action.action_type
|
67
|
-
when :create then "added"
|
68
|
-
when :delete then "deleted"
|
69
|
-
else
|
70
|
-
link_to_view :history, "edited", class: "last-edited", rel: "nofollow"
|
71
|
-
end
|
72
|
-
end
|
73
|
-
end
|
74
|
-
end;end;end;end;end;
|
75
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/views.rb ~~
|
@@ -1,88 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All
|
3
|
-
# Set: All cards (HistoryBridge)
|
4
|
-
#
|
5
|
-
module HistoryBridge;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history_bridge.rb"; end
|
8
|
-
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
|
9
|
-
view :creator_credit,
|
10
|
-
wrap: { div: { class: "text-muted creator-credit" } }, cache: :never do
|
11
|
-
return "" unless card.real?
|
12
|
-
|
13
|
-
"Created by #{nest card.creator, view: :link} "\
|
14
|
-
"#{time_ago_in_words(card.created_at)} ago"
|
15
|
-
end
|
16
|
-
|
17
|
-
view :updated_by, wrap: { div: { class: "text-muted" } } do
|
18
|
-
updaters = Card.search(updater_of: { id: card.id }) if card.id
|
19
|
-
return "" unless updaters.present?
|
20
|
-
|
21
|
-
links = updater_links updaters, others_target: card.fetch(:editors)
|
22
|
-
"Updated by #{links}"
|
23
|
-
end
|
24
|
-
|
25
|
-
def acts_bridge_layout acts, context=:bridge
|
26
|
-
output [
|
27
|
-
_render_creator_credit,
|
28
|
-
act_link_list(acts, context),
|
29
|
-
act_paging(acts, context)
|
30
|
-
]
|
31
|
-
end
|
32
|
-
|
33
|
-
def act_link_list acts, context
|
34
|
-
items = acts_for_accordion(acts, context) do |act, seq|
|
35
|
-
act_link_list_item act, seq, context
|
36
|
-
end
|
37
|
-
bridge_pills items
|
38
|
-
end
|
39
|
-
|
40
|
-
def act_link_list_item act, seq=nil, _context=nil
|
41
|
-
opts = act_listing_opts_from_params(seq)
|
42
|
-
opts[:slot_class] = "revision-#{act.id} history-slot nav-item"
|
43
|
-
act_renderer(:bridge).new(self, act, opts).bridge_link
|
44
|
-
end
|
45
|
-
|
46
|
-
def act_list_group acts, context, &block
|
47
|
-
list_group acts_for_accordion(acts, context, &block), class: "clear-both"
|
48
|
-
end
|
49
|
-
|
50
|
-
view :bridge_act, cache: :never do
|
51
|
-
opts = act_listing_opts_from_params(nil)
|
52
|
-
act = act_from_context
|
53
|
-
ar = act_renderer(:bridge).new(self, act, opts)
|
54
|
-
class_up "action-list", "my-3"
|
55
|
-
wrap_with_overlay title: ar.overlay_title, slot: breadcrumb_data("History") do
|
56
|
-
act_listing(act, opts[:act_seq], :bridge)
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
private
|
61
|
-
|
62
|
-
def updater_links updaters, item_view: :link, max_count: 3, others_target: card
|
63
|
-
total = updaters.size
|
64
|
-
num_to_show = number_of_updaters_to_show total, max_count
|
65
|
-
|
66
|
-
links =
|
67
|
-
links_to_updaters(updaters, num_to_show, item_view) +
|
68
|
-
link_to_other_updaters(total, others_target, num_to_show)
|
69
|
-
|
70
|
-
links.to_sentence
|
71
|
-
end
|
72
|
-
|
73
|
-
def number_of_updaters_to_show total, max_count
|
74
|
-
total > max_count ? max_count - 1 : max_count
|
75
|
-
end
|
76
|
-
|
77
|
-
def links_to_updaters updaters, num_to_show, item_view
|
78
|
-
updaters[0..(num_to_show - 1)].map { |c| nest c, view: item_view }
|
79
|
-
end
|
80
|
-
|
81
|
-
def link_to_other_updaters total, target, num_to_show
|
82
|
-
return [] unless total > num_to_show
|
83
|
-
|
84
|
-
link_to_card target, "#{total - num_to_show} others"
|
85
|
-
end
|
86
|
-
end
|
87
|
-
end;end;end;end;
|
88
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history_bridge.rb ~~
|
@@ -1,144 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class Abstract
|
3
|
-
# Set: Abstract (Attachment)
|
4
|
-
#
|
5
|
-
module Attachment;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment.rb"; end
|
8
|
-
attr_writer :empty_ok
|
9
|
-
|
10
|
-
def self.included host_class
|
11
|
-
host_class.extend CarrierWave::CardMount
|
12
|
-
end
|
13
|
-
|
14
|
-
event :select_file_revision, after: :select_action do
|
15
|
-
attachment.retrieve_from_store!(attachment.identifier)
|
16
|
-
end
|
17
|
-
|
18
|
-
# we need a card id for the path so we have to update db_content when we have
|
19
|
-
# an id
|
20
|
-
event :correct_identifier, :finalize, on: :create, when: proc { |c| !c.web? } do
|
21
|
-
update_column(:db_content, attachment.db_content)
|
22
|
-
expire
|
23
|
-
end
|
24
|
-
|
25
|
-
event :save_original_filename, :prepare_to_store, on: :save, when: :file_ready_to_save? do
|
26
|
-
return unless @current_action
|
27
|
-
|
28
|
-
@current_action.update! comment: original_filename
|
29
|
-
end
|
30
|
-
|
31
|
-
event :validate_file_exist, :validate, on: :create do
|
32
|
-
return if empty_ok?
|
33
|
-
|
34
|
-
if will_be_stored_as == :web
|
35
|
-
errors.add "url is missing" if content.blank?
|
36
|
-
elsif !attachment.file.present?
|
37
|
-
errors.add attachment_name, "is missing"
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
event :write_identifier, after: :save_original_filename, when: proc { |c| !c.web? } do
|
42
|
-
self.content = attachment.db_content
|
43
|
-
end
|
44
|
-
|
45
|
-
def file_ready_to_save?
|
46
|
-
attachment.file.present? &&
|
47
|
-
!preliminary_upload? &&
|
48
|
-
!save_preliminary_upload? &&
|
49
|
-
attachment_is_changing?
|
50
|
-
end
|
51
|
-
|
52
|
-
# needed for flexmail attachments. hacky.
|
53
|
-
def item_names _args={}
|
54
|
-
[name]
|
55
|
-
end
|
56
|
-
|
57
|
-
def original_filename
|
58
|
-
return content.split("/").last if web?
|
59
|
-
|
60
|
-
attachment.original_filename
|
61
|
-
end
|
62
|
-
|
63
|
-
def unfilled?
|
64
|
-
!attachment.present? && !save_preliminary_upload? && !subcards? && blank_content?
|
65
|
-
end
|
66
|
-
|
67
|
-
def attachment_changed?
|
68
|
-
send "#{attachment_name}_changed?"
|
69
|
-
end
|
70
|
-
|
71
|
-
def attachment_is_changing?
|
72
|
-
send "#{attachment_name}_is_changing?"
|
73
|
-
end
|
74
|
-
|
75
|
-
def attachment_before_act
|
76
|
-
send "#{attachment_name}_before_act"
|
77
|
-
end
|
78
|
-
|
79
|
-
def create_versions? _new_file
|
80
|
-
true
|
81
|
-
end
|
82
|
-
|
83
|
-
def empty_ok?
|
84
|
-
@empty_ok
|
85
|
-
end
|
86
|
-
|
87
|
-
def assign_set_specific_attributes
|
88
|
-
# reset content if we really have something to upload
|
89
|
-
self.content = nil if set_specific[attachment_name].present?
|
90
|
-
super
|
91
|
-
end
|
92
|
-
|
93
|
-
def delete_files_for_action action
|
94
|
-
with_selected_action_id(action.id) do
|
95
|
-
attachment.file.delete
|
96
|
-
attachment.versions.each_value do |version|
|
97
|
-
version.file.delete
|
98
|
-
end
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
def revision action, before_action=false
|
103
|
-
return unless (result = super)
|
104
|
-
|
105
|
-
result[:empty_ok] = true
|
106
|
-
result
|
107
|
-
end
|
108
|
-
|
109
|
-
def attachment_format ext
|
110
|
-
rescuing_extension_issues do
|
111
|
-
return unless ext.present? && original_extension
|
112
|
-
|
113
|
-
confirm_original_extension(ext) || detect_extension(ext)
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
def rescuing_extension_issues
|
118
|
-
yield
|
119
|
-
rescue StandardError => e
|
120
|
-
Rails.logger.info "attachment_format issue: #{e.message}"
|
121
|
-
nil
|
122
|
-
end
|
123
|
-
|
124
|
-
def detect_extension ext
|
125
|
-
return unless (mime_types = MIME::Types[attachment.content_type])
|
126
|
-
|
127
|
-
recognized_extension?(mime_types, ext) ? ext : mime_types[0].extensions[0]
|
128
|
-
end
|
129
|
-
|
130
|
-
def recognized_extension? mime_types, ext
|
131
|
-
mime_types.find { |mt| mt.extensions.member? ext }
|
132
|
-
end
|
133
|
-
|
134
|
-
def confirm_original_extension ext
|
135
|
-
return unless ["file", original_extension].member? ext
|
136
|
-
|
137
|
-
original_extension
|
138
|
-
end
|
139
|
-
|
140
|
-
def original_extension
|
141
|
-
@original_extension ||= attachment&.extension&.sub(/^\./, "")
|
142
|
-
end
|
143
|
-
end;end;end;end;
|
144
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/carrierwave/set/abstract/attachment.rb ~~
|