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,119 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All
|
3
|
-
# Set: All cards (History)
|
4
|
-
#
|
5
|
-
module History;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history.rb"; end
|
8
|
-
event :update_ancestor_timestamps, :integrate do
|
9
|
-
ids = history_ancestor_ids
|
10
|
-
return unless ids.present?
|
11
|
-
|
12
|
-
Card.where(id: ids).update_all(updater_id: Auth.current_id, updated_at: Time.now)
|
13
|
-
ids.map { |anc_id| Card.expire anc_id.cardname }
|
14
|
-
end
|
15
|
-
|
16
|
-
# track history (acts, actions, changes) on this card
|
17
|
-
def history?
|
18
|
-
true
|
19
|
-
end
|
20
|
-
|
21
|
-
# all cards whose acts are considered part of this card's history
|
22
|
-
def history_card_ids
|
23
|
-
nestee_ids << id
|
24
|
-
end
|
25
|
-
|
26
|
-
# all cards who are considered updated if this card's was updated
|
27
|
-
def history_parent_ids
|
28
|
-
nester_ids
|
29
|
-
end
|
30
|
-
|
31
|
-
def history_ancestor_ids recursion_level=0
|
32
|
-
return [] if recursion_level > 5
|
33
|
-
|
34
|
-
ids = history_parent_ids +
|
35
|
-
history_parent_ids.map { |id| Card[id].history_ancestor_ids(recursion_level + 1) }
|
36
|
-
ids.flatten
|
37
|
-
end
|
38
|
-
|
39
|
-
# ~~FIXME~~: optimize (no need to instantiate all actions and changes!)
|
40
|
-
# Nothing is instantiated here. ActiveRecord is much smarter than you think.
|
41
|
-
# Methods like #empty? and #size make sql queries if their receivers are not already
|
42
|
-
# loaded -pk
|
43
|
-
def first_change?
|
44
|
-
# = update or delete
|
45
|
-
@current_action.action_type != :create && action_count == 2 &&
|
46
|
-
create_action.card_changes.empty?
|
47
|
-
end
|
48
|
-
|
49
|
-
def first_create?
|
50
|
-
@current_action.action_type == :create && action_count == 1
|
51
|
-
end
|
52
|
-
|
53
|
-
def action_count
|
54
|
-
Card::Action.where(card_id: @current_action.card_id).count
|
55
|
-
end
|
56
|
-
|
57
|
-
# card has account that is responsible for prior acts
|
58
|
-
def has_edits?
|
59
|
-
Card::Act.where(actor_id: id).where("card_id IS NOT NULL").present?
|
60
|
-
end
|
61
|
-
|
62
|
-
def changed_fields
|
63
|
-
Card::Change::TRACKED_FIELDS & (changed_attribute_names_to_save | saved_changes.keys)
|
64
|
-
end
|
65
|
-
|
66
|
-
def nestee_ids
|
67
|
-
requiring_id { @nestee_ids ||= nesting_ids(:referee_id, :referer_id) }
|
68
|
-
end
|
69
|
-
|
70
|
-
def nester_ids
|
71
|
-
requiring_id { @nester_ids ||= nesting_ids(:referer_id, :referee_id) }
|
72
|
-
end
|
73
|
-
|
74
|
-
def diff_args
|
75
|
-
{ diff_format: :text }
|
76
|
-
end
|
77
|
-
|
78
|
-
# Delete all changes and old actions and make the last action the create action
|
79
|
-
# (that way the changes for that action will be created with the first update)
|
80
|
-
def make_last_action_the_initial_action
|
81
|
-
delete_all_changes
|
82
|
-
old_actions.delete_all
|
83
|
-
last_action.update! action_type: :create
|
84
|
-
end
|
85
|
-
|
86
|
-
def clear_history
|
87
|
-
delete_all_changes
|
88
|
-
delete_old_actions
|
89
|
-
end
|
90
|
-
|
91
|
-
def delete_old_actions
|
92
|
-
old_actions.delete_all
|
93
|
-
end
|
94
|
-
|
95
|
-
def delete_all_changes
|
96
|
-
Card::Change.where(card_action_id: all_action_ids).delete_all
|
97
|
-
end
|
98
|
-
|
99
|
-
def save_content_draft content
|
100
|
-
super
|
101
|
-
acts.create do |act|
|
102
|
-
act.ar_actions.build(draft: true, card_id: id, action_type: :update)
|
103
|
-
.card_changes.build(field: :db_content, value: content)
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
|
-
private
|
108
|
-
|
109
|
-
def nesting_ids return_field, where_field
|
110
|
-
Card::Reference.select(return_field).distinct.where(
|
111
|
-
ref_type: "I", where_field => id
|
112
|
-
).pluck(return_field).compact
|
113
|
-
end
|
114
|
-
|
115
|
-
def requiring_id
|
116
|
-
id ? yield : (return [])
|
117
|
-
end
|
118
|
-
end;end;end;end;
|
119
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history.rb ~~
|
@@ -1,136 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module History;
|
3
|
-
# Set: All cards (History, ActListing)
|
4
|
-
#
|
5
|
-
module ActListing;
|
6
|
-
extend Card::Set
|
7
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/act_listing.rb"; end
|
8
|
-
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
|
9
|
-
def act_from_context
|
10
|
-
if (act_id = params["act_id"])
|
11
|
-
Act.find(act_id) || raise(Card::NotFound, "act not found")
|
12
|
-
else
|
13
|
-
card.last_action.act
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
# used (by history and recent)for rendering act lists with legend and paging
|
18
|
-
#
|
19
|
-
# @param acts [ActiveRecord::Relation] relation that will return acts objects
|
20
|
-
# @param context [Symbol] :relative or :absolute
|
21
|
-
# @param draft_legend [Symbol] :show or :hide
|
22
|
-
def acts_layout acts, context, draft_legend=:hide
|
23
|
-
bs_layout container: false, fluid: false do
|
24
|
-
html _render_act_legend(draft_legend => :draft_legend)
|
25
|
-
row(12) { act_list acts, context }
|
26
|
-
row(12) { act_paging acts, context }
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
def act_list acts, context
|
31
|
-
act_accordion acts, context do |act, seq|
|
32
|
-
fmt = context == :relative ? self : act.card.format(:html)
|
33
|
-
fmt.act_listing act, seq, context
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
37
|
-
def act_listing act, seq=nil, context=nil
|
38
|
-
opts = act_listing_opts_from_params(seq)
|
39
|
-
opts[:slot_class] = "revision-#{act.id} history-slot list-group-item"
|
40
|
-
context ||= (params[:act_context] || :absolute).to_sym
|
41
|
-
act_renderer(context).new(self, act, opts).render
|
42
|
-
end
|
43
|
-
|
44
|
-
# TODO: consider putting all these under one top-level param, eg:
|
45
|
-
# act: { seq: X, diff: [show/hide], action_view: Y }
|
46
|
-
def act_listing_opts_from_params seq
|
47
|
-
{ act_seq: (seq || params["act_seq"]),
|
48
|
-
action_view: (params["action_view"] || "summary").to_sym,
|
49
|
-
hide_diff: params["hide_diff"].to_s.strip == "true" }
|
50
|
-
end
|
51
|
-
|
52
|
-
def act_accordion acts, context, &block
|
53
|
-
accordion_group acts_for_accordion(acts, context, &block), nil, class: "clear-both"
|
54
|
-
end
|
55
|
-
|
56
|
-
def acts_for_accordion acts, context
|
57
|
-
clean_acts(current_page_acts(acts)).map do |act|
|
58
|
-
with_act_seq(context, acts) do |seq|
|
59
|
-
yield act, seq
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
def with_act_seq context, acts
|
65
|
-
yield(context == :absolute ? nil : current_act_seq(acts))
|
66
|
-
end
|
67
|
-
|
68
|
-
def current_act_seq acts
|
69
|
-
@act_seq = @act_seq ? (@act_seq -= 1) : act_list_starting_seq(acts)
|
70
|
-
end
|
71
|
-
|
72
|
-
def clean_acts acts
|
73
|
-
# FIXME: if we get rid of bad act data, this will not be necessary
|
74
|
-
# The current
|
75
|
-
acts.select(&:card)
|
76
|
-
end
|
77
|
-
|
78
|
-
def current_page_acts acts
|
79
|
-
acts.page(acts_page_from_params).per acts_per_page
|
80
|
-
end
|
81
|
-
|
82
|
-
def act_list_starting_seq acts
|
83
|
-
acts.size - (acts_page_from_params - 1) * acts_per_page
|
84
|
-
end
|
85
|
-
|
86
|
-
def acts_per_page
|
87
|
-
@acts_per_page ||= Card.config.acts_per_page || 10
|
88
|
-
end
|
89
|
-
|
90
|
-
def acts_page_from_params
|
91
|
-
@acts_page_from_params ||= params["page"].present? ? params["page"].to_i : 1
|
92
|
-
end
|
93
|
-
|
94
|
-
def act_paging acts, context
|
95
|
-
return unless controller.request # paginate requires a request
|
96
|
-
|
97
|
-
wrap_with :div, class: "slotter btn-sm" do
|
98
|
-
paginate current_page_acts(acts), act_paging_opts(context)
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
def act_paging_opts context
|
103
|
-
{ remote: true, theme: "twitter-bootstrap-4" }.tap do |opts|
|
104
|
-
opts[:total_pages] = 10 if limited_paging? context
|
105
|
-
end
|
106
|
-
end
|
107
|
-
|
108
|
-
def limited_paging? context
|
109
|
-
context == :absolute && Act.count > 1000
|
110
|
-
end
|
111
|
-
|
112
|
-
def action_icon action_type, extra_class=nil
|
113
|
-
icon = case action_type
|
114
|
-
when :create then :add_circle
|
115
|
-
when :update then :pencil
|
116
|
-
when :delete then :remove_circle
|
117
|
-
when :draft then :wrench
|
118
|
-
end
|
119
|
-
icon_tag icon, extra_class
|
120
|
-
end
|
121
|
-
|
122
|
-
private
|
123
|
-
|
124
|
-
def act_renderer context
|
125
|
-
case context
|
126
|
-
when :absolute
|
127
|
-
Act::ActRenderer::AbsoluteActRenderer
|
128
|
-
when :bridge
|
129
|
-
Act::ActRenderer::BridgeActRenderer
|
130
|
-
else # relative
|
131
|
-
Act::ActRenderer::RelativeActRenderer
|
132
|
-
end
|
133
|
-
end
|
134
|
-
end
|
135
|
-
end;end;end;end;end;
|
136
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/act_listing.rb ~~
|
@@ -1,137 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module History;
|
3
|
-
# Set: All cards (History, Actions)
|
4
|
-
#
|
5
|
-
# -*- encoding : utf-8 -*-
|
6
|
-
module Actions;
|
7
|
-
extend Card::Set
|
8
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/actions.rb"; end
|
9
|
-
|
10
|
-
def all_action_ids
|
11
|
-
Card::Action.where(card_id: id).pluck :id
|
12
|
-
end
|
13
|
-
|
14
|
-
def action_from_id action_id
|
15
|
-
return unless action_id.is_a?(Integer) || action_id =~ /^\d+$/
|
16
|
-
|
17
|
-
# if not an integer, action_id is probably a mod (e.g. if you request
|
18
|
-
# files/:logo/standard.png)
|
19
|
-
|
20
|
-
action_if_on_self Action.fetch(action_id)
|
21
|
-
end
|
22
|
-
|
23
|
-
def action_if_on_self action
|
24
|
-
return unless action.is_a? Action
|
25
|
-
|
26
|
-
action if action.card_id == id
|
27
|
-
end
|
28
|
-
|
29
|
-
def old_actions
|
30
|
-
actions.where("id != ?", last_action_id)
|
31
|
-
end
|
32
|
-
|
33
|
-
def create_action
|
34
|
-
@create_action ||= actions.first
|
35
|
-
end
|
36
|
-
|
37
|
-
def nth_action index
|
38
|
-
index = index.to_i
|
39
|
-
return unless id && index.positive?
|
40
|
-
|
41
|
-
Action.where("draft is not true AND card_id = #{id}")
|
42
|
-
.order(:id).limit(1).offset(index - 1).first
|
43
|
-
end
|
44
|
-
|
45
|
-
def new_content_action_id
|
46
|
-
return unless @current_action && current_action_changes_content?
|
47
|
-
|
48
|
-
@current_action.id
|
49
|
-
end
|
50
|
-
|
51
|
-
def current_action_changes_content?
|
52
|
-
new_card? || @current_action.new_content? || db_content_is_changing?
|
53
|
-
end
|
54
|
-
|
55
|
-
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
|
56
|
-
def action_from_context
|
57
|
-
if (action_id = voo.action_id || params[:action_id])
|
58
|
-
Action.fetch action_id
|
59
|
-
else
|
60
|
-
card.last_action
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
def action_content action, view_type
|
65
|
-
return "" unless action.present?
|
66
|
-
|
67
|
-
wrap do
|
68
|
-
[action_content_toggle(action, view_type),
|
69
|
-
content_diff(action, view_type)]
|
70
|
-
end
|
71
|
-
end
|
72
|
-
|
73
|
-
def content_diff action, view_type
|
74
|
-
diff = action.new_content? && content_changes(action, view_type)
|
75
|
-
return "<i>empty</i>" unless diff.present?
|
76
|
-
|
77
|
-
diff
|
78
|
-
end
|
79
|
-
|
80
|
-
def action_content_toggle action, view_type
|
81
|
-
return unless show_action_content_toggle?(action, view_type)
|
82
|
-
|
83
|
-
toggle_action_content_link action, view_type
|
84
|
-
end
|
85
|
-
|
86
|
-
def show_action_content_toggle? action, view_type
|
87
|
-
view_type == :expanded || action.summary_diff_omits_content?
|
88
|
-
end
|
89
|
-
|
90
|
-
def toggle_action_content_link action, view_type
|
91
|
-
other_view_type = view_type == :expanded ? :summary : :expanded
|
92
|
-
css_class = "revision-#{action.card_act_id} float-right"
|
93
|
-
link_to_view "action_#{other_view_type}",
|
94
|
-
icon_tag(action_arrow_dir(view_type), class: "md-24"),
|
95
|
-
class: css_class,
|
96
|
-
path: { action_id: action.id, look_in_trash: true }
|
97
|
-
end
|
98
|
-
|
99
|
-
def action_arrow_dir view_type
|
100
|
-
view_type == :expanded ? :triangle_left : :triangle_right
|
101
|
-
end
|
102
|
-
|
103
|
-
def revert_actions_link link_text, path_args, html_args={}
|
104
|
-
return unless card.ok? :update
|
105
|
-
|
106
|
-
path_args.reverse_merge! action: :update, look_in_trash: true, assign: true,
|
107
|
-
card: { skip: :validate_renaming }
|
108
|
-
html_args.reverse_merge! remote: true, method: :post, rel: "nofollow", path: path_args
|
109
|
-
add_class html_args, "slotter"
|
110
|
-
link_to link_text, html_args
|
111
|
-
end
|
112
|
-
|
113
|
-
def action_legend
|
114
|
-
types = %i[create update delete]
|
115
|
-
legend = types.map do |action_type|
|
116
|
-
"#{action_icon(action_type)} #{action_type}d"
|
117
|
-
end
|
118
|
-
legend << _render_draft_legend if voo.show?(:draft_legend)
|
119
|
-
"<small>Actions: #{legend.join ' | '}</small>"
|
120
|
-
end
|
121
|
-
|
122
|
-
def content_legend
|
123
|
-
legend = [Card::Content::Diff.render_added_chunk("Additions"),
|
124
|
-
Card::Content::Diff.render_deleted_chunk("Subtractions")]
|
125
|
-
"<small>Content changes: #{legend.join ' | '}</small>"
|
126
|
-
end
|
127
|
-
|
128
|
-
def content_changes action, diff_type, hide_diff=false
|
129
|
-
if hide_diff
|
130
|
-
action.raw_view
|
131
|
-
else
|
132
|
-
action.content_diff diff_type
|
133
|
-
end
|
134
|
-
end
|
135
|
-
end
|
136
|
-
end;end;end;end;end;
|
137
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/actions.rb ~~
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module History;
|
3
|
-
# Set: All cards (History, Acts)
|
4
|
-
#
|
5
|
-
# all acts with actions on self and on cards included in self (ie, acts shown in history)
|
6
|
-
module Acts;
|
7
|
-
extend Card::Set
|
8
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/acts.rb"; end
|
9
|
-
def history_acts
|
10
|
-
@history_acts ||= Act.all_with_actions_on(history_card_ids, true).order id: :desc
|
11
|
-
end
|
12
|
-
|
13
|
-
def draft_acts
|
14
|
-
drafts.created_by(Card::Auth.current_id).map(&:act)
|
15
|
-
end
|
16
|
-
end;end;end;end;end;
|
17
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/acts.rb ~~
|
@@ -1,109 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
class Card; module Set; class All; module History;
|
3
|
-
# Set: All cards (History, Events)
|
4
|
-
#
|
5
|
-
# must be called on all actions and before :set_name, :process_subcards and
|
6
|
-
module Events;
|
7
|
-
extend Card::Set
|
8
|
-
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/events.rb"; end
|
9
|
-
# :validate_delete_children
|
10
|
-
event :assign_action, :initialize, when: :actionable? do
|
11
|
-
act = director.need_act
|
12
|
-
@current_action = Card::Action.create(
|
13
|
-
card_act_id: act.id,
|
14
|
-
action_type: action,
|
15
|
-
draft: (Env.params["draft"] == "true")
|
16
|
-
)
|
17
|
-
if @supercard && @supercard != self
|
18
|
-
@current_action.super_action = @supercard.current_action
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
# can we store an action? (can be overridden, eg in files)
|
23
|
-
def actionable?
|
24
|
-
history?
|
25
|
-
end
|
26
|
-
|
27
|
-
event :detect_conflict, :validate, on: :update, when: :edit_conflict? do
|
28
|
-
errors.add :conflict, Cardio.t(:history_error_not_latest_revision)
|
29
|
-
end
|
30
|
-
|
31
|
-
def edit_conflict?
|
32
|
-
last_action_id_before_edit &&
|
33
|
-
last_action_id_before_edit.to_i != last_action_id &&
|
34
|
-
(la = last_action) &&
|
35
|
-
la.act.actor_id != Auth.current_id
|
36
|
-
end
|
37
|
-
|
38
|
-
# stores changes in the changes table and assigns them to the current action
|
39
|
-
# removes the action if there are no changes
|
40
|
-
event :finalize_action, :finalize, when: :finalize_action? do
|
41
|
-
if changed_fields.present?
|
42
|
-
@current_action.update! card_id: id
|
43
|
-
|
44
|
-
# NOTE: #last_change_on uses the id to sort by date
|
45
|
-
# so the changes for the create changes have to be created before the first change
|
46
|
-
store_card_changes_for_create_action if first_change?
|
47
|
-
store_card_changes unless first_create?
|
48
|
-
# FIXME: a `@current_action.card` call here breaks specs in solid_cache_spec.rb
|
49
|
-
elsif @current_action.card_changes.reload.empty?
|
50
|
-
@current_action.delete
|
51
|
-
@current_action = nil
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
# changes for the create action are stored after the first update
|
56
|
-
def store_card_changes_for_create_action
|
57
|
-
Card::Action.cache.delete "#{create_action.id}-changes"
|
58
|
-
store_each_history_field create_action.id do |field|
|
59
|
-
attribute_before_act field
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
def store_card_changes
|
64
|
-
store_each_history_field @current_action.id, changed_fields do |field|
|
65
|
-
self[field]
|
66
|
-
end
|
67
|
-
end
|
68
|
-
|
69
|
-
def store_each_history_field action_id, fields=nil
|
70
|
-
fields ||= Card::Change::TRACKED_FIELDS
|
71
|
-
if false # Card::Change.supports_import?
|
72
|
-
# attach.feature fails with this
|
73
|
-
values = fields.map.with_index { |field, index| [index, yield(field), action_id] }
|
74
|
-
Card::Change.import %i[field value card_action_id], values # , validate: false
|
75
|
-
else
|
76
|
-
fields.each do |field|
|
77
|
-
Card::Change.create field: field,
|
78
|
-
value: yield(field),
|
79
|
-
card_action_id: action_id
|
80
|
-
end
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
def finalize_action?
|
85
|
-
actionable? && current_action
|
86
|
-
end
|
87
|
-
|
88
|
-
event :rollback_actions, :prepare_to_validate, on: :update, when: :rollback_request? do
|
89
|
-
update_args = process_revert_actions
|
90
|
-
Env.params["revert_actions"] = nil
|
91
|
-
update! update_args
|
92
|
-
clear_drafts
|
93
|
-
abort :success
|
94
|
-
end
|
95
|
-
|
96
|
-
event :finalize_act, after: :finalize_action, when: :act_card? do
|
97
|
-
Card::Director.act.update! card_id: id
|
98
|
-
end
|
99
|
-
|
100
|
-
event :remove_empty_act, :integrate_with_delay_final, when: :remove_empty_act? do
|
101
|
-
# Card::Director.act.delete
|
102
|
-
# Card::Director.act = nil
|
103
|
-
end
|
104
|
-
|
105
|
-
def remove_empty_act?
|
106
|
-
act_card? && Director.act&.ar_actions&.reload&.empty?
|
107
|
-
end
|
108
|
-
end;end;end;end;end;
|
109
|
-
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/events.rb ~~
|