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,176 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
class Card
|
4
|
+
|
5
|
+
class Action < ActiveRecord::Base
|
6
|
+
belongs_to :card
|
7
|
+
belongs_to :act, :foreign_key=>:card_act_id, :inverse_of=>:actions
|
8
|
+
has_many :changes, :foreign_key=>:card_action_id, :inverse_of=>:action, :dependent=>:delete_all
|
9
|
+
|
10
|
+
belongs_to :super_action, :class_name=> "Action", :inverse_of=>:sub_actions
|
11
|
+
has_many :sub_actions, :class_name=> "Action", :inverse_of=>:super_action
|
12
|
+
|
13
|
+
scope :created_by, lambda { |actor_id| joins(:act).where('card_acts.actor_id = ?', actor_id) }
|
14
|
+
|
15
|
+
# replace with enum if we start using rails 4
|
16
|
+
TYPE = [:create, :update, :delete]
|
17
|
+
|
18
|
+
class << self
|
19
|
+
def cache
|
20
|
+
Card::Cache[Action]
|
21
|
+
end
|
22
|
+
|
23
|
+
def fetch id
|
24
|
+
cache.read(id.to_s) or begin
|
25
|
+
cache.write id.to_s, Action.find(id.to_i)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
|
30
|
+
def delete_cardless
|
31
|
+
Card::Action.where( Card.where( :id=>arel_table[:card_id] ).exists.not ).delete_all
|
32
|
+
end
|
33
|
+
|
34
|
+
def delete_old
|
35
|
+
Card.find_each do |card|
|
36
|
+
card.delete_old_actions
|
37
|
+
end
|
38
|
+
Card::Act.delete_actionless
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
#
|
43
|
+
# This is the main API from Cards to history
|
44
|
+
# See also create_act_and_action, which needs to happen before this or we
|
45
|
+
# don't have the action to call this method on.
|
46
|
+
#
|
47
|
+
# When changes are stored for versioned attributes, this is the signal method
|
48
|
+
# By overriding this method in a module, the module takes over handling of
|
49
|
+
# changes. Although the standard version stores the Changes in active record
|
50
|
+
# models (Act, Action and Change records), these could be /dev/nulled for a
|
51
|
+
# history-less implementation, or handled by an external service.
|
52
|
+
#
|
53
|
+
# If change streams are generated from database triggers, and we aren't writing
|
54
|
+
# here (disabled history), we still have to generate change stream events in
|
55
|
+
# another way.
|
56
|
+
#
|
57
|
+
def changed_fields obj, changed_fields
|
58
|
+
#changed_fields.each{ |f| changes.build :field => f, :value => self[f] }
|
59
|
+
changed_fields.each{ |f| Card::Change.create :field => f, :value => obj[f], :card_action_id=>id }
|
60
|
+
end
|
61
|
+
|
62
|
+
def edit_info
|
63
|
+
@edit_info ||= {
|
64
|
+
:action_type => "#{action_type}d",
|
65
|
+
:new_content => new_values[:content],
|
66
|
+
:new_name => new_values[:name],
|
67
|
+
:new_cardtype => new_values[:cardtype],
|
68
|
+
:old_content => old_values[:content],
|
69
|
+
:old_name => old_values[:name],
|
70
|
+
:old_cardtype => old_values[:cardtype]
|
71
|
+
}
|
72
|
+
end
|
73
|
+
|
74
|
+
def new_values
|
75
|
+
@new_values ||= {
|
76
|
+
:content => new_value_for(:db_content),
|
77
|
+
:name => new_value_for(:name),
|
78
|
+
:cardtype => ( typecard = Card[new_value_for(:type_id).to_i] and typecard.name.capitalize )
|
79
|
+
}
|
80
|
+
end
|
81
|
+
|
82
|
+
def old_values
|
83
|
+
@old_values ||= {
|
84
|
+
:content => last_value_for(:db_content),
|
85
|
+
:name => last_value_for(:name),
|
86
|
+
:cardtype => ( value = last_value_for(:type_id) and
|
87
|
+
typecard = Card.find(value) and typecard.name.capitalize )
|
88
|
+
}
|
89
|
+
end
|
90
|
+
|
91
|
+
def last_value_for field
|
92
|
+
ch = self.card.last_change_on(field, :before=>self) and ch.value
|
93
|
+
end
|
94
|
+
|
95
|
+
def new_value_for(field)
|
96
|
+
ch = changes.find_by_field(field) and ch.value
|
97
|
+
end
|
98
|
+
def change_for(field)
|
99
|
+
field_integer = ( field.is_a?(Integer) ? field : Card::TRACKED_FIELDS.index(field.to_s) )
|
100
|
+
changes.where 'card_changes.field = ?', field_integer
|
101
|
+
end
|
102
|
+
|
103
|
+
|
104
|
+
def new_type?
|
105
|
+
new_value_for(:type_id)
|
106
|
+
end
|
107
|
+
def new_content?
|
108
|
+
new_value_for(:db_content)
|
109
|
+
end
|
110
|
+
def new_name?
|
111
|
+
new_value_for(:name)
|
112
|
+
end
|
113
|
+
|
114
|
+
|
115
|
+
def action_type=(value)
|
116
|
+
write_attribute(:action_type, TYPE.index(value))
|
117
|
+
end
|
118
|
+
|
119
|
+
def action_type
|
120
|
+
TYPE[read_attribute(:action_type)]
|
121
|
+
end
|
122
|
+
|
123
|
+
def set_act
|
124
|
+
self.set_act ||= self.acts.last
|
125
|
+
end
|
126
|
+
|
127
|
+
def revision_nr
|
128
|
+
self.card.actions.index_of(self)
|
129
|
+
end
|
130
|
+
|
131
|
+
def red?
|
132
|
+
content_diff_builder.red?
|
133
|
+
end
|
134
|
+
|
135
|
+
def green?
|
136
|
+
content_diff_builder.green?
|
137
|
+
end
|
138
|
+
|
139
|
+
|
140
|
+
# def diff
|
141
|
+
# @diff ||= { :cardtype=>type_diff, :content=>content_diff, :name=>name_diff}
|
142
|
+
# end
|
143
|
+
|
144
|
+
|
145
|
+
def name_diff opts={}
|
146
|
+
if new_name?
|
147
|
+
Card::Diff.complete old_values[:name], new_values[:name], opts
|
148
|
+
end
|
149
|
+
end
|
150
|
+
|
151
|
+
def cardtype_diff opts={}
|
152
|
+
if new_type?
|
153
|
+
Card::Diff.complete old_values[:cardtype], new_values[:cardtype], opts
|
154
|
+
end
|
155
|
+
end
|
156
|
+
|
157
|
+
def content_diff diff_type=:expanded, opts=nil
|
158
|
+
if new_content?
|
159
|
+
if diff_type == :summary
|
160
|
+
content_diff_builder(opts).summary
|
161
|
+
else
|
162
|
+
content_diff_builder(opts).complete
|
163
|
+
end
|
164
|
+
end
|
165
|
+
end
|
166
|
+
|
167
|
+
def content_diff_builder opts=nil
|
168
|
+
@content_diff_builder ||= begin
|
169
|
+
Card::Diff::DiffBuilder.new(old_values[:content], new_values[:content], opts || card.diff_args)
|
170
|
+
end
|
171
|
+
end
|
172
|
+
|
173
|
+
end
|
174
|
+
end
|
175
|
+
|
176
|
+
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
class Card
|
3
|
+
class Change < ActiveRecord::Base
|
4
|
+
belongs_to :action, :foreign_key=>:card_action_id, :inverse_of=>:changes
|
5
|
+
|
6
|
+
# replace with enum if we start using rails 4
|
7
|
+
def field=(value)
|
8
|
+
write_attribute(:field, Card::TRACKED_FIELDS.index(value.to_s))
|
9
|
+
end
|
10
|
+
|
11
|
+
def field
|
12
|
+
Card::TRACKED_FIELDS[read_attribute(:field)]
|
13
|
+
end
|
14
|
+
|
15
|
+
def self.delete_actionless
|
16
|
+
Card::Change.where(
|
17
|
+
"card_action_id NOT IN (?)",
|
18
|
+
Card::Action.pluck("id"),
|
19
|
+
).delete_all
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.find_by_field(value)
|
23
|
+
index = value.is_a?(Integer) ? value : Card::TRACKED_FIELDS.index(value.to_s)
|
24
|
+
super(index)
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
def select_action_by_params params
|
4
|
+
action = find_action_by_params(params) and self.selected_action_id = action.id
|
5
|
+
end
|
6
|
+
|
7
|
+
def find_action_by_params args
|
8
|
+
case
|
9
|
+
when args[:rev]
|
10
|
+
nth_action args[:rev]
|
11
|
+
when args[:rev_id]
|
12
|
+
if action = Action.fetch(args[:rev_id]) and action.card_id == id
|
13
|
+
action
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
def nth_action index
|
19
|
+
index = index.to_i
|
20
|
+
if id and index > 0
|
21
|
+
Action.where("draft is not true AND card_id = #{id}").order(:id).limit(1).offset(index-1).first
|
22
|
+
end
|
23
|
+
end
|
24
|
+
|
25
|
+
def revision action
|
26
|
+
# a "revision" refers to the state of all tracked fields at the time of a given action
|
27
|
+
if action.is_a? Integer
|
28
|
+
action = Card::Action.fetch(action)
|
29
|
+
end
|
30
|
+
action and Card::TRACKED_FIELDS.inject({}) do |attr_changes, field|
|
31
|
+
last_change = action.changes.find_by_field(field) || last_change_on(field, :not_after=>action)
|
32
|
+
attr_changes[field.to_sym] = (last_change ? last_change.value : self[field])
|
33
|
+
attr_changes
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
def delete_old_actions
|
38
|
+
Card::TRACKED_FIELDS.each do |field|
|
39
|
+
# assign previous changes on each tracked field to the last action
|
40
|
+
if (not last_action.change_for(field).present?) and (last_change = last_change_on(field))
|
41
|
+
last_change = Card::Change.find(last_change.id) # last_change comes as readonly record
|
42
|
+
last_change.update_attributes!(:card_action_id=>last_action_id)
|
43
|
+
end
|
44
|
+
end
|
45
|
+
actions.where('id != ?', last_action_id ).delete_all
|
46
|
+
end
|
47
|
+
|
@@ -0,0 +1,131 @@
|
|
1
|
+
|
2
|
+
# if these aren't in a nested module, the methods just overwrite the base methods,
|
3
|
+
# but we need a distict module so that super will be able to refer to the base methods.
|
4
|
+
def content
|
5
|
+
if @selected_action_id
|
6
|
+
@selected_content ||= begin
|
7
|
+
(change = last_change_on( :db_content, :not_after=> @selected_action_id ) and change.value) || db_content
|
8
|
+
end
|
9
|
+
else
|
10
|
+
super
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
def content= value
|
15
|
+
@selected_content = nil
|
16
|
+
super
|
17
|
+
end
|
18
|
+
|
19
|
+
def save_content_draft content
|
20
|
+
super
|
21
|
+
acts.create do |act|
|
22
|
+
act.actions.build(:draft => true, :card_id=>id).changes.build(:field=>:db_content, :value=>content)
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
def last_change_on(field, opts={})
|
27
|
+
where_sql = 'card_actions.card_id = :card_id AND field = :field AND (draft is not true) '
|
28
|
+
where_sql += if opts[:before]
|
29
|
+
'AND card_action_id < :action_id'
|
30
|
+
elsif opts[:not_after]
|
31
|
+
'AND card_action_id <= :action_id'
|
32
|
+
else
|
33
|
+
''
|
34
|
+
end
|
35
|
+
|
36
|
+
action_arg = opts[:before] || opts[:not_after]
|
37
|
+
action_id = action_arg.kind_of?(Card::Action) ? action_arg.id : action_arg
|
38
|
+
field_index = Card::TRACKED_FIELDS.index(field.to_s)
|
39
|
+
Change.joins(:action).where( where_sql,
|
40
|
+
{:card_id=>id, :field=>field_index, :action_id=>action_id}
|
41
|
+
).order(:id).last
|
42
|
+
end
|
43
|
+
|
44
|
+
def selected_action_id
|
45
|
+
@selected_action_id || (@current_action and @current_action.id) || last_action_id
|
46
|
+
end
|
47
|
+
|
48
|
+
def selected_action_id= action_id
|
49
|
+
@selected_content = nil
|
50
|
+
@selected_action_id = action_id
|
51
|
+
end
|
52
|
+
|
53
|
+
def selected_action
|
54
|
+
selected_action_id and Action.fetch(selected_action_id)
|
55
|
+
end
|
56
|
+
|
57
|
+
def selected_content_action_id
|
58
|
+
@selected_action_id ||
|
59
|
+
(@current_action and @current_action.new_content? and @current_action.id) ||
|
60
|
+
last_content_action_id
|
61
|
+
end
|
62
|
+
|
63
|
+
def last_action_id
|
64
|
+
la = last_action and la.id
|
65
|
+
end
|
66
|
+
|
67
|
+
def last_action
|
68
|
+
actions.where('id IS NOT NULL').last
|
69
|
+
end
|
70
|
+
|
71
|
+
def last_content_action
|
72
|
+
l_c = last_change_on(:db_content) and l_c.action
|
73
|
+
end
|
74
|
+
|
75
|
+
def last_content_action_id
|
76
|
+
l_c = last_change_on(:db_content) and l_c.card_action_id
|
77
|
+
end
|
78
|
+
|
79
|
+
def last_actor
|
80
|
+
last_act.actor
|
81
|
+
end
|
82
|
+
|
83
|
+
def last_act
|
84
|
+
last_act_on_self = acts.last
|
85
|
+
if last_act_on_self and (last_action.act == last_act_on_self or last_act_on_self.acted_at > last_action.act.acted_at)
|
86
|
+
last_act_on_self
|
87
|
+
else
|
88
|
+
last_action.act
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
92
|
+
def acted_at
|
93
|
+
last_act.acted_at
|
94
|
+
end
|
95
|
+
|
96
|
+
|
97
|
+
def previous_action action_id
|
98
|
+
if action_id
|
99
|
+
action_index = actions.find_index do |a|
|
100
|
+
a.id == action_id
|
101
|
+
end
|
102
|
+
actions[action_index - 1] if action_index.to_i != 0
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
def revised_at
|
107
|
+
(last_action and act=last_action.act and act.acted_at) or Time.now
|
108
|
+
end
|
109
|
+
|
110
|
+
def creator
|
111
|
+
Card[ creator_id ]
|
112
|
+
end
|
113
|
+
|
114
|
+
def updater
|
115
|
+
Card[ updater_id ]
|
116
|
+
end
|
117
|
+
|
118
|
+
def clean_html?
|
119
|
+
true
|
120
|
+
end
|
121
|
+
|
122
|
+
def draft_acts
|
123
|
+
drafts.created_by(Card::Auth.current_id).map(&:act)
|
124
|
+
end
|
125
|
+
|
126
|
+
event :detect_conflict, :before=>:approve, :on=>:update do
|
127
|
+
if last_action_id_before_edit and last_action_id_before_edit.to_i != last_action_id and last_action.act.actor_id != Auth.current_id
|
128
|
+
errors.add :conflict, "changes not based on latest revision"
|
129
|
+
end
|
130
|
+
end
|
131
|
+
|
@@ -0,0 +1,296 @@
|
|
1
|
+
REVISIONS_PER_PAGE = Card.config.revisions_per_page
|
2
|
+
|
3
|
+
# must be called on all actions and before :set_name, :process_subcards and :validate_delete_children
|
4
|
+
def create_act_and_action
|
5
|
+
@current_act = if @supercard
|
6
|
+
@supercard.current_act || @supercard.acts.build(:ip_address=>Env.ip)
|
7
|
+
else
|
8
|
+
acts.build(:ip_address=>Env.ip)
|
9
|
+
end
|
10
|
+
|
11
|
+
@current_action = actions.build(:action_type=>@action, :draft=>(Env.params['draft'] == 'true') )
|
12
|
+
@current_action.act = @current_act
|
13
|
+
|
14
|
+
if (@supercard and @supercard !=self)
|
15
|
+
@current_action.super_action = @supercard.current_action
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
event(:create_act_and_action_for_save, :before=>:process_subcards, :on=>:save) { create_act_and_action }
|
22
|
+
event(:create_act_and_action_for_delete, :before =>:validate_delete_children, :on=>:delete) { create_act_and_action }
|
23
|
+
|
24
|
+
|
25
|
+
event :remove_empty_act, :after=>:extend do
|
26
|
+
# if not @supercard and not @current_act.actions.empty?
|
27
|
+
# @current_act.save
|
28
|
+
# end
|
29
|
+
@current_act.reload
|
30
|
+
if not @supercard and @current_act.actions.empty?
|
31
|
+
@current_act.delete
|
32
|
+
@current_act = nil
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
event :rollback_actions, :before=>:approve, :on=>:update, :when=>proc{ |c| Env and Env.params['action_ids'] and Env.params['action_ids'].class == Array} do
|
39
|
+
revision = { :subcards => {}}
|
40
|
+
rollback_actions = Env.params['action_ids'].map do |a_id|
|
41
|
+
Action.fetch(a_id) || nil
|
42
|
+
end
|
43
|
+
rollback_actions.each do |action|
|
44
|
+
if action.card_id == id
|
45
|
+
revision.merge!(revision(action))
|
46
|
+
else
|
47
|
+
revision[:subcards].merge!(revision(action))
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
Env.params['action_ids'] = nil
|
52
|
+
update_attributes! revision
|
53
|
+
rollback_actions.each do |action|
|
54
|
+
action.card.attachment_symlink_to action.id
|
55
|
+
end
|
56
|
+
clear_drafts
|
57
|
+
abort :success
|
58
|
+
end
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
def intrusive_family_acts args={} # all acts with actions on self and on cards that are descendants of self and included in self
|
65
|
+
@intrusive_family_acts ||= begin
|
66
|
+
Act.find_all_with_actions_on( (included_descendant_card_ids << id), args)
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
def intrusive_acts args={:with_drafts=>true} # all acts with actions on self and on cards included in self
|
71
|
+
@intrusive_acts ||= begin
|
72
|
+
Act.find_all_with_actions_on( (included_card_ids << id), args)
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
def current_rev_nr
|
77
|
+
@current_rev_nr ||= begin
|
78
|
+
@intrusive_acts.first.actions.last.draft ? @intrusive_acts.size - 1 : @intrusive_acts.size
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
def included_card_ids
|
83
|
+
Card::Reference.select(:referee_id).where( :ref_type => 'I', :referer_id=>id ).pluck('referee_id').compact.uniq
|
84
|
+
end
|
85
|
+
|
86
|
+
def descendant_card_ids parent_ids=[id]
|
87
|
+
more_ids = Card.where('left_id IN (?)', parent_ids).pluck('id')
|
88
|
+
|
89
|
+
if !more_ids.empty?
|
90
|
+
more_ids += descendant_card_ids more_ids
|
91
|
+
end
|
92
|
+
more_ids
|
93
|
+
end
|
94
|
+
|
95
|
+
def included_descendant_card_ids
|
96
|
+
included_card_ids & descendant_card_ids
|
97
|
+
end
|
98
|
+
|
99
|
+
format :html do
|
100
|
+
view :history do |args|
|
101
|
+
frame args.merge(:body_class=>"history-slot", :content=>true, :subheader=>_render_revision_subheader ) do
|
102
|
+
_render_revisions
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
view :revisions do |args|
|
107
|
+
page = params['page'] || 1
|
108
|
+
count = card.intrusive_acts.size+1-(page.to_i-1)*REVISIONS_PER_PAGE
|
109
|
+
card.intrusive_acts.page(page).per(REVISIONS_PER_PAGE).map do |act|
|
110
|
+
count -= 1
|
111
|
+
render_act_summary args.merge(:act=>act,:rev_nr=>count)
|
112
|
+
end.join
|
113
|
+
end
|
114
|
+
|
115
|
+
view :revision_subheader do |args|
|
116
|
+
intr = card.intrusive_acts.page(params['page']).per(REVISIONS_PER_PAGE)
|
117
|
+
render_haml :intr=>intr do
|
118
|
+
%{
|
119
|
+
.history-header
|
120
|
+
%span.slotter
|
121
|
+
= paginate intr, :remote=>true, :theme=>'twitter-bootstrap-3'
|
122
|
+
%span.history-legend{:style=>"text-align:right;"}
|
123
|
+
%span.glyphicon.glyphicon-plus-sign.diff-green
|
124
|
+
%span
|
125
|
+
= Card::Diff.render_added_chunk("Added")
|
126
|
+
|
|
127
|
+
%span.glyphicon.glyphicon-minus-sign.diff-red
|
128
|
+
%span
|
129
|
+
= Card::Diff.render_deleted_chunk("Deleted")
|
130
|
+
}
|
131
|
+
end
|
132
|
+
end
|
133
|
+
|
134
|
+
view :act_summary do |args|
|
135
|
+
render_act :summary, args
|
136
|
+
end
|
137
|
+
|
138
|
+
view :act_expanded do |args|
|
139
|
+
render_act :expanded, args
|
140
|
+
end
|
141
|
+
|
142
|
+
def render_act act_view, args
|
143
|
+
act = (params['act_id'] and Card::Act.find(params['act_id'])) || args[:act]
|
144
|
+
rev_nr = params['rev_nr'] || args[:rev_nr]
|
145
|
+
current_rev_nr = params['current_rev_nr'] || args[:current_rev_nr] || card.current_rev_nr
|
146
|
+
hide_diff = (params["hide_diff"]=="true") || args[:hide_diff]
|
147
|
+
wrap( args.merge(:slot_class=>"revision-#{act.id} history-slot") ) do
|
148
|
+
render_haml :card=>card, :act=>act, :act_view=>act_view,
|
149
|
+
:current_rev_nr=>current_rev_nr, :rev_nr=>rev_nr,
|
150
|
+
:hide_diff=> hide_diff do
|
151
|
+
%{
|
152
|
+
.act{:style=>"clear:both;"}
|
153
|
+
.head
|
154
|
+
.nr
|
155
|
+
= "##{rev_nr}"
|
156
|
+
.title
|
157
|
+
.actor
|
158
|
+
= link_to act.actor.name, card_url( act.actor.cardname.url_key )
|
159
|
+
.time.timeago
|
160
|
+
= time_ago_in_words(act.acted_at)
|
161
|
+
ago
|
162
|
+
- if act.actions.last.draft
|
163
|
+
|
|
164
|
+
%em.info
|
165
|
+
Autosave
|
166
|
+
- if current_rev_nr == rev_nr
|
167
|
+
|
|
168
|
+
%em.info
|
169
|
+
Current
|
170
|
+
- elsif act_view == :expanded
|
171
|
+
= rollback_link act.relevant_actions_for(card, act.actions.last.draft)
|
172
|
+
= show_or_hide_changes_link hide_diff, :act_id=>act.id, :act_view=>act_view, :rev_nr=>rev_nr, :current_rev_nr=>current_rev_nr
|
173
|
+
.toggle
|
174
|
+
= fold_or_unfold_link :act_id=>act.id, :act_view=>act_view, :rev_nr=>rev_nr, :current_rev_nr=>current_rev_nr
|
175
|
+
|
176
|
+
.action-container{:style=>("clear: left;" if act_view == :expanded)}
|
177
|
+
- act.relevant_actions_for(card).each do |action|
|
178
|
+
= send("_render_action_#{ act_view }", :action=>action )
|
179
|
+
}
|
180
|
+
end
|
181
|
+
end
|
182
|
+
end
|
183
|
+
|
184
|
+
view :action_summary do |args|
|
185
|
+
render_action :summary, args
|
186
|
+
end
|
187
|
+
|
188
|
+
view :action_expanded do |args|
|
189
|
+
render_action :expanded, args
|
190
|
+
end
|
191
|
+
|
192
|
+
def render_action action_view, args
|
193
|
+
action = args[:action] || card.last_action
|
194
|
+
render_haml :action => action,
|
195
|
+
:action_view=>action_view,
|
196
|
+
:hide_diff=>Env.params["hide_diff"]=="true" || args[:hide_diff] do
|
197
|
+
%{
|
198
|
+
.action
|
199
|
+
.summary
|
200
|
+
%span.ampel
|
201
|
+
%span.glyphicon.glyphicon-minus-sign{:class=>(action.red? ? 'diff-red' : 'diff-invisible')}
|
202
|
+
%span.glyphicon.glyphicon-plus-sign{:class=>(action.green? ? 'diff-green' : 'diff-invisible')}
|
203
|
+
-if action.card == card
|
204
|
+
= wrap_diff :name do
|
205
|
+
- name_changes(action, hide_diff)
|
206
|
+
-else
|
207
|
+
= link_to path(:view=>:related, :related=>{:view=>"history",:name=>action.card.name}), :class=>'slotter name-diff',
|
208
|
+
:slotSelector=>".card-slot.card-frame", :remote=>true do
|
209
|
+
- name_changes(action, hide_diff)
|
210
|
+
-if action.new_type?
|
211
|
+
= wrap_diff :type do
|
212
|
+
- type_changes action, hide_diff
|
213
|
+
-if action.new_content?
|
214
|
+
%span.glyphicon.glyphicon-arrow-right.arrow
|
215
|
+
-if action_view == :summary
|
216
|
+
= wrap_diff :content do
|
217
|
+
- action.card.format.render_content_changes :action=>action, :diff_type=>action_view, :hide_diff=>hide_diff
|
218
|
+
-if action.new_content? and action_view == :expanded
|
219
|
+
.expanded
|
220
|
+
= wrap_diff :content do
|
221
|
+
- action.card.format.render_content_changes :action=>action, :diff_type=>action_view, :hide_diff=>hide_diff
|
222
|
+
}
|
223
|
+
end
|
224
|
+
end
|
225
|
+
|
226
|
+
def wrap_diff field, &block
|
227
|
+
content = block.call
|
228
|
+
if content.present?
|
229
|
+
%{
|
230
|
+
<span class="#{field}-diff">
|
231
|
+
#{content}
|
232
|
+
</span>
|
233
|
+
}
|
234
|
+
end
|
235
|
+
end
|
236
|
+
|
237
|
+
def name_changes action, hide_diff=false
|
238
|
+
old_name = (name = action.old_values[:name] and showname(name).to_s)
|
239
|
+
if action.new_name?
|
240
|
+
new_name = showname(action.new_values[:name]).to_s
|
241
|
+
if hide_diff
|
242
|
+
new_name
|
243
|
+
else
|
244
|
+
Card::Diff.complete(old_name,new_name)
|
245
|
+
end
|
246
|
+
else
|
247
|
+
old_name
|
248
|
+
end
|
249
|
+
end
|
250
|
+
|
251
|
+
def type_changes action, hide_diff=false
|
252
|
+
change = hide_diff ? action.new_values[:cardtype] : action.cardtype_diff
|
253
|
+
"(#{change})"
|
254
|
+
end
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
view :content_changes do |args|
|
260
|
+
if args[:hide_diff]
|
261
|
+
args[:action].new_values[:content]
|
262
|
+
else
|
263
|
+
args[:action].content_diff(args[:diff_type])
|
264
|
+
end
|
265
|
+
end
|
266
|
+
|
267
|
+
def rollback_link action_ids
|
268
|
+
if card.ok?(:update)
|
269
|
+
"| " + link_to('Save as current', path(:action=>:update, :view=>:open, :action_ids=>action_ids,),
|
270
|
+
:class=>'slotter',:slotSelector=>'.card-slot.card-frame', :remote=>true, :method=>:post, :rel=>'nofollow')
|
271
|
+
end
|
272
|
+
end
|
273
|
+
|
274
|
+
def fold_or_unfold_link args
|
275
|
+
if (args[:act_view] == :expanded)
|
276
|
+
toggled_view = :act_summary
|
277
|
+
else
|
278
|
+
toggled_view = :act_expanded
|
279
|
+
end
|
280
|
+
link_to '', args.merge(:view=>toggled_view),
|
281
|
+
:class=>"slotter revision-#{args[:act_id]} #{ args[:act_view]==:expanded ? "arrow-down" : "arrow-right"}",
|
282
|
+
:remote=>true
|
283
|
+
end
|
284
|
+
|
285
|
+
def show_or_hide_changes_link hide_diff, args
|
286
|
+
"| " + view_link( (hide_diff ? "Show" : "Hide") + " changes", :act_expanded,
|
287
|
+
:path_opts=>args.merge(:hide_diff=>!hide_diff),
|
288
|
+
:class=>'slotter', :remote=>true )
|
289
|
+
end
|
290
|
+
end
|
291
|
+
|
292
|
+
def diff_args
|
293
|
+
{:format=>:text}
|
294
|
+
end
|
295
|
+
|
296
|
+
|