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,56 @@
|
|
1
|
+
|
2
|
+
def patterns
|
3
|
+
@patterns ||= set_patterns.map { |sub| sub.new(self) }.compact
|
4
|
+
end
|
5
|
+
|
6
|
+
def patterns_with_new
|
7
|
+
new_card? ? patterns_without_new[1..-1] : patterns_without_new
|
8
|
+
end
|
9
|
+
alias_method_chain :patterns, :new
|
10
|
+
|
11
|
+
def reset_patterns
|
12
|
+
@set_mods_loaded = @patterns = @set_modules = @junction_only = @set_names = @template = @rule_set_keys = @virtual = nil
|
13
|
+
true
|
14
|
+
end
|
15
|
+
|
16
|
+
def reset_patterns_if_rule saving=false
|
17
|
+
if !new_card? && is_rule?
|
18
|
+
set = left
|
19
|
+
set.reset_patterns
|
20
|
+
set.include_set_modules
|
21
|
+
|
22
|
+
#this is really messy.
|
23
|
+
if saving
|
24
|
+
self.add_to_read_rule_update_queue( set.item_cards :limit=>0 ) if right.id == Card::ReadID
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
def safe_set_keys
|
30
|
+
patterns.map( &:safe_key ).reverse * " "
|
31
|
+
end
|
32
|
+
|
33
|
+
def set_modules
|
34
|
+
@set_modules ||= patterns_without_new[0..-2].reverse.map(&:module_list).flatten.compact
|
35
|
+
end
|
36
|
+
|
37
|
+
def set_format_modules klass
|
38
|
+
@set_format_modules ||= {}
|
39
|
+
@set_format_modules[klass] = patterns_without_new[0..-2].reverse.map do |pattern|
|
40
|
+
pattern.format_module_list klass
|
41
|
+
end.flatten.compact
|
42
|
+
end
|
43
|
+
|
44
|
+
def set_names
|
45
|
+
if @set_names.nil?
|
46
|
+
@set_names = patterns.map &:to_s
|
47
|
+
Card.set_members @set_names, key
|
48
|
+
end
|
49
|
+
@set_names
|
50
|
+
end
|
51
|
+
|
52
|
+
def rule_set_keys
|
53
|
+
set_names #this triggers set_members cache. need better solution!
|
54
|
+
@rule_set_keys ||= patterns.map( &:rule_set_key ).compact
|
55
|
+
end
|
56
|
+
|
@@ -0,0 +1,284 @@
|
|
1
|
+
|
2
|
+
Card.error_codes.merge! :permission_denied=>[:denial, 403], :captcha=>[:error,449]
|
3
|
+
|
4
|
+
|
5
|
+
# ok? and ok! are public facing methods to approve one action at a time
|
6
|
+
#
|
7
|
+
# fetching: if the optional :trait parameter is supplied, it is passed
|
8
|
+
# to fetch and the test is perfomed on the fetched card, therefore:
|
9
|
+
#
|
10
|
+
# :trait=>:account would fetch this card plus a tag codenamed :account
|
11
|
+
# :trait=>:roles, :new=>{} would initialize a new card with default ({}) options.
|
12
|
+
|
13
|
+
|
14
|
+
def ok? action
|
15
|
+
@action_ok = true
|
16
|
+
send "ok_to_#{action}"
|
17
|
+
@action_ok
|
18
|
+
end
|
19
|
+
|
20
|
+
def ok_with_fetch? action, opts={}
|
21
|
+
card = opts[:trait].nil? ? self : fetch(opts)
|
22
|
+
card && card.ok_without_fetch?(action)
|
23
|
+
end
|
24
|
+
alias_method_chain :ok?, :fetch # note: method is chained so that we can return the instance variable @action_ok
|
25
|
+
|
26
|
+
|
27
|
+
def ok! action, opts={}
|
28
|
+
raise Card::PermissionDenied.new self unless ok? action, opts
|
29
|
+
end
|
30
|
+
|
31
|
+
def who_can action
|
32
|
+
#warn "who_can[#{name}] #{(prc=permission_rule_card(action)).inspect}, #{prc.first.item_cards.map(&:id)}" if action == :update
|
33
|
+
permission_rule_card(action).first.item_cards.map &:id
|
34
|
+
end
|
35
|
+
|
36
|
+
|
37
|
+
def permission_rule_card action
|
38
|
+
opcard = rule_card action
|
39
|
+
|
40
|
+
unless opcard # RULE missing. should not be possible. generalize this to handling of all required rules
|
41
|
+
errors.add :permission_denied, "No #{action} rule for #{name}"
|
42
|
+
raise Card::PermissionDenied.new(self)
|
43
|
+
end
|
44
|
+
|
45
|
+
rcard = Auth.as_bot do
|
46
|
+
if ['_left','[[_left]]'].member?(opcard.db_content) && self.junction? # compound cards can inherit permissions from left parent
|
47
|
+
lcard = left_or_new( :skip_virtual=>true, :skip_modules=>true )
|
48
|
+
if action==:create && lcard.real? && !lcard.action==:create
|
49
|
+
action = :update
|
50
|
+
end
|
51
|
+
lcard.permission_rule_card(action).first
|
52
|
+
else
|
53
|
+
opcard
|
54
|
+
end
|
55
|
+
end
|
56
|
+
return rcard, opcard.rule_class_name
|
57
|
+
end
|
58
|
+
|
59
|
+
def rule_class_name
|
60
|
+
trunk.type_id == Card::SetID ? cardname.trunk_name.tag : nil
|
61
|
+
end
|
62
|
+
|
63
|
+
def you_cant what
|
64
|
+
"You don't have permission to #{what}"
|
65
|
+
end
|
66
|
+
|
67
|
+
|
68
|
+
def deny_because why
|
69
|
+
@permission_errors << why if @permission_errors
|
70
|
+
@action_ok = false
|
71
|
+
end
|
72
|
+
|
73
|
+
def permitted? action
|
74
|
+
|
75
|
+
if !Card.config.read_only
|
76
|
+
return true if action != :comment and Auth.always_ok?
|
77
|
+
|
78
|
+
permitted_ids = who_can action
|
79
|
+
|
80
|
+
if action == :comment && Auth.always_ok?
|
81
|
+
# admin can comment if anyone can
|
82
|
+
!permitted_ids.empty?
|
83
|
+
else
|
84
|
+
Auth.among? permitted_ids
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
def permit action, verb=nil
|
90
|
+
if Card.config.read_only # not called by ok_to_read
|
91
|
+
deny_because "Currently in read-only mode"
|
92
|
+
end
|
93
|
+
|
94
|
+
verb ||= action.to_s
|
95
|
+
unless permitted? action
|
96
|
+
deny_because you_cant("#{verb} #{name.present? ? name : 'this'}")
|
97
|
+
end
|
98
|
+
end
|
99
|
+
|
100
|
+
def ok_to_create
|
101
|
+
permit :create
|
102
|
+
if @action_ok and junction?
|
103
|
+
[:left, :right].each do |side|
|
104
|
+
next if side==:left && @superleft # left is supercard; create permissions will get checked there.
|
105
|
+
part_card = send side, :new=>{}
|
106
|
+
if part_card && part_card.new_card? # if no card, there must be other errors
|
107
|
+
unless part_card.ok? :create
|
108
|
+
deny_because you_cant("create #{part_card.name}")
|
109
|
+
end
|
110
|
+
end
|
111
|
+
end
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
115
|
+
def ok_to_read
|
116
|
+
if !Auth.always_ok?
|
117
|
+
@read_rule_id ||= permission_rule_card(:read).first.id.to_i
|
118
|
+
if !Auth.as_card.read_rules.member? @read_rule_id
|
119
|
+
deny_because you_cant "read this"
|
120
|
+
end
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
def ok_to_update
|
125
|
+
permit :update
|
126
|
+
if @action_ok and type_id_changed? and !permitted? :create
|
127
|
+
deny_because you_cant( "change to this type (need create permission)" )
|
128
|
+
end
|
129
|
+
ok_to_read if @action_ok
|
130
|
+
end
|
131
|
+
|
132
|
+
def ok_to_delete
|
133
|
+
permit :delete
|
134
|
+
end
|
135
|
+
|
136
|
+
def ok_to_comment
|
137
|
+
permit :comment, 'comment on'
|
138
|
+
if @action_ok
|
139
|
+
deny_because "No comments allowed on templates" if is_template?
|
140
|
+
deny_because "No comments allowed on structured content" if structure
|
141
|
+
end
|
142
|
+
end
|
143
|
+
|
144
|
+
|
145
|
+
event :set_read_rule, :before=>:store do
|
146
|
+
if trash == true
|
147
|
+
self.read_rule_id = self.read_rule_class = nil
|
148
|
+
else
|
149
|
+
# avoid doing this on simple content saves?
|
150
|
+
rcard, rclass = permission_rule_card(:read)
|
151
|
+
self.read_rule_id = rcard.id
|
152
|
+
self.read_rule_class = rclass
|
153
|
+
#find all cards with me as trunk and update their read_rule (because of *type plus right)
|
154
|
+
# skip if name is updated because will already be resaved
|
155
|
+
|
156
|
+
if !new_card? && type_id_changed?
|
157
|
+
Auth.as_bot do
|
158
|
+
Card.search(:left=>self.name).each do |plus_card|
|
159
|
+
plus_card = plus_card.refresh.update_read_rule
|
160
|
+
end
|
161
|
+
end
|
162
|
+
end
|
163
|
+
end
|
164
|
+
end
|
165
|
+
|
166
|
+
def update_read_rule
|
167
|
+
Card.record_timestamps = false
|
168
|
+
|
169
|
+
reset_patterns # why is this needed?
|
170
|
+
rcard, rclass = permission_rule_card :read
|
171
|
+
self.read_rule_id = rcard.id #these two are just to make sure vals are correct on current object
|
172
|
+
#warn "updating read rule for #{inspect} to #{rcard.inspect}, #{rclass}"
|
173
|
+
|
174
|
+
self.read_rule_class = rclass
|
175
|
+
Card.where(:id=>self.id).update_all(:read_rule_id=>rcard.id, :read_rule_class=>rclass)
|
176
|
+
expire
|
177
|
+
|
178
|
+
# currently doing a brute force search for every card that may be impacted. may want to optimize(?)
|
179
|
+
Auth.as_bot do
|
180
|
+
Card.search(:left=>self.name).each do |plus_card|
|
181
|
+
if plus_card.rule(:read) == '_left'
|
182
|
+
plus_card.update_read_rule
|
183
|
+
end
|
184
|
+
end
|
185
|
+
end
|
186
|
+
|
187
|
+
ensure
|
188
|
+
Card.record_timestamps = true
|
189
|
+
end
|
190
|
+
|
191
|
+
def add_to_read_rule_update_queue updates
|
192
|
+
@read_rule_update_queue = Array.wrap(@read_rule_update_queue).concat updates
|
193
|
+
end
|
194
|
+
|
195
|
+
|
196
|
+
event :check_permissions, :after=>:approve do
|
197
|
+
task = if @action != :delete && comment #will be obviated by new comment handling
|
198
|
+
:comment
|
199
|
+
else
|
200
|
+
@action
|
201
|
+
end
|
202
|
+
|
203
|
+
track_permission_errors do
|
204
|
+
ok? task
|
205
|
+
end
|
206
|
+
end
|
207
|
+
|
208
|
+
def track_permission_errors
|
209
|
+
@permission_errors = []
|
210
|
+
result = yield
|
211
|
+
|
212
|
+
@permission_errors.each do |message|
|
213
|
+
errors.add :permission_denied, message
|
214
|
+
end
|
215
|
+
@permission_errors = nil
|
216
|
+
|
217
|
+
result
|
218
|
+
end
|
219
|
+
|
220
|
+
|
221
|
+
def recaptcha_on?
|
222
|
+
have_recaptcha_keys? &&
|
223
|
+
Env[:controller] &&
|
224
|
+
!Auth.signed_in? &&
|
225
|
+
!Auth.needs_setup? &&
|
226
|
+
!Auth.always_ok? &&
|
227
|
+
Card.toggle( rule :captcha )
|
228
|
+
end
|
229
|
+
|
230
|
+
def have_recaptcha_keys?
|
231
|
+
@@have_recaptcha_keys = defined?(@@have_recaptcha_keys) ? @@have_recaptcha_keys :
|
232
|
+
!!( Card.config.recaptcha_public_key && Card.config.recaptcha_private_key )
|
233
|
+
end
|
234
|
+
|
235
|
+
event :recaptcha, :before=>:approve do
|
236
|
+
if !@supercard && !Env[:recaptcha_used] && recaptcha_on?
|
237
|
+
Env[:recaptcha_used] = true
|
238
|
+
Env[:controller].verify_recaptcha :model=>self, :attribute=>:captcha
|
239
|
+
end
|
240
|
+
end
|
241
|
+
|
242
|
+
module Accounts
|
243
|
+
# This is a short-term hack that is used in account-related cards to allow a permissions pattern where
|
244
|
+
# permissions are restricted to the owner of the account (and, by default, Admin)
|
245
|
+
# That pattern should be permitted by our card representation (without creating
|
246
|
+
# separate rules for each account holder) but is not yet.
|
247
|
+
|
248
|
+
def permit action, verb=nil
|
249
|
+
case
|
250
|
+
when action==:comment ; @action_ok = false
|
251
|
+
when action==:create ; @superleft ? true : super( action, verb )
|
252
|
+
#restricts account creation to subcard handling on permitted card (unless explicitly permitted)
|
253
|
+
when is_own_account? ; true
|
254
|
+
else ; super action, verb
|
255
|
+
end
|
256
|
+
end
|
257
|
+
|
258
|
+
end
|
259
|
+
|
260
|
+
module Follow
|
261
|
+
def ok_to_update
|
262
|
+
permit :update
|
263
|
+
end
|
264
|
+
|
265
|
+
def ok_to_create
|
266
|
+
permit :create
|
267
|
+
end
|
268
|
+
|
269
|
+
def ok_to_delete
|
270
|
+
permit :delete
|
271
|
+
end
|
272
|
+
|
273
|
+
def permit action, verb=nil
|
274
|
+
if [:create, :delete, :update].include?(action) && Auth.signed_in? &&
|
275
|
+
(user = rule_user) && Auth.current_id == user.id
|
276
|
+
return true
|
277
|
+
else
|
278
|
+
super action, verb
|
279
|
+
end
|
280
|
+
end
|
281
|
+
|
282
|
+
end
|
283
|
+
|
284
|
+
|
@@ -0,0 +1,185 @@
|
|
1
|
+
|
2
|
+
# The Card#abort method is for cleanly exiting an action without continuing to process any further events.
|
3
|
+
#
|
4
|
+
# Three statuses are supported:
|
5
|
+
#
|
6
|
+
# failure: adds an error, returns false on save
|
7
|
+
# success: no error, returns true on save
|
8
|
+
# triumph: similar to success, but if called on a subcard it causes the entire action to abort (not just the subcard)
|
9
|
+
|
10
|
+
def abort status, msg='action canceled'
|
11
|
+
if status == :failure && errors.empty?
|
12
|
+
errors.add :abort, msg
|
13
|
+
elsif Hash === status and status[:success]
|
14
|
+
Env.params[:success] = status[:success]
|
15
|
+
status = :success
|
16
|
+
end
|
17
|
+
raise Card::Abort.new( status, msg)
|
18
|
+
end
|
19
|
+
|
20
|
+
|
21
|
+
def abortable
|
22
|
+
yield
|
23
|
+
rescue Card::Abort => e
|
24
|
+
if e.status == :triumph
|
25
|
+
@supercard ? raise( e ) : true
|
26
|
+
elsif e.status == :success
|
27
|
+
if @supercard
|
28
|
+
@supercard.subcards.delete_if { |k,v| v==self }
|
29
|
+
end
|
30
|
+
true
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
def valid_subcard?
|
35
|
+
abortable { valid? }
|
36
|
+
end
|
37
|
+
|
38
|
+
# this is an override of standard rails behavior that rescues abortmakes it so that :success abortions do not rollback
|
39
|
+
def with_transaction_returning_status
|
40
|
+
status = nil
|
41
|
+
self.class.transaction do
|
42
|
+
add_to_transaction
|
43
|
+
status = abortable { yield }
|
44
|
+
raise ActiveRecord::Rollback unless status
|
45
|
+
end
|
46
|
+
status
|
47
|
+
end
|
48
|
+
|
49
|
+
# perhaps above should be in separate module?
|
50
|
+
#~~~~~~
|
51
|
+
|
52
|
+
def approve
|
53
|
+
@action = identify_action
|
54
|
+
# the following should really happen when type, name etc are changed
|
55
|
+
reset_patterns
|
56
|
+
include_set_modules
|
57
|
+
run_callbacks :approve
|
58
|
+
expire_pieces if errors.any?
|
59
|
+
errors.empty?
|
60
|
+
rescue =>e
|
61
|
+
rescue_event e
|
62
|
+
end
|
63
|
+
|
64
|
+
def identify_action
|
65
|
+
case
|
66
|
+
when trash ; :delete
|
67
|
+
when new_card? ; :create
|
68
|
+
else :update
|
69
|
+
end
|
70
|
+
end
|
71
|
+
|
72
|
+
def store_changes
|
73
|
+
@changed_fields = Card::TRACKED_FIELDS.select{ |f| changed_attributes.member? f }
|
74
|
+
return unless @current_action
|
75
|
+
if @changed_fields.present?
|
76
|
+
@current_action.changed_fields(self, @changed_fields)
|
77
|
+
elsif @current_action and @current_action.changes.empty?
|
78
|
+
@current_action.delete
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
def store
|
85
|
+
run_callbacks :store do
|
86
|
+
yield #unless @draft
|
87
|
+
store_changes
|
88
|
+
@virtual = false
|
89
|
+
end
|
90
|
+
rescue =>e
|
91
|
+
rescue_event e
|
92
|
+
ensure
|
93
|
+
@from_trash = @last_action_id = @last_content_action_id = nil
|
94
|
+
end
|
95
|
+
|
96
|
+
|
97
|
+
def extend
|
98
|
+
run_callbacks :extend
|
99
|
+
rescue =>e
|
100
|
+
rescue_event e
|
101
|
+
ensure
|
102
|
+
@action = nil
|
103
|
+
end
|
104
|
+
|
105
|
+
|
106
|
+
def rescue_event e
|
107
|
+
@action = nil
|
108
|
+
expire_pieces
|
109
|
+
subcards.each do |key, card|
|
110
|
+
next unless Card===card
|
111
|
+
card.expire_pieces
|
112
|
+
end
|
113
|
+
raise e
|
114
|
+
#rescue Card::Cancel
|
115
|
+
# false
|
116
|
+
end
|
117
|
+
|
118
|
+
event :notable_exception_raised do
|
119
|
+
Rails.logger.debug "BT: #{Card::Error.current.backtrace*"\n "}"
|
120
|
+
end
|
121
|
+
|
122
|
+
|
123
|
+
def event_applies? opts
|
124
|
+
if opts[:on]
|
125
|
+
return false unless Array.wrap( opts[:on] ).member? @action
|
126
|
+
end
|
127
|
+
if opts[:changed]
|
128
|
+
return false if @action == :delete or !changes[ opts[:changed].to_s ]
|
129
|
+
end
|
130
|
+
if opts[:when]
|
131
|
+
return false unless opts[:when].call self
|
132
|
+
end
|
133
|
+
true
|
134
|
+
end
|
135
|
+
|
136
|
+
def subcards
|
137
|
+
@subcards ||= {}
|
138
|
+
end
|
139
|
+
|
140
|
+
|
141
|
+
event :process_subcards, :after=>:approve, :on=>:save do
|
142
|
+
subcards.keys.each do |sub_name|
|
143
|
+
opts = @subcards[sub_name] || {}
|
144
|
+
opts = { 'content' => opts } if String===opts
|
145
|
+
ab_name = sub_name.to_name.to_absolute_name name
|
146
|
+
next if ab_name.key == key # don't resave self!
|
147
|
+
|
148
|
+
opts = opts.stringify_keys
|
149
|
+
opts['subcards'] = extract_subcard_args! opts
|
150
|
+
|
151
|
+
opts[:supercard] = self
|
152
|
+
|
153
|
+
subcard = if known_card = Card[ab_name]
|
154
|
+
known_card.refresh.assign_attributes opts
|
155
|
+
known_card
|
156
|
+
elsif opts['subcards'].present? or (opts['content'].present? and opts['content'].strip.present?)
|
157
|
+
Card.new opts.reverse_merge 'name' => sub_name
|
158
|
+
end
|
159
|
+
|
160
|
+
if subcard
|
161
|
+
@subcards[sub_name] = subcard
|
162
|
+
else
|
163
|
+
@subcards.delete sub_name
|
164
|
+
end
|
165
|
+
end
|
166
|
+
end
|
167
|
+
|
168
|
+
event :approve_subcards, :after=>:process_subcards do
|
169
|
+
subcards.each do |key, subcard|
|
170
|
+
if !subcard.valid_subcard?
|
171
|
+
subcard.errors.each do |field, err|
|
172
|
+
err = "#{field} #{err}" unless [:content, :abort].member? field
|
173
|
+
errors.add subcard.relative_name, err
|
174
|
+
end
|
175
|
+
end
|
176
|
+
end
|
177
|
+
end
|
178
|
+
|
179
|
+
event :store_subcards, :after=>:store do
|
180
|
+
subcards.each do |key, sub|
|
181
|
+
sub.save! :validate=>false #unless @draft
|
182
|
+
end
|
183
|
+
end
|
184
|
+
|
185
|
+
|