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,120 @@
|
|
1
|
+
|
2
|
+
def is_template?
|
3
|
+
cardname.trait_name? :structure, :default
|
4
|
+
end
|
5
|
+
|
6
|
+
def is_structure?
|
7
|
+
cardname.trait_name? :structure
|
8
|
+
end
|
9
|
+
|
10
|
+
def template
|
11
|
+
# currently applicable templating card.
|
12
|
+
# note that a *default template is never returned for an existing card.
|
13
|
+
@template ||= begin
|
14
|
+
@virtual = false
|
15
|
+
if new_card?
|
16
|
+
default_card = rule_card :default, :skip_modules=>true
|
17
|
+
|
18
|
+
dup_card = dup
|
19
|
+
dup_card.type_id = default_card ? default_card.type_id : Card.default_type_id
|
20
|
+
|
21
|
+
|
22
|
+
if content_card = dup_card.structure_rule_card
|
23
|
+
@virtual = true if junction?
|
24
|
+
content_card
|
25
|
+
else
|
26
|
+
default_card
|
27
|
+
end
|
28
|
+
elsif tmpl = structure_rule_card
|
29
|
+
# this is a mechanism for repairing bad data. like #repair_key, it should be obviated and removed.
|
30
|
+
if type_id != tmpl.type_id and tmpl.assigns_type?
|
31
|
+
repair_type tmpl.type_id
|
32
|
+
end
|
33
|
+
tmpl
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
def structure
|
39
|
+
if template && template.is_structure?
|
40
|
+
template
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
def virtual?
|
45
|
+
return false unless new_card?
|
46
|
+
if @virtual.nil?
|
47
|
+
cardname.simple? ? @virtual=false : template
|
48
|
+
end
|
49
|
+
@virtual
|
50
|
+
end
|
51
|
+
|
52
|
+
def structure_rule_card
|
53
|
+
card = rule_card :structure, :skip_modules=>true
|
54
|
+
card && card.db_content.strip == '_self' ? nil : card
|
55
|
+
end
|
56
|
+
|
57
|
+
def structuree_names
|
58
|
+
if wql = structuree_spec
|
59
|
+
Auth.as_bot do
|
60
|
+
Card::Query.new(wql.merge :return=>:name).run
|
61
|
+
end
|
62
|
+
else
|
63
|
+
[]
|
64
|
+
end
|
65
|
+
end
|
66
|
+
|
67
|
+
# FIXME: content settings -- do we really need the reference expiration system?
|
68
|
+
#
|
69
|
+
# I kind of think so. otherwise how do we handled patterned references in hard-templated cards?
|
70
|
+
# I'll leave the FIXME here until the need (and/or other solution) is well documented. -efm
|
71
|
+
|
72
|
+
def expire_structuree_references
|
73
|
+
update_structurees :references_expired => 1
|
74
|
+
end
|
75
|
+
|
76
|
+
def update_structurees args
|
77
|
+
# note that this is not smart about overriding templating rules
|
78
|
+
# for example, if someone were to change the type of a +*right+*structure rule that was overridden
|
79
|
+
# by a +*type plus right+*structure rule, the override would not be respected.
|
80
|
+
if query = structuree_spec
|
81
|
+
Auth.as_bot do
|
82
|
+
Card::Query.new( query.merge(:return => :id) ).run.each_slice(100) do |id_batch|
|
83
|
+
Card.where( :id => id_batch ).update_all args
|
84
|
+
end
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
def assigns_type?
|
90
|
+
# needed because not all *structure templates govern the type of set members
|
91
|
+
# for example, X+*type+*structure governs all cards of type X,
|
92
|
+
# but the content rule does not (in fact cannot) have the type X.
|
93
|
+
if is_structure?
|
94
|
+
if set_pattern = Card.fetch( cardname.trunk_name.tag_name, :skip_modules=>true )
|
95
|
+
pattern_code = set_pattern.codename and
|
96
|
+
set_class = Card::SetPattern.find( pattern_code ) and
|
97
|
+
set_class.assigns_type
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
102
|
+
private
|
103
|
+
|
104
|
+
def repair_type template_type_id
|
105
|
+
self.type_id = template_type_id
|
106
|
+
update_column :type_id, type_id
|
107
|
+
reset_patterns
|
108
|
+
end
|
109
|
+
|
110
|
+
def structuree_spec
|
111
|
+
if is_structure? and c=trunk and c.type_id = Card::SetID #could use is_rule?...
|
112
|
+
c.get_query
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
event :update_structurees_type, :after=>:store, :changed=>:type_id do
|
117
|
+
if assigns_type? # certain *structure templates
|
118
|
+
update_structurees :type_id => type_id
|
119
|
+
end
|
120
|
+
end
|
@@ -0,0 +1,114 @@
|
|
1
|
+
#fixme -this is called by both initialize and update_attributes. really should be optimized for new!
|
2
|
+
def assign_attributes args={}, options={}
|
3
|
+
if args
|
4
|
+
args = args.stringify_keys
|
5
|
+
if newtype = args.delete('type')
|
6
|
+
args['type_id'] = Card.fetch_id newtype
|
7
|
+
end
|
8
|
+
@subcards = extract_subcard_args! args
|
9
|
+
reset_patterns
|
10
|
+
end
|
11
|
+
super args, options
|
12
|
+
end
|
13
|
+
|
14
|
+
def extract_subcard_args! args={}
|
15
|
+
extracted_subcards = args.delete('subcards') || {}
|
16
|
+
args.keys.each do |key|
|
17
|
+
if key =~ /^\+/
|
18
|
+
val = args.delete key
|
19
|
+
val = { 'content' => val } if String === val
|
20
|
+
extracted_subcards[key] = val
|
21
|
+
end
|
22
|
+
end
|
23
|
+
extracted_subcards
|
24
|
+
end
|
25
|
+
|
26
|
+
|
27
|
+
protected
|
28
|
+
|
29
|
+
event :set_content, :before=>:store, :on=>:save do
|
30
|
+
self.db_content = content || '' #necessary?
|
31
|
+
self.db_content = Card::Content.clean! self.db_content if clean_html?
|
32
|
+
@selected_action_id = @selected_content = nil
|
33
|
+
clear_drafts
|
34
|
+
reset_patterns_if_rule saving=true
|
35
|
+
end
|
36
|
+
|
37
|
+
|
38
|
+
#fixme - the following don't really belong here, but they have to come after the reference stuff. we need to organize a bit!
|
39
|
+
|
40
|
+
event :update_ruled_cards, :after=>:store do
|
41
|
+
if is_rule?
|
42
|
+
# warn "updating ruled cards for #{name}"
|
43
|
+
self.class.clear_rule_cache
|
44
|
+
set = rule_set
|
45
|
+
set.reset_set_patterns
|
46
|
+
|
47
|
+
if right_id==Card::ReadID and (name_changed? or trash_changed?)
|
48
|
+
self.class.clear_read_rule_cache
|
49
|
+
Card.cache.reset # maybe be more surgical, just Auth.user related
|
50
|
+
expire #probably shouldn't be necessary,
|
51
|
+
# but was sometimes getting cached version when card should be in the trash.
|
52
|
+
# could be related to other bugs?
|
53
|
+
in_set = {}
|
54
|
+
if !(self.trash)
|
55
|
+
if class_id = (set and set_class=set.tag and set_class.id)
|
56
|
+
rule_class_ids = set_patterns.map &:pattern_id
|
57
|
+
#warn "rule_class_id #{class_id}, #{rule_class_ids.inspect}"
|
58
|
+
|
59
|
+
#first update all cards in set that aren't governed by narrower rule
|
60
|
+
Auth.as_bot do
|
61
|
+
cur_index = rule_class_ids.index Card[read_rule_class].id
|
62
|
+
if rule_class_index = rule_class_ids.index( class_id )
|
63
|
+
set.item_cards(:limit=>0).each do |item_card|
|
64
|
+
in_set[item_card.key] = true
|
65
|
+
next if cur_index < rule_class_index
|
66
|
+
if cur_index >= rule_class_index
|
67
|
+
item_card.update_read_rule
|
68
|
+
end
|
69
|
+
end
|
70
|
+
# elsif rule_class_index = rule_class_ids.index( 0 )
|
71
|
+
# in_set[trunk.key] = true
|
72
|
+
# #warn "self rule update: #{trunk.inspect}, #{rule_class_index}, #{cur_index}"
|
73
|
+
# trunk.update_read_rule if cur_index > rule_class_index
|
74
|
+
else warn "No current rule index #{class_id}, #{rule_class_ids.inspect}"
|
75
|
+
end
|
76
|
+
end
|
77
|
+
|
78
|
+
end
|
79
|
+
end
|
80
|
+
|
81
|
+
#then find all cards with me as read_rule_id that were not just updated and regenerate their read_rules
|
82
|
+
if !new_record?
|
83
|
+
Card.where( :read_rule_id=>self.id, :trash=>false ).reject do |w|
|
84
|
+
in_set[ w.key ]
|
85
|
+
end.each &:update_read_rule
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
92
|
+
event :process_read_rule_update_queue, :after=>:store do
|
93
|
+
Array.wrap(@read_rule_update_queue).each { |card| card.update_read_rule }
|
94
|
+
@read_rule_update_queue = []
|
95
|
+
end
|
96
|
+
|
97
|
+
# set_callback :store, :after, :process_read_rule_update_queue, :prepend=>true
|
98
|
+
|
99
|
+
event :expire_related, :after=>:store do
|
100
|
+
self.expire
|
101
|
+
|
102
|
+
if self.is_structure?
|
103
|
+
self.structuree_names.each do |name|
|
104
|
+
Card.expire name
|
105
|
+
end
|
106
|
+
end
|
107
|
+
# FIXME really shouldn't be instantiating all the following bastards. Just need the key.
|
108
|
+
# fix in id_cache branch
|
109
|
+
self.dependents.each { |c| c.expire }
|
110
|
+
# self.referencers.each { |c| c.expire }
|
111
|
+
self.name_referencers.each { |c| c.expire }
|
112
|
+
# FIXME: this will need review when we do the new defaults/templating system
|
113
|
+
end
|
114
|
+
|
@@ -0,0 +1,50 @@
|
|
1
|
+
def delete
|
2
|
+
update_attributes :trash => true unless new_card?
|
3
|
+
end
|
4
|
+
|
5
|
+
def delete!
|
6
|
+
update_attributes! :trash => true unless new_card?
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
event :pull_from_trash, :before=>:store, :on=>:create do
|
11
|
+
if trashed_card = Card.find_by_key_and_trash(key, true)
|
12
|
+
# a. (Rails way) tried Card.where(:key=>'wagn_bot').select(:id), but it wouldn't work. This #select
|
13
|
+
# generally breaks on cards. I think our initialization process screws with something
|
14
|
+
# b. (Wagn way) we could get card directly from fetch if we add :include_trashed (eg).
|
15
|
+
# likely low ROI, but would be nice to have interface to retrieve cards from trash...
|
16
|
+
self.id = trashed_card.id
|
17
|
+
@from_trash = true
|
18
|
+
@new_record = false
|
19
|
+
end
|
20
|
+
self.trash = false
|
21
|
+
true
|
22
|
+
end
|
23
|
+
|
24
|
+
event :validate_delete, :before=>:approve, :on=>:delete do
|
25
|
+
if !codename.blank?
|
26
|
+
errors.add :delete, "#{name} is is a system card. (#{codename})"
|
27
|
+
end
|
28
|
+
|
29
|
+
undeletable_all_rules_tags = %w{ default style layout create read update delete }
|
30
|
+
if junction? and l=left and l.codename == 'all' and undeletable_all_rules_tags.member? right.codename
|
31
|
+
errors.add :delete, "#{name} is an indestructible rule"
|
32
|
+
end
|
33
|
+
|
34
|
+
if account && Card::Act.find_by_actor_id( self.id )
|
35
|
+
errors.add :delete, "Edits have been made with #{name}'s user account.\nDeleting this card would mess up our history."
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
event :validate_delete_children, :after=>:approve, :on=>:delete do
|
40
|
+
children.each do |child|
|
41
|
+
child.supercard = self
|
42
|
+
subcards[child.name]=child
|
43
|
+
child.trash = true
|
44
|
+
unless child.valid?
|
45
|
+
child.errors.each do |field, message|
|
46
|
+
errors.add field, "can't delete #{child.name}: #{message}"
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
@@ -0,0 +1,85 @@
|
|
1
|
+
|
2
|
+
module ClassMethods
|
3
|
+
def default_type_id
|
4
|
+
@@default_type_id ||= Card[:all].fetch( :trait=>:default ).type_id
|
5
|
+
end
|
6
|
+
end
|
7
|
+
|
8
|
+
def type_card
|
9
|
+
return if type_id.nil?
|
10
|
+
Card.fetch type_id.to_i, :skip_modules=>true
|
11
|
+
end
|
12
|
+
|
13
|
+
def type_code
|
14
|
+
Card::Codename[ type_id.to_i ]
|
15
|
+
end
|
16
|
+
|
17
|
+
def type_name
|
18
|
+
type_card.try :name
|
19
|
+
end
|
20
|
+
|
21
|
+
def type_cardname
|
22
|
+
type_card.try :cardname
|
23
|
+
end
|
24
|
+
|
25
|
+
def type= type_name
|
26
|
+
self.type_id = Card.fetch_id type_name
|
27
|
+
end
|
28
|
+
|
29
|
+
def get_type_id args={}
|
30
|
+
return if args[:type_id] # type_id was set explicitly. no need to set again.
|
31
|
+
|
32
|
+
type_id = case
|
33
|
+
when args[:type_code]
|
34
|
+
if code=args[:type_code]
|
35
|
+
Card::Codename[code] || ( c=Card[code] and c.id)
|
36
|
+
end
|
37
|
+
when args[:type]
|
38
|
+
Card.fetch_id args[:type]
|
39
|
+
else :noop
|
40
|
+
end
|
41
|
+
|
42
|
+
case type_id
|
43
|
+
when :noop
|
44
|
+
when false, nil
|
45
|
+
errors.add :type, "#{args[:type] || args[:type_code]} is not a known type."
|
46
|
+
else
|
47
|
+
return type_id
|
48
|
+
end
|
49
|
+
|
50
|
+
if name && t=template
|
51
|
+
reset_patterns #still necessary even with new template handling?
|
52
|
+
t.type_id
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
|
57
|
+
event :validate_type_change, :before=>:approve, :on=>:update, :changed=>:type_id do
|
58
|
+
if c = dup and c.action == :create and !c.valid?
|
59
|
+
errors.add :type, "of #{ name } can't be changed; errors creating new #{ type_id }: #{ c.errors.full_messages * ', ' }"
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
event :validate_type, :before=>:approve, :changed=>:type_id do
|
64
|
+
if !type_name
|
65
|
+
errors.add :type, "No such type"
|
66
|
+
end
|
67
|
+
|
68
|
+
if rt = structure and rt.assigns_type? and type_id!=rt.type_id
|
69
|
+
errors.add :type, "can't be changed because #{name} is hard templated to #{rt.type_name}"
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
event :reset_type_specific_fields, :after=>:store do
|
74
|
+
Auth.as_bot do
|
75
|
+
Card.search :left=>{ :left=>type_name }, :right=>{:codename=>'type_plus_right'} do |set_card|
|
76
|
+
set_card.reset_set_patterns
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
80
|
+
|
81
|
+
# Card.search :left_plus=>[ type_name, :right_plus=>{:codename=>'type_plus_right'}] do |right_anchor|
|
82
|
+
# Card["#{lef}"]
|
83
|
+
# set_card.reset_set_patterns
|
84
|
+
# end
|
85
|
+
|
@@ -0,0 +1,85 @@
|
|
1
|
+
|
2
|
+
module ClassMethods
|
3
|
+
|
4
|
+
def empty_trash
|
5
|
+
Card.where(:trash=>true).delete_all
|
6
|
+
Card::Action.delete_cardless
|
7
|
+
Card::Reference.repair_missing_referees
|
8
|
+
Card::Reference.delete_missing_referers
|
9
|
+
Card.delete_trashed_files
|
10
|
+
end
|
11
|
+
|
12
|
+
def delete_trashed_files #deletes any file not associated with a real card.
|
13
|
+
dir = Card.paths['files'].existent.first
|
14
|
+
trashed_card_sql = %{ select id from cards where trash is true }
|
15
|
+
trashed_card_ids = Card.connection.select_all( trashed_card_sql ).map( &:values ).flatten.map &:to_i
|
16
|
+
file_ids = Dir.entries( dir )[2..-1].map( &:to_i )
|
17
|
+
file_ids.each do |file_id|
|
18
|
+
if trashed_card_ids.member?(file_id)
|
19
|
+
raise Card::Error, "Narrowly averted deleting current file" if Card.exists?(file_id) #double check!
|
20
|
+
FileUtils.rm_rf "#{dir}/#{file_id}", :secure => true
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
|
25
|
+
def merge_list attribs, opts
|
26
|
+
unmerged = []
|
27
|
+
attribs.each do |row|
|
28
|
+
result = begin
|
29
|
+
merge row['name'], row, opts
|
30
|
+
# rescue => e
|
31
|
+
# Rails.logger.info "merge_list problem: #{ e.message }"
|
32
|
+
# false
|
33
|
+
end
|
34
|
+
unmerged.push row unless result == true
|
35
|
+
end
|
36
|
+
|
37
|
+
if unmerged.empty?
|
38
|
+
Rails.logger.info "successfully merged all!"
|
39
|
+
else
|
40
|
+
unmerged_json = JSON.pretty_generate unmerged
|
41
|
+
if output_file = opts[:output_file]
|
42
|
+
::File.open output_file, 'w' do |f|
|
43
|
+
f.write unmerged_json
|
44
|
+
end
|
45
|
+
else
|
46
|
+
Rails.logger.info "failed to merge:\n\n#{ unmerged_json }"
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
|
52
|
+
def merge name, attribs={}, opts={}
|
53
|
+
puts "merging #{ name }"
|
54
|
+
card = fetch name, :new=>{}
|
55
|
+
|
56
|
+
if opts[:pristine] && !card.pristine?
|
57
|
+
false
|
58
|
+
else
|
59
|
+
card.attributes = attribs
|
60
|
+
card.save!
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
end
|
65
|
+
|
66
|
+
def debug_type
|
67
|
+
"#{type_code||'no code'}:#{type_id}"
|
68
|
+
end
|
69
|
+
|
70
|
+
def to_s
|
71
|
+
"#<#{self.class.name}[#{debug_type}]#{self.attributes['name']}>"
|
72
|
+
end
|
73
|
+
|
74
|
+
def inspect
|
75
|
+
"#<#{self.class.name}" + "##{id}" +
|
76
|
+
"###{object_id}" + #"l#{left_id}r#{right_id}" +
|
77
|
+
"[#{debug_type}]" + "(#{self.name})" + #"#{object_id}" +
|
78
|
+
#(errors.any? ? '*Errors*' : 'noE') +
|
79
|
+
(errors.any? ? "<E*#{errors.full_messages*', '}*>" : '') +
|
80
|
+
#"{#{references_expired==1 ? 'Exp' : "noEx"}:" +
|
81
|
+
"{#{trash&&'trash:'||''}#{new_card? &&'new:'||''}#{frozen? ? 'Fz' : readonly? ? 'RdO' : ''}" +
|
82
|
+
"#{@virtual &&'virtual:'||''}#{@set_mods_loaded&&'I'||'!loaded' }:#{references_expired.inspect}}" +
|
83
|
+
'>'
|
84
|
+
end
|
85
|
+
|