card 0.0.1 → 1.15.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rspec +4 -0
- data/GPL +331 -0
- data/LICENSE +16 -0
- data/VERSION +1 -0
- data/card.gemspec +48 -19
- data/config/initializers/01_init_ruby_extensions.rb +7 -0
- data/config/initializers/inflections.rb +13 -0
- data/config/initializers/mime_types.rb +13 -0
- data/config/initializers/notification.rb +4 -0
- data/config/initializers/recaptcha.rb +6 -0
- data/config/initializers/uuid_state_file.rb +3 -0
- data/db/bootstrap/card_actions.yml +3872 -0
- data/db/bootstrap/card_acts.yml +7 -0
- data/db/bootstrap/card_changes.yml +11909 -0
- data/db/bootstrap/card_references.yml +3970 -0
- data/db/bootstrap/cards.yml +10805 -0
- data/db/migrate/20110511221913_require_earlier_migrations.rb +19 -0
- data/db/migrate/20120105203350_require_1_8_migrations.rb +15 -0
- data/db/migrate/20121111025347_require_1_10_migrations.rb +15 -0
- data/db/migrate/20121118114000_split_link_type.rb +16 -0
- data/db/migrate/20121118115000_update_link_type.rb +19 -0
- data/db/migrate/20130106052640_table_cleanup.rb +25 -0
- data/db/migrate/20130109015336_trunk_left.rb +14 -0
- data/db/migrate/20130411210957_update_codenames.rb +14 -0
- data/db/migrate/20140822073704_create_new_revision_tables.rb +43 -0
- data/db/migrate/20141001105348_move_revisions_to_actions.rb +62 -0
- data/db/migrate/20141121172918_rename_card_migration_table.rb +15 -0
- data/db/migrate/20141208132159_remove_present_from_reference_table.rb +9 -0
- data/db/migrate/20141216053032_better_index_names.rb +24 -0
- data/db/migrate_core_cards/20130411191151_renaming_for_menu.rb +49 -0
- data/db/migrate_core_cards/20130411211600_delete_old_related_tab_cards.rb +18 -0
- data/db/migrate_core_cards/20130419215612_import_help_text.rb +13 -0
- data/db/migrate_core_cards/20130823192433_add_style_cards.rb +87 -0
- data/db/migrate_core_cards/20130910183318_move_styles_to_content.rb +11 -0
- data/db/migrate_core_cards/20130920214038_jsonize_tinymce.rb +15 -0
- data/db/migrate_core_cards/20130920291703_update_stylesheets.rb +18 -0
- data/db/migrate_core_cards/20130927191728_account_events.rb +21 -0
- data/db/migrate_core_cards/20131016172445_common_css_patch.rb +12 -0
- data/db/migrate_core_cards/20140110193325_reset_account_request_type.rb +11 -0
- data/db/migrate_core_cards/20140307231621_user_data_to_cards.rb +73 -0
- data/db/migrate_core_cards/20140317035504_account_requests_to_signups.rb +51 -0
- data/db/migrate_core_cards/20140512155840_add_script_cards.rb +83 -0
- data/db/migrate_core_cards/20140629222005_add_email_cards.rb +134 -0
- data/db/migrate_core_cards/20140725180118_config_card_updates.rb +9 -0
- data/db/migrate_core_cards/20141111083921_delete_machine_output.rb +9 -0
- data/db/migrate_core_cards/20141115034214_config_descriptions_etc.rb +14 -0
- data/db/migrate_core_cards/20141119001955_make_symlinks_relative.rb +15 -0
- data/db/migrate_core_cards/20141120120605_fix_notification_html_message.rb +10 -0
- data/db/migrate_core_cards/20141204061304_watchers_to_following.rb +38 -0
- data/db/migrate_core_cards/20141208132416_partial_reference_type.rb +7 -0
- data/db/migrate_core_cards/20141208162106_add_ace_script.rb +12 -0
- data/db/migrate_core_cards/20141216155251_add_more_following_cards.rb +24 -0
- data/db/migrate_core_cards/20141230204340_uri_codename.rb +13 -0
- data/db/migrate_core_cards/20150202143810_import_bootstrap_layout.rb +17 -0
- data/db/migrate_core_cards/20150220134731_following_to_follow_rule.rb +18 -0
- data/db/migrate_core_cards/data/1.11_help_text.json +410 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/classic_cards.scss +100 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/common.scss +226 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/right_sidebar.scss +27 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/traditional.scss +152 -0
- data/db/migrate_core_cards/data/1.13_config_text.json +32 -0
- data/db/migrate_core_cards/data/1.14_config_descriptions_etc.json +77 -0
- data/db/migrate_core_cards/data/bootstrap_layout.json +81 -0
- data/db/migrate_core_cards/data/mailer/follower_notification_email.html +9 -0
- data/db/migrate_core_cards/data/mailer/follower_notification_email.txt +11 -0
- data/db/migrate_core_cards/data/mailer/mail_config.json +22 -0
- data/db/migrate_core_cards/data/mailer/password_reset_email.html +10 -0
- data/db/migrate_core_cards/data/mailer/password_reset_email.txt +11 -0
- data/db/migrate_core_cards/data/mailer/signup_alert_email.html +7 -0
- data/db/migrate_core_cards/data/mailer/signup_alert_email.txt +5 -0
- data/db/migrate_core_cards/data/mailer/verification_email.html +9 -0
- data/db/migrate_core_cards/data/mailer/verification_email.txt +8 -0
- data/db/schema.rb +128 -0
- data/db/seeds.rb +8 -0
- data/db/version.txt +1 -0
- data/db/version_core_cards.txt +1 -0
- data/lib/card.rb +46 -3
- data/lib/card/active_record_ext.rb +77 -0
- data/lib/card/auth.rb +181 -0
- data/lib/card/cache.rb +199 -0
- data/lib/card/chunk.rb +104 -0
- data/lib/card/codename.rb +72 -0
- data/lib/card/content.rb +211 -0
- data/lib/card/core_ext.rb +105 -0
- data/lib/card/core_migration.rb +6 -0
- data/lib/card/diff.rb +430 -0
- data/lib/card/env.rb +52 -0
- data/lib/card/exceptions.rb +44 -0
- data/lib/card/format.rb +563 -0
- data/lib/card/loader.rb +165 -0
- data/lib/card/log.rb +450 -0
- data/lib/card/mailer.rb +37 -0
- data/lib/card/migration.rb +145 -0
- data/lib/card/name.rb +45 -0
- data/lib/card/query.rb +81 -0
- data/lib/card/query/card_clause.rb +527 -0
- data/lib/card/query/clause.rb +21 -0
- data/lib/card/query/ref_clause.rb +47 -0
- data/lib/card/query/value_clause.rb +65 -0
- data/lib/card/reference.rb +63 -0
- data/lib/card/set.rb +369 -0
- data/lib/card/set_pattern.rb +168 -0
- data/lib/card/simplecov_helper.rb +61 -0
- data/lib/card/spec_helper.rb +68 -0
- data/lib/card/version.rb +9 -2
- data/lib/cardio.rb +145 -0
- data/lib/generators/card.rb +32 -0
- data/lib/generators/card/format/USAGE +9 -0
- data/lib/generators/card/format/format_generator.rb +27 -0
- data/lib/generators/card/format/templates/format_spec_template.erb +5 -0
- data/lib/generators/card/format/templates/format_template.erb +3 -0
- data/lib/generators/card/migration/USAGE +24 -0
- data/lib/generators/card/migration/migration_generator.rb +38 -0
- data/lib/generators/card/migration/templates/card_migration.erb +10 -0
- data/lib/generators/card/set/USAGE +15 -0
- data/lib/generators/card/set/set_generator.rb +29 -0
- data/lib/generators/card/set/templates/set_spec_template.erb +5 -0
- data/lib/generators/card/set/templates/set_template.erb +1 -0
- data/mod/01_core/chunk/include.rb +85 -0
- data/mod/01_core/chunk/link.rb +87 -0
- data/mod/01_core/chunk/literal.rb +24 -0
- data/mod/01_core/chunk/reference.rb +53 -0
- data/mod/01_core/chunk/uri.rb +135 -0
- data/mod/01_core/format/data_format.rb +2 -0
- data/mod/01_core/format/html_format.rb +129 -0
- data/mod/01_core/format/text_format.rb +10 -0
- data/mod/01_core/layout/blank.html +5 -0
- data/mod/01_core/layout/default.html +20 -0
- data/mod/01_core/layout/noside.html +16 -0
- data/mod/01_core/layout/pre.html +2 -0
- data/mod/01_core/layout/simple.html +5 -0
- data/mod/01_core/set/all/active_card.rb +35 -0
- data/mod/01_core/set/all/collection.rb +142 -0
- data/mod/01_core/set/all/content.rb +64 -0
- data/mod/01_core/set/all/erb.rb +11 -0
- data/mod/01_core/set/all/fetch.rb +228 -0
- data/mod/01_core/set/all/haml.rb +7 -0
- data/mod/01_core/set/all/initialize.rb +49 -0
- data/mod/01_core/set/all/name.rb +275 -0
- data/mod/01_core/set/all/pattern.rb +56 -0
- data/mod/01_core/set/all/permissions.rb +284 -0
- data/mod/01_core/set/all/phases.rb +185 -0
- data/mod/01_core/set/all/references.rb +118 -0
- data/mod/01_core/set/all/rules.rb +315 -0
- data/mod/01_core/set/all/states.rb +16 -0
- data/mod/01_core/set/all/templating.rb +120 -0
- data/mod/01_core/set/all/tracked_attributes.rb +114 -0
- data/mod/01_core/set/all/trash.rb +50 -0
- data/mod/01_core/set/all/type.rb +85 -0
- data/mod/01_core/set/all/utils.rb +85 -0
- data/mod/01_core/set_pattern/01_all.rb +11 -0
- data/mod/01_core/set_pattern/02_all_plus.rb +13 -0
- data/mod/01_core/set_pattern/03_type.rb +23 -0
- data/mod/01_core/set_pattern/04_star.rb +15 -0
- data/mod/01_core/set_pattern/05_rstar.rb +17 -0
- data/mod/01_core/set_pattern/06_right.rb +20 -0
- data/mod/01_core/set_pattern/07_type_plus_right.rb +23 -0
- data/mod/01_core/set_pattern/08_self.rb +19 -0
- data/mod/01_core/spec/chunk/literal_spec.rb +14 -0
- data/mod/01_core/spec/chunk/uri_spec.rb +292 -0
- data/mod/01_core/spec/format/data_format_spec.rb +5 -0
- data/mod/01_core/spec/format/html_format_spec.rb +140 -0
- data/mod/01_core/spec/format/text_format_spec.rb +5 -0
- data/mod/01_core/spec/set/all/active_card_spec.rb +5 -0
- data/mod/01_core/spec/set/all/attribute_tracking_spec.rb +21 -0
- data/mod/01_core/spec/set/all/collection_spec.rb +65 -0
- data/mod/01_core/spec/set/all/content_spec.rb +15 -0
- data/mod/01_core/spec/set/all/fetch_spec.rb +204 -0
- data/mod/01_core/spec/set/all/initialize_spec.rb +58 -0
- data/mod/01_core/spec/set/all/name_spec.rb +61 -0
- data/mod/01_core/spec/set/all/pattern_spec.rb +81 -0
- data/mod/01_core/spec/set/all/permissions_spec.rb +505 -0
- data/mod/01_core/spec/set/all/phases_spec.rb +6 -0
- data/mod/01_core/spec/set/all/references_spec.rb +8 -0
- data/mod/01_core/spec/set/all/rules2_spec.rb +250 -0
- data/mod/01_core/spec/set/all/rules_spec.rb +130 -0
- data/mod/01_core/spec/set/all/states_spec.rb +5 -0
- data/mod/01_core/spec/set/all/templating_spec.rb +111 -0
- data/mod/01_core/spec/set/all/tracked_attributes_spec.rb +328 -0
- data/mod/01_core/spec/set/all/trash_spec.rb +34 -0
- data/mod/01_core/spec/set/all/type_spec.rb +71 -0
- data/mod/01_core/spec/set/all/utils_spec.rb +5 -0
- data/mod/01_history/lib/card/act.rb +60 -0
- data/mod/01_history/lib/card/action.rb +176 -0
- data/mod/01_history/lib/card/change.rb +29 -0
- data/mod/01_history/set/all/actions.rb +47 -0
- data/mod/01_history/set/all/content_history.rb +131 -0
- data/mod/01_history/set/all/history.rb +296 -0
- data/mod/02_basic_types/format/css_format.rb +6 -0
- data/mod/02_basic_types/format/csv_format.rb +6 -0
- data/mod/02_basic_types/format/file_format.rb +3 -0
- data/mod/02_basic_types/format/js_format.rb +6 -0
- data/mod/02_basic_types/format/json_format.rb +6 -0
- data/mod/02_basic_types/format/rss_format.rb +11 -0
- data/mod/02_basic_types/format/xml_format.rb +6 -0
- data/mod/02_basic_types/set/all/all_css.rb +42 -0
- data/mod/02_basic_types/set/all/all_csv.rb +52 -0
- data/mod/02_basic_types/set/all/all_js.rb +7 -0
- data/mod/02_basic_types/set/all/base.rb +122 -0
- data/mod/02_basic_types/set/all/file.rb +13 -0
- data/mod/02_basic_types/set/all/json.rb +66 -0
- data/mod/02_basic_types/set/all/rss.rb +72 -0
- data/mod/02_basic_types/set/all/text.rb +8 -0
- data/mod/02_basic_types/set/type/plain_text.rb +10 -0
- data/mod/02_basic_types/set/type/pointer.rb +323 -0
- data/mod/02_basic_types/spec/set/all/all_css_spec.rb +10 -0
- data/mod/02_basic_types/spec/set/all/all_csv_spec.rb +9 -0
- data/mod/02_basic_types/spec/set/all/base_spec.rb +57 -0
- data/mod/02_basic_types/spec/set/all/file_spec.rb +5 -0
- data/mod/02_basic_types/spec/set/all/json_spec.rb +26 -0
- data/mod/02_basic_types/spec/set/all/rss_spec.rb +8 -0
- data/mod/02_basic_types/spec/set/all/text_spec.rb +5 -0
- data/mod/02_basic_types/spec/set/type/plain_text_spec.rb +11 -0
- data/mod/02_basic_types/spec/set/type/pointer_spec.rb +103 -0
- data/mod/03_machines/lib/card/machine.rb +185 -0
- data/mod/03_machines/lib/card/machine_input.rb +40 -0
- data/mod/03_machines/lib/javascript/ace.js +18204 -0
- data/mod/03_machines/lib/javascript/html5shiv-printshiv.js +1 -0
- data/mod/03_machines/lib/javascript/jquery-ui.js +14913 -0
- data/mod/03_machines/lib/javascript/jquery.autosize.js +274 -0
- data/mod/03_machines/lib/javascript/jquery.fileupload.js +1114 -0
- data/mod/03_machines/lib/javascript/jquery.iframe-transport.js +185 -0
- data/mod/03_machines/lib/javascript/jquery.js +4 -0
- data/mod/03_machines/lib/javascript/jquery.ui.autocomplete.html.js +41 -0
- data/mod/03_machines/lib/javascript/jquery_ujs.js +469 -0
- data/mod/03_machines/lib/javascript/jquerymobile.js +15454 -0
- data/mod/03_machines/lib/javascript/theme-textmate.js +130 -0
- data/mod/03_machines/lib/javascript/tinymce.js +13 -0
- data/mod/03_machines/lib/javascript/wagn.js.coffee +336 -0
- data/mod/03_machines/lib/javascript/wagn_menu.js +72 -0
- data/mod/03_machines/lib/javascript/wagn_mod.js.coffee +446 -0
- data/mod/03_machines/lib/stylesheets/functional.scss +184 -0
- data/mod/03_machines/lib/stylesheets/jquery-ui-smoothness.css +1178 -0
- data/mod/03_machines/lib/stylesheets/standard.scss +760 -0
- data/mod/03_machines/set/right/machine_output.rb +20 -0
- data/mod/03_machines/set/self/script_ace.rb +8 -0
- data/mod/03_machines/set/self/script_card_menu.rb +8 -0
- data/mod/03_machines/set/self/script_html5shiv_printshiv.rb +7 -0
- data/mod/03_machines/set/self/script_jquery.rb +8 -0
- data/mod/03_machines/set/self/script_jquery_helper.rb +14 -0
- data/mod/03_machines/set/self/script_slot.rb +9 -0
- data/mod/03_machines/set/self/script_tinymce.rb +8 -0
- data/mod/03_machines/set/self/style_functional.rb +8 -0
- data/mod/03_machines/set/self/style_jquery_ui_smoothness.rb +8 -0
- data/mod/03_machines/set/self/style_standard.rb +8 -0
- data/mod/03_machines/set/type/coffee_script.rb +61 -0
- data/mod/03_machines/set/type/css.rb +45 -0
- data/mod/03_machines/set/type/java_script.rb +38 -0
- data/mod/03_machines/set/type/scss.rb +23 -0
- data/mod/03_machines/set/type/skin.rb +12 -0
- data/mod/03_machines/spec/lib/shared_machine_examples.rb +175 -0
- data/mod/03_machines/spec/lib/shared_machine_input_examples.rb +65 -0
- data/mod/03_machines/spec/set/right/machine_output_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_functional_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_jquery_ui_smoothness_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_standard_spec.rb +5 -0
- data/mod/03_machines/spec/set/type/coffeescript_spec.rb +29 -0
- data/mod/03_machines/spec/set/type/css_spec.rb +34 -0
- data/mod/03_machines/spec/set/type/javascript_spec.rb +28 -0
- data/mod/03_machines/spec/set/type/scss_spec.rb +56 -0
- data/mod/03_machines/spec/set/type/skin_spec.rb +70 -0
- data/mod/04_settings/lib/card/setting.rb +65 -0
- data/mod/04_settings/set/right/add_help.rb +11 -0
- data/mod/04_settings/set/right/comment.rb +91 -0
- data/mod/04_settings/set/right/create.rb +3 -0
- data/mod/04_settings/set/right/default.rb +3 -0
- data/mod/04_settings/set/right/delete.rb +4 -0
- data/mod/04_settings/set/right/help.rb +3 -0
- data/mod/04_settings/set/right/read.rb +2 -0
- data/mod/04_settings/set/right/script.rb +10 -0
- data/mod/04_settings/set/right/structure.rb +4 -0
- data/mod/04_settings/set/right/style.rb +10 -0
- data/mod/04_settings/set/right/update.rb +2 -0
- data/mod/04_settings/set/self/accountable.rb +3 -0
- data/mod/04_settings/set/self/add_help.rb +2 -0
- data/mod/04_settings/set/self/autoname.rb +2 -0
- data/mod/04_settings/set/self/captcha.rb +2 -0
- data/mod/04_settings/set/self/comment.rb +2 -0
- data/mod/04_settings/set/self/create.rb +2 -0
- data/mod/04_settings/set/self/default.rb +2 -0
- data/mod/04_settings/set/self/delete.rb +2 -0
- data/mod/04_settings/set/self/help.rb +2 -0
- data/mod/04_settings/set/self/input.rb +2 -0
- data/mod/04_settings/set/self/layout.rb +2 -0
- data/mod/04_settings/set/self/on_create.rb +2 -0
- data/mod/04_settings/set/self/on_delete.rb +2 -0
- data/mod/04_settings/set/self/on_update.rb +2 -0
- data/mod/04_settings/set/self/options.rb +2 -0
- data/mod/04_settings/set/self/options_label.rb +2 -0
- data/mod/04_settings/set/self/read.rb +2 -0
- data/mod/04_settings/set/self/script.rb +2 -0
- data/mod/04_settings/set/self/structure.rb +2 -0
- data/mod/04_settings/set/self/style.rb +2 -0
- data/mod/04_settings/set/self/table_of_contents.rb +2 -0
- data/mod/04_settings/set/self/thanks.rb +2 -0
- data/mod/04_settings/set/self/update.rb +2 -0
- data/mod/04_settings/set/type/setting.rb +82 -0
- data/mod/04_settings/spec/set/right/add_help_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/comment_spec.rb +41 -0
- data/mod/04_settings/spec/set/right/create_spec.rb +10 -0
- data/mod/04_settings/spec/set/right/default_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/delete_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/help_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/read_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/script_spec.rb +24 -0
- data/mod/04_settings/spec/set/right/structure_spec.rb +17 -0
- data/mod/04_settings/spec/set/right/style_spec.rb +29 -0
- data/mod/04_settings/spec/set/right/update_spec.rb +5 -0
- data/mod/04_settings/spec/set/type/setting_spec.rb +10 -0
- data/mod/05_email/format/email_html_format.rb +9 -0
- data/mod/05_email/format/email_text_format.rb +11 -0
- data/mod/05_email/lib/card/follow_option.rb +90 -0
- data/mod/05_email/set/all/email_html.rb +5 -0
- data/mod/05_email/set/all/email_text.rb +5 -0
- data/mod/05_email/set/all/follow.rb +256 -0
- data/mod/05_email/set/all/notify.rb +223 -0
- data/mod/05_email/set/all/observer.rb +27 -0
- data/mod/05_email/set/right/bcc.rb +45 -0
- data/mod/05_email/set/right/cc.rb +3 -0
- data/mod/05_email/set/right/follow.rb +9 -0
- data/mod/05_email/set/right/follow_fields.rb +3 -0
- data/mod/05_email/set/right/followers.rb +30 -0
- data/mod/05_email/set/right/following.rb +52 -0
- data/mod/05_email/set/right/from.rb +3 -0
- data/mod/05_email/set/right/html_message.rb +3 -0
- data/mod/05_email/set/right/to.rb +3 -0
- data/mod/05_email/set/self/always.rb +14 -0
- data/mod/05_email/set/self/created.rb +21 -0
- data/mod/05_email/set/self/edited.rb +24 -0
- data/mod/05_email/set/self/follow.rb +2 -0
- data/mod/05_email/set/self/follow_defaults.rb +66 -0
- data/mod/05_email/set/self/never.rb +15 -0
- data/mod/05_email/set/type/email_template.rb +113 -0
- data/mod/05_email/set/type_plus_right/user/follow.rb +176 -0
- data/mod/05_email/spec/set/all/follow_spec.rb +133 -0
- data/mod/05_email/spec/set/all/notify_spec.rb +364 -0
- data/mod/05_email/spec/set/all/observer_spec.rb +76 -0
- data/mod/05_email/spec/set/right/followers_spec.rb +126 -0
- data/mod/05_email/spec/set/right/following_spec.rb +4 -0
- data/mod/05_email/spec/set/self/follow_defaults_spec.rb +18 -0
- data/mod/05_standard/file/103/icon-6566.ico +0 -0
- data/mod/05_standard/file/103/large-6566.ico +0 -0
- data/mod/05_standard/file/103/medium-6566.ico +0 -0
- data/mod/05_standard/file/103/original-6566.ico +0 -0
- data/mod/05_standard/file/103/small-6566.ico +0 -0
- data/mod/05_standard/file/79/icon-6556.png +0 -0
- data/mod/05_standard/file/79/large-6556.png +0 -0
- data/mod/05_standard/file/79/medium-6556.png +0 -0
- data/mod/05_standard/file/79/original-6556.png +0 -0
- data/mod/05_standard/file/79/small-6556.png +0 -0
- data/mod/05_standard/file/790/icon-6419.png +0 -0
- data/mod/05_standard/file/790/large-6419.png +0 -0
- data/mod/05_standard/file/790/medium-6419.png +0 -0
- data/mod/05_standard/file/790/original-6419.png +0 -0
- data/mod/05_standard/file/790/small-6419.png +0 -0
- data/mod/05_standard/set/all/account.rb +67 -0
- data/mod/05_standard/set/all/attach.rb +152 -0
- data/mod/05_standard/set/all/comment.rb +39 -0
- data/mod/05_standard/set/all/error.rb +214 -0
- data/mod/05_standard/set/all/event_viz.rb +62 -0
- data/mod/05_standard/set/all/links.rb +110 -0
- data/mod/05_standard/set/all/rich_html/content.rb +173 -0
- data/mod/05_standard/set/all/rich_html/editing.rb +145 -0
- data/mod/05_standard/set/all/rich_html/form.rb +234 -0
- data/mod/05_standard/set/all/rich_html/header.rb +64 -0
- data/mod/05_standard/set/all/rich_html/wrapper.rb +105 -0
- data/mod/05_standard/set/right/account.rb +180 -0
- data/mod/05_standard/set/right/email.rb +52 -0
- data/mod/05_standard/set/right/password.rb +39 -0
- data/mod/05_standard/set/right/salt.rb +5 -0
- data/mod/05_standard/set/right/stats.rb +35 -0
- data/mod/05_standard/set/right/status.rb +9 -0
- data/mod/05_standard/set/right/token.rb +5 -0
- data/mod/05_standard/set/right/when_created.rb +5 -0
- data/mod/05_standard/set/right/when_last_edited.rb +5 -0
- data/mod/05_standard/set/rstar/rules.rb +407 -0
- data/mod/05_standard/set/self/account_links.rb +61 -0
- data/mod/05_standard/set/self/alerts.rb +5 -0
- data/mod/05_standard/set/self/all.rb +21 -0
- data/mod/05_standard/set/self/foot.rb +8 -0
- data/mod/05_standard/set/self/head.rb +121 -0
- data/mod/05_standard/set/self/navbox.rb +20 -0
- data/mod/05_standard/set/self/now.rb +6 -0
- data/mod/05_standard/set/self/recent.rb +48 -0
- data/mod/05_standard/set/self/search.rb +43 -0
- data/mod/05_standard/set/self/signin.rb +121 -0
- data/mod/05_standard/set/self/stats.rb +91 -0
- data/mod/05_standard/set/self/version.rb +9 -0
- data/mod/05_standard/set/type/basic.rb +46 -0
- data/mod/05_standard/set/type/cardtype.rb +43 -0
- data/mod/05_standard/set/type/date.rb +8 -0
- data/mod/05_standard/set/type/file.rb +85 -0
- data/mod/05_standard/set/type/html.rb +22 -0
- data/mod/05_standard/set/type/image.rb +67 -0
- data/mod/05_standard/set/type/layout_type.rb +14 -0
- data/mod/05_standard/set/type/number.rb +19 -0
- data/mod/05_standard/set/type/phrase.rb +3 -0
- data/mod/05_standard/set/type/search_type.rb +243 -0
- data/mod/05_standard/set/type/set.rb +198 -0
- data/mod/05_standard/set/type/signup.rb +144 -0
- data/mod/05_standard/set/type/toggle.rb +12 -0
- data/mod/05_standard/set/type/uri.rb +11 -0
- data/mod/05_standard/set/type/user.rb +72 -0
- data/mod/05_standard/spec/chunk/include_spec.rb +186 -0
- data/mod/05_standard/spec/chunk/link_spec.rb +61 -0
- data/mod/05_standard/spec/format/css_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/csv_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/email_html_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/file_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/js_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/json_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/rss_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/xml_format_spec.rb +5 -0
- data/mod/05_standard/spec/set/all/account_spec.rb +137 -0
- data/mod/05_standard/spec/set/all/attach_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/comment_spec.rb +5 -0
- data/mod/05_standard/spec/set/all/email_html_spec.rb +15 -0
- data/mod/05_standard/spec/set/all/error_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/event_viz_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/history_spec.rb +173 -0
- data/mod/05_standard/spec/set/all/rich_html/form_spec.rb +43 -0
- data/mod/05_standard/spec/set/all/rich_html/wrapper_spec.rb +28 -0
- data/mod/05_standard/spec/set/right/account_spec.rb +162 -0
- data/mod/05_standard/spec/set/right/email_spec.rb +55 -0
- data/mod/05_standard/spec/set/right/password_spec.rb +45 -0
- data/mod/05_standard/spec/set/right/salt_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/stats_spec.rb +13 -0
- data/mod/05_standard/spec/set/right/status_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/token_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/when_created_spec.rb +7 -0
- data/mod/05_standard/spec/set/right/when_last_edited_spec.rb +7 -0
- data/mod/05_standard/spec/set/rstar/rules_spec.rb +25 -0
- data/mod/05_standard/spec/set/self/account_links_spec.rb +9 -0
- data/mod/05_standard/spec/set/self/alerts_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/all_spec.rb +48 -0
- data/mod/05_standard/spec/set/self/foot_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/head_spec.rb +17 -0
- data/mod/05_standard/spec/set/self/navbox_spec.rb +7 -0
- data/mod/05_standard/spec/set/self/now_spec.rb +7 -0
- data/mod/05_standard/spec/set/self/recent_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/search_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/signin_spec.rb +73 -0
- data/mod/05_standard/spec/set/self/stats_spec.rb +12 -0
- data/mod/05_standard/spec/set/self/version_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/basic_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/cardtype_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/date_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/email_template_spec.rb +208 -0
- data/mod/05_standard/spec/set/type/file_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/html_spec.rb +23 -0
- data/mod/05_standard/spec/set/type/image_spec.rb +16 -0
- data/mod/05_standard/spec/set/type/layout_type_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/number_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/phrase_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/search_type_spec.rb +27 -0
- data/mod/05_standard/spec/set/type/set_spec.rb +26 -0
- data/mod/05_standard/spec/set/type/signup_spec.rb +228 -0
- data/mod/05_standard/spec/set/type/toggle_spec.rb +12 -0
- data/mod/05_standard/spec/set/type/uri_spec.rb +41 -0
- data/mod/05_standard/spec/set/type/user_spec.rb +5 -0
- data/mod/06_bootstrap/lib/javascript/bootstrap.js +2306 -0
- data/mod/06_bootstrap/lib/javascript/bootstrap.min.js +7 -0
- data/mod/06_bootstrap/lib/stylesheets/bootstrap-theme.css +476 -0
- data/mod/06_bootstrap/lib/stylesheets/bootstrap.css +6565 -0
- data/mod/06_bootstrap/lib/stylesheets/darkly.css +6583 -0
- data/mod/06_bootstrap/set/all/bootstrap/form.rb +37 -0
- data/mod/06_bootstrap/set/all/bootstrap/header.rb +29 -0
- data/mod/06_bootstrap/set/all/bootstrap/wrapper.rb +12 -0
- data/mod/06_bootstrap/set/all/rich_bootstrap.rb +28 -0
- data/mod/06_bootstrap/set/self/bootstrap_css.rb +7 -0
- data/mod/06_bootstrap/set/self/bootstrap_js.rb +7 -0
- data/mod/06_bootstrap/set/self/bootstrap_theme_css.rb +7 -0
- data/mod/06_bootstrap/set/self/navbox.rb +32 -0
- data/mod/06_bootstrap/set/type/search_type.rb +79 -0
- data/mod/06_bootstrap/spec/set/all/bootstrap/form_spec.rb +13 -0
- data/spec/lib/card/action_spec.rb +14 -0
- data/spec/lib/card/auth_spec.rb +17 -0
- data/spec/lib/card/cache_spec.rb +122 -0
- data/spec/lib/card/chunk_spec.rb +17 -0
- data/spec/lib/card/codename_spec.rb +25 -0
- data/spec/lib/card/content_spec.rb +314 -0
- data/spec/lib/card/diff_spec.rb +210 -0
- data/spec/lib/card/format_spec.rb +82 -0
- data/spec/lib/card/loader_spec.rb +39 -0
- data/spec/lib/card/log_spec.rb +270 -0
- data/spec/lib/card/name_spec.rb +279 -0
- data/spec/lib/card/query_spec.rb +456 -0
- data/spec/lib/card/reference_spec.rb +213 -0
- data/spec/lib/card/set_pattern_spec.rb +56 -0
- data/spec/lib/card/set_spec.rb +88 -0
- data/spec/mailers/mailer_spec.rb +64 -0
- data/spec/models/card/cardtype_spec.rb +216 -0
- data/spec/models/card/create_spec.rb +82 -0
- data/spec/models/card/trash_spec.rb +260 -0
- data/spec/models/card/type_transition_spec.rb +161 -0
- data/spec/models/card/validation_spec.rb +36 -0
- data/spec/models/card_spec.rb +177 -0
- data/spec/spec_helper.rb +130 -0
- data/test/fixtures/.gitkeep +0 -0
- data/test/fixtures/card_actions.yml +5706 -0
- data/test/fixtures/card_acts.yml +835 -0
- data/test/fixtures/card_changes.yml +17182 -0
- data/test/fixtures/card_references.yml +5405 -0
- data/test/fixtures/cards.yml +15533 -0
- data/test/fixtures/mao2.jpg +0 -0
- data/test/fixtures/rails.gif +0 -0
- data/test/seed.rb +201 -0
- metadata +762 -38
- data/.gitignore +0 -17
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -22
- data/README.md +0 -29
- data/Rakefile +0 -1
@@ -0,0 +1,90 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
|
4
|
+
class Card
|
5
|
+
module FollowOption
|
6
|
+
mattr_reader :test, :follower_candidate_ids
|
7
|
+
@@test, @@follower_candidate_ids = {}, {}
|
8
|
+
|
9
|
+
@@options = { :all=>[], :main=>[], :restrictive=>[] }
|
10
|
+
|
11
|
+
def self.included(host_class)
|
12
|
+
host_class.extend ClassMethods
|
13
|
+
end
|
14
|
+
|
15
|
+
def self.codenames type=:all
|
16
|
+
@@options[type]
|
17
|
+
end
|
18
|
+
|
19
|
+
def self.cards
|
20
|
+
codenames.map { |codename| Card[codename] }
|
21
|
+
end
|
22
|
+
|
23
|
+
def self.restrictive_options
|
24
|
+
self.codenames :restrictive
|
25
|
+
end
|
26
|
+
|
27
|
+
def self.main_options
|
28
|
+
self.codenames :main
|
29
|
+
end
|
30
|
+
|
31
|
+
def restrictive_option?
|
32
|
+
Card::FollowOption.restrictive_options.include? codename
|
33
|
+
end
|
34
|
+
|
35
|
+
def description set_card
|
36
|
+
set_card.follow_label
|
37
|
+
end
|
38
|
+
|
39
|
+
module ClassMethods
|
40
|
+
|
41
|
+
# args:
|
42
|
+
# :position => <Fixnum> (starting at 1, default: add to end)
|
43
|
+
def restrictive_follow_opts args
|
44
|
+
add_option args, :restrictive
|
45
|
+
end
|
46
|
+
|
47
|
+
# args:
|
48
|
+
# :position => <Fixnum> (starting at 1, default: add to end)
|
49
|
+
def follow_opts args
|
50
|
+
add_option args, :main
|
51
|
+
end
|
52
|
+
|
53
|
+
def follow_test opts={}, &block
|
54
|
+
Card::FollowOption.test[ get_codename(opts) ] = block
|
55
|
+
end
|
56
|
+
|
57
|
+
def follower_candidate_ids opts={}, &block
|
58
|
+
Card::FollowOption.follower_candidate_ids[ get_codename(opts) ] = block
|
59
|
+
end
|
60
|
+
|
61
|
+
private
|
62
|
+
|
63
|
+
def insert_option pos, item, type
|
64
|
+
if Card::FollowOption.codenames(type)[pos]
|
65
|
+
Card::FollowOption.codenames(type).insert(pos, item)
|
66
|
+
else
|
67
|
+
# If pos > codenames.size in a previous insert then we have a bunch of preceding nils in the array.
|
68
|
+
# Hence, we have to overwrite a nil value if we encounter one and can't use insert.
|
69
|
+
Card::FollowOption.codenames(type)[pos] = item
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
def add_option opts, type, &block
|
74
|
+
codename = get_codename opts
|
75
|
+
if opts[:position]
|
76
|
+
insert_option opts[:position]-1, codename, type
|
77
|
+
else
|
78
|
+
Card::FollowOption.codenames(type) << codename
|
79
|
+
end
|
80
|
+
Card::FollowOption.codenames(:all) << codename
|
81
|
+
end
|
82
|
+
|
83
|
+
def get_codename opts
|
84
|
+
opts[:codename] || self.name.match(/::(\w+)$/)[1].underscore.to_sym
|
85
|
+
end
|
86
|
+
|
87
|
+
|
88
|
+
end
|
89
|
+
end
|
90
|
+
end
|
@@ -0,0 +1,256 @@
|
|
1
|
+
card_accessor :followers
|
2
|
+
|
3
|
+
FOLLOWER_IDS_CACHE_KEY = 'FOLLOWER_IDS'
|
4
|
+
|
5
|
+
event :cache_expired_because_of_new_set, :before=>:store, :on=>:create, :when=>proc { |c| c.type_id == Card::SetID } do
|
6
|
+
Card.follow_caches_expired
|
7
|
+
end
|
8
|
+
|
9
|
+
event :cache_expired_because_of_type_change, :before=>:store, :changed=>:type_id do #FIXME expire (also?) after save
|
10
|
+
Card.follow_caches_expired
|
11
|
+
end
|
12
|
+
|
13
|
+
event :cache_expired_because_of_name_change, :before=>:store, :changed=>:name do
|
14
|
+
Card.follow_caches_expired
|
15
|
+
end
|
16
|
+
|
17
|
+
event :cache_expired_because_of_new_user_rule, :before=>:extend, :when=>proc { |c| c.follow_rule_card? } do
|
18
|
+
Card.follow_caches_expired
|
19
|
+
end
|
20
|
+
|
21
|
+
format do
|
22
|
+
|
23
|
+
def follow_link_hash args
|
24
|
+
toggle = args[:toggle] || ( card.followed? ? :off : :on )
|
25
|
+
hash = { :class => "follow-toggle-#{toggle}" }
|
26
|
+
|
27
|
+
case toggle
|
28
|
+
when :off
|
29
|
+
hash[:content] = '*never'
|
30
|
+
hash[:title] = "stop sending emails about changes to #{card.follow_label}"
|
31
|
+
hash[:verb] = 'unfollow'
|
32
|
+
when :on
|
33
|
+
hash[:content] = '*always'
|
34
|
+
hash[:title] = "send emails about changes to #{card.follow_label}"
|
35
|
+
hash[:verb] = 'follow'
|
36
|
+
end
|
37
|
+
hash
|
38
|
+
|
39
|
+
end
|
40
|
+
|
41
|
+
|
42
|
+
end
|
43
|
+
|
44
|
+
|
45
|
+
format :json do
|
46
|
+
view :follow_status do |args|
|
47
|
+
follow_link_hash args
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
format :html do
|
52
|
+
|
53
|
+
view :follow_link, :tags=>:unknown_ok, :perms=>:none do |args|
|
54
|
+
hash = follow_link_hash args
|
55
|
+
text = %[<span class="follow-verb">#{hash[:verb]}</span> #{args[:label]}]
|
56
|
+
opts = {
|
57
|
+
:title => hash[:title],
|
58
|
+
:class => "follow-toggle #{hash[:class]}",
|
59
|
+
'data-follow' => JSON(hash),
|
60
|
+
'data-rule_name' => card.default_follow_set_card.follow_rule_name( Auth.current.name ).to_name.url_key,
|
61
|
+
'data-card_key' => card.key
|
62
|
+
}
|
63
|
+
link_to text, '', opts
|
64
|
+
end
|
65
|
+
|
66
|
+
def default_follow_link_args args
|
67
|
+
args[:toggle] ||= card.followed? ? :off : :on
|
68
|
+
args[:label] ||= card.follow_label
|
69
|
+
end
|
70
|
+
|
71
|
+
end
|
72
|
+
|
73
|
+
|
74
|
+
def follow_label
|
75
|
+
name
|
76
|
+
end
|
77
|
+
|
78
|
+
def followers
|
79
|
+
follower_ids.map do |id|
|
80
|
+
Card.fetch(id)
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
84
|
+
def follower_names
|
85
|
+
followers.map(&:name)
|
86
|
+
end
|
87
|
+
|
88
|
+
|
89
|
+
def follow_rule_card?
|
90
|
+
is_user_rule? && rule_setting_name == '*follow'
|
91
|
+
end
|
92
|
+
|
93
|
+
def follow_option?
|
94
|
+
codename && FollowOption.codenames.include?(codename.to_sym)
|
95
|
+
end
|
96
|
+
|
97
|
+
# used for the follow menu
|
98
|
+
# overwritten in type/set.rb and type/cardtype.rb
|
99
|
+
# for sets and cardtypes it doesn't check whether the users is following the card itself
|
100
|
+
# instead it checks whether he is following the complete set
|
101
|
+
def followed_by? user_id
|
102
|
+
with_follower_candidate_ids do
|
103
|
+
if follow_rule_applies? user_id
|
104
|
+
return true
|
105
|
+
end
|
106
|
+
if left_card = left and left_card.followed_field?(self) && left_card.followed_by?(user_id)
|
107
|
+
return true
|
108
|
+
end
|
109
|
+
return false
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
def followed?
|
114
|
+
followed_by? Auth.current_id
|
115
|
+
end
|
116
|
+
|
117
|
+
|
118
|
+
def follow_rule_applies? follower_id
|
119
|
+
follow_rule = rule :follow, :user_id=>follower_id
|
120
|
+
if follow_rule.present?
|
121
|
+
follow_rule.split("\n").each do |value|
|
122
|
+
|
123
|
+
value_code = value.to_name.code
|
124
|
+
accounted_ids = (
|
125
|
+
@follower_candidate_ids[ value_code ] ||=
|
126
|
+
if block = FollowOption.follower_candidate_ids[ value_code ]
|
127
|
+
block.call self
|
128
|
+
else
|
129
|
+
[]
|
130
|
+
end
|
131
|
+
)
|
132
|
+
|
133
|
+
applicable =
|
134
|
+
if test = FollowOption.test[ value_code ]
|
135
|
+
test.call follower_id, accounted_ids
|
136
|
+
else
|
137
|
+
accounted_ids.include? follower_id
|
138
|
+
end
|
139
|
+
|
140
|
+
return value.gsub( /[\[\]]/, '' ) if applicable
|
141
|
+
end
|
142
|
+
end
|
143
|
+
return false
|
144
|
+
end
|
145
|
+
|
146
|
+
|
147
|
+
def with_follower_candidate_ids
|
148
|
+
@follower_candidate_ids = {}
|
149
|
+
yield
|
150
|
+
@follower_candidate_ids = nil
|
151
|
+
end
|
152
|
+
|
153
|
+
|
154
|
+
# the set card to be followed if you want to follow changes of card
|
155
|
+
def default_follow_set_card
|
156
|
+
Card.fetch("#{name}+*self")
|
157
|
+
end
|
158
|
+
|
159
|
+
|
160
|
+
# returns true if according to the follow_field_rule followers of self also
|
161
|
+
# follow changes of field_card
|
162
|
+
def followed_field? field_card
|
163
|
+
(follow_field_rule = rule_card(:follow_fields)) || follow_field_rule.item_names.find do |item|
|
164
|
+
item.to_name.key == field_card.key || (item.to_name.key == Card[:includes].key && included_card_ids.include?(field_card.id) )
|
165
|
+
end
|
166
|
+
end
|
167
|
+
|
168
|
+
def follower_ids
|
169
|
+
@follower_ids = read_follower_ids_cache || begin
|
170
|
+
result = direct_follower_ids
|
171
|
+
left_card = left
|
172
|
+
while left_card
|
173
|
+
if left_card.followed_field? self
|
174
|
+
result += left_card.direct_follower_ids
|
175
|
+
end
|
176
|
+
left_card = left_card.left
|
177
|
+
end
|
178
|
+
write_follower_ids_cache result
|
179
|
+
result
|
180
|
+
end
|
181
|
+
end
|
182
|
+
|
183
|
+
|
184
|
+
def direct_followers
|
185
|
+
direct_follower_ids.map do |id|
|
186
|
+
Card.fetch(id)
|
187
|
+
end
|
188
|
+
end
|
189
|
+
|
190
|
+
# all ids of users that follow this card because of a follow rule that applies to this card
|
191
|
+
# doesn't include users that follow this card because they are following parent cards or other cards that include this card
|
192
|
+
def direct_follower_ids args={}
|
193
|
+
result = ::Set.new
|
194
|
+
with_follower_candidate_ids do
|
195
|
+
set_names.each do |set_name|
|
196
|
+
set_card = Card.fetch(set_name)
|
197
|
+
set_card.all_user_ids_with_rule_for(:follow).each do |user_id|
|
198
|
+
if (!result.include? user_id) and self.follow_rule_applies?(user_id)
|
199
|
+
result << user_id
|
200
|
+
end
|
201
|
+
end
|
202
|
+
end
|
203
|
+
end
|
204
|
+
result
|
205
|
+
end
|
206
|
+
|
207
|
+
def all_direct_follower_ids_with_reason
|
208
|
+
with_follower_candidate_ids do
|
209
|
+
visited = ::Set.new
|
210
|
+
set_names.each do |set_name|
|
211
|
+
set_card = Card.fetch(set_name)
|
212
|
+
set_card.all_user_ids_with_rule_for(:follow).each do |user_id|
|
213
|
+
if (!visited.include?(user_id)) && (follow_option = self.follow_rule_applies?(user_id))
|
214
|
+
visited << user_id
|
215
|
+
yield(user_id, :set_card=>set_card, :option=>follow_option)
|
216
|
+
end
|
217
|
+
end
|
218
|
+
end
|
219
|
+
end
|
220
|
+
end
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
#~~~~~ cache methods
|
225
|
+
|
226
|
+
def write_follower_ids_cache user_ids
|
227
|
+
hash = Card.follower_ids_cache
|
228
|
+
hash[id] = user_ids
|
229
|
+
Card.write_follower_ids_cache hash
|
230
|
+
end
|
231
|
+
|
232
|
+
def read_follower_ids_cache
|
233
|
+
Card.follower_ids_cache[id]
|
234
|
+
end
|
235
|
+
|
236
|
+
module ClassMethods
|
237
|
+
|
238
|
+
def follow_caches_expired
|
239
|
+
Card.clear_follower_ids_cache
|
240
|
+
Card.clear_user_rule_cache
|
241
|
+
end
|
242
|
+
|
243
|
+
def follower_ids_cache
|
244
|
+
Card.cache.read(FOLLOWER_IDS_CACHE_KEY) || {}
|
245
|
+
end
|
246
|
+
|
247
|
+
def write_follower_ids_cache hash
|
248
|
+
Card.cache.write FOLLOWER_IDS_CACHE_KEY, hash
|
249
|
+
end
|
250
|
+
|
251
|
+
def clear_follower_ids_cache
|
252
|
+
Card.cache.write FOLLOWER_IDS_CACHE_KEY, nil
|
253
|
+
end
|
254
|
+
|
255
|
+
end
|
256
|
+
|
@@ -0,0 +1,223 @@
|
|
1
|
+
|
2
|
+
class FollowerStash
|
3
|
+
def initialize card=nil
|
4
|
+
@followed_affected_cards = Hash.new { |h,v| h[v]=[] }
|
5
|
+
@visited = ::Set.new
|
6
|
+
add_affected_card(card) if card
|
7
|
+
end
|
8
|
+
|
9
|
+
def add_affected_card card
|
10
|
+
Auth.as_bot do
|
11
|
+
if !@visited.include? card.key
|
12
|
+
@visited.add card.key
|
13
|
+
card.all_direct_follower_ids_with_reason do |user_id, reason|
|
14
|
+
notify Card.fetch(user_id), :of=>reason
|
15
|
+
end
|
16
|
+
if card.left and !@visited.include?(card.left.name) and follow_field_rule = card.left.rule_card(:follow_fields)
|
17
|
+
|
18
|
+
follow_field_rule.item_names(:context=>card.left.cardname).each do |item|
|
19
|
+
if @visited.include? item.to_name.key
|
20
|
+
add_affected_card card.left
|
21
|
+
break
|
22
|
+
elsif item.to_name.key == Card[:includes].key
|
23
|
+
includee_set = Card.search(:included_by=>card.left.name).map(&:key)
|
24
|
+
if !@visited.intersection(includee_set).empty?
|
25
|
+
add_affected_card card.left
|
26
|
+
break
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
end
|
32
|
+
|
33
|
+
end
|
34
|
+
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
def followers
|
39
|
+
@followed_affected_cards.keys
|
40
|
+
end
|
41
|
+
|
42
|
+
def each_follower_with_reason # "follower" is a card object, "followed" a card name
|
43
|
+
@followed_affected_cards.each do |user, reasons|
|
44
|
+
yield(user,reasons.first)
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
private
|
49
|
+
|
50
|
+
def notify follower, because
|
51
|
+
@followed_affected_cards[follower] << because[:of]
|
52
|
+
end
|
53
|
+
|
54
|
+
end
|
55
|
+
|
56
|
+
def act_card
|
57
|
+
@supercard || self
|
58
|
+
end
|
59
|
+
|
60
|
+
event :stash_followers, :after=>:approve, :on=>:delete do
|
61
|
+
act_card.follower_stash ||= FollowerStash.new
|
62
|
+
act_card.follower_stash.add_affected_card self
|
63
|
+
end
|
64
|
+
|
65
|
+
event :notify_followers, :after=>:extend, :when=>proc{ |c|
|
66
|
+
!c.supercard and c.current_act and Card::Auth.current_id != WagnBotID
|
67
|
+
} do
|
68
|
+
|
69
|
+
begin
|
70
|
+
@current_act.reload
|
71
|
+
@follower_stash ||= FollowerStash.new
|
72
|
+
@current_act.actions.each do |a|
|
73
|
+
@follower_stash.add_affected_card a.card if a.card
|
74
|
+
end
|
75
|
+
@follower_stash.each_follower_with_reason do |follower, reason|
|
76
|
+
if follower.account and follower != @current_act.actor
|
77
|
+
follower.account.send_change_notice @current_act, reason[:set_card].name, reason[:option]
|
78
|
+
end
|
79
|
+
end
|
80
|
+
rescue =>e #this error handling should apply to all extend callback exceptions
|
81
|
+
Rails.logger.info "\nController exception: #{e.message}"
|
82
|
+
Card::Error.current = e
|
83
|
+
notable_exception_raised
|
84
|
+
end
|
85
|
+
end
|
86
|
+
|
87
|
+
format do
|
88
|
+
view :list_of_changes, :denial=>:blank do |args|
|
89
|
+
action = get_action(args)
|
90
|
+
|
91
|
+
relevant_fields = case action.action_type
|
92
|
+
when :create then [:cardtype, :content]
|
93
|
+
when :update then [:name, :cardtype, :content]
|
94
|
+
when :delete then [:content]
|
95
|
+
end
|
96
|
+
|
97
|
+
relevant_fields.map do |type|
|
98
|
+
edit_info_for(type, action)
|
99
|
+
end.compact.join
|
100
|
+
end
|
101
|
+
|
102
|
+
|
103
|
+
view :subedits, :perms=>:none do |args|
|
104
|
+
subedits = get_act(args).relevant_actions_for(card).map do |action|
|
105
|
+
if action.card_id != card.id
|
106
|
+
action.card.format(:format=>@format).render_subedit_notice(:action=>action)
|
107
|
+
end
|
108
|
+
end.compact.join
|
109
|
+
|
110
|
+
if subedits.present?
|
111
|
+
wrap_subedits subedits
|
112
|
+
else
|
113
|
+
''
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
view :subedit_notice, :denial=>:blank do |args|
|
118
|
+
action = get_action(args)
|
119
|
+
name_before_action = (action.new_values[:name] && action.old_values[:name]) || card.name
|
120
|
+
|
121
|
+
wrap_subedit_item %{#{name_before_action} #{action.action_type}d
|
122
|
+
#{ render_list_of_changes(args) }}
|
123
|
+
end
|
124
|
+
|
125
|
+
view :followed, :perms=>:none, :closed=>true do |args|
|
126
|
+
if args[:followed_set] && (set_card = Card.fetch(args[:followed_set])) &&
|
127
|
+
args[:follow_option] && (option_card = Card.fetch(args[:follow_option]))
|
128
|
+
option_card.description set_card
|
129
|
+
else
|
130
|
+
'followed card'
|
131
|
+
end
|
132
|
+
end
|
133
|
+
|
134
|
+
view :follower, :perms=>:none, :closed=>true do |args|
|
135
|
+
args[:follower] || 'follower'
|
136
|
+
end
|
137
|
+
|
138
|
+
view :unfollow_url, :perms=>:none, :closed=>true do |args|
|
139
|
+
if args[:followed_set] && (set_card = Card.fetch(args[:followed_set])) && args[:follow_option] && args[:follower]
|
140
|
+
rule_name = set_card.follow_rule_name args[:follower]
|
141
|
+
target_name = "#{args[:follower]}+#{Card[:follow].name}"
|
142
|
+
update_path = page_path target_name, :path_opts=>{:action=>:update}, :card=>{:subcards=>{rule_name=>Card[:never].name}}
|
143
|
+
card_url update_path # absolutize path
|
144
|
+
end
|
145
|
+
end
|
146
|
+
|
147
|
+
def edit_info_for field, action
|
148
|
+
return nil unless action.new_values[field]
|
149
|
+
|
150
|
+
item_title = case action.action_type
|
151
|
+
when :update then 'new '
|
152
|
+
when :delete then 'deleted '
|
153
|
+
else ''
|
154
|
+
end
|
155
|
+
item_title += "#{field}: "
|
156
|
+
|
157
|
+
item_value = if action.action_type == :delete
|
158
|
+
action.old_values[field]
|
159
|
+
else
|
160
|
+
action.new_values[field]
|
161
|
+
end
|
162
|
+
|
163
|
+
wrap_list_item "#{item_title}#{item_value}"
|
164
|
+
end
|
165
|
+
|
166
|
+
def get_act args
|
167
|
+
@notification_act ||= args[:act] || (args[:act_id] and Act.find(args[:act_id])) || card.acts.last
|
168
|
+
end
|
169
|
+
|
170
|
+
def get_action args
|
171
|
+
args[:action] || (args[:action_id] and Action.fetch(args[:action_id])) || card.last_action
|
172
|
+
end
|
173
|
+
|
174
|
+
|
175
|
+
def wrap_subedits subedits
|
176
|
+
"\nThis update included the following changes:#{wrap_list subedits}"
|
177
|
+
end
|
178
|
+
|
179
|
+
def wrap_list list
|
180
|
+
"\n#{list}\n"
|
181
|
+
end
|
182
|
+
|
183
|
+
def wrap_list_item item
|
184
|
+
" #{item}\n"
|
185
|
+
end
|
186
|
+
|
187
|
+
def wrap_subedit_item text
|
188
|
+
"\n#{text}\n"
|
189
|
+
end
|
190
|
+
end
|
191
|
+
|
192
|
+
|
193
|
+
format :email_text do
|
194
|
+
view :last_action, :perms=>:none do |args|
|
195
|
+
act = get_act(args)
|
196
|
+
action_on_card = act.action_on(act.card_id) || act.actions.first
|
197
|
+
"#{action_on_card.action_type}d"
|
198
|
+
end
|
199
|
+
end
|
200
|
+
|
201
|
+
format :email_html do
|
202
|
+
view :last_action, :perms=>:none do |args|
|
203
|
+
act = get_act(args)
|
204
|
+
action_on_card = act.action_on(act.card_id) || act.actions.first
|
205
|
+
"#{action_on_card.action_type}d"
|
206
|
+
end
|
207
|
+
|
208
|
+
def wrap_list list
|
209
|
+
"<ul>#{list}</ul>\n"
|
210
|
+
end
|
211
|
+
|
212
|
+
def wrap_list_item item
|
213
|
+
"<li>#{item}</li>\n"
|
214
|
+
end
|
215
|
+
|
216
|
+
def wrap_subedit_item text
|
217
|
+
"<li>#{text}</li>\n"
|
218
|
+
end
|
219
|
+
end
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|