wagn 1.13.0.pre2 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.simplecov +7 -2
- data/.tm_properties +1 -0
- data/CONTRIBUTING.rdoc +13 -2
- data/README.rdoc +3 -5
- data/VERSION +1 -1
- data/config/routes.rb +1 -5
- data/config/version_cards.txt +1 -1
- data/db/bootstrap/card_references.yml +199 -213
- data/db/bootstrap/card_revisions.yml +634 -656
- data/db/bootstrap/cards.yml +1403 -1437
- data/db/migrate_cards/20140307231621_user_data_to_cards.rb +1 -7
- data/db/migrate_cards/20140317035504_account_requests_to_signups.rb +9 -0
- data/db/migrate_cards/20140725180118_config_card_updates.rb +12 -0
- data/db/migrate_cards/data/1.13_config_text.json +32 -0
- data/features/setup.feature +1 -1
- data/lib/card/auth.rb +0 -24
- data/lib/card/content.rb +9 -4
- data/lib/card/env.rb +1 -13
- data/lib/card/format.rb +8 -3
- data/lib/card/generators/format/format_generator.rb +2 -2
- data/lib/card/generators/set/set_generator.rb +2 -2
- data/lib/card/loader.rb +11 -11
- data/lib/card/set.rb +3 -3
- data/lib/card/set_pattern.rb +1 -1
- data/lib/wagn/application.rb +6 -6
- data/lib/wagn/commands.rb +2 -2
- data/lib/wagn/config/environments/development.rb +1 -5
- data/lib/wagn/config/initializers/uuid_state_file.rb +1 -0
- data/lib/wagn/generators/wagn/templates/Gemfile +21 -16
- data/lib/wagn/generators/wagn/templates/config/application.rb +1 -1
- data/lib/wagn/generators/wagn/templates/config/boot.rb +7 -3
- data/lib/wagn/generators/wagn/wagn_generator.rb +4 -4
- data/lib/wagn/mods_spec_helper.rb +0 -2
- data/lib/wagn/tasks/test.rake +1 -1
- data/lib/wagn/tasks/wagn.rake +21 -26
- data/lib/wagn/version.rb +4 -8
- data/{mods/core/chunks → mod/core/chunk}/include.rb +0 -0
- data/{mods/core/chunks → mod/core/chunk}/link.rb +0 -0
- data/{mods/core/chunks → mod/core/chunk}/literal.rb +0 -0
- data/{mods/core/chunks → mod/core/chunk}/reference.rb +0 -0
- data/{mods/core/chunks → mod/core/chunk}/uri.rb +0 -0
- data/{mods/core/formats → mod/core/format}/data_format.rb +0 -0
- data/{mods/core/formats → mod/core/format}/html_format.rb +2 -2
- data/{mods/core/formats → mod/core/format}/text_format.rb +0 -0
- data/{mods/core/layouts → mod/core/layout}/blank.html +0 -0
- data/{mods/core/layouts → mod/core/layout}/default.html +0 -0
- data/{mods/core/layouts → mod/core/layout}/noside.html +0 -0
- data/{mods/core/layouts → mod/core/layout}/pre.html +0 -0
- data/{mods/core/layouts → mod/core/layout}/simple.html +0 -0
- data/{mods/core/sets → mod/core/set}/all/active_card.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/attribute_tracking.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/collection.rb +38 -0
- data/{mods/core/sets → mod/core/set}/all/content.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/fetch.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/initialize.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/name.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/pattern.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/permissions.rb +17 -7
- data/{mods/core/sets → mod/core/set}/all/phases.rb +1 -0
- data/{mods/core/sets → mod/core/set}/all/references.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/rules.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/states.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/templating.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/tracked_attributes.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/trash.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/type.rb +0 -0
- data/{mods/core/sets → mod/core/set}/all/utils.rb +4 -2
- data/{mods/core/sets → mod/core/set}/right/structure.rb +0 -0
- data/{mods/core/sets → mod/core/set}/type/plain_text.rb +0 -0
- data/{mods/core/set_patterns → mod/core/set_pattern}/01_all.rb +0 -0
- data/{mods/core/set_patterns → mod/core/set_pattern}/02_all_plus.rb +0 -0
- data/{mods/core/set_patterns → mod/core/set_pattern}/03_type.rb +0 -0
- data/{mods/core/set_patterns → mod/core/set_pattern}/04_star.rb +0 -0
- data/{mods/core/set_patterns → mod/core/set_pattern}/05_rstar.rb +0 -0
- data/{mods/core/set_patterns → mod/core/set_pattern}/06_right.rb +0 -0
- data/{mods/core/set_patterns → mod/core/set_pattern}/07_type_plus_right.rb +0 -0
- data/{mods/core/set_patterns → mod/core/set_pattern}/08_self.rb +0 -0
- data/{mods/standard/files → mod/standard/file}/103/icon-6566.ico +0 -0
- data/{mods/standard/files → mod/standard/file}/103/large-6566.ico +0 -0
- data/{mods/standard/files → mod/standard/file}/103/medium-6566.ico +0 -0
- data/{mods/standard/files → mod/standard/file}/103/original-6566.ico +0 -0
- data/{mods/standard/files → mod/standard/file}/103/small-6566.ico +0 -0
- data/{mods/standard/files → mod/standard/file}/79/icon-6556.png +0 -0
- data/{mods/standard/files → mod/standard/file}/79/large-6556.png +0 -0
- data/{mods/standard/files → mod/standard/file}/79/medium-6556.png +0 -0
- data/{mods/standard/files → mod/standard/file}/79/original-6556.png +0 -0
- data/{mods/standard/files → mod/standard/file}/79/small-6556.png +0 -0
- data/{mods/standard/files → mod/standard/file}/790/icon-6419.png +0 -0
- data/{mods/standard/files → mod/standard/file}/790/large-6419.png +0 -0
- data/{mods/standard/files → mod/standard/file}/790/medium-6419.png +0 -0
- data/{mods/standard/files → mod/standard/file}/790/original-6419.png +0 -0
- data/{mods/standard/files → mod/standard/file}/790/small-6419.png +0 -0
- data/{mods/standard/formats → mod/standard/format}/css_format.rb +0 -0
- data/{mods/standard/formats → mod/standard/format}/csv_format.rb +0 -0
- data/{mods/standard/formats → mod/standard/format}/email_html_format.rb +0 -0
- data/{mods/standard/formats → mod/standard/format}/file_format.rb +0 -0
- data/{mods/standard/formats → mod/standard/format}/js_format.rb +0 -0
- data/{mods/standard/formats → mod/standard/format}/json_format.rb +0 -0
- data/{mods/standard/formats → mod/standard/format}/rss_format.rb +0 -0
- data/{mods/standard/formats → mod/standard/format}/xml_format.rb +0 -0
- data/{mods → mod}/standard/lib/card/machine.rb +37 -9
- data/{mods → mod}/standard/lib/card/machine_input.rb +2 -2
- data/{mods → mod}/standard/lib/javascript/html5shiv-printshiv.js +0 -0
- data/{mods → mod}/standard/lib/javascript/jquery-ui.js +0 -0
- data/{mods → mod}/standard/lib/javascript/jquery.autosize.js +0 -0
- data/{mods → mod}/standard/lib/javascript/jquery.fileupload.js +0 -0
- data/{mods → mod}/standard/lib/javascript/jquery.iframe-transport.js +0 -0
- data/{mods → mod}/standard/lib/javascript/jquery.js +0 -0
- data/{mods → mod}/standard/lib/javascript/jquery.ui.autocomplete.html.js +0 -0
- data/{mods → mod}/standard/lib/javascript/jquery_ujs.js +0 -0
- data/{mods → mod}/standard/lib/javascript/jquerymobile.js +0 -0
- data/{mods → mod}/standard/lib/javascript/tinymce.js +0 -0
- data/{mods → mod}/standard/lib/javascript/wagn.js.coffee +13 -4
- data/{mods → mod}/standard/lib/javascript/wagn_menu.js +0 -0
- data/{mods → mod}/standard/lib/javascript/wagn_mod.js.coffee +0 -0
- data/{mods → mod}/standard/lib/stylesheets/functional.scss +0 -0
- data/{mods → mod}/standard/lib/stylesheets/jquery-ui-smoothness.css +0 -0
- data/{mods → mod}/standard/lib/stylesheets/standard.scss +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/account.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/all_css.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/all_csv.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/attach.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/all/base.rb +2 -2
- data/{mods/standard/sets → mod/standard/set}/all/comment.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/email_html.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/event_viz.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/file.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/flexmail.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/follow.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/history.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/all/json.rb +2 -2
- data/{mods/standard/sets → mod/standard/set}/all/rich_html.rb +12 -7
- data/{mods/standard/sets → mod/standard/set}/all/rss.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/all/text.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/account.rb +27 -10
- data/{mods/standard/sets → mod/standard/set}/right/add_help.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/comment.rb +2 -2
- data/{mods/standard/sets → mod/standard/set}/right/create.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/default.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/delete.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/email.rb +0 -0
- data/mod/standard/set/right/help.rb +3 -0
- data/mod/standard/set/right/machine_output.rb +19 -0
- data/{mods/standard/sets → mod/standard/set}/right/password.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/read.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/salt.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/script.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/stats.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/status.rb +0 -0
- data/mod/standard/set/right/style.rb +9 -0
- data/{mods/standard/sets → mod/standard/set}/right/token.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/update.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/when_created.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/right/when_last_edited.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/rstar/rules.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/self/account_links.rb +3 -3
- data/{mods/standard/sets → mod/standard/set}/self/alerts.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/self/all.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/self/foot.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/self/head.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/self/navbox.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/self/now.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/self/recent.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/self/script_card_menu.rb +1 -1
- data/{mods/standard/sets/self/style_functional.rb → mod/standard/set/self/script_html5shiv_printshiv.rb} +1 -2
- data/{mods/standard/sets → mod/standard/set}/self/script_jquery.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/self/script_jquery_helper.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/self/script_slot.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/self/script_tinymce.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/self/search.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/self/signin.rb +9 -1
- data/{mods/standard/sets → mod/standard/set}/self/stats.rb +0 -0
- data/mod/standard/set/self/style_functional.rb +8 -0
- data/mod/standard/set/self/style_jquery_ui_smoothness.rb +8 -0
- data/{mods/standard/sets → mod/standard/set}/self/style_standard.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/self/version.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/basic.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/cardtype.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/coffee_script.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/css.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/date.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/file.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/html.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/image.rb +1 -1
- data/{mods/standard/sets → mod/standard/set}/type/java_script.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/layout_type.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/number.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/phrase.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/pointer.rb +11 -1
- data/{mods/standard/sets → mod/standard/set}/type/scss.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/search_type.rb +1 -35
- data/{mods/standard/sets → mod/standard/set}/type/set.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/setting.rb +0 -0
- data/mod/standard/set/type/signup.rb +146 -0
- data/{mods/standard/sets → mod/standard/set}/type/skin.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/toggle.rb +0 -0
- data/{mods/standard/sets → mod/standard/set}/type/user.rb +10 -20
- data/spec/controllers/card_controller_spec.rb +1 -4
- data/spec/{mods/core/chunks → mod/core/chunk}/literal_spec.rb +0 -0
- data/spec/{mods/core/chunks → mod/core/chunk}/uri_spec.rb +0 -0
- data/spec/{mods/core/formats → mod/core/format}/data_format_spec.rb +0 -0
- data/spec/{mods/core/formats → mod/core/format}/html_format_spec.rb +0 -0
- data/spec/{mods/core/formats → mod/core/format}/text_format_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/active_card_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/attribute_tracking_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/collection_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/content_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/fetch_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/initialize_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/name_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/pattern_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/permissions_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/phases_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/references_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/rules2_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/rules_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/states_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/templating_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/tracked_attributes_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/trash_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/type_spec.rb +0 -0
- data/spec/{mods/core/sets → mod/core/set}/all/utils_spec.rb +0 -0
- data/spec/{mods/standard/chunks → mod/standard/chunk}/include_spec.rb +0 -0
- data/spec/{mods/standard/chunks → mod/standard/chunk}/link_spec.rb +0 -0
- data/spec/{mods/standard/formats → mod/standard/format}/css_format_spec.rb +0 -0
- data/spec/{mods/standard/formats → mod/standard/format}/csv_format_spec.rb +0 -0
- data/spec/{mods/standard/formats → mod/standard/format}/email_html_format_spec.rb +0 -0
- data/spec/{mods/standard/formats → mod/standard/format}/file_format_spec.rb +0 -0
- data/spec/{mods/standard/formats → mod/standard/format}/js_format_spec.rb +0 -0
- data/spec/{mods/standard/formats → mod/standard/format}/json_format_spec.rb +0 -0
- data/spec/{mods/standard/formats → mod/standard/format}/rss_format_spec.rb +0 -0
- data/spec/{mods/standard/formats → mod/standard/format}/xml_format_spec.rb +0 -0
- data/spec/{mods → mod}/standard/lib/machine_input_spec.rb +0 -0
- data/spec/{mods → mod}/standard/lib/machine_spec.rb +17 -3
- data/spec/{mods/standard/sets → mod/standard/set}/all/account_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/all_css_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/all_csv_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/attach_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/base_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/comment_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/email_html_spec.rb +0 -0
- data/spec/mod/standard/set/all/event_viz_spec.rb +9 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/file_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/flexmail_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/follow_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/history_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/json_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/rich_html_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/rss_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/all/text_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/account_spec.rb +1 -1
- data/spec/{mods/standard/sets → mod/standard/set}/right/add_help_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/comment_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/create_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/default_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/delete_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/email_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/help_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/machine_output_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/password_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/read_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/salt_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/script_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/stats_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/status_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/structure_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/style_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/token_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/update_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/when_created_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/right/when_last_edited_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/rstar/rules_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/account_links_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/alerts_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/all_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/foot_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/head_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/navbox_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/now_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/recent_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/search_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/signin_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/stats_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/style_functional_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/style_jquery_ui_smoothness_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/style_standard_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/self/version_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/basic_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/cardtype_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/coffeescript_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/css_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/date_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/file_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/html_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/image_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/javascript_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/layout_type_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/number_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/phrase_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/plain_text_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/pointer_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/scss_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/search_type_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/set_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/setting_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/signup_spec.rb +44 -5
- data/spec/{mods/standard/sets → mod/standard/set}/type/skin_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/toggle_spec.rb +0 -0
- data/spec/{mods/standard/sets → mod/standard/set}/type/user_spec.rb +0 -0
- data/spec/spec_helper.rb +2 -2
- data/test/fixtures/card_references.yml +440 -482
- data/test/fixtures/card_revisions.yml +1287 -1384
- data/test/fixtures/cards.yml +2268 -2472
- metadata +389 -390
- data/config.ru +0 -4
- data/config/samples/asset_htaccess +0 -9
- data/config/samples/robots.txt +0 -12
- data/mods/standard/sets/right/help.rb +0 -3
- data/mods/standard/sets/right/machine_output.rb +0 -14
- data/mods/standard/sets/right/style.rb +0 -22
- data/mods/standard/sets/self/script_html5shiv_printshiv.rb +0 -7
- data/mods/standard/sets/self/style_jquery_ui_smoothness.rb +0 -8
- data/mods/standard/sets/type/signup.rb +0 -113
- data/spec/mods/standard/sets/all/event_viz_spec.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e467275cfde3d565af9e99e6538eff699fcd439
|
4
|
+
data.tar.gz: 581362e911bded2255dd16c35fe559006952044e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed836c64b416b32d0bf428585d93b8b371efbac22aa8176fd285d357292166f60a896af9a3114707466e3b5f52682449edd195f335c7a05de4e668b795016feb
|
7
|
+
data.tar.gz: 9d489eb99793fc54e715290edad15fc458e0f9376a8628710e1a3be374f62c6bacdc2a1d80319e065caced915ec43c35c163f1b10c5846bbb904878b7a2e03df
|
data/.simplecov
CHANGED
@@ -2,6 +2,11 @@
|
|
2
2
|
unless ENV['COVERAGE'] == 'false'
|
3
3
|
|
4
4
|
SimpleCov.start do
|
5
|
+
filters.clear # This will remove the :root_filter that comes via simplecov's defaults
|
6
|
+
add_filter do |src|
|
7
|
+
!(src.filename =~ /^#{SimpleCov.root}/) unless src.filename =~ /wagn/
|
8
|
+
end
|
9
|
+
|
5
10
|
add_filter '/spec/'
|
6
11
|
add_filter '/features/'
|
7
12
|
add_filter '/config/'
|
@@ -10,8 +15,8 @@ unless ENV['COVERAGE'] == 'false'
|
|
10
15
|
add_filter 'lib/wagn'
|
11
16
|
|
12
17
|
add_group 'Card', 'lib/card'
|
13
|
-
add_group 'Set Patterns', 'tmp/
|
14
|
-
add_group 'Sets', 'tmp/
|
18
|
+
add_group 'Set Patterns', 'tmp/set_pattern'
|
19
|
+
add_group 'Sets', 'tmp/set'
|
15
20
|
add_group 'Formats' do |src_file|
|
16
21
|
src_file.filename =~ /mods\/[^\/]+\/formats/
|
17
22
|
end
|
data/.tm_properties
CHANGED
data/CONTRIBUTING.rdoc
CHANGED
@@ -4,10 +4,21 @@ Thank you!
|
|
4
4
|
In coming months we plan to work to make the process of contributing and entering the Wagn developer community as rewarding an experience as possible. In the meantime, please be vocal about any way we can help.
|
5
5
|
|
6
6
|
==Basics
|
7
|
-
|
8
|
-
2. Please make all pull requests to the wagn:develop branch.
|
7
|
+
The Wagn team makes heavy use of {GitHub's pull request system}[https://help.github.com/articles/using-pull-requests]. If you're not familiar with pull requests, that's the best place to start.
|
9
8
|
|
10
9
|
A great pull request is:
|
11
10
|
* small - so the team can review changes incrementally
|
12
11
|
* tested - including automatic tests that would fail without its changes
|
13
12
|
* explained - with a clear title and comments
|
13
|
+
|
14
|
+
==Developing Mods
|
15
|
+
Mods (short for modules, modifications, modicums, modesty, whatever...) are the main mechanism for extending Wagn behaviors, and they're a great place to start learning how to contribute.
|
16
|
+
|
17
|
+
Documentation is still sparse, but you can get a sense for how to start by reading lib/card/set.rb.
|
18
|
+
|
19
|
+
To install in a mod-developer friendly mode, try `wagn new mydeckname --mod-dev` (still uses standard gem installation).
|
20
|
+
|
21
|
+
==Developing the Core
|
22
|
+
If you're interested in working on the Wagn gem, you'll need to clone a copy of the wagn code from the Github repository. If, for example, you clone it in /opt/wagn, you can then use the gem by adding `gem 'wagn', :path=>'/opt/wagn'` to your Gemfile.
|
23
|
+
|
24
|
+
To install in a core-developer friendly mode, try `wagn new mydeckname --core-dev`. Doing so will let you run all core specs using `wagn rspec`.
|
data/README.rdoc
CHANGED
@@ -35,7 +35,7 @@ Edit the config/database.yml file as necessary. More about database configuratio
|
|
35
35
|
Then run
|
36
36
|
|
37
37
|
cd mysite
|
38
|
-
|
38
|
+
wagn seed
|
39
39
|
|
40
40
|
..to create and seed the database
|
41
41
|
|
@@ -68,10 +68,8 @@ From your wagn root directory run:
|
|
68
68
|
|
69
69
|
Run the following:
|
70
70
|
|
71
|
-
|
71
|
+
wagn update
|
72
72
|
|
73
|
-
As with all rake commands, you can try prefacing with "bundle exec" if you encounter gem problems.
|
74
|
-
|
75
73
|
====4. Restart your server.
|
76
74
|
|
77
75
|
===Upgrading pre-gem Wagn sites
|
@@ -82,7 +80,7 @@ First check the Wagn version of your existing site.
|
|
82
80
|
|
83
81
|
1. Create a new Wagn app using steps 1 and 2 from the installation section above.
|
84
82
|
2. Copy config/database.yml from the old site to the new one.
|
85
|
-
3. Copy the old local/files contents to the new files directory.
|
83
|
+
3. Copy the old local/files contents to the new "files" directory.
|
86
84
|
4. If you have edited wagn.yml in your old site, make the corresponding changes to the new config/application.rb file.
|
87
85
|
5. Follow the standard upgrade procedure above.
|
88
86
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.13.0
|
1
|
+
1.13.0
|
data/config/routes.rb
CHANGED
@@ -36,8 +36,8 @@ Rails.application.routes.draw do
|
|
36
36
|
match 'account/signin' => 'card#read', :id=>':signin'
|
37
37
|
match 'account/signout' => 'card#delete', :id=>':signin'
|
38
38
|
match 'account/signup' => 'card#read', :view=>'new', :card=>{ :type_code=>:signup }
|
39
|
+
match 'account/invite' => 'card#read', :view=>'new', :card=>{ :type_code=>:signup }
|
39
40
|
match 'account/accept' => 'card#read', :view=>'edit', :card=>{ :type_code=>:signup }
|
40
|
-
match 'account/invite' => 'card#read', :view=>'new', :card=>{ :type_code=>:user }
|
41
41
|
# use type_code rather than id because in some cases (eg populating test data) routes must get loaded without loading Card
|
42
42
|
|
43
43
|
match 'admin/stats' => 'card#read', :id=>':stats'
|
@@ -51,7 +51,3 @@ Rails.application.routes.draw do
|
|
51
51
|
match '*id' => 'card#read', :view => 'bad_address'
|
52
52
|
|
53
53
|
end
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
data/config/version_cards.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
20140725180118
|
@@ -1260,422 +1260,408 @@ card_references_180:
|
|
1260
1260
|
ref_type: I
|
1261
1261
|
present: 1
|
1262
1262
|
card_references_181:
|
1263
|
-
id: 1629
|
1264
|
-
referer_id: 69
|
1265
|
-
referee_key: '*title'
|
1266
|
-
referee_id: 55
|
1267
|
-
ref_type: I
|
1268
|
-
present: 1
|
1269
|
-
card_references_182:
|
1270
1263
|
id: 1710
|
1271
1264
|
referer_id: 100
|
1272
1265
|
referee_key: sign_up
|
1273
1266
|
referee_id: 12
|
1274
1267
|
ref_type: L
|
1275
1268
|
present: 1
|
1276
|
-
|
1269
|
+
card_references_182:
|
1277
1270
|
id: 1711
|
1278
1271
|
referer_id: 100
|
1279
1272
|
referee_key: anyone
|
1280
1273
|
referee_id: 8
|
1281
1274
|
ref_type: L
|
1282
1275
|
present: 1
|
1283
|
-
|
1276
|
+
card_references_183:
|
1284
1277
|
id: 1712
|
1285
1278
|
referer_id: 100
|
1286
1279
|
referee_key: '*create'
|
1287
1280
|
referee_id: 478
|
1288
1281
|
ref_type: L
|
1289
1282
|
present: 1
|
1290
|
-
|
1283
|
+
card_references_184:
|
1291
1284
|
id: 1713
|
1292
1285
|
referer_id: 100
|
1293
1286
|
referee_key: sign_up
|
1294
1287
|
referee_id: 12
|
1295
1288
|
ref_type: L
|
1296
1289
|
present: 1
|
1297
|
-
|
1290
|
+
card_references_185:
|
1298
1291
|
id: 1714
|
1299
1292
|
referer_id: 100
|
1300
1293
|
referee_key: sign_up
|
1301
1294
|
referee_id: 12
|
1302
1295
|
ref_type: I
|
1303
1296
|
present: 1
|
1304
|
-
|
1297
|
+
card_references_186:
|
1305
1298
|
id: 1715
|
1306
1299
|
referer_id: 100
|
1307
1300
|
referee_key: anyone
|
1308
1301
|
referee_id: 8
|
1309
1302
|
ref_type: L
|
1310
1303
|
present: 1
|
1311
|
-
|
1304
|
+
card_references_187:
|
1312
1305
|
id: 1716
|
1313
1306
|
referer_id: 100
|
1314
1307
|
referee_key: user
|
1315
1308
|
referee_id: 4
|
1316
1309
|
ref_type: L
|
1317
1310
|
present: 1
|
1318
|
-
|
1311
|
+
card_references_188:
|
1319
1312
|
id: 1717
|
1320
1313
|
referer_id: 100
|
1321
1314
|
referee_key: sign_up
|
1322
1315
|
referee_id: 12
|
1323
1316
|
ref_type: L
|
1324
1317
|
present: 1
|
1325
|
-
|
1318
|
+
card_references_189:
|
1326
1319
|
id: 1718
|
1327
1320
|
referer_id: 100
|
1328
1321
|
referee_key: card_with_account
|
1329
1322
|
referee_id: 101
|
1330
1323
|
ref_type: I
|
1331
1324
|
present: 1
|
1332
|
-
|
1325
|
+
card_references_190:
|
1333
1326
|
id: 1738
|
1334
1327
|
referer_id: 995
|
1335
1328
|
referee_key: administrator
|
1336
1329
|
referee_id: 10
|
1337
1330
|
ref_type: L
|
1338
1331
|
present: 1
|
1339
|
-
|
1332
|
+
card_references_191:
|
1340
1333
|
id: 1739
|
1341
1334
|
referer_id: 997
|
1342
1335
|
referee_key: administrator
|
1343
1336
|
referee_id: 10
|
1344
1337
|
ref_type: L
|
1345
1338
|
present: 1
|
1346
|
-
|
1339
|
+
card_references_192:
|
1347
1340
|
id: 1740
|
1348
1341
|
referer_id: 999
|
1349
1342
|
referee_key: administrator
|
1350
1343
|
referee_id: 10
|
1351
1344
|
ref_type: L
|
1352
1345
|
present: 1
|
1353
|
-
|
1346
|
+
card_references_193:
|
1354
1347
|
id: 1741
|
1355
1348
|
referer_id: 1001
|
1356
1349
|
referee_key: administrator
|
1357
1350
|
referee_id: 10
|
1358
1351
|
ref_type: L
|
1359
1352
|
present: 1
|
1360
|
-
|
1353
|
+
card_references_194:
|
1361
1354
|
id: 1742
|
1362
1355
|
referer_id: 568
|
1363
1356
|
referee_key: administrator
|
1364
1357
|
referee_id: 10
|
1365
1358
|
ref_type: L
|
1366
1359
|
present: 1
|
1367
|
-
|
1360
|
+
card_references_195:
|
1368
1361
|
id: 1743
|
1369
1362
|
referer_id: 1002
|
1370
1363
|
referee_key: administrator
|
1371
1364
|
referee_id: 10
|
1372
1365
|
ref_type: L
|
1373
1366
|
present: 1
|
1374
|
-
|
1367
|
+
card_references_196:
|
1375
1368
|
id: 1744
|
1376
1369
|
referer_id: 1006
|
1377
1370
|
referee_key: anyone
|
1378
1371
|
referee_id: 8
|
1379
1372
|
ref_type: L
|
1380
1373
|
present: 1
|
1381
|
-
|
1374
|
+
card_references_197:
|
1382
1375
|
id: 1745
|
1383
1376
|
referer_id: 1007
|
1384
1377
|
referee_key: anyone
|
1385
1378
|
referee_id: 8
|
1386
1379
|
ref_type: L
|
1387
1380
|
present: 1
|
1388
|
-
|
1381
|
+
card_references_198:
|
1389
1382
|
id: 1750
|
1390
1383
|
referer_id: 68
|
1391
1384
|
referee_key: sign_up
|
1392
1385
|
referee_id: 12
|
1393
1386
|
ref_type: L
|
1394
1387
|
present: 1
|
1395
|
-
|
1396
|
-
id: 1813
|
1397
|
-
referer_id: 73
|
1398
|
-
referee_key: '*title'
|
1399
|
-
referee_id: 55
|
1400
|
-
ref_type: I
|
1401
|
-
present: 1
|
1402
|
-
card_references_201:
|
1403
|
-
id: 1814
|
1404
|
-
referer_id: 73
|
1405
|
-
referee_key: '*home'
|
1406
|
-
referee_id: 77
|
1407
|
-
ref_type: I
|
1408
|
-
present: 1
|
1409
|
-
card_references_202:
|
1410
|
-
id: 1815
|
1411
|
-
referer_id: 73
|
1412
|
-
referee_key: '*logo'
|
1413
|
-
referee_id: 79
|
1414
|
-
ref_type: I
|
1415
|
-
present: 1
|
1416
|
-
card_references_203:
|
1417
|
-
id: 1816
|
1418
|
-
referer_id: 73
|
1419
|
-
referee_key: '*all'
|
1420
|
-
referee_id: 274
|
1421
|
-
ref_type: I
|
1422
|
-
present: 1
|
1423
|
-
card_references_204:
|
1424
|
-
id: 1817
|
1425
|
-
referer_id: 73
|
1426
|
-
referee_key: '*request'
|
1427
|
-
referee_id: 63
|
1428
|
-
ref_type: I
|
1429
|
-
present: 1
|
1430
|
-
card_references_205:
|
1431
|
-
id: 1818
|
1432
|
-
referer_id: 73
|
1433
|
-
referee_key: '*signup'
|
1434
|
-
referee_id:
|
1435
|
-
ref_type: I
|
1436
|
-
present: 0
|
1437
|
-
card_references_206:
|
1438
|
-
id: 1819
|
1439
|
-
referer_id: 73
|
1440
|
-
referee_key: '*invite'
|
1441
|
-
referee_id: 56
|
1442
|
-
ref_type: I
|
1443
|
-
present: 1
|
1444
|
-
card_references_207:
|
1445
|
-
id: 1820
|
1446
|
-
referer_id: 73
|
1447
|
-
referee_key: wagn_bot
|
1448
|
-
referee_id: 1
|
1449
|
-
ref_type: I
|
1450
|
-
present: 1
|
1451
|
-
card_references_208:
|
1452
|
-
id: 1821
|
1453
|
-
referer_id: 73
|
1454
|
-
referee_key: sign_up
|
1455
|
-
referee_id: 12
|
1456
|
-
ref_type: L
|
1457
|
-
present: 1
|
1458
|
-
card_references_209:
|
1459
|
-
id: 1822
|
1460
|
-
referer_id: 73
|
1461
|
-
referee_key: user
|
1462
|
-
referee_id: 4
|
1463
|
-
ref_type: L
|
1464
|
-
present: 1
|
1465
|
-
card_references_210:
|
1466
|
-
id: 1823
|
1467
|
-
referer_id: 73
|
1468
|
-
referee_key: '*sidebar'
|
1469
|
-
referee_id: 81
|
1470
|
-
ref_type: I
|
1471
|
-
present: 1
|
1472
|
-
card_references_211:
|
1473
|
-
id: 1824
|
1474
|
-
referer_id: 73
|
1475
|
-
referee_key: '*tiny_mce'
|
1476
|
-
referee_id: 53
|
1477
|
-
ref_type: I
|
1478
|
-
present: 1
|
1479
|
-
card_references_212:
|
1480
|
-
id: 1825
|
1481
|
-
referer_id: 73
|
1482
|
-
referee_key: '*favicon'
|
1483
|
-
referee_id: 103
|
1484
|
-
ref_type: I
|
1485
|
-
present: 1
|
1486
|
-
card_references_213:
|
1487
|
-
id: 1826
|
1488
|
-
referer_id: 73
|
1489
|
-
referee_key: '*google_analytic_key'
|
1490
|
-
referee_id:
|
1491
|
-
ref_type: I
|
1492
|
-
present: 0
|
1493
|
-
card_references_214:
|
1494
|
-
id: 1827
|
1495
|
-
referer_id: 63
|
1496
|
-
referee_key: '*signup'
|
1497
|
-
referee_id:
|
1498
|
-
ref_type: L
|
1499
|
-
present: 0
|
1500
|
-
card_references_215:
|
1501
|
-
id: 1828
|
1502
|
-
referer_id: 63
|
1503
|
-
referee_key: '*request+*to'
|
1504
|
-
referee_id:
|
1505
|
-
ref_type: I
|
1506
|
-
present: 0
|
1507
|
-
card_references_216:
|
1508
|
-
id: 1829
|
1509
|
-
referer_id: 63
|
1510
|
-
referee_key: '*request+*thank'
|
1511
|
-
referee_id: 108
|
1512
|
-
ref_type: I
|
1513
|
-
present: 1
|
1514
|
-
card_references_217:
|
1515
|
-
id: 1830
|
1516
|
-
referer_id: 63
|
1517
|
-
referee_key: sign_up
|
1518
|
-
referee_id: 12
|
1519
|
-
ref_type: L
|
1520
|
-
present: 1
|
1521
|
-
card_references_218:
|
1522
|
-
id: 1831
|
1523
|
-
referer_id: 12
|
1524
|
-
referee_key: sign_up+description
|
1525
|
-
referee_id: 216
|
1526
|
-
ref_type: I
|
1527
|
-
present: 1
|
1528
|
-
card_references_219:
|
1529
|
-
id: 1832
|
1530
|
-
referer_id: 12
|
1531
|
-
referee_key: sign_up+*type+by_update
|
1532
|
-
referee_id:
|
1533
|
-
ref_type: I
|
1534
|
-
present: 1
|
1535
|
-
card_references_220:
|
1536
|
-
id: 1833
|
1537
|
-
referer_id: 66
|
1538
|
-
referee_key: '*account+*right'
|
1539
|
-
referee_id: 330
|
1540
|
-
ref_type: L
|
1541
|
-
present: 1
|
1542
|
-
card_references_221:
|
1543
|
-
id: 1834
|
1544
|
-
referer_id: 66
|
1545
|
-
referee_key: '*signup+*subject'
|
1546
|
-
referee_id:
|
1547
|
-
ref_type: I
|
1548
|
-
present: 0
|
1549
|
-
card_references_222:
|
1550
|
-
id: 1835
|
1551
|
-
referer_id: 66
|
1552
|
-
referee_key: '*signup+*message'
|
1553
|
-
referee_id:
|
1554
|
-
ref_type: I
|
1555
|
-
present: 0
|
1556
|
-
card_references_223:
|
1557
|
-
id: 1836
|
1558
|
-
referer_id: 66
|
1559
|
-
referee_key: sign_up_old+*thank
|
1560
|
-
referee_id:
|
1561
|
-
ref_type: I
|
1562
|
-
present: 0
|
1563
|
-
card_references_224:
|
1388
|
+
card_references_199:
|
1564
1389
|
id: 1837
|
1565
1390
|
referer_id: 1033
|
1566
1391
|
referee_key: coffee_script+description
|
1567
1392
|
referee_id:
|
1568
1393
|
ref_type: I
|
1569
1394
|
present: 0
|
1570
|
-
|
1395
|
+
card_references_200:
|
1571
1396
|
id: 1838
|
1572
1397
|
referer_id: 1033
|
1573
1398
|
referee_key: coffee_script+*type+by_name
|
1574
1399
|
referee_id:
|
1575
1400
|
ref_type: I
|
1576
1401
|
present: 1
|
1577
|
-
|
1402
|
+
card_references_201:
|
1578
1403
|
id: 1839
|
1579
1404
|
referer_id: 1034
|
1580
1405
|
referee_key: java_script+description
|
1581
1406
|
referee_id:
|
1582
1407
|
ref_type: I
|
1583
1408
|
present: 0
|
1584
|
-
|
1409
|
+
card_references_202:
|
1585
1410
|
id: 1840
|
1586
1411
|
referer_id: 1034
|
1587
1412
|
referee_key: java_script+*type+by_name
|
1588
1413
|
referee_id:
|
1589
1414
|
ref_type: I
|
1590
1415
|
present: 1
|
1591
|
-
|
1416
|
+
card_references_203:
|
1592
1417
|
id: 1841
|
1593
1418
|
referer_id: 1036
|
1594
1419
|
referee_key: administrator
|
1595
1420
|
referee_id: 10
|
1596
1421
|
ref_type: L
|
1597
1422
|
present: 1
|
1598
|
-
|
1423
|
+
card_references_204:
|
1599
1424
|
id: 1842
|
1600
1425
|
referer_id: 1037
|
1601
1426
|
referee_key: administrator
|
1602
1427
|
referee_id: 10
|
1603
1428
|
ref_type: L
|
1604
1429
|
present: 1
|
1605
|
-
|
1430
|
+
card_references_205:
|
1606
1431
|
id: 1843
|
1607
1432
|
referer_id: 1038
|
1608
1433
|
referee_key: administrator
|
1609
1434
|
referee_id: 10
|
1610
1435
|
ref_type: L
|
1611
1436
|
present: 1
|
1612
|
-
|
1437
|
+
card_references_206:
|
1613
1438
|
id: 1844
|
1614
1439
|
referer_id: 1040
|
1615
1440
|
referee_key: administrator
|
1616
1441
|
referee_id: 10
|
1617
1442
|
ref_type: L
|
1618
1443
|
present: 1
|
1619
|
-
|
1444
|
+
card_references_207:
|
1620
1445
|
id: 1845
|
1621
1446
|
referer_id: 1041
|
1622
1447
|
referee_key: administrator
|
1623
1448
|
referee_id: 10
|
1624
1449
|
ref_type: L
|
1625
1450
|
present: 1
|
1626
|
-
|
1451
|
+
card_references_208:
|
1627
1452
|
id: 1846
|
1628
1453
|
referer_id: 1042
|
1629
1454
|
referee_key: administrator
|
1630
1455
|
referee_id: 10
|
1631
1456
|
ref_type: L
|
1632
1457
|
present: 1
|
1633
|
-
|
1458
|
+
card_references_209:
|
1634
1459
|
id: 1847
|
1635
1460
|
referer_id: 1046
|
1636
1461
|
referee_key: anyone
|
1637
1462
|
referee_id: 8
|
1638
1463
|
ref_type: L
|
1639
1464
|
present: 1
|
1640
|
-
|
1465
|
+
card_references_210:
|
1641
1466
|
id: 1848
|
1642
1467
|
referer_id: 1048
|
1643
1468
|
referee_key: list
|
1644
1469
|
referee_id:
|
1645
1470
|
ref_type: L
|
1646
1471
|
present: 0
|
1647
|
-
|
1472
|
+
card_references_211:
|
1648
1473
|
id: 1849
|
1474
|
+
referer_id: 1053
|
1475
|
+
referee_key: '*machine_output+*right'
|
1476
|
+
referee_id: 1051
|
1477
|
+
ref_type: L
|
1478
|
+
present: 1
|
1479
|
+
card_references_212:
|
1480
|
+
id: 1850
|
1649
1481
|
referer_id: 1063
|
1650
1482
|
referee_key: script_jquery
|
1651
1483
|
referee_id: 1057
|
1652
1484
|
ref_type: L
|
1653
1485
|
present: 1
|
1654
|
-
|
1655
|
-
id:
|
1486
|
+
card_references_213:
|
1487
|
+
id: 1851
|
1656
1488
|
referer_id: 1063
|
1657
1489
|
referee_key: script_tinymce
|
1658
1490
|
referee_id: 1058
|
1659
1491
|
ref_type: L
|
1660
1492
|
present: 1
|
1661
|
-
|
1662
|
-
id:
|
1493
|
+
card_references_214:
|
1494
|
+
id: 1852
|
1663
1495
|
referer_id: 1063
|
1664
1496
|
referee_key: script_slot
|
1665
1497
|
referee_id: 1059
|
1666
1498
|
ref_type: L
|
1667
1499
|
present: 1
|
1668
|
-
|
1669
|
-
id:
|
1500
|
+
card_references_215:
|
1501
|
+
id: 1853
|
1670
1502
|
referer_id: 1063
|
1671
1503
|
referee_key: script_card_menu
|
1672
1504
|
referee_id: 1060
|
1673
1505
|
ref_type: L
|
1674
1506
|
present: 1
|
1675
|
-
|
1676
|
-
id:
|
1507
|
+
card_references_216:
|
1508
|
+
id: 1854
|
1677
1509
|
referer_id: 1063
|
1678
1510
|
referee_key: script_jquery_helper
|
1679
1511
|
referee_id: 1061
|
1680
1512
|
ref_type: L
|
1681
1513
|
present: 1
|
1514
|
+
card_references_217:
|
1515
|
+
id: 1909
|
1516
|
+
referer_id: 73
|
1517
|
+
referee_key: '*title'
|
1518
|
+
referee_id: 55
|
1519
|
+
ref_type: I
|
1520
|
+
present: 1
|
1521
|
+
card_references_218:
|
1522
|
+
id: 1910
|
1523
|
+
referer_id: 73
|
1524
|
+
referee_key: '*home'
|
1525
|
+
referee_id: 77
|
1526
|
+
ref_type: I
|
1527
|
+
present: 1
|
1528
|
+
card_references_219:
|
1529
|
+
id: 1911
|
1530
|
+
referer_id: 73
|
1531
|
+
referee_key: '*logo'
|
1532
|
+
referee_id: 79
|
1533
|
+
ref_type: I
|
1534
|
+
present: 1
|
1535
|
+
card_references_220:
|
1536
|
+
id: 1912
|
1537
|
+
referer_id: 73
|
1538
|
+
referee_key: '*all'
|
1539
|
+
referee_id: 274
|
1540
|
+
ref_type: I
|
1541
|
+
present: 1
|
1542
|
+
card_references_221:
|
1543
|
+
id: 1913
|
1544
|
+
referer_id: 73
|
1545
|
+
referee_key: sign_up
|
1546
|
+
referee_id: 12
|
1547
|
+
ref_type: L
|
1548
|
+
present: 1
|
1549
|
+
card_references_222:
|
1550
|
+
id: 1914
|
1551
|
+
referer_id: 73
|
1552
|
+
referee_key: user
|
1553
|
+
referee_id: 4
|
1554
|
+
ref_type: L
|
1555
|
+
present: 1
|
1556
|
+
card_references_223:
|
1557
|
+
id: 1915
|
1558
|
+
referer_id: 73
|
1559
|
+
referee_key: sign_up
|
1560
|
+
referee_id: 12
|
1561
|
+
ref_type: I
|
1562
|
+
present: 1
|
1563
|
+
card_references_224:
|
1564
|
+
id: 1916
|
1565
|
+
referer_id: 73
|
1566
|
+
referee_key: user
|
1567
|
+
referee_id: 4
|
1568
|
+
ref_type: I
|
1569
|
+
present: 1
|
1570
|
+
card_references_225:
|
1571
|
+
id: 1917
|
1572
|
+
referer_id: 73
|
1573
|
+
referee_key: anyone
|
1574
|
+
referee_id: 8
|
1575
|
+
ref_type: L
|
1576
|
+
present: 1
|
1577
|
+
card_references_226:
|
1578
|
+
id: 1918
|
1579
|
+
referer_id: 73
|
1580
|
+
referee_key: '*create'
|
1581
|
+
referee_id: 478
|
1582
|
+
ref_type: L
|
1583
|
+
present: 1
|
1584
|
+
card_references_227:
|
1585
|
+
id: 1919
|
1586
|
+
referer_id: 73
|
1587
|
+
referee_key: sign_up
|
1588
|
+
referee_id: 12
|
1589
|
+
ref_type: L
|
1590
|
+
present: 1
|
1591
|
+
card_references_228:
|
1592
|
+
id: 1920
|
1593
|
+
referer_id: 73
|
1594
|
+
referee_key: anyone
|
1595
|
+
referee_id: 8
|
1596
|
+
ref_type: L
|
1597
|
+
present: 1
|
1598
|
+
card_references_229:
|
1599
|
+
id: 1921
|
1600
|
+
referer_id: 73
|
1601
|
+
referee_key: '*create'
|
1602
|
+
referee_id: 478
|
1603
|
+
ref_type: L
|
1604
|
+
present: 1
|
1605
|
+
card_references_230:
|
1606
|
+
id: 1922
|
1607
|
+
referer_id: 73
|
1608
|
+
referee_key: user
|
1609
|
+
referee_id: 4
|
1610
|
+
ref_type: L
|
1611
|
+
present: 1
|
1612
|
+
card_references_231:
|
1613
|
+
id: 1923
|
1614
|
+
referer_id: 73
|
1615
|
+
referee_key: role
|
1616
|
+
referee_id: 7
|
1617
|
+
ref_type: L
|
1618
|
+
present: 1
|
1619
|
+
card_references_232:
|
1620
|
+
id: 1924
|
1621
|
+
referer_id: 73
|
1622
|
+
referee_key: '*create'
|
1623
|
+
referee_id: 478
|
1624
|
+
ref_type: L
|
1625
|
+
present: 1
|
1626
|
+
card_references_233:
|
1627
|
+
id: 1925
|
1628
|
+
referer_id: 73
|
1629
|
+
referee_key: user
|
1630
|
+
referee_id: 4
|
1631
|
+
ref_type: L
|
1632
|
+
present: 1
|
1633
|
+
card_references_234:
|
1634
|
+
id: 1926
|
1635
|
+
referer_id: 216
|
1636
|
+
referee_key: sign_up
|
1637
|
+
referee_id: 12
|
1638
|
+
ref_type: L
|
1639
|
+
present: 1
|
1640
|
+
card_references_235:
|
1641
|
+
id: 1927
|
1642
|
+
referer_id: 216
|
1643
|
+
referee_key: user
|
1644
|
+
referee_id: 4
|
1645
|
+
ref_type: L
|
1646
|
+
present: 1
|
1647
|
+
card_references_236:
|
1648
|
+
id: 1928
|
1649
|
+
referer_id: 12
|
1650
|
+
referee_key: sign_up+description
|
1651
|
+
referee_id: 216
|
1652
|
+
ref_type: I
|
1653
|
+
present: 1
|
1654
|
+
card_references_237:
|
1655
|
+
id: 1929
|
1656
|
+
referer_id: 12
|
1657
|
+
referee_key: sign_up+*type+by_update
|
1658
|
+
referee_id:
|
1659
|
+
ref_type: I
|
1660
|
+
present: 1
|
1661
|
+
card_references_238:
|
1662
|
+
id: 1965
|
1663
|
+
referer_id: 69
|
1664
|
+
referee_key: '*title'
|
1665
|
+
referee_id: 55
|
1666
|
+
ref_type: I
|
1667
|
+
present: 1
|