card 0.0.1 → 1.15.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rspec +4 -0
- data/GPL +331 -0
- data/LICENSE +16 -0
- data/VERSION +1 -0
- data/card.gemspec +48 -19
- data/config/initializers/01_init_ruby_extensions.rb +7 -0
- data/config/initializers/inflections.rb +13 -0
- data/config/initializers/mime_types.rb +13 -0
- data/config/initializers/notification.rb +4 -0
- data/config/initializers/recaptcha.rb +6 -0
- data/config/initializers/uuid_state_file.rb +3 -0
- data/db/bootstrap/card_actions.yml +3872 -0
- data/db/bootstrap/card_acts.yml +7 -0
- data/db/bootstrap/card_changes.yml +11909 -0
- data/db/bootstrap/card_references.yml +3970 -0
- data/db/bootstrap/cards.yml +10805 -0
- data/db/migrate/20110511221913_require_earlier_migrations.rb +19 -0
- data/db/migrate/20120105203350_require_1_8_migrations.rb +15 -0
- data/db/migrate/20121111025347_require_1_10_migrations.rb +15 -0
- data/db/migrate/20121118114000_split_link_type.rb +16 -0
- data/db/migrate/20121118115000_update_link_type.rb +19 -0
- data/db/migrate/20130106052640_table_cleanup.rb +25 -0
- data/db/migrate/20130109015336_trunk_left.rb +14 -0
- data/db/migrate/20130411210957_update_codenames.rb +14 -0
- data/db/migrate/20140822073704_create_new_revision_tables.rb +43 -0
- data/db/migrate/20141001105348_move_revisions_to_actions.rb +62 -0
- data/db/migrate/20141121172918_rename_card_migration_table.rb +15 -0
- data/db/migrate/20141208132159_remove_present_from_reference_table.rb +9 -0
- data/db/migrate/20141216053032_better_index_names.rb +24 -0
- data/db/migrate_core_cards/20130411191151_renaming_for_menu.rb +49 -0
- data/db/migrate_core_cards/20130411211600_delete_old_related_tab_cards.rb +18 -0
- data/db/migrate_core_cards/20130419215612_import_help_text.rb +13 -0
- data/db/migrate_core_cards/20130823192433_add_style_cards.rb +87 -0
- data/db/migrate_core_cards/20130910183318_move_styles_to_content.rb +11 -0
- data/db/migrate_core_cards/20130920214038_jsonize_tinymce.rb +15 -0
- data/db/migrate_core_cards/20130920291703_update_stylesheets.rb +18 -0
- data/db/migrate_core_cards/20130927191728_account_events.rb +21 -0
- data/db/migrate_core_cards/20131016172445_common_css_patch.rb +12 -0
- data/db/migrate_core_cards/20140110193325_reset_account_request_type.rb +11 -0
- data/db/migrate_core_cards/20140307231621_user_data_to_cards.rb +73 -0
- data/db/migrate_core_cards/20140317035504_account_requests_to_signups.rb +51 -0
- data/db/migrate_core_cards/20140512155840_add_script_cards.rb +83 -0
- data/db/migrate_core_cards/20140629222005_add_email_cards.rb +134 -0
- data/db/migrate_core_cards/20140725180118_config_card_updates.rb +9 -0
- data/db/migrate_core_cards/20141111083921_delete_machine_output.rb +9 -0
- data/db/migrate_core_cards/20141115034214_config_descriptions_etc.rb +14 -0
- data/db/migrate_core_cards/20141119001955_make_symlinks_relative.rb +15 -0
- data/db/migrate_core_cards/20141120120605_fix_notification_html_message.rb +10 -0
- data/db/migrate_core_cards/20141204061304_watchers_to_following.rb +38 -0
- data/db/migrate_core_cards/20141208132416_partial_reference_type.rb +7 -0
- data/db/migrate_core_cards/20141208162106_add_ace_script.rb +12 -0
- data/db/migrate_core_cards/20141216155251_add_more_following_cards.rb +24 -0
- data/db/migrate_core_cards/20141230204340_uri_codename.rb +13 -0
- data/db/migrate_core_cards/20150202143810_import_bootstrap_layout.rb +17 -0
- data/db/migrate_core_cards/20150220134731_following_to_follow_rule.rb +18 -0
- data/db/migrate_core_cards/data/1.11_help_text.json +410 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/classic_cards.scss +100 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/common.scss +226 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/right_sidebar.scss +27 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/traditional.scss +152 -0
- data/db/migrate_core_cards/data/1.13_config_text.json +32 -0
- data/db/migrate_core_cards/data/1.14_config_descriptions_etc.json +77 -0
- data/db/migrate_core_cards/data/bootstrap_layout.json +81 -0
- data/db/migrate_core_cards/data/mailer/follower_notification_email.html +9 -0
- data/db/migrate_core_cards/data/mailer/follower_notification_email.txt +11 -0
- data/db/migrate_core_cards/data/mailer/mail_config.json +22 -0
- data/db/migrate_core_cards/data/mailer/password_reset_email.html +10 -0
- data/db/migrate_core_cards/data/mailer/password_reset_email.txt +11 -0
- data/db/migrate_core_cards/data/mailer/signup_alert_email.html +7 -0
- data/db/migrate_core_cards/data/mailer/signup_alert_email.txt +5 -0
- data/db/migrate_core_cards/data/mailer/verification_email.html +9 -0
- data/db/migrate_core_cards/data/mailer/verification_email.txt +8 -0
- data/db/schema.rb +128 -0
- data/db/seeds.rb +8 -0
- data/db/version.txt +1 -0
- data/db/version_core_cards.txt +1 -0
- data/lib/card.rb +46 -3
- data/lib/card/active_record_ext.rb +77 -0
- data/lib/card/auth.rb +181 -0
- data/lib/card/cache.rb +199 -0
- data/lib/card/chunk.rb +104 -0
- data/lib/card/codename.rb +72 -0
- data/lib/card/content.rb +211 -0
- data/lib/card/core_ext.rb +105 -0
- data/lib/card/core_migration.rb +6 -0
- data/lib/card/diff.rb +430 -0
- data/lib/card/env.rb +52 -0
- data/lib/card/exceptions.rb +44 -0
- data/lib/card/format.rb +563 -0
- data/lib/card/loader.rb +165 -0
- data/lib/card/log.rb +450 -0
- data/lib/card/mailer.rb +37 -0
- data/lib/card/migration.rb +145 -0
- data/lib/card/name.rb +45 -0
- data/lib/card/query.rb +81 -0
- data/lib/card/query/card_clause.rb +527 -0
- data/lib/card/query/clause.rb +21 -0
- data/lib/card/query/ref_clause.rb +47 -0
- data/lib/card/query/value_clause.rb +65 -0
- data/lib/card/reference.rb +63 -0
- data/lib/card/set.rb +369 -0
- data/lib/card/set_pattern.rb +168 -0
- data/lib/card/simplecov_helper.rb +61 -0
- data/lib/card/spec_helper.rb +68 -0
- data/lib/card/version.rb +9 -2
- data/lib/cardio.rb +145 -0
- data/lib/generators/card.rb +32 -0
- data/lib/generators/card/format/USAGE +9 -0
- data/lib/generators/card/format/format_generator.rb +27 -0
- data/lib/generators/card/format/templates/format_spec_template.erb +5 -0
- data/lib/generators/card/format/templates/format_template.erb +3 -0
- data/lib/generators/card/migration/USAGE +24 -0
- data/lib/generators/card/migration/migration_generator.rb +38 -0
- data/lib/generators/card/migration/templates/card_migration.erb +10 -0
- data/lib/generators/card/set/USAGE +15 -0
- data/lib/generators/card/set/set_generator.rb +29 -0
- data/lib/generators/card/set/templates/set_spec_template.erb +5 -0
- data/lib/generators/card/set/templates/set_template.erb +1 -0
- data/mod/01_core/chunk/include.rb +85 -0
- data/mod/01_core/chunk/link.rb +87 -0
- data/mod/01_core/chunk/literal.rb +24 -0
- data/mod/01_core/chunk/reference.rb +53 -0
- data/mod/01_core/chunk/uri.rb +135 -0
- data/mod/01_core/format/data_format.rb +2 -0
- data/mod/01_core/format/html_format.rb +129 -0
- data/mod/01_core/format/text_format.rb +10 -0
- data/mod/01_core/layout/blank.html +5 -0
- data/mod/01_core/layout/default.html +20 -0
- data/mod/01_core/layout/noside.html +16 -0
- data/mod/01_core/layout/pre.html +2 -0
- data/mod/01_core/layout/simple.html +5 -0
- data/mod/01_core/set/all/active_card.rb +35 -0
- data/mod/01_core/set/all/collection.rb +142 -0
- data/mod/01_core/set/all/content.rb +64 -0
- data/mod/01_core/set/all/erb.rb +11 -0
- data/mod/01_core/set/all/fetch.rb +228 -0
- data/mod/01_core/set/all/haml.rb +7 -0
- data/mod/01_core/set/all/initialize.rb +49 -0
- data/mod/01_core/set/all/name.rb +275 -0
- data/mod/01_core/set/all/pattern.rb +56 -0
- data/mod/01_core/set/all/permissions.rb +284 -0
- data/mod/01_core/set/all/phases.rb +185 -0
- data/mod/01_core/set/all/references.rb +118 -0
- data/mod/01_core/set/all/rules.rb +315 -0
- data/mod/01_core/set/all/states.rb +16 -0
- data/mod/01_core/set/all/templating.rb +120 -0
- data/mod/01_core/set/all/tracked_attributes.rb +114 -0
- data/mod/01_core/set/all/trash.rb +50 -0
- data/mod/01_core/set/all/type.rb +85 -0
- data/mod/01_core/set/all/utils.rb +85 -0
- data/mod/01_core/set_pattern/01_all.rb +11 -0
- data/mod/01_core/set_pattern/02_all_plus.rb +13 -0
- data/mod/01_core/set_pattern/03_type.rb +23 -0
- data/mod/01_core/set_pattern/04_star.rb +15 -0
- data/mod/01_core/set_pattern/05_rstar.rb +17 -0
- data/mod/01_core/set_pattern/06_right.rb +20 -0
- data/mod/01_core/set_pattern/07_type_plus_right.rb +23 -0
- data/mod/01_core/set_pattern/08_self.rb +19 -0
- data/mod/01_core/spec/chunk/literal_spec.rb +14 -0
- data/mod/01_core/spec/chunk/uri_spec.rb +292 -0
- data/mod/01_core/spec/format/data_format_spec.rb +5 -0
- data/mod/01_core/spec/format/html_format_spec.rb +140 -0
- data/mod/01_core/spec/format/text_format_spec.rb +5 -0
- data/mod/01_core/spec/set/all/active_card_spec.rb +5 -0
- data/mod/01_core/spec/set/all/attribute_tracking_spec.rb +21 -0
- data/mod/01_core/spec/set/all/collection_spec.rb +65 -0
- data/mod/01_core/spec/set/all/content_spec.rb +15 -0
- data/mod/01_core/spec/set/all/fetch_spec.rb +204 -0
- data/mod/01_core/spec/set/all/initialize_spec.rb +58 -0
- data/mod/01_core/spec/set/all/name_spec.rb +61 -0
- data/mod/01_core/spec/set/all/pattern_spec.rb +81 -0
- data/mod/01_core/spec/set/all/permissions_spec.rb +505 -0
- data/mod/01_core/spec/set/all/phases_spec.rb +6 -0
- data/mod/01_core/spec/set/all/references_spec.rb +8 -0
- data/mod/01_core/spec/set/all/rules2_spec.rb +250 -0
- data/mod/01_core/spec/set/all/rules_spec.rb +130 -0
- data/mod/01_core/spec/set/all/states_spec.rb +5 -0
- data/mod/01_core/spec/set/all/templating_spec.rb +111 -0
- data/mod/01_core/spec/set/all/tracked_attributes_spec.rb +328 -0
- data/mod/01_core/spec/set/all/trash_spec.rb +34 -0
- data/mod/01_core/spec/set/all/type_spec.rb +71 -0
- data/mod/01_core/spec/set/all/utils_spec.rb +5 -0
- data/mod/01_history/lib/card/act.rb +60 -0
- data/mod/01_history/lib/card/action.rb +176 -0
- data/mod/01_history/lib/card/change.rb +29 -0
- data/mod/01_history/set/all/actions.rb +47 -0
- data/mod/01_history/set/all/content_history.rb +131 -0
- data/mod/01_history/set/all/history.rb +296 -0
- data/mod/02_basic_types/format/css_format.rb +6 -0
- data/mod/02_basic_types/format/csv_format.rb +6 -0
- data/mod/02_basic_types/format/file_format.rb +3 -0
- data/mod/02_basic_types/format/js_format.rb +6 -0
- data/mod/02_basic_types/format/json_format.rb +6 -0
- data/mod/02_basic_types/format/rss_format.rb +11 -0
- data/mod/02_basic_types/format/xml_format.rb +6 -0
- data/mod/02_basic_types/set/all/all_css.rb +42 -0
- data/mod/02_basic_types/set/all/all_csv.rb +52 -0
- data/mod/02_basic_types/set/all/all_js.rb +7 -0
- data/mod/02_basic_types/set/all/base.rb +122 -0
- data/mod/02_basic_types/set/all/file.rb +13 -0
- data/mod/02_basic_types/set/all/json.rb +66 -0
- data/mod/02_basic_types/set/all/rss.rb +72 -0
- data/mod/02_basic_types/set/all/text.rb +8 -0
- data/mod/02_basic_types/set/type/plain_text.rb +10 -0
- data/mod/02_basic_types/set/type/pointer.rb +323 -0
- data/mod/02_basic_types/spec/set/all/all_css_spec.rb +10 -0
- data/mod/02_basic_types/spec/set/all/all_csv_spec.rb +9 -0
- data/mod/02_basic_types/spec/set/all/base_spec.rb +57 -0
- data/mod/02_basic_types/spec/set/all/file_spec.rb +5 -0
- data/mod/02_basic_types/spec/set/all/json_spec.rb +26 -0
- data/mod/02_basic_types/spec/set/all/rss_spec.rb +8 -0
- data/mod/02_basic_types/spec/set/all/text_spec.rb +5 -0
- data/mod/02_basic_types/spec/set/type/plain_text_spec.rb +11 -0
- data/mod/02_basic_types/spec/set/type/pointer_spec.rb +103 -0
- data/mod/03_machines/lib/card/machine.rb +185 -0
- data/mod/03_machines/lib/card/machine_input.rb +40 -0
- data/mod/03_machines/lib/javascript/ace.js +18204 -0
- data/mod/03_machines/lib/javascript/html5shiv-printshiv.js +1 -0
- data/mod/03_machines/lib/javascript/jquery-ui.js +14913 -0
- data/mod/03_machines/lib/javascript/jquery.autosize.js +274 -0
- data/mod/03_machines/lib/javascript/jquery.fileupload.js +1114 -0
- data/mod/03_machines/lib/javascript/jquery.iframe-transport.js +185 -0
- data/mod/03_machines/lib/javascript/jquery.js +4 -0
- data/mod/03_machines/lib/javascript/jquery.ui.autocomplete.html.js +41 -0
- data/mod/03_machines/lib/javascript/jquery_ujs.js +469 -0
- data/mod/03_machines/lib/javascript/jquerymobile.js +15454 -0
- data/mod/03_machines/lib/javascript/theme-textmate.js +130 -0
- data/mod/03_machines/lib/javascript/tinymce.js +13 -0
- data/mod/03_machines/lib/javascript/wagn.js.coffee +336 -0
- data/mod/03_machines/lib/javascript/wagn_menu.js +72 -0
- data/mod/03_machines/lib/javascript/wagn_mod.js.coffee +446 -0
- data/mod/03_machines/lib/stylesheets/functional.scss +184 -0
- data/mod/03_machines/lib/stylesheets/jquery-ui-smoothness.css +1178 -0
- data/mod/03_machines/lib/stylesheets/standard.scss +760 -0
- data/mod/03_machines/set/right/machine_output.rb +20 -0
- data/mod/03_machines/set/self/script_ace.rb +8 -0
- data/mod/03_machines/set/self/script_card_menu.rb +8 -0
- data/mod/03_machines/set/self/script_html5shiv_printshiv.rb +7 -0
- data/mod/03_machines/set/self/script_jquery.rb +8 -0
- data/mod/03_machines/set/self/script_jquery_helper.rb +14 -0
- data/mod/03_machines/set/self/script_slot.rb +9 -0
- data/mod/03_machines/set/self/script_tinymce.rb +8 -0
- data/mod/03_machines/set/self/style_functional.rb +8 -0
- data/mod/03_machines/set/self/style_jquery_ui_smoothness.rb +8 -0
- data/mod/03_machines/set/self/style_standard.rb +8 -0
- data/mod/03_machines/set/type/coffee_script.rb +61 -0
- data/mod/03_machines/set/type/css.rb +45 -0
- data/mod/03_machines/set/type/java_script.rb +38 -0
- data/mod/03_machines/set/type/scss.rb +23 -0
- data/mod/03_machines/set/type/skin.rb +12 -0
- data/mod/03_machines/spec/lib/shared_machine_examples.rb +175 -0
- data/mod/03_machines/spec/lib/shared_machine_input_examples.rb +65 -0
- data/mod/03_machines/spec/set/right/machine_output_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_functional_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_jquery_ui_smoothness_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_standard_spec.rb +5 -0
- data/mod/03_machines/spec/set/type/coffeescript_spec.rb +29 -0
- data/mod/03_machines/spec/set/type/css_spec.rb +34 -0
- data/mod/03_machines/spec/set/type/javascript_spec.rb +28 -0
- data/mod/03_machines/spec/set/type/scss_spec.rb +56 -0
- data/mod/03_machines/spec/set/type/skin_spec.rb +70 -0
- data/mod/04_settings/lib/card/setting.rb +65 -0
- data/mod/04_settings/set/right/add_help.rb +11 -0
- data/mod/04_settings/set/right/comment.rb +91 -0
- data/mod/04_settings/set/right/create.rb +3 -0
- data/mod/04_settings/set/right/default.rb +3 -0
- data/mod/04_settings/set/right/delete.rb +4 -0
- data/mod/04_settings/set/right/help.rb +3 -0
- data/mod/04_settings/set/right/read.rb +2 -0
- data/mod/04_settings/set/right/script.rb +10 -0
- data/mod/04_settings/set/right/structure.rb +4 -0
- data/mod/04_settings/set/right/style.rb +10 -0
- data/mod/04_settings/set/right/update.rb +2 -0
- data/mod/04_settings/set/self/accountable.rb +3 -0
- data/mod/04_settings/set/self/add_help.rb +2 -0
- data/mod/04_settings/set/self/autoname.rb +2 -0
- data/mod/04_settings/set/self/captcha.rb +2 -0
- data/mod/04_settings/set/self/comment.rb +2 -0
- data/mod/04_settings/set/self/create.rb +2 -0
- data/mod/04_settings/set/self/default.rb +2 -0
- data/mod/04_settings/set/self/delete.rb +2 -0
- data/mod/04_settings/set/self/help.rb +2 -0
- data/mod/04_settings/set/self/input.rb +2 -0
- data/mod/04_settings/set/self/layout.rb +2 -0
- data/mod/04_settings/set/self/on_create.rb +2 -0
- data/mod/04_settings/set/self/on_delete.rb +2 -0
- data/mod/04_settings/set/self/on_update.rb +2 -0
- data/mod/04_settings/set/self/options.rb +2 -0
- data/mod/04_settings/set/self/options_label.rb +2 -0
- data/mod/04_settings/set/self/read.rb +2 -0
- data/mod/04_settings/set/self/script.rb +2 -0
- data/mod/04_settings/set/self/structure.rb +2 -0
- data/mod/04_settings/set/self/style.rb +2 -0
- data/mod/04_settings/set/self/table_of_contents.rb +2 -0
- data/mod/04_settings/set/self/thanks.rb +2 -0
- data/mod/04_settings/set/self/update.rb +2 -0
- data/mod/04_settings/set/type/setting.rb +82 -0
- data/mod/04_settings/spec/set/right/add_help_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/comment_spec.rb +41 -0
- data/mod/04_settings/spec/set/right/create_spec.rb +10 -0
- data/mod/04_settings/spec/set/right/default_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/delete_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/help_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/read_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/script_spec.rb +24 -0
- data/mod/04_settings/spec/set/right/structure_spec.rb +17 -0
- data/mod/04_settings/spec/set/right/style_spec.rb +29 -0
- data/mod/04_settings/spec/set/right/update_spec.rb +5 -0
- data/mod/04_settings/spec/set/type/setting_spec.rb +10 -0
- data/mod/05_email/format/email_html_format.rb +9 -0
- data/mod/05_email/format/email_text_format.rb +11 -0
- data/mod/05_email/lib/card/follow_option.rb +90 -0
- data/mod/05_email/set/all/email_html.rb +5 -0
- data/mod/05_email/set/all/email_text.rb +5 -0
- data/mod/05_email/set/all/follow.rb +256 -0
- data/mod/05_email/set/all/notify.rb +223 -0
- data/mod/05_email/set/all/observer.rb +27 -0
- data/mod/05_email/set/right/bcc.rb +45 -0
- data/mod/05_email/set/right/cc.rb +3 -0
- data/mod/05_email/set/right/follow.rb +9 -0
- data/mod/05_email/set/right/follow_fields.rb +3 -0
- data/mod/05_email/set/right/followers.rb +30 -0
- data/mod/05_email/set/right/following.rb +52 -0
- data/mod/05_email/set/right/from.rb +3 -0
- data/mod/05_email/set/right/html_message.rb +3 -0
- data/mod/05_email/set/right/to.rb +3 -0
- data/mod/05_email/set/self/always.rb +14 -0
- data/mod/05_email/set/self/created.rb +21 -0
- data/mod/05_email/set/self/edited.rb +24 -0
- data/mod/05_email/set/self/follow.rb +2 -0
- data/mod/05_email/set/self/follow_defaults.rb +66 -0
- data/mod/05_email/set/self/never.rb +15 -0
- data/mod/05_email/set/type/email_template.rb +113 -0
- data/mod/05_email/set/type_plus_right/user/follow.rb +176 -0
- data/mod/05_email/spec/set/all/follow_spec.rb +133 -0
- data/mod/05_email/spec/set/all/notify_spec.rb +364 -0
- data/mod/05_email/spec/set/all/observer_spec.rb +76 -0
- data/mod/05_email/spec/set/right/followers_spec.rb +126 -0
- data/mod/05_email/spec/set/right/following_spec.rb +4 -0
- data/mod/05_email/spec/set/self/follow_defaults_spec.rb +18 -0
- data/mod/05_standard/file/103/icon-6566.ico +0 -0
- data/mod/05_standard/file/103/large-6566.ico +0 -0
- data/mod/05_standard/file/103/medium-6566.ico +0 -0
- data/mod/05_standard/file/103/original-6566.ico +0 -0
- data/mod/05_standard/file/103/small-6566.ico +0 -0
- data/mod/05_standard/file/79/icon-6556.png +0 -0
- data/mod/05_standard/file/79/large-6556.png +0 -0
- data/mod/05_standard/file/79/medium-6556.png +0 -0
- data/mod/05_standard/file/79/original-6556.png +0 -0
- data/mod/05_standard/file/79/small-6556.png +0 -0
- data/mod/05_standard/file/790/icon-6419.png +0 -0
- data/mod/05_standard/file/790/large-6419.png +0 -0
- data/mod/05_standard/file/790/medium-6419.png +0 -0
- data/mod/05_standard/file/790/original-6419.png +0 -0
- data/mod/05_standard/file/790/small-6419.png +0 -0
- data/mod/05_standard/set/all/account.rb +67 -0
- data/mod/05_standard/set/all/attach.rb +152 -0
- data/mod/05_standard/set/all/comment.rb +39 -0
- data/mod/05_standard/set/all/error.rb +214 -0
- data/mod/05_standard/set/all/event_viz.rb +62 -0
- data/mod/05_standard/set/all/links.rb +110 -0
- data/mod/05_standard/set/all/rich_html/content.rb +173 -0
- data/mod/05_standard/set/all/rich_html/editing.rb +145 -0
- data/mod/05_standard/set/all/rich_html/form.rb +234 -0
- data/mod/05_standard/set/all/rich_html/header.rb +64 -0
- data/mod/05_standard/set/all/rich_html/wrapper.rb +105 -0
- data/mod/05_standard/set/right/account.rb +180 -0
- data/mod/05_standard/set/right/email.rb +52 -0
- data/mod/05_standard/set/right/password.rb +39 -0
- data/mod/05_standard/set/right/salt.rb +5 -0
- data/mod/05_standard/set/right/stats.rb +35 -0
- data/mod/05_standard/set/right/status.rb +9 -0
- data/mod/05_standard/set/right/token.rb +5 -0
- data/mod/05_standard/set/right/when_created.rb +5 -0
- data/mod/05_standard/set/right/when_last_edited.rb +5 -0
- data/mod/05_standard/set/rstar/rules.rb +407 -0
- data/mod/05_standard/set/self/account_links.rb +61 -0
- data/mod/05_standard/set/self/alerts.rb +5 -0
- data/mod/05_standard/set/self/all.rb +21 -0
- data/mod/05_standard/set/self/foot.rb +8 -0
- data/mod/05_standard/set/self/head.rb +121 -0
- data/mod/05_standard/set/self/navbox.rb +20 -0
- data/mod/05_standard/set/self/now.rb +6 -0
- data/mod/05_standard/set/self/recent.rb +48 -0
- data/mod/05_standard/set/self/search.rb +43 -0
- data/mod/05_standard/set/self/signin.rb +121 -0
- data/mod/05_standard/set/self/stats.rb +91 -0
- data/mod/05_standard/set/self/version.rb +9 -0
- data/mod/05_standard/set/type/basic.rb +46 -0
- data/mod/05_standard/set/type/cardtype.rb +43 -0
- data/mod/05_standard/set/type/date.rb +8 -0
- data/mod/05_standard/set/type/file.rb +85 -0
- data/mod/05_standard/set/type/html.rb +22 -0
- data/mod/05_standard/set/type/image.rb +67 -0
- data/mod/05_standard/set/type/layout_type.rb +14 -0
- data/mod/05_standard/set/type/number.rb +19 -0
- data/mod/05_standard/set/type/phrase.rb +3 -0
- data/mod/05_standard/set/type/search_type.rb +243 -0
- data/mod/05_standard/set/type/set.rb +198 -0
- data/mod/05_standard/set/type/signup.rb +144 -0
- data/mod/05_standard/set/type/toggle.rb +12 -0
- data/mod/05_standard/set/type/uri.rb +11 -0
- data/mod/05_standard/set/type/user.rb +72 -0
- data/mod/05_standard/spec/chunk/include_spec.rb +186 -0
- data/mod/05_standard/spec/chunk/link_spec.rb +61 -0
- data/mod/05_standard/spec/format/css_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/csv_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/email_html_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/file_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/js_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/json_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/rss_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/xml_format_spec.rb +5 -0
- data/mod/05_standard/spec/set/all/account_spec.rb +137 -0
- data/mod/05_standard/spec/set/all/attach_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/comment_spec.rb +5 -0
- data/mod/05_standard/spec/set/all/email_html_spec.rb +15 -0
- data/mod/05_standard/spec/set/all/error_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/event_viz_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/history_spec.rb +173 -0
- data/mod/05_standard/spec/set/all/rich_html/form_spec.rb +43 -0
- data/mod/05_standard/spec/set/all/rich_html/wrapper_spec.rb +28 -0
- data/mod/05_standard/spec/set/right/account_spec.rb +162 -0
- data/mod/05_standard/spec/set/right/email_spec.rb +55 -0
- data/mod/05_standard/spec/set/right/password_spec.rb +45 -0
- data/mod/05_standard/spec/set/right/salt_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/stats_spec.rb +13 -0
- data/mod/05_standard/spec/set/right/status_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/token_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/when_created_spec.rb +7 -0
- data/mod/05_standard/spec/set/right/when_last_edited_spec.rb +7 -0
- data/mod/05_standard/spec/set/rstar/rules_spec.rb +25 -0
- data/mod/05_standard/spec/set/self/account_links_spec.rb +9 -0
- data/mod/05_standard/spec/set/self/alerts_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/all_spec.rb +48 -0
- data/mod/05_standard/spec/set/self/foot_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/head_spec.rb +17 -0
- data/mod/05_standard/spec/set/self/navbox_spec.rb +7 -0
- data/mod/05_standard/spec/set/self/now_spec.rb +7 -0
- data/mod/05_standard/spec/set/self/recent_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/search_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/signin_spec.rb +73 -0
- data/mod/05_standard/spec/set/self/stats_spec.rb +12 -0
- data/mod/05_standard/spec/set/self/version_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/basic_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/cardtype_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/date_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/email_template_spec.rb +208 -0
- data/mod/05_standard/spec/set/type/file_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/html_spec.rb +23 -0
- data/mod/05_standard/spec/set/type/image_spec.rb +16 -0
- data/mod/05_standard/spec/set/type/layout_type_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/number_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/phrase_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/search_type_spec.rb +27 -0
- data/mod/05_standard/spec/set/type/set_spec.rb +26 -0
- data/mod/05_standard/spec/set/type/signup_spec.rb +228 -0
- data/mod/05_standard/spec/set/type/toggle_spec.rb +12 -0
- data/mod/05_standard/spec/set/type/uri_spec.rb +41 -0
- data/mod/05_standard/spec/set/type/user_spec.rb +5 -0
- data/mod/06_bootstrap/lib/javascript/bootstrap.js +2306 -0
- data/mod/06_bootstrap/lib/javascript/bootstrap.min.js +7 -0
- data/mod/06_bootstrap/lib/stylesheets/bootstrap-theme.css +476 -0
- data/mod/06_bootstrap/lib/stylesheets/bootstrap.css +6565 -0
- data/mod/06_bootstrap/lib/stylesheets/darkly.css +6583 -0
- data/mod/06_bootstrap/set/all/bootstrap/form.rb +37 -0
- data/mod/06_bootstrap/set/all/bootstrap/header.rb +29 -0
- data/mod/06_bootstrap/set/all/bootstrap/wrapper.rb +12 -0
- data/mod/06_bootstrap/set/all/rich_bootstrap.rb +28 -0
- data/mod/06_bootstrap/set/self/bootstrap_css.rb +7 -0
- data/mod/06_bootstrap/set/self/bootstrap_js.rb +7 -0
- data/mod/06_bootstrap/set/self/bootstrap_theme_css.rb +7 -0
- data/mod/06_bootstrap/set/self/navbox.rb +32 -0
- data/mod/06_bootstrap/set/type/search_type.rb +79 -0
- data/mod/06_bootstrap/spec/set/all/bootstrap/form_spec.rb +13 -0
- data/spec/lib/card/action_spec.rb +14 -0
- data/spec/lib/card/auth_spec.rb +17 -0
- data/spec/lib/card/cache_spec.rb +122 -0
- data/spec/lib/card/chunk_spec.rb +17 -0
- data/spec/lib/card/codename_spec.rb +25 -0
- data/spec/lib/card/content_spec.rb +314 -0
- data/spec/lib/card/diff_spec.rb +210 -0
- data/spec/lib/card/format_spec.rb +82 -0
- data/spec/lib/card/loader_spec.rb +39 -0
- data/spec/lib/card/log_spec.rb +270 -0
- data/spec/lib/card/name_spec.rb +279 -0
- data/spec/lib/card/query_spec.rb +456 -0
- data/spec/lib/card/reference_spec.rb +213 -0
- data/spec/lib/card/set_pattern_spec.rb +56 -0
- data/spec/lib/card/set_spec.rb +88 -0
- data/spec/mailers/mailer_spec.rb +64 -0
- data/spec/models/card/cardtype_spec.rb +216 -0
- data/spec/models/card/create_spec.rb +82 -0
- data/spec/models/card/trash_spec.rb +260 -0
- data/spec/models/card/type_transition_spec.rb +161 -0
- data/spec/models/card/validation_spec.rb +36 -0
- data/spec/models/card_spec.rb +177 -0
- data/spec/spec_helper.rb +130 -0
- data/test/fixtures/.gitkeep +0 -0
- data/test/fixtures/card_actions.yml +5706 -0
- data/test/fixtures/card_acts.yml +835 -0
- data/test/fixtures/card_changes.yml +17182 -0
- data/test/fixtures/card_references.yml +5405 -0
- data/test/fixtures/cards.yml +15533 -0
- data/test/fixtures/mao2.jpg +0 -0
- data/test/fixtures/rails.gif +0 -0
- data/test/seed.rb +201 -0
- metadata +762 -38
- data/.gitignore +0 -17
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -22
- data/README.md +0 -29
- data/Rakefile +0 -1
@@ -0,0 +1,61 @@
|
|
1
|
+
|
2
|
+
format :html do
|
3
|
+
|
4
|
+
def account_links args
|
5
|
+
[
|
6
|
+
optional_render( :my_card, args),
|
7
|
+
optional_render( :invite, args),
|
8
|
+
optional_render( :sign_out, args),
|
9
|
+
optional_render( :sign_up, args),
|
10
|
+
optional_render( :sign_in, args)
|
11
|
+
]
|
12
|
+
end
|
13
|
+
|
14
|
+
#ENGLISH below
|
15
|
+
view :sign_up, :perms=>lambda { |r| !Auth.signed_in? && Card.new(:type_id=>Card::SignupID).ok?(:create) },
|
16
|
+
:denial=>:blank do |args|
|
17
|
+
link_to( 'Sign up', card_path('account/signup'), :id=>'signup-link' )
|
18
|
+
end
|
19
|
+
|
20
|
+
view :sign_in, :perms=>lambda { |r| !Auth.signed_in? },
|
21
|
+
:denial=>:blank do |args|
|
22
|
+
link_to( 'Sign in', card_path(':signin'), :id=>'signin-link' )
|
23
|
+
end
|
24
|
+
|
25
|
+
view :invite, :perms=>lambda { |r| Auth.signed_in? && Card.new(:type_id=>Card.default_accounted_type_id).ok?(:create) },
|
26
|
+
:denial=>:blank do |args|
|
27
|
+
link_to( 'Invite', card_path('account/signup'), :id=>'invite-a-friend-link' )
|
28
|
+
end
|
29
|
+
|
30
|
+
view :sign_out, :perms=>lambda { |r| Auth.signed_in? },
|
31
|
+
:denial=>:blank do |args|
|
32
|
+
link_to( 'Sign out', card_path('delete/:signin'), :id=>'signout-link' )
|
33
|
+
end
|
34
|
+
|
35
|
+
view :my_card, :perms=>lambda { |r| Auth.signed_in? },
|
36
|
+
:denial=>:blank do |args|
|
37
|
+
card_link( Auth.current.cardname, :id=>'my-card-link' )
|
38
|
+
end
|
39
|
+
|
40
|
+
view :raw do |args|
|
41
|
+
content_tag :span, :id=>'logging' do
|
42
|
+
account_links(args).join ' '
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
view :list do |args|
|
47
|
+
content_tag :ul, :class=>args[:class] do
|
48
|
+
account_links(args).map do |al|
|
49
|
+
content_tag :li, al
|
50
|
+
end.join "\n"
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
view :navbar_right do |args|
|
55
|
+
render_list args.merge(:class=>"nav navbar-nav navbar-right")
|
56
|
+
end
|
57
|
+
|
58
|
+
view :navbar_left do |args|
|
59
|
+
render_list args.merge(:class=>"nav navbar-nav navbar-left")
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
|
2
|
+
event :admin_tasks, :on=>:update, :before=>:approve do
|
3
|
+
if task = Env.params[:task]
|
4
|
+
if Auth.always_ok?
|
5
|
+
case task.to_sym
|
6
|
+
when :clear_cache ; Card::Cache.reset_global
|
7
|
+
when :repair_references ; Card::Reference.repair_all
|
8
|
+
when :empty_trash ; Card.empty_trash
|
9
|
+
when :delete_old_revisions ; Card::Action.delete_old
|
10
|
+
when :delete_old_sessions
|
11
|
+
if months = Env.params[:months].to_i and months > 0
|
12
|
+
ActiveRecord::SessionStore::Session.delete_all ["updated_at < ?", months.months.ago]
|
13
|
+
end
|
14
|
+
end
|
15
|
+
Env.params[:success] = Card[:stats].name
|
16
|
+
abort :success
|
17
|
+
else
|
18
|
+
raise Card::PermissionDenied.new(self)
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,121 @@
|
|
1
|
+
format :html do
|
2
|
+
|
3
|
+
view :raw do |args|
|
4
|
+
%(
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
7
|
+
#{ head_title }
|
8
|
+
#{ head_buttons }
|
9
|
+
#{ head_stylesheets }
|
10
|
+
#{ head_javascript }
|
11
|
+
)
|
12
|
+
end
|
13
|
+
|
14
|
+
view :core do |args|
|
15
|
+
case
|
16
|
+
when focal? ; CGI.escapeHTML _render_raw(args)
|
17
|
+
when @mainline ; "(*head)"
|
18
|
+
else ; _render_raw(args)
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
def head_title
|
23
|
+
title = root.card && root.card.name
|
24
|
+
title = nil if title.blank?
|
25
|
+
title = params[:action] if title=='*placeholder'
|
26
|
+
%(<title>#{title ? "#{title} - " : ''}#{ Card.setting :title }</title>)
|
27
|
+
end
|
28
|
+
|
29
|
+
def head_buttons
|
30
|
+
bits = []
|
31
|
+
[:favicon, :logo].each do |name|
|
32
|
+
if c = Card[name] and c.type_id == ImageID and !c.db_content.blank?
|
33
|
+
bits << %{<link rel="shortcut icon" href="#{ subformat(c)._render_source :size=>:icon }" />}
|
34
|
+
break
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
#Universal Edit Button
|
39
|
+
if root.card
|
40
|
+
if !root.card.new_record? && root.card.ok?(:update)
|
41
|
+
bits << %{<link rel="alternate" type="application/x-wiki" title="Edit this page!" href="#{ root.path :view=>:edit }"/>}
|
42
|
+
end
|
43
|
+
|
44
|
+
# RSS # move to mods!
|
45
|
+
if root.card.type_id == SearchTypeID
|
46
|
+
opts = { :format => :rss }
|
47
|
+
root.search_params[:vars].each { |key, val| opts["_#{key}"] = val }
|
48
|
+
bits << %{<link rel="alternate" type="application/rss+xml" title="RSS" href=#{page_path root.card.cardname, opts} />}
|
49
|
+
end
|
50
|
+
end
|
51
|
+
bits.join "\n "
|
52
|
+
end
|
53
|
+
|
54
|
+
def head_stylesheets
|
55
|
+
manual_style = params[:style]
|
56
|
+
style_card = Card[manual_style] if manual_style
|
57
|
+
style_card ||= root.card.rule_card :style
|
58
|
+
|
59
|
+
@css_path = if params[:debug] == 'style'
|
60
|
+
page_path( style_card.cardname, :item => :import, :format => :css)
|
61
|
+
elsif style_card
|
62
|
+
card_path style_card.machine_output_url
|
63
|
+
end
|
64
|
+
|
65
|
+
if @css_path
|
66
|
+
%{<link href="#{@css_path}" media="all" rel="stylesheet" type="text/css" />}
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
def head_javascript
|
71
|
+
varvals = [
|
72
|
+
"window.wagn={rootPath:'#{ Card.config.relative_url_root }'}",
|
73
|
+
"window.tinyMCEPreInit={base:\"#{card_path 'assets/tinymce'}\",query:'3.5.9',suffix:''}" # tinyMCE doesn't load on non-root wagns w/o preinit line
|
74
|
+
]
|
75
|
+
card.have_recaptcha_keys? and varvals << "wagn.recaptchaKey='#{Card.config.recaptcha_public_key}'"
|
76
|
+
c=Card[:double_click] and !Card.toggle c.content and varvals << 'wagn.noDoubleClick=true'
|
77
|
+
@css_path and varvals << "wagn.cssPath='#{@css_path}'"
|
78
|
+
|
79
|
+
manual_script = params[:script]
|
80
|
+
script_card = Card[manual_script] if manual_script
|
81
|
+
script_card ||= root.card.rule_card :script
|
82
|
+
|
83
|
+
@js_tag = if params[:debug] == 'script'
|
84
|
+
script_card.format(:js).render_core :item => :include_tag
|
85
|
+
elsif script_card
|
86
|
+
javascript_include_tag script_card.machine_output_url
|
87
|
+
end
|
88
|
+
|
89
|
+
ie9_card = Card[:script_html5shiv_printshiv]
|
90
|
+
%(#{ javascript_tag do varvals * ';' end }
|
91
|
+
#{ @js_tag if @js_tag }
|
92
|
+
<!--[if lt IE 9]>#{ javascript_include_tag ie9_card.machine_output_url if ie9_card }<![endif]-->
|
93
|
+
#{ javascript_tag { "wagn.setTinyMCEConfig('#{ escape_javascript Card.setting(:tiny_mce).to_s }')" } }
|
94
|
+
#{ google_analytics_head_javascript }
|
95
|
+
<script type="text/javascript">
|
96
|
+
$('document').ready(function() {
|
97
|
+
$('.card-slot').trigger('slotReady');
|
98
|
+
})
|
99
|
+
</script>)
|
100
|
+
end
|
101
|
+
|
102
|
+
|
103
|
+
def google_analytics_head_javascript
|
104
|
+
if ga_key = Card.setting("*google analytics key") #fixme. escape this?
|
105
|
+
%{
|
106
|
+
<script type="text/javascript">
|
107
|
+
var _gaq = _gaq || [];
|
108
|
+
_gaq.push(['_setAccount', '#{ga_key}']);
|
109
|
+
_gaq.push(['_trackPageview']);
|
110
|
+
(function() {
|
111
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
112
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
113
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
114
|
+
})();
|
115
|
+
</script>
|
116
|
+
}
|
117
|
+
end
|
118
|
+
end
|
119
|
+
end
|
120
|
+
|
121
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
format :html do
|
3
|
+
|
4
|
+
view :raw do |args|
|
5
|
+
input_args = { :class=>'navbox' }
|
6
|
+
@@placeholder ||= begin
|
7
|
+
p = Card["#{Card[:navbox].name}+*placeholder"] and p.raw_content
|
8
|
+
end
|
9
|
+
|
10
|
+
input_args[:placeholder] = @@placeholder if @@placeholder
|
11
|
+
|
12
|
+
%{
|
13
|
+
<form action="#{Card.path_setting '/:search'}" method="get" class="navbox-form nodblclick">
|
14
|
+
#{ text_field_tag :_keyword, '', input_args }
|
15
|
+
</form>
|
16
|
+
}
|
17
|
+
end
|
18
|
+
|
19
|
+
view :core, :raw
|
20
|
+
end
|
@@ -0,0 +1,48 @@
|
|
1
|
+
|
2
|
+
view :title do |args|
|
3
|
+
super args.merge( :title=>'Recent Changes' )
|
4
|
+
end
|
5
|
+
|
6
|
+
format :html do
|
7
|
+
|
8
|
+
view :card_list do |args|
|
9
|
+
search_vars[:item] ||= :change
|
10
|
+
|
11
|
+
cards_by_day = Hash.new { |h, day| h[day] = [] }
|
12
|
+
search_vars[:results].each do |card|
|
13
|
+
begin
|
14
|
+
stamp = card.updated_at
|
15
|
+
day = Date.new(stamp.year, stamp.month, stamp.day)
|
16
|
+
rescue =>e
|
17
|
+
day = Date.today
|
18
|
+
card.content = "(error getting date)"
|
19
|
+
end
|
20
|
+
cards_by_day[day] << card
|
21
|
+
end
|
22
|
+
|
23
|
+
paging = _optional_render :paging, args
|
24
|
+
%{
|
25
|
+
#{ paging }
|
26
|
+
#{
|
27
|
+
cards_by_day.keys.sort.reverse.map do |day|
|
28
|
+
%{
|
29
|
+
<h2>#{format_date(day, include_time = false) }</h2>
|
30
|
+
<div class="search-result-list">
|
31
|
+
#{
|
32
|
+
cards_by_day[day].map do |card|
|
33
|
+
%{
|
34
|
+
<div class="search-result-item item-#{ search_vars[:item] }">
|
35
|
+
#{ nest(card, :view=>search_vars[:item]) }
|
36
|
+
</div>
|
37
|
+
}
|
38
|
+
end * ' '
|
39
|
+
}
|
40
|
+
</div>
|
41
|
+
}
|
42
|
+
end * "\n"
|
43
|
+
}
|
44
|
+
#{ paging }
|
45
|
+
}
|
46
|
+
end
|
47
|
+
|
48
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
|
2
|
+
format :html do
|
3
|
+
|
4
|
+
view :title do |args|
|
5
|
+
vars = root.search_params[:vars]
|
6
|
+
if vars && vars[:keyword]
|
7
|
+
args.merge! :title=> %{Search results for: <span class="search-keyword">#{ vars[:keyword] }</span>}
|
8
|
+
end
|
9
|
+
super args
|
10
|
+
end
|
11
|
+
end
|
12
|
+
|
13
|
+
|
14
|
+
format :json do
|
15
|
+
|
16
|
+
view :complete do |args|
|
17
|
+
term = params['_keyword']
|
18
|
+
if term =~ /^\+/ && main = params['main']
|
19
|
+
term = main+term
|
20
|
+
end
|
21
|
+
|
22
|
+
exact = Card.fetch term, :new=>{}
|
23
|
+
goto_cards = Card.search goto_wql(term)
|
24
|
+
goto_cards.unshift exact.name if exact.known? && !goto_cards.map{|n| n.to_name.key}.include?(exact.key)
|
25
|
+
|
26
|
+
{
|
27
|
+
:search => true, # card.ok?( :read ),
|
28
|
+
:add => (exact.new_card? && exact.cardname.valid? && !exact.virtual? && exact.ok?( :create ) && exact.name),
|
29
|
+
:new => (exact.type_id==Card::CardtypeID &&
|
30
|
+
Card.new(:type_id=>exact.type_id).ok?(:create) &&
|
31
|
+
[exact.name, exact.cardname.url_key]
|
32
|
+
),
|
33
|
+
:goto => goto_cards.map { |name| [name, highlight(name, term), name.to_name.url_key] }
|
34
|
+
}
|
35
|
+
|
36
|
+
end
|
37
|
+
|
38
|
+
#hacky. here for override
|
39
|
+
def goto_wql(term)
|
40
|
+
{ :complete=>term, :limit=>8, :sort=>'name', :return=>'name' }
|
41
|
+
end
|
42
|
+
|
43
|
+
end
|
@@ -0,0 +1,121 @@
|
|
1
|
+
|
2
|
+
format :html do
|
3
|
+
|
4
|
+
view :open do |args|
|
5
|
+
args.merge! :optional_help=>:show
|
6
|
+
super args
|
7
|
+
end
|
8
|
+
|
9
|
+
def default_title_args args
|
10
|
+
args[:title] ||= 'Sign In'
|
11
|
+
end
|
12
|
+
|
13
|
+
view :open_content do |args|
|
14
|
+
# annoying step designed to avoid table of contents. sigh
|
15
|
+
_render_core( args )
|
16
|
+
end
|
17
|
+
|
18
|
+
view :closed_content do |args|
|
19
|
+
''
|
20
|
+
end
|
21
|
+
|
22
|
+
def default_core_args args={}
|
23
|
+
args[:buttons] = button_tag 'Sign in'
|
24
|
+
if Card.new(:type_id=>Card::SignupID).ok? :create
|
25
|
+
args[:buttons] += link_to( '...or sign up!', card_path("account/signup"))
|
26
|
+
end
|
27
|
+
args[:buttons] += raw("<div style='float:right'>#{ view_link 'RESET PASSWORD', :edit }</div>") #FIXME - hardcoded styling
|
28
|
+
args
|
29
|
+
end
|
30
|
+
|
31
|
+
view :core do |args|
|
32
|
+
account = card.fetch :trait=>:account, :new=>{}
|
33
|
+
|
34
|
+
form_args = {
|
35
|
+
:hidden => { :success=>"REDIRECT: #{interrupted_action || '*previous'}" },
|
36
|
+
:recaptcha => :off
|
37
|
+
}
|
38
|
+
|
39
|
+
with_inclusion_mode :edit do
|
40
|
+
card_form :update, form_args do
|
41
|
+
[
|
42
|
+
Auth.as_bot do
|
43
|
+
subformat(account)._render :content_fieldset, :structure=>true, :items=>{:autocomplete=>'on'}
|
44
|
+
end,
|
45
|
+
_optional_render( :button_fieldset, args )
|
46
|
+
].join
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
#FORGOT PASSWORD
|
52
|
+
view :edit do |args|
|
53
|
+
args.merge!( {
|
54
|
+
:title=>'Forgot Password',
|
55
|
+
:optional_help=>:hide,
|
56
|
+
:buttons => button_tag( 'Reset my password' ),
|
57
|
+
:structure => true,
|
58
|
+
:hidden => {
|
59
|
+
:reset_password => true,
|
60
|
+
:success => { :view => :reset_password_success }
|
61
|
+
}
|
62
|
+
} )
|
63
|
+
|
64
|
+
Auth.as_bot { super args }
|
65
|
+
end
|
66
|
+
|
67
|
+
view :raw do |args|
|
68
|
+
'{{+*email|title:email;type:Phrase}}'
|
69
|
+
end
|
70
|
+
|
71
|
+
view :reset_password_success do |args|
|
72
|
+
frame { 'Check your email for a link to reset your password' }
|
73
|
+
end
|
74
|
+
|
75
|
+
end
|
76
|
+
|
77
|
+
event :signin, :before=>:approve, :on=>:update do
|
78
|
+
email = subcards["+#{Card[:email ].name}"]
|
79
|
+
email &&= email['content']
|
80
|
+
pword = subcards["+#{Card[:password].name}"]
|
81
|
+
pword &&= pword['content']
|
82
|
+
|
83
|
+
abort :failure, 'bad signin args' unless email && pword
|
84
|
+
|
85
|
+
if signin_id = Auth.authenticate( email, pword )
|
86
|
+
Auth.signin signin_id
|
87
|
+
abort :success
|
88
|
+
else
|
89
|
+
accted = Auth[ email.strip.downcase ]
|
90
|
+
errors.add :signin, case
|
91
|
+
when accted.nil? ; "Unrecognized email."
|
92
|
+
when !accted.account.active? ; "Sorry, that account is not active."
|
93
|
+
else ; "Wrong password"
|
94
|
+
end
|
95
|
+
abort :failure
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
event :send_reset_password_token, :before=>:signin, :on=>:update, :when=>proc{ |c| Env.params[:reset_password] } do
|
100
|
+
email = subcards["+#{Card[:email].name}"]
|
101
|
+
email &&= email['content']
|
102
|
+
|
103
|
+
if accted = Auth[ email.strip.downcase ] and accted.account.active?
|
104
|
+
accted.account.send_reset_password_token
|
105
|
+
abort :success
|
106
|
+
else
|
107
|
+
if accted
|
108
|
+
errors.add :account, 'not active'
|
109
|
+
else
|
110
|
+
errors.add :email, 'not recognized'
|
111
|
+
end
|
112
|
+
abort :failure
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
event :signout, :before=>:approve, :on=>:delete do
|
117
|
+
Auth.signin nil
|
118
|
+
abort :success
|
119
|
+
end
|
120
|
+
|
121
|
+
|