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
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 4ca61ef10b032eb560c1d9e751348966309d9760
|
4
|
+
data.tar.gz: 573fc00930465dd3e56faca3a9d4c71de6b3a0d4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0f005e9dbd23584a629f6880d79c92cc5b5cd42d771f749ad8cb743c6b89591f59bc9671e914a620d5282b29280036c2f95cf7e3087e876420ec386a401ab7ce
|
7
|
+
data.tar.gz: 559b50432395bad80dcf3f329c6b30ffd3cf73eac4442396c2d9272ebfaac4f8624e4572f08c4d1543f36a2de4c2e8d969be5525da1dd3872535c3080f8f6122
|
data/.rspec
ADDED
data/GPL
ADDED
@@ -0,0 +1,331 @@
|
|
1
|
+
The GNU General Public License (GPL)
|
2
|
+
Version 2, June 1991
|
3
|
+
|
4
|
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
5
|
+
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
6
|
+
|
7
|
+
Everyone is permitted to copy and distribute verbatim copies
|
8
|
+
of this license document, but changing it is not allowed.
|
9
|
+
|
10
|
+
Preamble
|
11
|
+
|
12
|
+
The licenses for most software are designed to take away your freedom to
|
13
|
+
share and change it. By contrast, the GNU General Public License is intended
|
14
|
+
to guarantee your freedom to share and change free software--to make sure the
|
15
|
+
software is free for all its users. This General Public License applies to
|
16
|
+
most of the Free Software Foundation's software and to any other program
|
17
|
+
whose authors commit to using it. (Some other Free Software Foundation
|
18
|
+
software is covered by the GNU Library General Public License instead.) You
|
19
|
+
can apply it to your programs, too.
|
20
|
+
|
21
|
+
When we speak of free software, we are referring to freedom, not price. Our
|
22
|
+
General Public Licenses are designed to make sure that you have the freedom
|
23
|
+
to distribute copies of free software (and charge for this service if you
|
24
|
+
wish), that you receive source code or can get it if you want it, that you
|
25
|
+
can change the software or use pieces of it in new free programs; and that
|
26
|
+
you know you can do these things.
|
27
|
+
|
28
|
+
To protect your rights, we need to make restrictions that forbid anyone to
|
29
|
+
deny you these rights or to ask you to surrender the rights. These
|
30
|
+
restrictions translate to certain responsibilities for you if you distribute
|
31
|
+
copies of the software, or if you modify it.
|
32
|
+
|
33
|
+
For example, if you distribute copies of such a program, whether gratis or
|
34
|
+
for a fee, you must give the recipients all the rights that you have. You
|
35
|
+
must make sure that they, too, receive or can get the source code. And you
|
36
|
+
must show them these terms so they know their rights.
|
37
|
+
|
38
|
+
We protect your rights with two steps: (1) copyright the software, and (2)
|
39
|
+
offer you this license which gives you legal permission to copy, distribute
|
40
|
+
and/or modify the software.
|
41
|
+
|
42
|
+
Also, for each author's protection and ours, we want to make certain that
|
43
|
+
everyone understands that there is no warranty for this free software. If the
|
44
|
+
software is modified by someone else and passed on, we want its recipients to
|
45
|
+
know that what they have is not the original, so that any problems introduced
|
46
|
+
by others will not reflect on the original authors' reputations.
|
47
|
+
|
48
|
+
Finally, any free program is threatened constantly by software patents. We
|
49
|
+
wish to avoid the danger that redistributors of a free program will
|
50
|
+
individually obtain patent licenses, in effect making the program
|
51
|
+
proprietary. To prevent this, we have made it clear that any patent must be
|
52
|
+
licensed for everyone's free use or not licensed at all.
|
53
|
+
|
54
|
+
The precise terms and conditions for copying, distribution and modification
|
55
|
+
follow.
|
56
|
+
|
57
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
58
|
+
|
59
|
+
0. This License applies to any program or other work which contains a notice
|
60
|
+
placed by the copyright holder saying it may be distributed under the
|
61
|
+
terms of this General Public License. The "Program", below, refers to any
|
62
|
+
such program or work, and a "work based on the Program" means either the
|
63
|
+
Program or any derivative work under copyright law: that is to say, a work
|
64
|
+
containing the Program or a portion of it, either verbatim or with
|
65
|
+
modifications and/or translated into another language. (Hereinafter,
|
66
|
+
translation is included without limitation in the term "modification".)
|
67
|
+
Each licensee is addressed as "you".
|
68
|
+
|
69
|
+
Activities other than copying, distribution and modification are not
|
70
|
+
covered by this License; they are outside its scope. The act of running
|
71
|
+
the Program is not restricted, and the output from the Program is covered
|
72
|
+
only if its contents constitute a work based on the Program (independent
|
73
|
+
of having been made by running the Program). Whether that is true depends
|
74
|
+
on what the Program does.
|
75
|
+
|
76
|
+
1. You may copy and distribute verbatim copies of the Program's source code
|
77
|
+
as you receive it, in any medium, provided that you conspicuously and
|
78
|
+
appropriately publish on each copy an appropriate copyright notice and
|
79
|
+
disclaimer of warranty; keep intact all the notices that refer to this
|
80
|
+
License and to the absence of any warranty; and give any other recipients
|
81
|
+
of the Program a copy of this License along with the Program.
|
82
|
+
|
83
|
+
You may charge a fee for the physical act of transferring a copy, and you
|
84
|
+
may at your option offer warranty protection in exchange for a fee.
|
85
|
+
|
86
|
+
2. You may modify your copy or copies of the Program or any portion of it,
|
87
|
+
thus forming a work based on the Program, and copy and distribute such
|
88
|
+
modifications or work under the terms of Section 1 above, provided that
|
89
|
+
you also meet all of these conditions:
|
90
|
+
|
91
|
+
a) You must cause the modified files to carry prominent notices stating
|
92
|
+
that you changed the files and the date of any change.
|
93
|
+
|
94
|
+
b) You must cause any work that you distribute or publish, that in whole
|
95
|
+
or in part contains or is derived from the Program or any part
|
96
|
+
thereof, to be licensed as a whole at no charge to all third parties
|
97
|
+
under the terms of this License.
|
98
|
+
|
99
|
+
c) If the modified program normally reads commands interactively when
|
100
|
+
run, you must cause it, when started running for such interactive use
|
101
|
+
in the most ordinary way, to print or display an announcement
|
102
|
+
including an appropriate copyright notice and a notice that there is
|
103
|
+
no warranty (or else, saying that you provide a warranty) and that
|
104
|
+
users may redistribute the program under these conditions, and telling
|
105
|
+
the user how to view a copy of this License. (Exception: if the
|
106
|
+
Program itself is interactive but does not normally print such an
|
107
|
+
announcement, your work based on the Program is not required to print
|
108
|
+
an announcement.)
|
109
|
+
|
110
|
+
These requirements apply to the modified work as a whole. If identifiable
|
111
|
+
sections of that work are not derived from the Program, and can be
|
112
|
+
reasonably considered independent and separate works in themselves, then
|
113
|
+
this License, and its terms, do not apply to those sections when you
|
114
|
+
distribute them as separate works. But when you distribute the same
|
115
|
+
sections as part of a whole which is a work based on the Program, the
|
116
|
+
distribution of the whole must be on the terms of this License, whose
|
117
|
+
permissions for other licensees extend to the entire whole, and thus to
|
118
|
+
each and every part regardless of who wrote it.
|
119
|
+
|
120
|
+
Thus, it is not the intent of this section to claim rights or contest your
|
121
|
+
rights to work written entirely by you; rather, the intent is to exercise
|
122
|
+
the right to control the distribution of derivative or collective works
|
123
|
+
based on the Program.
|
124
|
+
|
125
|
+
In addition, mere aggregation of another work not based on the Program
|
126
|
+
with the Program (or with a work based on the Program) on a volume of a
|
127
|
+
storage or distribution medium does not bring the other work under the
|
128
|
+
scope of this License.
|
129
|
+
|
130
|
+
3. You may copy and distribute the Program (or a work based on it, under
|
131
|
+
Section 2) in object code or executable form under the terms of Sections 1
|
132
|
+
and 2 above provided that you also do one of the following:
|
133
|
+
|
134
|
+
a) Accompany it with the complete corresponding machine-readable source
|
135
|
+
code, which must be distributed under the terms of Sections 1 and 2
|
136
|
+
above on a medium customarily used for software interchange; or,
|
137
|
+
|
138
|
+
b) Accompany it with a written offer, valid for at least three years, to
|
139
|
+
give any third party, for a charge no more than your cost of
|
140
|
+
physically performing source distribution, a complete machine-readable
|
141
|
+
copy of the corresponding source code, to be distributed under the
|
142
|
+
terms of Sections 1 and 2 above on a medium customarily used for
|
143
|
+
software interchange; or,
|
144
|
+
|
145
|
+
c) Accompany it with the information you received as to the offer to
|
146
|
+
distribute corresponding source code. (This alternative is allowed
|
147
|
+
only for noncommercial distribution and only if you received the
|
148
|
+
program in object code or executable form with such an offer, in
|
149
|
+
accord with Subsection b above.)
|
150
|
+
|
151
|
+
The source code for a work means the preferred form of the work for making
|
152
|
+
modifications to it. For an executable work, complete source code means all
|
153
|
+
the source code for all modules it contains, plus any associated interface
|
154
|
+
definition files, plus the scripts used to control compilation and
|
155
|
+
installation of the executable. However, as a special exception, the source
|
156
|
+
code distributed need not include anything that is normally distributed (in
|
157
|
+
either source or binary form) with the major components (compiler, kernel,
|
158
|
+
and so on) of the operating system on which the executable runs, unless that
|
159
|
+
component itself accompanies the executable.
|
160
|
+
|
161
|
+
If distribution of executable or object code is made by offering access to
|
162
|
+
copy from a designated place, then offering equivalent access to copy the
|
163
|
+
source code from the same place counts as distribution of the source code,
|
164
|
+
even though third parties are not compelled to copy the source along with
|
165
|
+
the object code.
|
166
|
+
|
167
|
+
4. You may not copy, modify, sublicense, or distribute the Program except as
|
168
|
+
expressly provided under this License. Any attempt otherwise to copy,
|
169
|
+
modify, sublicense or distribute the Program is void, and will
|
170
|
+
automatically terminate your rights under this License. However, parties
|
171
|
+
who have received copies, or rights, from you under this License will not
|
172
|
+
have their licenses terminated so long as such parties remain in full
|
173
|
+
compliance.
|
174
|
+
|
175
|
+
5. You are not required to accept this License, since you have not signed
|
176
|
+
it. However, nothing else grants you permission to modify or distribute
|
177
|
+
the Program or its derivative works. These actions are prohibited by law
|
178
|
+
if you do not accept this License. Therefore, by modifying or distributing
|
179
|
+
the Program (or any work based on the Program), you indicate your
|
180
|
+
acceptance of this License to do so, and all its terms and conditions for
|
181
|
+
copying, distributing or modifying the Program or works based on it.
|
182
|
+
|
183
|
+
6. Each time you redistribute the Program (or any work based on the Program),
|
184
|
+
the recipient automatically receives a license from the original licensor
|
185
|
+
to copy, distribute or modify the Program subject to these terms and
|
186
|
+
conditions. You may not impose any further restrictions on the recipients'
|
187
|
+
exercise of the rights granted herein. You are not responsible for
|
188
|
+
enforcing compliance by third parties to this License.
|
189
|
+
|
190
|
+
7. If, as a consequence of a court judgment or allegation of patent
|
191
|
+
infringement or for any other reason (not limited to patent issues),
|
192
|
+
conditions are imposed on you (whether by court order, agreement or
|
193
|
+
otherwise) that contradict the conditions of this License, they do not
|
194
|
+
excuse you from the conditions of this License. If you cannot distribute
|
195
|
+
so as to satisfy simultaneously your obligations under this License and
|
196
|
+
any other pertinent obligations, then as a consequence you may not
|
197
|
+
distribute the Program at all. For example, if a patent license would not
|
198
|
+
permit royalty-free redistribution of the Program by all those who receive
|
199
|
+
copies directly or indirectly through you, then the only way you could
|
200
|
+
satisfy both it and this License would be to refrain entirely from
|
201
|
+
distribution of the Program.
|
202
|
+
|
203
|
+
If any portion of this section is held invalid or unenforceable under any
|
204
|
+
particular circumstance, the balance of the section is intended to apply
|
205
|
+
and the section as a whole is intended to apply in other circumstances.
|
206
|
+
|
207
|
+
It is not the purpose of this section to induce you to infringe any
|
208
|
+
patents or other property right claims or to contest validity of any such
|
209
|
+
claims; this section has the sole purpose of protecting the integrity of
|
210
|
+
the free software distribution system, which is implemented by public
|
211
|
+
license practices. Many people have made generous contributions to the
|
212
|
+
wide range of software distributed through that system in reliance on
|
213
|
+
consistent application of that system; it is up to the author/donor to
|
214
|
+
decide if he or she is willing to distribute software through any other
|
215
|
+
system and a licensee cannot impose that choice.
|
216
|
+
|
217
|
+
This section is intended to make thoroughly clear what is believed to be a
|
218
|
+
consequence of the rest of this License.
|
219
|
+
|
220
|
+
8. If the distribution and/or use of the Program is restricted in certain
|
221
|
+
countries either by patents or by copyrighted interfaces, the original
|
222
|
+
copyright holder who places the Program under this License may add an
|
223
|
+
explicit geographical distribution limitation excluding those countries,
|
224
|
+
so that distribution is permitted only in or among countries not thus
|
225
|
+
excluded. In such case, this License incorporates the limitation as if
|
226
|
+
written in the body of this License.
|
227
|
+
|
228
|
+
9. The Free Software Foundation may publish revised and/or new versions of
|
229
|
+
the General Public License from time to time. Such new versions will be
|
230
|
+
similar in spirit to the present version, but may differ in detail to
|
231
|
+
address new problems or concerns.
|
232
|
+
|
233
|
+
Each version is given a distinguishing version number. If the Program
|
234
|
+
specifies a version number of this License which applies to it and "any
|
235
|
+
later version", you have the option of following the terms and conditions
|
236
|
+
either of that version or of any later version published by the Free
|
237
|
+
Software Foundation. If the Program does not specify a version number of
|
238
|
+
this License, you may choose any version ever published by the Free
|
239
|
+
Software Foundation.
|
240
|
+
|
241
|
+
10. If you wish to incorporate parts of the Program into other free programs
|
242
|
+
whose distribution conditions are different, write to the author to ask
|
243
|
+
for permission. For software which is copyrighted by the Free Software
|
244
|
+
Foundation, write to the Free Software Foundation; we sometimes make
|
245
|
+
exceptions for this. Our decision will be guided by the two goals of
|
246
|
+
preserving the free status of all derivatives of our free software and of
|
247
|
+
promoting the sharing and reuse of software generally.
|
248
|
+
|
249
|
+
NO WARRANTY
|
250
|
+
|
251
|
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
|
252
|
+
THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
253
|
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
254
|
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
|
255
|
+
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
256
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
|
257
|
+
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
|
258
|
+
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
|
259
|
+
NECESSARY SERVICING, REPAIR OR CORRECTION.
|
260
|
+
|
261
|
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
262
|
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
263
|
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
|
264
|
+
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
|
265
|
+
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
|
266
|
+
BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
|
267
|
+
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO
|
268
|
+
OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS
|
269
|
+
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
270
|
+
|
271
|
+
END OF TERMS AND CONDITIONS
|
272
|
+
|
273
|
+
How to Apply These Terms to Your New Programs
|
274
|
+
|
275
|
+
If you develop a new program, and you want it to be of the greatest possible
|
276
|
+
use to the public, the best way to achieve this is to make it free software
|
277
|
+
which everyone can redistribute and change under these terms.
|
278
|
+
|
279
|
+
To do so, attach the following notices to the program. It is safest to attach
|
280
|
+
them to the start of each source file to most effectively convey the
|
281
|
+
exclusion of warranty; and each file should have at least the "copyright"
|
282
|
+
line and a pointer to where the full notice is found.
|
283
|
+
|
284
|
+
one line to give the program's name and a brief idea of what it does.
|
285
|
+
Copyright (C)
|
286
|
+
|
287
|
+
This program is free software; you can redistribute it and/or modify it
|
288
|
+
under the terms of the GNU General Public License as published by the
|
289
|
+
Free Software Foundation; either version 2 of the License, or (at your
|
290
|
+
option) any later version.
|
291
|
+
|
292
|
+
This program is distributed in the hope that it will be useful, but
|
293
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of
|
294
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
295
|
+
Public License for more details.
|
296
|
+
|
297
|
+
You should have received a copy of the GNU General Public License along
|
298
|
+
with this program; if not, write to the Free Software Foundation, Inc.,
|
299
|
+
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
300
|
+
|
301
|
+
Also add information on how to contact you by electronic and paper mail.
|
302
|
+
|
303
|
+
If the program is interactive, make it output a short notice like this when
|
304
|
+
it starts in an interactive mode:
|
305
|
+
|
306
|
+
Gnomovision version 69, Copyright (C) year name of author Gnomovision
|
307
|
+
comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is
|
308
|
+
free software, and you are welcome to redistribute it under certain
|
309
|
+
conditions; type `show c' for details.
|
310
|
+
|
311
|
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
312
|
+
parts of the General Public License. Of course, the commands you use may be
|
313
|
+
called something other than `show w' and `show c'; they could even be
|
314
|
+
mouse-clicks or menu items--whatever suits your program.
|
315
|
+
|
316
|
+
You should also get your employer (if you work as a programmer) or your
|
317
|
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
318
|
+
necessary. Here is a sample; alter the names:
|
319
|
+
|
320
|
+
Yoyodyne, Inc., hereby disclaims all copyright interest
|
321
|
+
in the program `Gnomovision' (which makes passes at compilers)
|
322
|
+
written by James Hacker.
|
323
|
+
|
324
|
+
signature of Ty Coon, 1 April 1989
|
325
|
+
Ty Coon, President of Vice
|
326
|
+
|
327
|
+
This General Public License does not permit incorporating your program into
|
328
|
+
proprietary programs. If your program is a subroutine library, you may
|
329
|
+
consider it more useful to permit linking proprietary applications with the
|
330
|
+
library. If this is what you want to do, use the GNU Library General Public
|
331
|
+
License instead of this License.
|
data/LICENSE
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
Card
|
2
|
+
Copyright (C) 2013 Grass Commons
|
3
|
+
|
4
|
+
This program is free software; you can redistribute it and/or
|
5
|
+
modify it under the terms of the GNU General Public License
|
6
|
+
as published by the Free Software Foundation; either version 2
|
7
|
+
of the License, or (at your option) any later version.
|
8
|
+
|
9
|
+
This program is distributed in the hope that it will be useful,
|
10
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
12
|
+
GNU General Public License for more details.
|
13
|
+
|
14
|
+
You should have received a copy of the GNU General Public License
|
15
|
+
along with this program; if not, write to the Free Software
|
16
|
+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.15.pre
|
data/card.gemspec
CHANGED
@@ -1,23 +1,52 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'card/version'
|
5
1
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
spec.authors = ["Ethan McCutchen"]
|
10
|
-
spec.email = ["ethan@grasscommons.org"]
|
11
|
-
spec.description = %q{ placeholder for Wagn card model }
|
12
|
-
spec.summary = %q{ will support separate treatment of platform and railtie }
|
13
|
-
spec.homepage = ""
|
14
|
-
spec.license = "MIT"
|
2
|
+
#require File.expand_path( '../lib/card/version', __FILE__ )
|
3
|
+
#version = Card::Version.release
|
4
|
+
version = File.open(File.expand_path( '../VERSION', __FILE__ )).read.chomp
|
15
5
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
6
|
+
Gem::Specification.new do |s|
|
7
|
+
s.name = 'card'
|
8
|
+
s.version = version
|
9
|
+
s.authors = ["Ethan McCutchen", "Lewis Hoffman", "Gerry Gleason"]
|
10
|
+
s.email = ['info@wagn.org']
|
11
|
+
|
12
|
+
# s.date = '2013-12-20'
|
13
|
+
s.summary = "an atomic, set-driven content engine"
|
14
|
+
s.description = "Cards are data atoms that are grouped into Sets to which Rules can apply. Cards can formatted with Views and transformed with Events."
|
15
|
+
s.homepage = 'http://wagn.org'
|
16
|
+
s.license = 'GPL'
|
20
17
|
|
21
|
-
|
22
|
-
|
18
|
+
s.files = `git ls-files`.split($/)
|
19
|
+
|
20
|
+
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
21
|
+
s.require_paths = ["lib"]
|
22
|
+
|
23
|
+
s.required_ruby_version = '>= 1.8.7'
|
24
|
+
|
25
|
+
[
|
26
|
+
|
27
|
+
[ 'smartname', '0.2.3' ],
|
28
|
+
|
29
|
+
[ 'uuid', '~> 2.3' ],
|
30
|
+
[ 'paperclip', '~> 2.8' ],
|
31
|
+
[ 'htmlentities', '~> 4.3' ],
|
32
|
+
[ 'rmagick', '~> 2.13' ],
|
33
|
+
[ 'recaptcha', '~> 0.3' ],
|
34
|
+
[ 'coderay', '~> 1.0' ],
|
35
|
+
[ 'sass', '~> 3.2' ],
|
36
|
+
[ 'coffee-script','~> 2.2' ],
|
37
|
+
[ 'uglifier', '~> 2.5' ],
|
38
|
+
|
39
|
+
[ 'haml', '~> 4.0' ],
|
40
|
+
[ 'kaminari', '~> 0.16' ],
|
41
|
+
[ 'bootstrap-kaminari-views', '~> 0.0.5'],
|
42
|
+
[ 'diffy', '~> 3.0' ],
|
43
|
+
[ 'diff-lcs', '~> 1.2' ],
|
44
|
+
# should not depend!
|
45
|
+
[ 'airbrake', '~> 4.1' ]
|
46
|
+
|
47
|
+
|
48
|
+
].each do |dep|
|
49
|
+
s.add_runtime_dependency *dep
|
50
|
+
end
|
51
|
+
|
23
52
|
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
# Be sure to restart your server when you modify this file.
|
3
|
+
|
4
|
+
# Add new inflection rules using the following format
|
5
|
+
ActiveSupport::Inflector.inflections do |inflect|
|
6
|
+
inflect.irregular 'grave', 'graveyard'
|
7
|
+
inflect.uncountable 'this'
|
8
|
+
# inflect.uncountable 'plus'
|
9
|
+
inflect.uncountable 'anonymous'
|
10
|
+
inflect.uncountable /^s$/
|
11
|
+
inflect.singular(/(ss)$/i, '\1')
|
12
|
+
inflect.plural(/(ss)$/i, '\1')
|
13
|
+
end
|