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,21 @@
|
|
1
|
+
|
2
|
+
class Card::Query::Clause
|
3
|
+
attr_accessor :clause
|
4
|
+
|
5
|
+
def safe_sql(txt)
|
6
|
+
txt = txt.to_s
|
7
|
+
txt.match( /[^\w\*\(\)\s\.\,]/ ) ? raise( "WQL contains disallowed characters: #{txt}" ) : txt
|
8
|
+
end
|
9
|
+
|
10
|
+
def quote(v) ActiveRecord::Base.connection.quote(v) end
|
11
|
+
|
12
|
+
def match_prep(v)
|
13
|
+
cxn ||= ActiveRecord::Base.connection
|
14
|
+
[cxn, v]
|
15
|
+
end
|
16
|
+
|
17
|
+
def cast_type(type)
|
18
|
+
cxn ||= ActiveRecord::Base.connection
|
19
|
+
(val = cxn.cast_types[type.to_sym]) ? val[:name] : safe_sql(type)
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,47 @@
|
|
1
|
+
class Card::Query
|
2
|
+
class RefClause < Clause
|
3
|
+
REFERENCE_DEFINITIONS = {
|
4
|
+
# syntax:
|
5
|
+
# wql query key => [ direction, {reference_type} ]
|
6
|
+
# direction = :out | :in
|
7
|
+
# reference_type = 'L' | 'I' | 'P'
|
8
|
+
|
9
|
+
:refer_to => [ :out, 'L','I' ], :referred_to_by => [ :in, 'L','I' ],
|
10
|
+
:link_to => [ :out, 'L' ], :linked_to_by => [ :in, 'L' ],
|
11
|
+
:include => [ :out, 'I' ], :included_by => [ :in, 'I' ]
|
12
|
+
}
|
13
|
+
|
14
|
+
REFERENCE_FIELDS = {
|
15
|
+
:out => [ :referer_id, :referee_id ],
|
16
|
+
:in => [ :referee_id, :referer_id ]
|
17
|
+
}
|
18
|
+
|
19
|
+
def initialize key, val, parent
|
20
|
+
@key, @val, @parent = key, val, parent
|
21
|
+
end
|
22
|
+
|
23
|
+
def to_sql *args
|
24
|
+
dir, *type = REFERENCE_DEFINITIONS[ @key.to_sym ]
|
25
|
+
field1, field2 = REFERENCE_FIELDS[ dir ]
|
26
|
+
cond = []
|
27
|
+
if type.present?
|
28
|
+
operator = (type.size==1 ? '=' : 'IN')
|
29
|
+
quoted_letters = type.map { |letter| "'#{letter}'" } * ', '
|
30
|
+
cond << "ref_type #{operator} (#{quoted_letters})"
|
31
|
+
end
|
32
|
+
|
33
|
+
sql = %[select distinct #{field1} as ref_id from card_references]
|
34
|
+
if @val == '_none'
|
35
|
+
cond << "present = 0"
|
36
|
+
else
|
37
|
+
cardclause = CardClause.build(:return=>'id', :_parent=>@parent).merge(@val)
|
38
|
+
sql << %[ join #{ cardclause.to_sql } as c on #{field2} = c.id]
|
39
|
+
end
|
40
|
+
sql << %[ where #{ cond * ' and ' }] if cond.any?
|
41
|
+
|
42
|
+
"(#{sql})"
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
|
@@ -0,0 +1,65 @@
|
|
1
|
+
class Card::Query
|
2
|
+
class ValueClause < Clause
|
3
|
+
def initialize clause, cardclause
|
4
|
+
@cardclause = cardclause
|
5
|
+
|
6
|
+
# bare value shortcut
|
7
|
+
@clause = case clause
|
8
|
+
when ValueClause; clause.instance_variable_get('@clause') # FIXME what a hack (what's this for?)
|
9
|
+
when Array; clause
|
10
|
+
when String; ['=', clause]
|
11
|
+
when Integer; ['=', clause]
|
12
|
+
else raise("Invalid Condition Clause #{clause.inspect}")
|
13
|
+
end
|
14
|
+
|
15
|
+
# operator aliases
|
16
|
+
@clause[0] = @clause[0].to_s
|
17
|
+
if target = OPERATORS[@clause[0]]
|
18
|
+
@clause[0] = target
|
19
|
+
end
|
20
|
+
|
21
|
+
# check valid operator
|
22
|
+
raise("Invalid Operator #{@clause[0]}") unless OPERATORS.has_key?(@clause[0])
|
23
|
+
|
24
|
+
# handle IN #FIXME -- shouldn't this handle "not in", too?
|
25
|
+
if @clause[0]=='in' and !@clause[1].is_a?(CardClause) and !@clause[1].is_a?(RefClause)
|
26
|
+
@clause = [@clause[0], @clause[1..-1]]
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
def op
|
31
|
+
@clause[0]
|
32
|
+
end
|
33
|
+
|
34
|
+
def sqlize(v)
|
35
|
+
case v
|
36
|
+
when CardClause, RefClause, SqlCond; v.to_sql
|
37
|
+
when Array; "(" + v.flatten.collect {|x| sqlize(x)}.join(',') + ")"
|
38
|
+
else quote(v.to_s)
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
def to_sql field
|
43
|
+
op,v = @clause
|
44
|
+
#warn "to_sql(#{field}), #{op}, #{v}, #{@cardclause.inspect}"
|
45
|
+
v=@cardclause.selfname if v=='_self'
|
46
|
+
table = @cardclause.table_alias
|
47
|
+
|
48
|
+
#warn "to_sql #{field}, #{v} (#{op})"
|
49
|
+
field, v = case field
|
50
|
+
when "cond"; return "(#{sqlize(v)})"
|
51
|
+
when "name"; ["#{table}.key", [v].flatten.map(&:to_name).map(&:key)]
|
52
|
+
when "content"; ["#{table}.db_content", v]
|
53
|
+
else; ["#{table}.#{safe_sql(field)}", v]
|
54
|
+
end
|
55
|
+
|
56
|
+
v = v[0] if Array===v && v.length==1 && op != 'in'
|
57
|
+
if op=='~'
|
58
|
+
cxn, v = match_prep(v)
|
59
|
+
%{#{field} #{cxn.match(sqlize(v))}}
|
60
|
+
else
|
61
|
+
"#{field} #{op} #{sqlize(v)}"
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
class Card::Reference < ActiveRecord::Base
|
4
|
+
def referencer
|
5
|
+
Card[referer_id]
|
6
|
+
end
|
7
|
+
|
8
|
+
def referencee
|
9
|
+
Card[referee_id]
|
10
|
+
end
|
11
|
+
|
12
|
+
class << self
|
13
|
+
|
14
|
+
def delete_all_from card
|
15
|
+
delete_all :referer_id => card.id
|
16
|
+
end
|
17
|
+
|
18
|
+
def delete_all_to card
|
19
|
+
where( :referee_id => card.id ).update_all :present=>0, :referee_id => nil
|
20
|
+
end
|
21
|
+
|
22
|
+
def update_existing_key card, name=nil
|
23
|
+
key = (name || card.name).to_name.key
|
24
|
+
where( :referee_key => key ).update_all :present => 1, :referee_id => card.id
|
25
|
+
end
|
26
|
+
|
27
|
+
def update_on_rename card, newname, update_referers=false
|
28
|
+
if update_referers
|
29
|
+
# not currentlt needed because references are deleted and re-created in the process of adding new revision
|
30
|
+
#where( :referee_id=>card.id ).update_all :referee_key => newname.to_name.key
|
31
|
+
else
|
32
|
+
delete_all_to card
|
33
|
+
end
|
34
|
+
#Rails.logger.warn "update on rename #{card.inspect}, #{newname}, #{update_referers}"
|
35
|
+
update_existing_key card, newname
|
36
|
+
end
|
37
|
+
|
38
|
+
def update_on_delete card
|
39
|
+
delete_all_from card
|
40
|
+
delete_all_to card
|
41
|
+
end
|
42
|
+
|
43
|
+
def repair_missing_referees
|
44
|
+
#FIXME - should treat trashed cards as not existing
|
45
|
+
where( Card.where( :id=>arel_table[:referee_id], :trash=>false).exists.not ).update_all :referee_id=>nil
|
46
|
+
end
|
47
|
+
|
48
|
+
def delete_missing_referers
|
49
|
+
where( Card.where( :id=>arel_table[:referer_id], :trash=>false).exists.not ).delete_all
|
50
|
+
end
|
51
|
+
|
52
|
+
def repair_all
|
53
|
+
delete_missing_referers
|
54
|
+
|
55
|
+
Card.where(:trash=>false).find_each do |card|
|
56
|
+
Rails.logger.info "\n\n\nRepairing references for '#{card.name}' (id: #{card.id}) ... \n\n\n"
|
57
|
+
card.update_references
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
end
|
62
|
+
|
63
|
+
end
|
data/lib/card/set.rb
ADDED
@@ -0,0 +1,369 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
class Card
|
4
|
+
#remove_const :Set if const_defined?(:Set, false)
|
5
|
+
|
6
|
+
module Set
|
7
|
+
|
8
|
+
mattr_accessor :modules, :traits
|
9
|
+
@@modules = { :base=>[], :base_format=>{}, :nonbase=>{}, :nonbase_format=>{} }
|
10
|
+
|
11
|
+
|
12
|
+
=begin
|
13
|
+
A "Set" is a group of cards to which "Rules" may be applied. Sets can be as specific as
|
14
|
+
a single card, as general as all cards, or anywhere in between.
|
15
|
+
|
16
|
+
Rules take two main forms: card rules and code rules.
|
17
|
+
|
18
|
+
"Card rules" are defined in card content. These are generally configured via the web
|
19
|
+
interface and are thus documented at http://wagn.org/rules.
|
20
|
+
|
21
|
+
"Code rules" can be defined in a "set file" within any "Mod" (short for both "module" and
|
22
|
+
"modification"). In accordance with Wagn's "MoVE" architecture, there are two main kinds of
|
23
|
+
code rules you can create in a set file: Views, and Events. Events are associated with the
|
24
|
+
Card class, and Views are associated with a Format class. You can also use set files to
|
25
|
+
add or override Card and/or Format methods directly. The majority of Card code is contained
|
26
|
+
in these files.
|
27
|
+
|
28
|
+
(FIXME - define mod, add generator)
|
29
|
+
|
30
|
+
Whenever you fetch or instantiate a card, it will automatically include all the
|
31
|
+
set modules defined in set files associated with sets of which it is a member. This
|
32
|
+
entails both simple model methods and "events", which are special methods explored
|
33
|
+
in greater detail below.
|
34
|
+
|
35
|
+
For example, say you have a Plaintext card named "Philipp+address", and you have set files
|
36
|
+
for the following sets:
|
37
|
+
|
38
|
+
* all cards
|
39
|
+
* all Plaintext cards
|
40
|
+
* all cards ending in +address
|
41
|
+
|
42
|
+
When you run this:
|
43
|
+
|
44
|
+
mycard = Card.fetch 'Philipp+address'
|
45
|
+
|
46
|
+
...then mycard will include the set modules associated with each of those sets in the above
|
47
|
+
order. (The order is determined by the set pattern; see lib/card/set_pattern.rb for more
|
48
|
+
information about set_ptterns and mod/core/set/all/fetch.rb for more about fetching.)
|
49
|
+
|
50
|
+
Similarly, whenever a Format object is instantiated for a card, it includes all views
|
51
|
+
associated with BOTH (a) sets of which the card is a member and (b) the current format or
|
52
|
+
its ancestors. More on defining views below.
|
53
|
+
|
54
|
+
|
55
|
+
In order to have a set file associated with "all cards ending in +address", you could create
|
56
|
+
a file in mywagn/mod/mymod/set/right/address.rb. The recommended mechanism for doing so
|
57
|
+
is running `wagn generate set modname set_pattern set_anchor`. In the current example, this
|
58
|
+
would translate to `wagn generate set mymod right address`. Note that both the set_pattern
|
59
|
+
and the set_anchor must correspond to the codename of a card in the database to function
|
60
|
+
correctly but you can add arbitrary subdirectories to organize your code rules. The rule above
|
61
|
+
for example could be saved in mywagn/mod/mymod/set/right/address/america/north/canada.rb.
|
62
|
+
|
63
|
+
|
64
|
+
When a Card application loads, it uses these files to autogenerate a tmp_file that uses this set file to
|
65
|
+
createa Card::Set::Right::Address module which itself is extended with Card::Set. A set file
|
66
|
+
is "just ruby" but is generally quite concise because Card uses its file location to
|
67
|
+
autogenerate ruby module names and then uses Card::Set module to provide additional API.
|
68
|
+
|
69
|
+
|
70
|
+
View definitions
|
71
|
+
|
72
|
+
When you declare:
|
73
|
+
view :view_name do |args|
|
74
|
+
#...your code here
|
75
|
+
end
|
76
|
+
|
77
|
+
Methods are defined on the format
|
78
|
+
|
79
|
+
The external api with checks:
|
80
|
+
render(:viewname, args)
|
81
|
+
|
82
|
+
|
83
|
+
=end
|
84
|
+
|
85
|
+
module Format
|
86
|
+
mattr_accessor :views
|
87
|
+
@@views = {}
|
88
|
+
|
89
|
+
def view view, *args, &block
|
90
|
+
view = view.to_name.key.to_sym
|
91
|
+
views[self] ||= {}
|
92
|
+
view_block = views[self][view] = if block_given?
|
93
|
+
Card::Format.extract_class_vars view, args[0]
|
94
|
+
block
|
95
|
+
else
|
96
|
+
alias_block view, args
|
97
|
+
end
|
98
|
+
define_method "_view_#{ view }", view_block
|
99
|
+
end
|
100
|
+
|
101
|
+
def alias_block view, args
|
102
|
+
opts = Hash===args[0] ? args.shift : { :view => args.shift }
|
103
|
+
opts[:mod] ||= self
|
104
|
+
opts[:view] ||= view
|
105
|
+
views[ opts[:mod] ][ opts[:view] ] or fail
|
106
|
+
rescue
|
107
|
+
raise "cannot find #{ opts[:view] } view in #{ opts[:mod] }; failed to alias #{view} in #{self}"
|
108
|
+
end
|
109
|
+
|
110
|
+
end
|
111
|
+
|
112
|
+
|
113
|
+
def format *format_names, &block
|
114
|
+
if format_names.empty?
|
115
|
+
format_names = [:base]
|
116
|
+
elsif format_names.first == :all
|
117
|
+
format_names = Card::Format.registered.reject {|f| Card::Format.aliases[f]}
|
118
|
+
end
|
119
|
+
format_names.each do |f|
|
120
|
+
define_on_format f, &block
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
def define_on_format format_name=:base, &block
|
125
|
+
klass = Card::Format.format_class_name format_name # format class name, eg. HtmlFormat
|
126
|
+
mod = const_get_or_set klass do # called on current set module, eg Card::Set::Type::Pointer
|
127
|
+
m = Module.new # yielding set format module, eg Card::Set::Type::Pointer::HtmlFormat
|
128
|
+
register_set_format Card.const_get(klass), m
|
129
|
+
m.extend Card::Set::Format
|
130
|
+
m
|
131
|
+
end
|
132
|
+
mod.class_eval &block
|
133
|
+
end
|
134
|
+
|
135
|
+
def view *args, &block
|
136
|
+
format do
|
137
|
+
view *args, &block
|
138
|
+
end
|
139
|
+
end
|
140
|
+
|
141
|
+
|
142
|
+
def event event, opts={}, &final
|
143
|
+
opts[:on] = [:create, :update ] if opts[:on] == :save
|
144
|
+
|
145
|
+
Card.define_callbacks event
|
146
|
+
|
147
|
+
class_eval do
|
148
|
+
final_method = "#{event}_without_callbacks" #should be private?
|
149
|
+
define_method final_method, &final
|
150
|
+
|
151
|
+
define_method event do
|
152
|
+
run_callbacks event do
|
153
|
+
Card.with_logging :event, :message=>event, :context=>self.name, :details=>opts do
|
154
|
+
send final_method
|
155
|
+
end
|
156
|
+
end
|
157
|
+
end
|
158
|
+
end
|
159
|
+
|
160
|
+
set_event_callbacks event, opts
|
161
|
+
end
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
#
|
166
|
+
# ActiveCard support: accessing plus cards as attributes
|
167
|
+
#
|
168
|
+
|
169
|
+
|
170
|
+
def card_accessor *args
|
171
|
+
options = args.extract_options!
|
172
|
+
add_traits args, options.merge( :reader=>true, :writer=>true )
|
173
|
+
end
|
174
|
+
|
175
|
+
def card_reader *args
|
176
|
+
options = args.extract_options!
|
177
|
+
add_traits args, options.merge( :reader=>true )
|
178
|
+
end
|
179
|
+
|
180
|
+
def card_writer *args
|
181
|
+
options = args.extract_options!
|
182
|
+
add_traits args, options.merge( :writer=>true )
|
183
|
+
end
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
# the set loading process has two main phases:
|
189
|
+
|
190
|
+
# 1. Definition: interpret each set file, creating/defining set and set_format modules
|
191
|
+
# 2. Organization: have base classes include modules associated with the "all" set, and
|
192
|
+
# clean up the other modules
|
193
|
+
|
194
|
+
class << self
|
195
|
+
|
196
|
+
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
197
|
+
# Definition Phase
|
198
|
+
|
199
|
+
# each set file calls `extend Card::Set` when loaded
|
200
|
+
def extended mod
|
201
|
+
register_set mod
|
202
|
+
end
|
203
|
+
|
204
|
+
def register_set set_module
|
205
|
+
if set_module.all_set?
|
206
|
+
modules[ :base ] << set_module
|
207
|
+
else
|
208
|
+
modules[ :nonbase ][ set_module.shortname ] ||= []
|
209
|
+
modules[ :nonbase ][ set_module.shortname ] << set_module
|
210
|
+
end
|
211
|
+
end
|
212
|
+
|
213
|
+
def write_tmp_file set_pattern, anchors, from_file, seq
|
214
|
+
# FIXME - this does not properly handle anchorless sets
|
215
|
+
# There are special hacks for *all, but others (like *rstar) will not be found by
|
216
|
+
# include_set_modules, which will look for Card::Set::Rstar, not Card::Set::Rstar::Blah
|
217
|
+
# This issue appears to be addressed by making the entries, in modules arrays.
|
218
|
+
# If yes remove this comment.
|
219
|
+
|
220
|
+
to_file = "#{Cardio.paths['tmp/set'].first}/#{set_pattern}/#{seq}-#{anchors * '-'}.rb"
|
221
|
+
anchor_modules = anchors.map { |a| "module #{a.camelize};" } * ' '
|
222
|
+
file_content = <<EOF
|
223
|
+
# -*- encoding : utf-8 -*-
|
224
|
+
class Card; module Set; module #{set_pattern.camelize}; #{anchor_modules}
|
225
|
+
extend Card::Set
|
226
|
+
# ~~~~~~~~~~~ above autogenerated; below pulled from #{from_file} ~~~~~~~~~~~
|
227
|
+
|
228
|
+
#{ File.read from_file }
|
229
|
+
|
230
|
+
# ~~~~~~~~~~~ below autogenerated; above pulled from #{from_file} ~~~~~~~~~~~
|
231
|
+
end;end;end;#{'end;'*anchors.size}
|
232
|
+
EOF
|
233
|
+
File.write to_file, file_content
|
234
|
+
to_file
|
235
|
+
end
|
236
|
+
|
237
|
+
|
238
|
+
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
239
|
+
# Organization Phase
|
240
|
+
|
241
|
+
# "base modules" are modules that are permanently included on the Card or Format class
|
242
|
+
# "nonbase modules" are included dynamically on singleton_classes
|
243
|
+
def process_base_modules
|
244
|
+
process_base_module_list modules[:base], Card
|
245
|
+
modules[:base_format].each do |format_class, modules_list|
|
246
|
+
process_base_module_list modules_list, format_class
|
247
|
+
end
|
248
|
+
modules.delete :base
|
249
|
+
modules.delete :base_format
|
250
|
+
end
|
251
|
+
|
252
|
+
def process_base_module_list list, klass
|
253
|
+
list.each do |mod|
|
254
|
+
if mod.instance_methods.any?
|
255
|
+
klass.send :include, mod
|
256
|
+
end
|
257
|
+
if class_methods = mod.const_get_if_defined( :ClassMethods )
|
258
|
+
klass.send :extend, class_methods
|
259
|
+
end
|
260
|
+
end
|
261
|
+
end
|
262
|
+
|
263
|
+
def clean_empty_modules
|
264
|
+
clean_empty_module_from_hash modules[ :nonbase ]
|
265
|
+
modules[ :nonbase_format ].values.each do |hash|
|
266
|
+
clean_empty_module_from_hash hash
|
267
|
+
end
|
268
|
+
end
|
269
|
+
|
270
|
+
def clean_empty_module_from_hash hash
|
271
|
+
hash.each do |mod_name, modlist|
|
272
|
+
modlist.delete_if { |x| x.instance_methods.empty? }
|
273
|
+
hash.delete mod_name if modlist.empty?
|
274
|
+
end
|
275
|
+
end
|
276
|
+
|
277
|
+
end
|
278
|
+
|
279
|
+
|
280
|
+
def register_set_format format_class, mod
|
281
|
+
if self.all_set?
|
282
|
+
modules[ :base_format ][ format_class ] ||= []
|
283
|
+
modules[ :base_format ][ format_class ] << mod
|
284
|
+
else
|
285
|
+
format_hash = modules[ :nonbase_format ][ format_class ] ||= {}
|
286
|
+
format_hash[ shortname ] ||= []
|
287
|
+
format_hash[ shortname ] << mod
|
288
|
+
end
|
289
|
+
end
|
290
|
+
|
291
|
+
def shortname
|
292
|
+
parts = name.split '::'
|
293
|
+
first = 2 # shortname eliminates Card::Set
|
294
|
+
set_class = Card::SetPattern.find parts[first].underscore
|
295
|
+
|
296
|
+
last = first + set_class.anchor_parts_count
|
297
|
+
parts[first..last].join '::'
|
298
|
+
end
|
299
|
+
|
300
|
+
def all_set?
|
301
|
+
name =~ /^Card::Set::All::/
|
302
|
+
end
|
303
|
+
|
304
|
+
private
|
305
|
+
|
306
|
+
|
307
|
+
def set_event_callbacks event, opts
|
308
|
+
[:before, :after, :around].each do |kind|
|
309
|
+
if object_method = opts.delete(kind)
|
310
|
+
this_set_module = self
|
311
|
+
Card.class_eval do
|
312
|
+
set_callback object_method, kind, event, :prepend=>true, :if=> proc { |c|
|
313
|
+
c.singleton_class.include?( this_set_module ) and c.event_applies? opts
|
314
|
+
}
|
315
|
+
end
|
316
|
+
end
|
317
|
+
end
|
318
|
+
end
|
319
|
+
|
320
|
+
def get_traits mod
|
321
|
+
Card::Set.traits ||= {}
|
322
|
+
Card::Set.traits[mod] or Card::Set.traits[mod] = {}
|
323
|
+
end
|
324
|
+
|
325
|
+
def add_traits args, options
|
326
|
+
mod = self
|
327
|
+
# raise "Can't define card traits on all set" if mod == Card
|
328
|
+
mod_traits = get_traits mod
|
329
|
+
|
330
|
+
new_opts = options[:type] ? {:type=>options[:type]} : {}
|
331
|
+
new_opts.merge!( {:content => options[:default]} ) if options[:default]
|
332
|
+
|
333
|
+
args.each do |trait|
|
334
|
+
define_trait_card trait, new_opts
|
335
|
+
define_trait_reader trait if options[:reader]
|
336
|
+
define_trait_writer trait if options[:writer]
|
337
|
+
|
338
|
+
mod_traits[trait.to_sym] = options
|
339
|
+
end
|
340
|
+
end
|
341
|
+
|
342
|
+
def define_trait_card trait, opts
|
343
|
+
define_method "#{trait}_card" do
|
344
|
+
trait_var "@#{trait}_card" do
|
345
|
+
fetch :trait=>trait.to_sym, :new=>opts.clone
|
346
|
+
end
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
350
|
+
def define_trait_reader trait
|
351
|
+
define_method trait do
|
352
|
+
trait_var "@#{trait}" do
|
353
|
+
send( "#{trait}_card" ).content
|
354
|
+
end
|
355
|
+
end
|
356
|
+
end
|
357
|
+
|
358
|
+
def define_trait_writer trait
|
359
|
+
define_method "#{trait}=" do |value|
|
360
|
+
card = send "#{trait}_card"
|
361
|
+
self.subcards ||= {}
|
362
|
+
self.subcards[card.name] = {:type_id => card.type_id, :content=>value }
|
363
|
+
instance_variable_set "@#{trait}", value
|
364
|
+
end
|
365
|
+
end
|
366
|
+
|
367
|
+
end
|
368
|
+
end
|
369
|
+
|