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,118 @@
|
|
1
|
+
|
2
|
+
def name_referencers link_name=nil
|
3
|
+
link_name = link_name.nil? ? key : link_name.to_name.key
|
4
|
+
Card.all :joins => :references_to, :conditions => { :card_references => { :referee_key => link_name } }
|
5
|
+
end
|
6
|
+
|
7
|
+
def extended_referencers
|
8
|
+
# FIXME .. we really just need a number here.
|
9
|
+
(dependents + [self]).map(&:referencers).flatten.uniq
|
10
|
+
end
|
11
|
+
|
12
|
+
def replace_references old_name, new_name
|
13
|
+
obj_content = Card::Content.new raw_content, card=self
|
14
|
+
|
15
|
+
obj_content.find_chunks( Card::Chunk::Reference ).select do |chunk|
|
16
|
+
if old_ref_name = chunk.referee_name and new_ref_name = old_ref_name.replace_part(old_name, new_name)
|
17
|
+
chunk.referee_name = chunk.replace_reference old_name, new_name
|
18
|
+
Card::Reference.where( :referee_key => old_ref_name.key ).update_all :referee_key => new_ref_name.key
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
obj_content.to_s
|
23
|
+
end
|
24
|
+
|
25
|
+
def update_references rendered_content = nil, refresh = false
|
26
|
+
raise "update references should not be called on new cards" if id.nil?
|
27
|
+
|
28
|
+
Card::Reference.delete_all_from self
|
29
|
+
|
30
|
+
# FIXME: why not like this: references_expired = nil # do we have to make sure this is saved?
|
31
|
+
#Card.update( id, :references_expired=>nil )
|
32
|
+
# or just this and save it elsewhere?
|
33
|
+
#references_expired=nil
|
34
|
+
|
35
|
+
connection.execute("update cards set references_expired=NULL where id=#{id}")
|
36
|
+
# references_expired = nil
|
37
|
+
expire if refresh
|
38
|
+
|
39
|
+
rendered_content ||= Card::Content.new(raw_content, card=self)
|
40
|
+
|
41
|
+
rendered_content.find_chunks(Card::Chunk::Reference).each do |chunk|
|
42
|
+
if referee_name = chunk.referee_name # name is referenced (not true of commented inclusions)
|
43
|
+
referee_id = chunk.referee_id
|
44
|
+
if id != referee_id # not self reference
|
45
|
+
|
46
|
+
#update_references chunk.referee_name if Card::Content === chunk.referee_name
|
47
|
+
# for the above to work we will need to get past delete_all!
|
48
|
+
referee_name.piece_names.each do |name|
|
49
|
+
if name.key != key # don't create self reference
|
50
|
+
|
51
|
+
# reference types:
|
52
|
+
# L = link
|
53
|
+
# I = inclusion
|
54
|
+
# P = partial (i.e. the name is part of a compound name that is referenced by a link or inclusion)
|
55
|
+
# The partial type is needed to keep track of references of virtual cards.
|
56
|
+
# For example a link [[A+*self]] won't make it to the reference table because A+*self is virtual and
|
57
|
+
# doesn't have an id but when A's name is changed we have to find and update that link.
|
58
|
+
ref_type = if name == referee_name
|
59
|
+
Card::Chunk::Link===chunk ? 'L' : 'I'
|
60
|
+
else
|
61
|
+
'P'
|
62
|
+
end
|
63
|
+
Card::Reference.create!(
|
64
|
+
:referer_id => id,
|
65
|
+
:referee_id => Card.where(:key=>name.key).pluck(:id).first,
|
66
|
+
:referee_key => name.key,
|
67
|
+
:ref_type => ref_type,
|
68
|
+
:present => 1
|
69
|
+
)
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
end
|
75
|
+
end
|
76
|
+
end
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
def referencers
|
81
|
+
return [] unless refs = references_from
|
82
|
+
refs.map(&:referer_id).map( &Card.method(:fetch) ).compact
|
83
|
+
end
|
84
|
+
|
85
|
+
def includers
|
86
|
+
return [] unless refs = references_from.where( :ref_type => 'I' )
|
87
|
+
refs.map(&:referer_id).map( &Card.method(:fetch) ).compact
|
88
|
+
end
|
89
|
+
|
90
|
+
def referees
|
91
|
+
return [] unless refs = references_to
|
92
|
+
refs.map { |ref| Card.fetch ref.referee_key, :new=>{} }.compact
|
93
|
+
end
|
94
|
+
|
95
|
+
def includees
|
96
|
+
return [] unless refs = references_to.where( :ref_type => 'I' )
|
97
|
+
refs.map { |ref| Card.fetch ref.referee_key, :new=>{} }.compact
|
98
|
+
end
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
protected
|
103
|
+
|
104
|
+
|
105
|
+
event :refresh_references, :after=>:store, :on=>:save do
|
106
|
+
self.update_references
|
107
|
+
expire_structuree_references
|
108
|
+
end
|
109
|
+
|
110
|
+
event :refresh_references_on_create, :before=>:refresh_references, :on=>:create do
|
111
|
+
Card::Reference.update_existing_key self
|
112
|
+
# FIXME: bogus blank default content is set on structured cards...
|
113
|
+
end
|
114
|
+
|
115
|
+
event :refresh_references_on_delete, :after=>:store, :on=>:delete do
|
116
|
+
Card::Reference.update_on_delete self
|
117
|
+
expire_structuree_references
|
118
|
+
end
|
@@ -0,0 +1,315 @@
|
|
1
|
+
RuleSQL = %{
|
2
|
+
select rules.id as rule_id, settings.id as setting_id, sets.id as set_id, sets.left_id as anchor_id, sets.right_id as set_tag_id
|
3
|
+
from cards rules
|
4
|
+
join cards sets on rules.left_id = sets.id
|
5
|
+
join cards settings on rules.right_id = settings.id
|
6
|
+
where sets.type_id = #{Card::SetID } and sets.trash is false
|
7
|
+
and settings.type_id = #{Card::SettingID} and settings.trash is false
|
8
|
+
and rules.trash is false
|
9
|
+
and (settings.codename != 'follow' or rules.db_content != '');
|
10
|
+
}
|
11
|
+
|
12
|
+
ReadRuleSQL = %{
|
13
|
+
select refs.referee_id as party_id, read_rules.id as read_rule_id
|
14
|
+
from cards read_rules
|
15
|
+
join card_references refs on refs.referer_id = read_rules.id
|
16
|
+
join cards sets on read_rules.left_id = sets.id
|
17
|
+
where read_rules.right_id = #{Card::ReadID} and read_rules.trash is false and sets.type_id = #{Card::SetID};
|
18
|
+
}
|
19
|
+
|
20
|
+
|
21
|
+
def is_rule?
|
22
|
+
is_standard_rule? || is_user_rule?
|
23
|
+
end
|
24
|
+
|
25
|
+
def is_standard_rule?
|
26
|
+
(r = right( :skip_modules=>true )) &&
|
27
|
+
r.type_id == Card::SettingID &&
|
28
|
+
(l = left( :skip_modules=>true )) &&
|
29
|
+
l.type_id == Card::SetID
|
30
|
+
end
|
31
|
+
|
32
|
+
def is_user_rule?
|
33
|
+
cardname.parts.length > 2 &&
|
34
|
+
(r = right( :skip_modules=>true )) &&
|
35
|
+
r.type_id == Card::SettingID &&
|
36
|
+
(set = self[0..-3, :skip_modules=>true]) &&
|
37
|
+
set.type_id == Card::SetID &&
|
38
|
+
(user = self[-2, :skip_modules=>true] ) &&
|
39
|
+
(user.type_id == Card::UserID || user.codename == 'all' )
|
40
|
+
end
|
41
|
+
|
42
|
+
|
43
|
+
def rule setting_code, options={}
|
44
|
+
options[:skip_modules] = true
|
45
|
+
card = rule_card setting_code, options
|
46
|
+
card && card.db_content
|
47
|
+
end
|
48
|
+
|
49
|
+
def rule_card setting_code, options={}
|
50
|
+
Card.fetch rule_card_id( setting_code, options ), options
|
51
|
+
end
|
52
|
+
|
53
|
+
def rule_card_id setting_code, options={}
|
54
|
+
fallback = options.delete( :fallback )
|
55
|
+
|
56
|
+
if Card::Setting.user_specific? setting_code
|
57
|
+
user_id = options[:user_id] || (options[:user] and options[:user].id) || Auth.current_id
|
58
|
+
if user_id
|
59
|
+
fallback = "#{setting_code}+#{Card[:all].id}"
|
60
|
+
setting_code = "#{setting_code}+#{user_id}"
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
rule_set_keys.each do |rule_set_key|
|
65
|
+
rule_id = self.class.rule_cache["#{rule_set_key}+#{setting_code}"]
|
66
|
+
rule_id ||= fallback && self.class.rule_cache["#{rule_set_key}+#{fallback}"]
|
67
|
+
return rule_id if rule_id
|
68
|
+
end
|
69
|
+
nil
|
70
|
+
end
|
71
|
+
|
72
|
+
def related_sets
|
73
|
+
# refers to sets that users may configure from the current card - NOT to sets to which the current card belongs
|
74
|
+
|
75
|
+
sets = []
|
76
|
+
sets << ["#{name}+*type", Card::TypeSet.label( name) ] if known? && type_id==Card::CardtypeID
|
77
|
+
sets << ["#{name}+*self", Card::SelfSet.label( name) ]
|
78
|
+
sets << ["#{name}+*right", Card::RightSet.label(name) ] if known? && cardname.simple?
|
79
|
+
|
80
|
+
# Card.search(:type=>'Set',:left=>{:right=>name},:right=>'*type plus right',:return=>'name').each do |set_name|
|
81
|
+
# sets<< set_name
|
82
|
+
# end
|
83
|
+
sets
|
84
|
+
end
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
module ClassMethods
|
89
|
+
|
90
|
+
# User-specific rule use the pattern
|
91
|
+
# user+set+setting
|
92
|
+
def user_rule_sql user_id=nil
|
93
|
+
user_restriction = if user_id
|
94
|
+
"users.id = #{user_id}"
|
95
|
+
else
|
96
|
+
"users.type_id = #{Card::UserID}"
|
97
|
+
end
|
98
|
+
|
99
|
+
%{
|
100
|
+
select
|
101
|
+
user_rules.id as rule_id,
|
102
|
+
settings.id as setting_id,
|
103
|
+
sets.id as set_id,
|
104
|
+
sets.left_id as anchor_id,
|
105
|
+
sets.right_id as set_tag_id,
|
106
|
+
users.id as user_id
|
107
|
+
from cards user_rules
|
108
|
+
join cards user_sets on user_rules.left_id = user_sets.id
|
109
|
+
join cards settings on user_rules.right_id = settings.id
|
110
|
+
join cards users on user_sets.right_id = users.id
|
111
|
+
join cards sets on user_sets.left_id = sets.id
|
112
|
+
where sets.type_id = #{Card::SetID } and sets.trash is false
|
113
|
+
and settings.type_id = #{Card::SettingID} and settings.trash is false
|
114
|
+
and ( #{user_restriction} or users.codename = 'all' ) and users.trash is false
|
115
|
+
and user_sets.trash is false
|
116
|
+
and user_rules.trash is false;
|
117
|
+
}
|
118
|
+
end
|
119
|
+
|
120
|
+
|
121
|
+
def setting name
|
122
|
+
Auth.as_bot do
|
123
|
+
card=Card[name] and !card.db_content.strip.empty? and card.db_content
|
124
|
+
end
|
125
|
+
end
|
126
|
+
|
127
|
+
def path_setting name #shouldn't this be in location helper?
|
128
|
+
name ||= '/'
|
129
|
+
return name if name =~ /^(http|mailto)/
|
130
|
+
"#{Card.config.relative_url_root}#{name}"
|
131
|
+
end
|
132
|
+
|
133
|
+
def toggle val
|
134
|
+
val.to_s.strip == '1'
|
135
|
+
end
|
136
|
+
|
137
|
+
def cache_key row
|
138
|
+
setting_code = Card::Codename[ row['setting_id'].to_i ] or return false
|
139
|
+
|
140
|
+
anchor_id = row['anchor_id']
|
141
|
+
set_class_id = anchor_id.nil? ? row['set_id'] : row['set_tag_id']
|
142
|
+
set_class_code = Card::Codename[ set_class_id.to_i ] or return false
|
143
|
+
|
144
|
+
key_base = [ anchor_id, set_class_code, setting_code].compact.map( &:to_s ) * '+'
|
145
|
+
end
|
146
|
+
|
147
|
+
def all_rule_keys_with_id
|
148
|
+
ActiveRecord::Base.connection.select_all(RuleSQL).each do |row|
|
149
|
+
if key = cache_key(row)
|
150
|
+
yield(key, row['rule_id'].to_i)
|
151
|
+
end
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
def all_user_rule_keys_with_id_and_user_id
|
156
|
+
ActiveRecord::Base.connection.select_all(user_rule_sql).each do |row|
|
157
|
+
if key = cache_key(row) and user_id = row['user_id']
|
158
|
+
yield(key, row['rule_id'].to_i, user_id.to_i)
|
159
|
+
end
|
160
|
+
end
|
161
|
+
end
|
162
|
+
|
163
|
+
def all_rule_keys_with_id_for user_id
|
164
|
+
ActiveRecord::Base.connection.select_all(user_rule_sql(user_id)).each do |row|
|
165
|
+
if key = cache_key(row)
|
166
|
+
yield(key, row['rule_id'].to_i)
|
167
|
+
end
|
168
|
+
end
|
169
|
+
end
|
170
|
+
|
171
|
+
def cached_rule_keys_for user_id
|
172
|
+
rule_keys_cache[user_id] || []
|
173
|
+
end
|
174
|
+
|
175
|
+
def all_user_ids_with_rule_for set_card, setting_code
|
176
|
+
key = if (l=set_card.left) and (r=set_card.right)
|
177
|
+
set_class_code = Card::Codename[ r.id ]
|
178
|
+
"#{l.id}+#{set_class_code}+#{setting_code}"
|
179
|
+
else
|
180
|
+
set_class_code = Card::Codename[ set_card.id ]
|
181
|
+
"#{set_class_code}+#{setting_code}"
|
182
|
+
end
|
183
|
+
user_ids = user_ids_cache[key] || []
|
184
|
+
if user_ids.include? Card[:all].id # rule for all -> return all user ids
|
185
|
+
Card.where(:type_id=>Card::UserID).pluck(:id)
|
186
|
+
else
|
187
|
+
user_ids
|
188
|
+
end
|
189
|
+
|
190
|
+
end
|
191
|
+
|
192
|
+
def user_rule_cards user_name, setting_code
|
193
|
+
Card.search :right=>{:codename=>setting_code}, :left=>{:left=>{:type_id=>SetID}, :right=>user_name}
|
194
|
+
end
|
195
|
+
|
196
|
+
def rule_cache
|
197
|
+
Card.cache.read('RULES') || begin
|
198
|
+
rule_hash = {}
|
199
|
+
all_rule_keys_with_id do |key,rule_id|
|
200
|
+
rule_hash[key] = rule_id
|
201
|
+
end
|
202
|
+
|
203
|
+
user_ids_hash = {}
|
204
|
+
rule_keys_hash = {}
|
205
|
+
all_user_rule_keys_with_id_and_user_id do |key, rule_id, user_id|
|
206
|
+
rule_hash[ user_rule_key(key,user_id) ] = rule_id
|
207
|
+
user_ids_hash[key] ||= []
|
208
|
+
user_ids_hash[key] << user_id
|
209
|
+
rule_keys_hash[user_id] ||= []
|
210
|
+
rule_keys_hash[user_id] << key
|
211
|
+
end
|
212
|
+
write_user_ids_cache user_ids_hash
|
213
|
+
write_rule_keys_cache rule_keys_hash
|
214
|
+
write_rule_cache rule_hash
|
215
|
+
end
|
216
|
+
end
|
217
|
+
|
218
|
+
def user_rule_key key, user_id
|
219
|
+
"#{key}+#{user_id}"
|
220
|
+
end
|
221
|
+
|
222
|
+
# all users that have a user-specific rule for a given rule key
|
223
|
+
def user_ids_cache
|
224
|
+
Card.cache.read('USER_IDS') || begin
|
225
|
+
rule_cache
|
226
|
+
Card.cache.read('USER_IDS')
|
227
|
+
end
|
228
|
+
end
|
229
|
+
|
230
|
+
# all keys of user-specific rules for a given user
|
231
|
+
def rule_keys_cache
|
232
|
+
Card.cache.read('RULE_KEYS') || begin
|
233
|
+
rule_cache
|
234
|
+
Card.cache.read('RULE_KEYS')
|
235
|
+
end
|
236
|
+
end
|
237
|
+
|
238
|
+
def clear_rule_cache
|
239
|
+
write_rule_cache nil
|
240
|
+
write_user_ids_cache nil
|
241
|
+
write_rule_keys_cache nil
|
242
|
+
end
|
243
|
+
|
244
|
+
def clear_user_rule_cache
|
245
|
+
clear_rule_cache
|
246
|
+
end
|
247
|
+
|
248
|
+
def refresh_rule_cache_for_user user_id
|
249
|
+
rule_hash = rule_cache
|
250
|
+
user_ids_hash = user_ids_cache
|
251
|
+
rule_keys_hash = rule_keys_cache
|
252
|
+
|
253
|
+
cached_rule_keys_for(user_id).each do |key|
|
254
|
+
rule_hash[ user_rule_key(key, user_id) ] = nil
|
255
|
+
user_ids_hash[ key ].delete(user_id)
|
256
|
+
end
|
257
|
+
rule_keys_hash[ user_id ] = nil
|
258
|
+
|
259
|
+
all_rule_keys_with_id_for(user_id) do |key, rule_id|
|
260
|
+
rule_hash[ user_rule_key(key,user_id) ] = rule_id
|
261
|
+
|
262
|
+
user_ids_hash[ key ] ||= []
|
263
|
+
user_ids_hash[ key ] << user_id
|
264
|
+
rule_keys_hash[ user_id ] ||= []
|
265
|
+
rule_keys_hash[ user_id ] << key
|
266
|
+
end
|
267
|
+
write_user_ids_cache user_ids_hash
|
268
|
+
write_rule_keys_cache rule_keys_hash
|
269
|
+
write_rule_cache rule_hash
|
270
|
+
end
|
271
|
+
|
272
|
+
def write_rule_cache hash
|
273
|
+
Card.cache.write 'RULES', hash
|
274
|
+
end
|
275
|
+
|
276
|
+
def write_user_ids_cache hash
|
277
|
+
Card.cache.write 'USER_IDS', hash
|
278
|
+
end
|
279
|
+
|
280
|
+
def write_rule_keys_cache hash
|
281
|
+
Card.cache.write 'RULE_KEYS', hash
|
282
|
+
end
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
def read_rule_cache
|
287
|
+
Card.cache.read('READRULES') || begin
|
288
|
+
hash = {}
|
289
|
+
ActiveRecord::Base.connection.select_all( Card::Set::All::Rules::ReadRuleSQL ).each do |row|
|
290
|
+
party_id, read_rule_id = row['party_id'].to_i, row['read_rule_id'].to_i
|
291
|
+
hash[party_id] ||= []
|
292
|
+
hash[party_id] << read_rule_id
|
293
|
+
end
|
294
|
+
Card.cache.write 'READRULES', hash
|
295
|
+
end
|
296
|
+
end
|
297
|
+
|
298
|
+
def clear_read_rule_cache
|
299
|
+
Card.cache.write 'READRULES', nil
|
300
|
+
end
|
301
|
+
=begin
|
302
|
+
def default_rule setting_code, fallback=nil
|
303
|
+
card = default_rule_card setting_code, fallback
|
304
|
+
return card && card.content
|
305
|
+
end
|
306
|
+
|
307
|
+
def default_rule_card setting_code, fallback=nil
|
308
|
+
rule_id = rule_cache["all+#{setting_code}"]
|
309
|
+
rule_id ||= fallback && rule_cache["all+#{fallback}"]
|
310
|
+
Card[rule_id] if rule_id
|
311
|
+
end
|
312
|
+
=end
|
313
|
+
end
|
314
|
+
|
315
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
def new_card?
|
2
|
+
new_record? || !!@from_trash
|
3
|
+
end
|
4
|
+
|
5
|
+
def known?
|
6
|
+
real? || virtual?
|
7
|
+
end
|
8
|
+
|
9
|
+
def real?
|
10
|
+
!new_card?
|
11
|
+
end
|
12
|
+
|
13
|
+
def pristine?
|
14
|
+
# has not been edited directly by human users. bleep blorp.
|
15
|
+
new_card? or actions.joins(:act).where('card_acts.actor_id != ?', Card::WagnBotID).exists?
|
16
|
+
end
|