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/chunk.rb
ADDED
@@ -0,0 +1,104 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
require 'uri/common'
|
4
|
+
|
5
|
+
# A chunk is a pattern of text that can be protected
|
6
|
+
# and interrogated by a format. Each Chunk class has a
|
7
|
+
# +pattern+ that states what sort of text it matches.
|
8
|
+
# Chunks are initalized by passing in the result of a
|
9
|
+
# match by its pattern.
|
10
|
+
|
11
|
+
class Card
|
12
|
+
module Chunk
|
13
|
+
mattr_accessor :raw_list, :prefix_regexp_by_list, :prefix_map
|
14
|
+
@@raw_list, @@prefix_regexp_by_list, @@prefix_map = {}, {}, {}
|
15
|
+
|
16
|
+
class << self
|
17
|
+
def register_class klass, hash
|
18
|
+
klass.config = hash.merge :class => klass
|
19
|
+
prefix_index = hash[:idx_char] || :default # this is gross and needs to be moved out.
|
20
|
+
prefix_map[prefix_index] = klass.config
|
21
|
+
end
|
22
|
+
|
23
|
+
def register_list key, list
|
24
|
+
raw_list[key] = list
|
25
|
+
end
|
26
|
+
|
27
|
+
def find_class_by_prefix prefix
|
28
|
+
config = prefix_map[ prefix[0,1] ] || prefix_map[ prefix[-1,1] ] || prefix_map[:default]
|
29
|
+
#prefix identified by first character, last character, or default. a little ugly...
|
30
|
+
config[:class]
|
31
|
+
end
|
32
|
+
|
33
|
+
def get_prefix_regexp chunk_list_key
|
34
|
+
prefix_regexp_by_list[chunk_list_key] ||= begin
|
35
|
+
chunk_types = raw_list[chunk_list_key].map { |chunkname| const_get chunkname }
|
36
|
+
prefix_res = chunk_types.map do |chunk_class|
|
37
|
+
chunk_class.config[:prefix_re]
|
38
|
+
end
|
39
|
+
/(?:#{ prefix_res * '|' })/m
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
end
|
44
|
+
|
45
|
+
|
46
|
+
#not sure whether this is best place. Could really happen almost anywhere (even before chunk classes are loaded).
|
47
|
+
register_list :default, [ :URI, :HostURI, :EmailURI, :EscapedLiteral, :Include, :Link ]
|
48
|
+
register_list :references, [ :EscapedLiteral, :Include, :Link ]
|
49
|
+
register_list :inclusion_only, [ :Include ]
|
50
|
+
|
51
|
+
class Abstract
|
52
|
+
class_attribute :config
|
53
|
+
attr_reader :text, :process_chunk
|
54
|
+
|
55
|
+
class << self
|
56
|
+
def full_match content, prefix=nil
|
57
|
+
# warn "attempting full match on #{content}. class = #{self}"
|
58
|
+
content.match full_re( prefix )
|
59
|
+
end
|
60
|
+
|
61
|
+
def full_re prefix
|
62
|
+
config[:full_re]
|
63
|
+
end
|
64
|
+
|
65
|
+
def context_ok? content, chunk_start
|
66
|
+
true
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
def initialize match, content
|
71
|
+
@text = match[0]
|
72
|
+
@processed = nil
|
73
|
+
@content = content
|
74
|
+
interpret match, content
|
75
|
+
self
|
76
|
+
end
|
77
|
+
|
78
|
+
def interpret match_string, content, params
|
79
|
+
Rails.logger.info "no #interpret method found for chunk class: #{self.class}"
|
80
|
+
end
|
81
|
+
|
82
|
+
def format
|
83
|
+
@content.format
|
84
|
+
end
|
85
|
+
|
86
|
+
def card
|
87
|
+
@content.card
|
88
|
+
end
|
89
|
+
|
90
|
+
def to_s
|
91
|
+
@process_chunk || @processed || @text
|
92
|
+
end
|
93
|
+
|
94
|
+
def inspect
|
95
|
+
"<##{self.class}##{to_s}>"
|
96
|
+
end
|
97
|
+
|
98
|
+
def as_json(options={})
|
99
|
+
@process_chunk || @processed|| "not rendered #{self.class}, #{card and card.name}"
|
100
|
+
end
|
101
|
+
end
|
102
|
+
end
|
103
|
+
Loader.load_chunks
|
104
|
+
end
|
@@ -0,0 +1,72 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
require_dependency 'card/cache'
|
3
|
+
require_dependency 'card/name'
|
4
|
+
|
5
|
+
class Card
|
6
|
+
class Codename
|
7
|
+
|
8
|
+
@@codehash=nil
|
9
|
+
|
10
|
+
class << self
|
11
|
+
# returns codename for id and vice versa. not in love with this api --efm
|
12
|
+
def [] key
|
13
|
+
if !key.nil?
|
14
|
+
key = key.to_sym unless Integer===key
|
15
|
+
codehash[key]
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
def codehash
|
20
|
+
@@codehash || load_hash
|
21
|
+
end
|
22
|
+
|
23
|
+
def reset_cache
|
24
|
+
@@codehash = nil
|
25
|
+
cache.write 'CODEHASH', nil
|
26
|
+
end
|
27
|
+
|
28
|
+
#only used in migration
|
29
|
+
def bootdata hash
|
30
|
+
@@codehash = hash
|
31
|
+
end
|
32
|
+
|
33
|
+
|
34
|
+
private
|
35
|
+
|
36
|
+
def cache
|
37
|
+
Card::Cache[Codename]
|
38
|
+
end
|
39
|
+
|
40
|
+
def load_hash
|
41
|
+
@@codehash = cache.read('CODEHASH') || begin
|
42
|
+
codehash = {}
|
43
|
+
sql = 'select id, codename from cards where codename is not NULL'
|
44
|
+
ActiveRecord::Base.connection.select_all(sql).each do |row|
|
45
|
+
#FIXME: remove duplicate checks, put them in other tools
|
46
|
+
code, cid = row['codename'].to_sym, row['id'].to_i
|
47
|
+
if codehash.has_key?(code) or codehash.has_key?(cid)
|
48
|
+
warn "dup code ID:#{cid} (#{codehash[code]}), CD:#{code} (#{codehash[cid]})"
|
49
|
+
end
|
50
|
+
codehash[code] = cid; codehash[cid] = code
|
51
|
+
end
|
52
|
+
cache.write 'CODEHASH', codehash
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
end
|
58
|
+
|
59
|
+
|
60
|
+
def self.const_missing const
|
61
|
+
if const.to_s =~ /^([A-Z]\S*)ID$/ and code=$1.underscore.to_sym
|
62
|
+
if card_id = Codename[code]
|
63
|
+
const_set const, card_id
|
64
|
+
else
|
65
|
+
raise "Missing codename #{code} (#{const})"
|
66
|
+
end
|
67
|
+
else
|
68
|
+
super
|
69
|
+
end
|
70
|
+
end
|
71
|
+
|
72
|
+
end
|
data/lib/card/content.rb
ADDED
@@ -0,0 +1,211 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
# TODO move Card::Chunk to Card::Content::Chunk...
|
4
|
+
require_dependency 'card/chunk'
|
5
|
+
|
6
|
+
class Card
|
7
|
+
class Content < SimpleDelegator
|
8
|
+
attr_reader :revision, :format, :chunks, :opts
|
9
|
+
|
10
|
+
def initialize content, format_or_card, opts={}
|
11
|
+
@format = if Card===format_or_card
|
12
|
+
Format.new format_or_card, :format=>nil
|
13
|
+
else
|
14
|
+
format_or_card
|
15
|
+
end
|
16
|
+
@opts = opts || {}
|
17
|
+
|
18
|
+
unless Array === content
|
19
|
+
content = parse_content content
|
20
|
+
end
|
21
|
+
super content
|
22
|
+
end
|
23
|
+
|
24
|
+
def card
|
25
|
+
format.card
|
26
|
+
end
|
27
|
+
|
28
|
+
def chunk_list
|
29
|
+
@opts[:chunk_list] || @format.chunk_list
|
30
|
+
end
|
31
|
+
|
32
|
+
def to_s
|
33
|
+
case __getobj__
|
34
|
+
when Array; map(&:to_s)*''
|
35
|
+
when String; __getobj__
|
36
|
+
when NilClass; '' #raise "Nil Card::Content"
|
37
|
+
else __getobj__.to_s
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
def inspect
|
42
|
+
"<#{__getobj__.class}:#{card}:#{self}>"
|
43
|
+
end
|
44
|
+
|
45
|
+
def each_chunk
|
46
|
+
return enum_for(:each_chunk) unless block_given?
|
47
|
+
case __getobj__
|
48
|
+
when Hash; each { |k,v| yield v if Chunk::Abstract===v }
|
49
|
+
when Array; each { |e| yield e if Chunk::Abstract===e }
|
50
|
+
when String; # strings are all parsed in self, so no chunks in a String
|
51
|
+
else
|
52
|
+
Rails.logger.warn "error self is unrecognized type #{self.class} #{self.__getobj__.class}"
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
def find_chunks chunk_type
|
57
|
+
each_chunk.select { |chunk| chunk.kind_of?(chunk_type) }
|
58
|
+
end
|
59
|
+
|
60
|
+
def process_content_object &block
|
61
|
+
each_chunk { |chunk| chunk.process_chunk &block }
|
62
|
+
self
|
63
|
+
end
|
64
|
+
|
65
|
+
def parse_content content
|
66
|
+
@chunks = []
|
67
|
+
|
68
|
+
if String===content
|
69
|
+
position = last_position = 0
|
70
|
+
prefix_regexp = Chunk.get_prefix_regexp chunk_list
|
71
|
+
interval_string = ''
|
72
|
+
|
73
|
+
while prefix_match = content[position..-1].match( prefix_regexp )
|
74
|
+
prefix = prefix_match[0] # prefix of matched chunk
|
75
|
+
chunk_start = prefix_match.begin(0) + position # content index of beginning of chunk
|
76
|
+
|
77
|
+
if prefix_match.begin(0) > 0 # if matched chunk is not beginning of test string
|
78
|
+
interval_string += content[ position..chunk_start-1 ] # hold onto the non-chunk part of the string
|
79
|
+
end
|
80
|
+
|
81
|
+
chunk_class = Chunk.find_class_by_prefix prefix # get the chunk class from the prefix
|
82
|
+
match, offset = chunk_class.full_match content[chunk_start..-1], prefix # see whether the full chunk actually matches (as opposed to bogus prefix)
|
83
|
+
context_ok = chunk_class.context_ok? content, chunk_start # make sure there aren't contextual reasons for ignoring this chunk
|
84
|
+
position = chunk_start # move scanning position up to beginning of chunk
|
85
|
+
|
86
|
+
if match # we have a chunk match
|
87
|
+
position += ( match.end(0) - offset.to_i ) # move scanning position up to end of chunk
|
88
|
+
if context_ok #
|
89
|
+
@chunks << interval_string if interval_string.size > 0 # add the nonchunk string to the chunk list
|
90
|
+
@chunks << chunk_class.new( match, self ) # add the chunk to the chunk list
|
91
|
+
interval_string = '' # reset interval string for next go-round
|
92
|
+
last_position = position # note that the end of the chunk was the last place where a chunk was found (so far)
|
93
|
+
end
|
94
|
+
else
|
95
|
+
position += 1 # no match. look at the next character
|
96
|
+
end
|
97
|
+
|
98
|
+
if !match || !context_ok
|
99
|
+
interval_string += content[chunk_start..position-1] # moving beyond the alleged chunk. append failed string to "nonchunk" string
|
100
|
+
end
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
if chunks.any?
|
105
|
+
if last_position < content.size
|
106
|
+
remainder = content[ last_position..-1] # handle any leftover nonchunk string at the end of content
|
107
|
+
@chunks << remainder
|
108
|
+
end
|
109
|
+
chunks
|
110
|
+
else
|
111
|
+
content
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
ALLOWED_TAGS = {}
|
119
|
+
%w{
|
120
|
+
br i b pre cite caption strong em ins sup sub del ol hr ul li p
|
121
|
+
div h1 h2 h3 h4 h5 h6 span table tr td th tbody thead tfoot
|
122
|
+
}.each { |tag| ALLOWED_TAGS[tag] = [] }
|
123
|
+
|
124
|
+
# allowed attributes
|
125
|
+
ALLOWED_TAGS.merge!(
|
126
|
+
'a' => ['href', 'title', 'target' ],
|
127
|
+
'img' => ['src', 'alt', 'title'],
|
128
|
+
'code' => ['lang'],
|
129
|
+
'blockquote' => ['cite']
|
130
|
+
)
|
131
|
+
|
132
|
+
if Card.config.allow_inline_styles
|
133
|
+
ALLOWED_TAGS['table'] += %w[ cellpadding align border cellspacing ]
|
134
|
+
end
|
135
|
+
|
136
|
+
ALLOWED_TAGS.each_key {|k|
|
137
|
+
ALLOWED_TAGS[k] << 'class'
|
138
|
+
ALLOWED_TAGS[k] << 'style' if Card.config.allow_inline_styles
|
139
|
+
ALLOWED_TAGS[k]
|
140
|
+
}
|
141
|
+
ALLOWED_TAGS
|
142
|
+
|
143
|
+
ATTR_VALUE_RE = [ /(?<=^')[^']+(?=')/, /(?<=^")[^"]+(?=")/, /\S+/ ]
|
144
|
+
|
145
|
+
class << self
|
146
|
+
|
147
|
+
## Method that cleans the String of HTML tags
|
148
|
+
## and attributes outside of the allowed list.
|
149
|
+
|
150
|
+
# this has been hacked for card to allow classes if
|
151
|
+
# the class begins with "w-"
|
152
|
+
def clean!( string, tags = ALLOWED_TAGS )
|
153
|
+
string.gsub( /<(\/*)(\w+)([^>]*)>/ ) do
|
154
|
+
raw = $~
|
155
|
+
tag = raw[2].downcase
|
156
|
+
if attrs = tags[tag]
|
157
|
+
"<#{raw[1]}#{
|
158
|
+
attrs.inject([tag]) do |pcs, attr|
|
159
|
+
q='"'
|
160
|
+
rest_value=nil
|
161
|
+
if raw[3] =~ /\b#{attr}\s*=\s*(?=(.))/i
|
162
|
+
rest_value = $'
|
163
|
+
idx = %w{' "}.index($1) and q = $1
|
164
|
+
re = ATTR_VALUE_RE[ idx || 2 ]
|
165
|
+
if match = rest_value.match(re)
|
166
|
+
rest_value = match[0]
|
167
|
+
if attr == 'class'
|
168
|
+
rest_value = rest_value.split(/\s+/).find_all {|s| s=~/^w-/i}*' '
|
169
|
+
end
|
170
|
+
end
|
171
|
+
end
|
172
|
+
pcs << "#{attr}=#{q}#{rest_value}#{q}" unless rest_value.blank?
|
173
|
+
pcs
|
174
|
+
end * ' '
|
175
|
+
}>"
|
176
|
+
else
|
177
|
+
" "
|
178
|
+
end
|
179
|
+
end.gsub(/<\!--.*?-->/, '')
|
180
|
+
end
|
181
|
+
|
182
|
+
def truncatewords_with_closing_tags(input, words = 25, truncate_string = "...")
|
183
|
+
if input.nil? then return end
|
184
|
+
wordlist = input.to_s.split
|
185
|
+
l = words.to_i - 1
|
186
|
+
l = 0 if l < 0
|
187
|
+
wordstring = wordlist.length > l ? wordlist[0..l].join(" ") : input.to_s
|
188
|
+
# nuke partial tags at end of snippet
|
189
|
+
wordstring.gsub!(/(<[^\>]+)$/,'')
|
190
|
+
|
191
|
+
tags = []
|
192
|
+
|
193
|
+
# match tags with or without self closing (ie. <foo />)
|
194
|
+
wordstring.scan(/\<([^\>\s\/]+)[^\>]*?\>/).each { |t| tags.unshift(t[0]) }
|
195
|
+
# match tags with self closing and mark them as closed
|
196
|
+
wordstring.scan(/\<([^\>\s\/]+)[^\>]*?\/\>/).each { |t| if !(x=tags.index(t[0])).nil? then tags.slice!(x) end }
|
197
|
+
# match close tags
|
198
|
+
wordstring.scan(/\<\/([^\>\s\/]+)[^\>]*?\>/).each { |t| if !(x=tags.rindex(t[0])).nil? then tags.slice!(x) end }
|
199
|
+
|
200
|
+
tags.each {|t| wordstring += "</#{t}>" }
|
201
|
+
|
202
|
+
wordstring +='<span class="closed-content-ellipses">...</span>' if wordlist.length > l
|
203
|
+
# wordstring += '...' if wordlist.length > l
|
204
|
+
wordstring.gsub! /<[\/]?br[\s\/]*>/, ' ' ## Also a hack -- get rid of <br>'s -- they make line view ugly.
|
205
|
+
wordstring.gsub! /<[\/]?p[^>]*>/, ' ' ## Also a hack -- get rid of <br>'s -- they make line view ugly.
|
206
|
+
wordstring
|
207
|
+
end
|
208
|
+
|
209
|
+
end
|
210
|
+
end
|
211
|
+
end
|
@@ -0,0 +1,105 @@
|
|
1
|
+
class Object
|
2
|
+
# FIXME: move this, mixin, don't extend Object
|
3
|
+
def deep_clone
|
4
|
+
case self
|
5
|
+
when Fixnum,Bignum,Float,NilClass,FalseClass,TrueClass,Symbol
|
6
|
+
klone = self
|
7
|
+
when Hash
|
8
|
+
klone = self.clone
|
9
|
+
self.each{|k,v| klone[k] = v.deep_clone}
|
10
|
+
when Array
|
11
|
+
klone = self.clone
|
12
|
+
klone.clear
|
13
|
+
self.each{|v| klone << v.deep_clone}
|
14
|
+
else
|
15
|
+
klone = self.clone
|
16
|
+
end
|
17
|
+
klone.instance_variables.each {|v|
|
18
|
+
klone.instance_variable_set(v,
|
19
|
+
klone.instance_variable_get(v).deep_clone)
|
20
|
+
}
|
21
|
+
klone
|
22
|
+
end
|
23
|
+
|
24
|
+
def send_unless method, *args, &block
|
25
|
+
( block_given? ? yield : self ) or send method, *args
|
26
|
+
end
|
27
|
+
|
28
|
+
def send_if method, *args, &block
|
29
|
+
( block_given? ? yield : self ) and send method, *args
|
30
|
+
end
|
31
|
+
|
32
|
+
def to_name
|
33
|
+
Card::Name.new self
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
class Module
|
40
|
+
RUBY_VERSION_18 = !!(RUBY_VERSION =~ /^1\.8/)
|
41
|
+
|
42
|
+
def const_get_if_defined const
|
43
|
+
args = RUBY_VERSION_18 ? [ const ] : [ const, false ]
|
44
|
+
if const_defined? *args
|
45
|
+
const_get *args
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
def const_get_or_set const
|
50
|
+
const_get_if_defined const or const_set const, yield
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
class Hash
|
57
|
+
# FIXME: this is too ugly and narrow for a core extension.
|
58
|
+
class << self
|
59
|
+
def new_from_semicolon_attr_list(attr_string)
|
60
|
+
return {} if attr_string.blank?
|
61
|
+
attr_string.strip.split(';').inject({}) do |result, pair|
|
62
|
+
value, key = pair.split(':').reverse
|
63
|
+
key ||= 'view'
|
64
|
+
key.strip!; value.strip!
|
65
|
+
result[key.to_sym] = value
|
66
|
+
result
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
end
|
72
|
+
|
73
|
+
|
74
|
+
class Kaminari::Helpers::Tag
|
75
|
+
def page_url_for page
|
76
|
+
p = params_for(page)
|
77
|
+
p.delete :controller
|
78
|
+
p.delete :action
|
79
|
+
card = Card[p.delete('id')]
|
80
|
+
card.format.path p
|
81
|
+
end
|
82
|
+
|
83
|
+
private
|
84
|
+
|
85
|
+
def params_for(page)
|
86
|
+
page_params = Rack::Utils.parse_nested_query("#{@param_name}=#{page}")
|
87
|
+
page_params = @params.with_indifferent_access.deep_merge(page_params)
|
88
|
+
|
89
|
+
if Kaminari.config.respond_to?(:params_on_first_page) && !Kaminari.config.params_on_first_page && page <= 1
|
90
|
+
# This converts a hash:
|
91
|
+
# from: {other: "params", page: 1}
|
92
|
+
# to: {other: "params", page: nil}
|
93
|
+
# (when @param_name == "page")
|
94
|
+
#
|
95
|
+
# from: {other: "params", user: {name: "yuki", page: 1}}
|
96
|
+
# to: {other: "params", user: {name: "yuki", page: nil}}
|
97
|
+
# (when @param_name == "user[page]")
|
98
|
+
@param_name.to_s.scan(/\w+/)[0..-2].inject(page_params){|h, k| h[k] }[$&] = nil
|
99
|
+
end
|
100
|
+
|
101
|
+
page_params
|
102
|
+
end
|
103
|
+
end
|
104
|
+
|
105
|
+
|