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
data/lib/card/diff.rb
ADDED
@@ -0,0 +1,430 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
module Card::Diff
|
4
|
+
|
5
|
+
def self.complete a, b, opts={}
|
6
|
+
DiffBuilder.new(a, b, opts).complete
|
7
|
+
end
|
8
|
+
|
9
|
+
def self.summary a, b, opts={}
|
10
|
+
DiffBuilder.new(a, b, opts).summary
|
11
|
+
end
|
12
|
+
|
13
|
+
def self.render_added_chunk text
|
14
|
+
"<ins class='diffins diff-green'>#{text}</ins>"
|
15
|
+
end
|
16
|
+
|
17
|
+
def self.render_deleted_chunk text, count=true
|
18
|
+
"<del class='diffdel diff-red'>#{text}</del>"
|
19
|
+
end
|
20
|
+
|
21
|
+
def self.render_chunk action, text
|
22
|
+
case action
|
23
|
+
when '+' then render_added_chunk text
|
24
|
+
when :added then render_added_chunk text
|
25
|
+
when '-' then render_deleted_chunk text
|
26
|
+
when :deleted then render_deleted_chunk text
|
27
|
+
else text
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
class DiffBuilder
|
32
|
+
attr_reader :summary, :complete
|
33
|
+
|
34
|
+
# diff options
|
35
|
+
# :format => :html|:text|:pointer|:raw
|
36
|
+
# :html = maintain html structure, but compare only content
|
37
|
+
# :text = remove all html tags; compare plain text
|
38
|
+
# :pointer = remove all double square brackets
|
39
|
+
# :raw = escape html tags and compare everything
|
40
|
+
#
|
41
|
+
# :summary => {:length=><number> , :joint=><string> }
|
42
|
+
|
43
|
+
def initialize(old_version, new_version, opts={})
|
44
|
+
@new_version = new_version
|
45
|
+
@old_version = old_version
|
46
|
+
@lcs_opts = lcs_opts_for_format opts[:format]
|
47
|
+
@lcs_opts[:summary] = opts[:summary]
|
48
|
+
@dels_cnt = 0
|
49
|
+
@adds_cnt = 0
|
50
|
+
|
51
|
+
if not @new_version
|
52
|
+
@complete = ''
|
53
|
+
@summary = ''
|
54
|
+
else
|
55
|
+
lcs_diff
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
def red?
|
60
|
+
@dels_cnt > 0
|
61
|
+
end
|
62
|
+
|
63
|
+
def green?
|
64
|
+
@adds_cnt > 0
|
65
|
+
end
|
66
|
+
|
67
|
+
def lcs_opts_for_format format
|
68
|
+
opts = {}
|
69
|
+
case format
|
70
|
+
when :html
|
71
|
+
opts[:exclude] = /^</
|
72
|
+
when :text
|
73
|
+
opts[:reject] = /^</
|
74
|
+
opts[:postprocess] = Proc.new do |word|
|
75
|
+
word.gsub("\n",'<br>')
|
76
|
+
end
|
77
|
+
when :pointer
|
78
|
+
opts[:preprocess] = Proc.new do |word|
|
79
|
+
word.gsub('[[','').gsub(']]','')
|
80
|
+
end
|
81
|
+
else #:raw
|
82
|
+
opts[:preprocess] = Proc.new do |word|
|
83
|
+
CGI::escapeHTML(word)
|
84
|
+
end
|
85
|
+
end
|
86
|
+
opts
|
87
|
+
end
|
88
|
+
|
89
|
+
def lcs_diff
|
90
|
+
@lcs = LCS.new(@old_version, @new_version, @lcs_opts)
|
91
|
+
@summary = @lcs.summary
|
92
|
+
@complete = @lcs.complete
|
93
|
+
@dels_cnt = @lcs.dels_cnt
|
94
|
+
@adds_cnt = @lcs.adds_cnt
|
95
|
+
end
|
96
|
+
|
97
|
+
|
98
|
+
class LCS
|
99
|
+
attr_reader :adds_cnt, :dels_cnt
|
100
|
+
def initialize old_text, new_text, opts, summary=nil
|
101
|
+
@reject_pattern = opts[:reject] # regex; remove match completely from diff
|
102
|
+
@exclude_pattern = opts[:exclude] # regex; put back to the result after diff
|
103
|
+
@preprocess = opts[:preprocess] # block; called with every word
|
104
|
+
@postprocess = opts[:postprocess] # block; called with complete diff
|
105
|
+
|
106
|
+
@adds_cnt = 0
|
107
|
+
@dels_cnt = 0
|
108
|
+
|
109
|
+
@splitters = %w( <[^>]+> \[\[[^\]]+\]\] \{\{[^}]+\}\} \s+ )
|
110
|
+
@disjunction_pattern = /^\s/
|
111
|
+
@summary ||= Summary.new opts[:summary]
|
112
|
+
if not old_text
|
113
|
+
list = split_and_preprocess(new_text)
|
114
|
+
if @exclude_pattern
|
115
|
+
list = list.reject{ |word| word.match @exclude_pattern }
|
116
|
+
end
|
117
|
+
text = postprocess list.join
|
118
|
+
@result = added_chunk text
|
119
|
+
@summary.add text
|
120
|
+
else
|
121
|
+
init_diff old_text, new_text
|
122
|
+
run_diff
|
123
|
+
end
|
124
|
+
end
|
125
|
+
|
126
|
+
def summary
|
127
|
+
@summary.result
|
128
|
+
end
|
129
|
+
|
130
|
+
def complete
|
131
|
+
@result
|
132
|
+
end
|
133
|
+
|
134
|
+
private
|
135
|
+
|
136
|
+
def init_diff old_text, new_text
|
137
|
+
@adds = []
|
138
|
+
@dels = []
|
139
|
+
@result = ''
|
140
|
+
old_words, old_ex = separate_comparables_from_excludees old_text
|
141
|
+
new_words, new_ex = separate_comparables_from_excludees new_text
|
142
|
+
|
143
|
+
@words = {
|
144
|
+
:old => old_words,
|
145
|
+
:new => new_words
|
146
|
+
}
|
147
|
+
@excludees = {
|
148
|
+
:old => ExcludeeIterator.new(old_ex),
|
149
|
+
:new => ExcludeeIterator.new(new_ex)
|
150
|
+
}
|
151
|
+
end
|
152
|
+
|
153
|
+
def run_diff
|
154
|
+
prev_action = nil
|
155
|
+
::Diff::LCS.traverse_balanced(@words[:old], @words[:new]) do |word|
|
156
|
+
|
157
|
+
if prev_action
|
158
|
+
if prev_action != word.action and
|
159
|
+
!(prev_action == '-' and word.action == '!') and
|
160
|
+
!(prev_action == '!' and word.action == '+')
|
161
|
+
|
162
|
+
# delete and/or add section stops here; write changes to result
|
163
|
+
write_dels
|
164
|
+
write_adds
|
165
|
+
|
166
|
+
write_excludees # new neutral section starts, we can just write excludees to result
|
167
|
+
|
168
|
+
else # current word belongs to edit of previous word
|
169
|
+
case word.action
|
170
|
+
when '-'
|
171
|
+
del_old_excludees
|
172
|
+
when '+'
|
173
|
+
add_new_excludees
|
174
|
+
when '!'
|
175
|
+
del_old_excludees
|
176
|
+
add_new_excludees
|
177
|
+
else
|
178
|
+
write_excludees
|
179
|
+
end
|
180
|
+
end
|
181
|
+
else
|
182
|
+
write_excludees
|
183
|
+
end
|
184
|
+
|
185
|
+
process_word word
|
186
|
+
prev_action = word.action
|
187
|
+
end
|
188
|
+
write_dels
|
189
|
+
write_adds
|
190
|
+
write_excludees
|
191
|
+
|
192
|
+
@result = postprocess @result
|
193
|
+
end
|
194
|
+
|
195
|
+
|
196
|
+
def added_chunk text, count=true
|
197
|
+
@adds_cnt += 1 if count
|
198
|
+
Card::Diff.render_added_chunk text
|
199
|
+
end
|
200
|
+
|
201
|
+
def deleted_chunk text, count=true
|
202
|
+
@dels_cnt += 1 if count
|
203
|
+
Card::Diff.render_deleted_chunk text
|
204
|
+
end
|
205
|
+
|
206
|
+
|
207
|
+
def write_unchanged text
|
208
|
+
@result << text
|
209
|
+
@summary.omit
|
210
|
+
end
|
211
|
+
|
212
|
+
def write_dels
|
213
|
+
if !@dels.empty?
|
214
|
+
@result << deleted_chunk(@dels.join)
|
215
|
+
@summary.delete @dels.join
|
216
|
+
@dels = []
|
217
|
+
end
|
218
|
+
end
|
219
|
+
|
220
|
+
def write_adds
|
221
|
+
if !@adds.empty?
|
222
|
+
@result << added_chunk(@adds.join)
|
223
|
+
@summary.add @adds.join
|
224
|
+
@adds = []
|
225
|
+
end
|
226
|
+
end
|
227
|
+
|
228
|
+
def write_excludees
|
229
|
+
while ex = @excludees[:new].next
|
230
|
+
@result << ex[:element]
|
231
|
+
end
|
232
|
+
end
|
233
|
+
|
234
|
+
def del_old_excludees
|
235
|
+
while ex = @excludees[:old].next
|
236
|
+
if ex[:type] == :disjunction
|
237
|
+
@dels << ex[:element]
|
238
|
+
else
|
239
|
+
write_dels
|
240
|
+
@result << ex[:element]
|
241
|
+
end
|
242
|
+
end
|
243
|
+
end
|
244
|
+
|
245
|
+
def add_new_excludees
|
246
|
+
while ex = @excludees[:new].next
|
247
|
+
if ex[:type] == :disjunction
|
248
|
+
@adds << ex[:element]
|
249
|
+
else
|
250
|
+
write_adds
|
251
|
+
@result << ex[:element]
|
252
|
+
end
|
253
|
+
end
|
254
|
+
end
|
255
|
+
|
256
|
+
def process_word word
|
257
|
+
process_element word.old_element, word.new_element, word.action
|
258
|
+
end
|
259
|
+
|
260
|
+
def process_element old_element, new_element, action
|
261
|
+
case action
|
262
|
+
when '-'
|
263
|
+
@dels << old_element
|
264
|
+
@excludees[:old].word_step
|
265
|
+
when '+'
|
266
|
+
@adds << new_element
|
267
|
+
@excludees[:new].word_step
|
268
|
+
when '!'
|
269
|
+
@dels << old_element
|
270
|
+
@adds << new_element
|
271
|
+
@excludees[:old].word_step
|
272
|
+
@excludees[:new].word_step
|
273
|
+
else
|
274
|
+
write_unchanged new_element
|
275
|
+
@excludees[:new].word_step
|
276
|
+
end
|
277
|
+
end
|
278
|
+
|
279
|
+
def separate_comparables_from_excludees text
|
280
|
+
# return two arrays, one with all words, one with pairs (index in word list, html_tag)
|
281
|
+
list = split_and_preprocess text
|
282
|
+
if @exclude_pattern
|
283
|
+
list.each_with_index.inject([[],[]]) do |res, pair|
|
284
|
+
element, index = pair
|
285
|
+
if element.match @disjunction_pattern
|
286
|
+
res[1] << {:chunk_index=>index, :element=>element, :type=>:disjunction}
|
287
|
+
elsif element.match @exclude_pattern
|
288
|
+
res[1] << {:chunk_index=>index, :element=>element, :type=>:excludee}
|
289
|
+
else
|
290
|
+
res[0] << element
|
291
|
+
end
|
292
|
+
res
|
293
|
+
end
|
294
|
+
else
|
295
|
+
[list, []]
|
296
|
+
end
|
297
|
+
end
|
298
|
+
|
299
|
+
def split_and_preprocess text
|
300
|
+
splitted = split_to_list_of_words(text).select do |s|
|
301
|
+
s.size > 0 and (!@reject_pattern or !s.match @reject_pattern)
|
302
|
+
end
|
303
|
+
@preprocess ? splitted.map {|s| @preprocess.call(s) } : splitted
|
304
|
+
end
|
305
|
+
|
306
|
+
def split_to_list_of_words text
|
307
|
+
split_regex = /(#{@splitters.join '|'})/
|
308
|
+
text.split(split_regex)
|
309
|
+
end
|
310
|
+
|
311
|
+
def preprocess text
|
312
|
+
if @preprocess
|
313
|
+
@preprocess.call(text)
|
314
|
+
else
|
315
|
+
text
|
316
|
+
end
|
317
|
+
end
|
318
|
+
|
319
|
+
def postprocess text
|
320
|
+
if @postprocess
|
321
|
+
@postprocess.call(text)
|
322
|
+
else
|
323
|
+
text
|
324
|
+
end
|
325
|
+
end
|
326
|
+
|
327
|
+
|
328
|
+
class Summary
|
329
|
+
def initialize opts
|
330
|
+
opts ||= {}
|
331
|
+
@remaining_chars = opts[:length] || 50
|
332
|
+
@joint = opts[:joint] || '...'
|
333
|
+
|
334
|
+
@summary = nil
|
335
|
+
@chunks = []
|
336
|
+
end
|
337
|
+
|
338
|
+
def result
|
339
|
+
@summary ||= render_chunks
|
340
|
+
end
|
341
|
+
|
342
|
+
def add text
|
343
|
+
add_chunk text, :added
|
344
|
+
end
|
345
|
+
|
346
|
+
def delete text
|
347
|
+
add_chunk text, :deleted
|
348
|
+
end
|
349
|
+
|
350
|
+
def omit
|
351
|
+
if @chunks.empty? or @chunks.last[:action] != :ellipsis
|
352
|
+
add_chunk @joint, :ellipsis
|
353
|
+
end
|
354
|
+
end
|
355
|
+
|
356
|
+
private
|
357
|
+
|
358
|
+
def add_chunk text, action
|
359
|
+
if @remaining_chars > 0
|
360
|
+
@chunks << {:action => action, :text=>text}
|
361
|
+
@remaining_chars -= text.size
|
362
|
+
end
|
363
|
+
end
|
364
|
+
|
365
|
+
def render_chunks
|
366
|
+
truncate_overlap
|
367
|
+
@chunks.map do |chunk|
|
368
|
+
Card::Diff.render_chunk chunk[:action], chunk[:text]
|
369
|
+
end.join
|
370
|
+
end
|
371
|
+
|
372
|
+
def truncate_overlap
|
373
|
+
if @remaining_chars < 0
|
374
|
+
if @chunks.last[:action] == :ellipsis
|
375
|
+
@chunks.pop
|
376
|
+
@remaining_chars += @joint.size
|
377
|
+
end
|
378
|
+
|
379
|
+
index = @chunks.size - 1
|
380
|
+
while @remaining_chars < @joint.size and index >= 0
|
381
|
+
if @remaining_chars + @chunks[index][:text].size == @joint.size # d
|
382
|
+
@chunks.pop
|
383
|
+
if index-1 >= 0
|
384
|
+
if @chunks[index-1][:action] == :added
|
385
|
+
@chunks << {:action => :ellipsis, :text=>@joint}
|
386
|
+
elsif @chunks[index-1][:action] == :deleted
|
387
|
+
@chunks << {:action => :added, :text=>@joint}
|
388
|
+
end
|
389
|
+
end
|
390
|
+
break
|
391
|
+
elsif @remaining_chars + @chunks[index][:text].size > @joint.size
|
392
|
+
@chunks[index][:text] = @chunks[index][:text][0..(@remaining_chars-@joint.size-1)]
|
393
|
+
@chunks[index][:text] += @joint
|
394
|
+
break
|
395
|
+
else
|
396
|
+
@remaining_chars += @chunks[index][:text].size
|
397
|
+
@chunks.delete_at(index)
|
398
|
+
end
|
399
|
+
index -= 1
|
400
|
+
end
|
401
|
+
end
|
402
|
+
end
|
403
|
+
|
404
|
+
end
|
405
|
+
|
406
|
+
class ExcludeeIterator
|
407
|
+
def initialize list
|
408
|
+
@list = list
|
409
|
+
@index = 0
|
410
|
+
@chunk_index = 0
|
411
|
+
end
|
412
|
+
|
413
|
+
def word_step
|
414
|
+
@chunk_index += 1
|
415
|
+
end
|
416
|
+
|
417
|
+
def next
|
418
|
+
if @index < @list.size and @list[@index][:chunk_index] == @chunk_index
|
419
|
+
res = @list[@index]
|
420
|
+
@index += 1
|
421
|
+
@chunk_index +=1
|
422
|
+
res
|
423
|
+
end
|
424
|
+
end
|
425
|
+
end
|
426
|
+
|
427
|
+
end
|
428
|
+
end
|
429
|
+
end
|
430
|
+
|
data/lib/card/env.rb
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
# Card::Env can differ for each request; Card.config should not
|
2
|
+
|
3
|
+
class Card
|
4
|
+
module Env
|
5
|
+
class << self
|
6
|
+
def reset args={}
|
7
|
+
@@env = { :main_name => nil }
|
8
|
+
|
9
|
+
if c = args[:controller]
|
10
|
+
self[:controller] = c
|
11
|
+
self[:session] = c.request.session
|
12
|
+
self[:params] = c.request.params
|
13
|
+
self[:ip] = c.request.remote_ip
|
14
|
+
self[:ajax] = c.request.xhr? || c.request.params[:simulate_xhr]
|
15
|
+
self[:host] = Card.config.override_host || c.request.env['HTTP_HOST']
|
16
|
+
self[:protocol] = Card.config.override_protocol || c.request.protocol
|
17
|
+
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
def [] key
|
22
|
+
@@env[key.to_sym]
|
23
|
+
end
|
24
|
+
|
25
|
+
def []= key, value
|
26
|
+
@@env[key.to_sym] = value
|
27
|
+
end
|
28
|
+
|
29
|
+
|
30
|
+
def params
|
31
|
+
self[:params] ||= {}
|
32
|
+
end
|
33
|
+
|
34
|
+
def session
|
35
|
+
self[:session] ||= {}
|
36
|
+
end
|
37
|
+
|
38
|
+
def ajax?
|
39
|
+
self[:ajax]
|
40
|
+
end
|
41
|
+
|
42
|
+
def method_missing method_id, *args
|
43
|
+
case args.length
|
44
|
+
when 0 ; self[ method_id ]
|
45
|
+
when 1 ; self[ method_id ] = args[0]
|
46
|
+
else ; super
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
Env.reset
|
52
|
+
end
|