card 0.0.1 → 1.15.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (514) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +4 -0
  3. data/GPL +331 -0
  4. data/LICENSE +16 -0
  5. data/VERSION +1 -0
  6. data/card.gemspec +48 -19
  7. data/config/initializers/01_init_ruby_extensions.rb +7 -0
  8. data/config/initializers/inflections.rb +13 -0
  9. data/config/initializers/mime_types.rb +13 -0
  10. data/config/initializers/notification.rb +4 -0
  11. data/config/initializers/recaptcha.rb +6 -0
  12. data/config/initializers/uuid_state_file.rb +3 -0
  13. data/db/bootstrap/card_actions.yml +3872 -0
  14. data/db/bootstrap/card_acts.yml +7 -0
  15. data/db/bootstrap/card_changes.yml +11909 -0
  16. data/db/bootstrap/card_references.yml +3970 -0
  17. data/db/bootstrap/cards.yml +10805 -0
  18. data/db/migrate/20110511221913_require_earlier_migrations.rb +19 -0
  19. data/db/migrate/20120105203350_require_1_8_migrations.rb +15 -0
  20. data/db/migrate/20121111025347_require_1_10_migrations.rb +15 -0
  21. data/db/migrate/20121118114000_split_link_type.rb +16 -0
  22. data/db/migrate/20121118115000_update_link_type.rb +19 -0
  23. data/db/migrate/20130106052640_table_cleanup.rb +25 -0
  24. data/db/migrate/20130109015336_trunk_left.rb +14 -0
  25. data/db/migrate/20130411210957_update_codenames.rb +14 -0
  26. data/db/migrate/20140822073704_create_new_revision_tables.rb +43 -0
  27. data/db/migrate/20141001105348_move_revisions_to_actions.rb +62 -0
  28. data/db/migrate/20141121172918_rename_card_migration_table.rb +15 -0
  29. data/db/migrate/20141208132159_remove_present_from_reference_table.rb +9 -0
  30. data/db/migrate/20141216053032_better_index_names.rb +24 -0
  31. data/db/migrate_core_cards/20130411191151_renaming_for_menu.rb +49 -0
  32. data/db/migrate_core_cards/20130411211600_delete_old_related_tab_cards.rb +18 -0
  33. data/db/migrate_core_cards/20130419215612_import_help_text.rb +13 -0
  34. data/db/migrate_core_cards/20130823192433_add_style_cards.rb +87 -0
  35. data/db/migrate_core_cards/20130910183318_move_styles_to_content.rb +11 -0
  36. data/db/migrate_core_cards/20130920214038_jsonize_tinymce.rb +15 -0
  37. data/db/migrate_core_cards/20130920291703_update_stylesheets.rb +18 -0
  38. data/db/migrate_core_cards/20130927191728_account_events.rb +21 -0
  39. data/db/migrate_core_cards/20131016172445_common_css_patch.rb +12 -0
  40. data/db/migrate_core_cards/20140110193325_reset_account_request_type.rb +11 -0
  41. data/db/migrate_core_cards/20140307231621_user_data_to_cards.rb +73 -0
  42. data/db/migrate_core_cards/20140317035504_account_requests_to_signups.rb +51 -0
  43. data/db/migrate_core_cards/20140512155840_add_script_cards.rb +83 -0
  44. data/db/migrate_core_cards/20140629222005_add_email_cards.rb +134 -0
  45. data/db/migrate_core_cards/20140725180118_config_card_updates.rb +9 -0
  46. data/db/migrate_core_cards/20141111083921_delete_machine_output.rb +9 -0
  47. data/db/migrate_core_cards/20141115034214_config_descriptions_etc.rb +14 -0
  48. data/db/migrate_core_cards/20141119001955_make_symlinks_relative.rb +15 -0
  49. data/db/migrate_core_cards/20141120120605_fix_notification_html_message.rb +10 -0
  50. data/db/migrate_core_cards/20141204061304_watchers_to_following.rb +38 -0
  51. data/db/migrate_core_cards/20141208132416_partial_reference_type.rb +7 -0
  52. data/db/migrate_core_cards/20141208162106_add_ace_script.rb +12 -0
  53. data/db/migrate_core_cards/20141216155251_add_more_following_cards.rb +24 -0
  54. data/db/migrate_core_cards/20141230204340_uri_codename.rb +13 -0
  55. data/db/migrate_core_cards/20150202143810_import_bootstrap_layout.rb +17 -0
  56. data/db/migrate_core_cards/20150220134731_following_to_follow_rule.rb +18 -0
  57. data/db/migrate_core_cards/data/1.11_help_text.json +410 -0
  58. data/db/migrate_core_cards/data/1.12_stylesheets/classic_cards.scss +100 -0
  59. data/db/migrate_core_cards/data/1.12_stylesheets/common.scss +226 -0
  60. data/db/migrate_core_cards/data/1.12_stylesheets/right_sidebar.scss +27 -0
  61. data/db/migrate_core_cards/data/1.12_stylesheets/traditional.scss +152 -0
  62. data/db/migrate_core_cards/data/1.13_config_text.json +32 -0
  63. data/db/migrate_core_cards/data/1.14_config_descriptions_etc.json +77 -0
  64. data/db/migrate_core_cards/data/bootstrap_layout.json +81 -0
  65. data/db/migrate_core_cards/data/mailer/follower_notification_email.html +9 -0
  66. data/db/migrate_core_cards/data/mailer/follower_notification_email.txt +11 -0
  67. data/db/migrate_core_cards/data/mailer/mail_config.json +22 -0
  68. data/db/migrate_core_cards/data/mailer/password_reset_email.html +10 -0
  69. data/db/migrate_core_cards/data/mailer/password_reset_email.txt +11 -0
  70. data/db/migrate_core_cards/data/mailer/signup_alert_email.html +7 -0
  71. data/db/migrate_core_cards/data/mailer/signup_alert_email.txt +5 -0
  72. data/db/migrate_core_cards/data/mailer/verification_email.html +9 -0
  73. data/db/migrate_core_cards/data/mailer/verification_email.txt +8 -0
  74. data/db/schema.rb +128 -0
  75. data/db/seeds.rb +8 -0
  76. data/db/version.txt +1 -0
  77. data/db/version_core_cards.txt +1 -0
  78. data/lib/card.rb +46 -3
  79. data/lib/card/active_record_ext.rb +77 -0
  80. data/lib/card/auth.rb +181 -0
  81. data/lib/card/cache.rb +199 -0
  82. data/lib/card/chunk.rb +104 -0
  83. data/lib/card/codename.rb +72 -0
  84. data/lib/card/content.rb +211 -0
  85. data/lib/card/core_ext.rb +105 -0
  86. data/lib/card/core_migration.rb +6 -0
  87. data/lib/card/diff.rb +430 -0
  88. data/lib/card/env.rb +52 -0
  89. data/lib/card/exceptions.rb +44 -0
  90. data/lib/card/format.rb +563 -0
  91. data/lib/card/loader.rb +165 -0
  92. data/lib/card/log.rb +450 -0
  93. data/lib/card/mailer.rb +37 -0
  94. data/lib/card/migration.rb +145 -0
  95. data/lib/card/name.rb +45 -0
  96. data/lib/card/query.rb +81 -0
  97. data/lib/card/query/card_clause.rb +527 -0
  98. data/lib/card/query/clause.rb +21 -0
  99. data/lib/card/query/ref_clause.rb +47 -0
  100. data/lib/card/query/value_clause.rb +65 -0
  101. data/lib/card/reference.rb +63 -0
  102. data/lib/card/set.rb +369 -0
  103. data/lib/card/set_pattern.rb +168 -0
  104. data/lib/card/simplecov_helper.rb +61 -0
  105. data/lib/card/spec_helper.rb +68 -0
  106. data/lib/card/version.rb +9 -2
  107. data/lib/cardio.rb +145 -0
  108. data/lib/generators/card.rb +32 -0
  109. data/lib/generators/card/format/USAGE +9 -0
  110. data/lib/generators/card/format/format_generator.rb +27 -0
  111. data/lib/generators/card/format/templates/format_spec_template.erb +5 -0
  112. data/lib/generators/card/format/templates/format_template.erb +3 -0
  113. data/lib/generators/card/migration/USAGE +24 -0
  114. data/lib/generators/card/migration/migration_generator.rb +38 -0
  115. data/lib/generators/card/migration/templates/card_migration.erb +10 -0
  116. data/lib/generators/card/set/USAGE +15 -0
  117. data/lib/generators/card/set/set_generator.rb +29 -0
  118. data/lib/generators/card/set/templates/set_spec_template.erb +5 -0
  119. data/lib/generators/card/set/templates/set_template.erb +1 -0
  120. data/mod/01_core/chunk/include.rb +85 -0
  121. data/mod/01_core/chunk/link.rb +87 -0
  122. data/mod/01_core/chunk/literal.rb +24 -0
  123. data/mod/01_core/chunk/reference.rb +53 -0
  124. data/mod/01_core/chunk/uri.rb +135 -0
  125. data/mod/01_core/format/data_format.rb +2 -0
  126. data/mod/01_core/format/html_format.rb +129 -0
  127. data/mod/01_core/format/text_format.rb +10 -0
  128. data/mod/01_core/layout/blank.html +5 -0
  129. data/mod/01_core/layout/default.html +20 -0
  130. data/mod/01_core/layout/noside.html +16 -0
  131. data/mod/01_core/layout/pre.html +2 -0
  132. data/mod/01_core/layout/simple.html +5 -0
  133. data/mod/01_core/set/all/active_card.rb +35 -0
  134. data/mod/01_core/set/all/collection.rb +142 -0
  135. data/mod/01_core/set/all/content.rb +64 -0
  136. data/mod/01_core/set/all/erb.rb +11 -0
  137. data/mod/01_core/set/all/fetch.rb +228 -0
  138. data/mod/01_core/set/all/haml.rb +7 -0
  139. data/mod/01_core/set/all/initialize.rb +49 -0
  140. data/mod/01_core/set/all/name.rb +275 -0
  141. data/mod/01_core/set/all/pattern.rb +56 -0
  142. data/mod/01_core/set/all/permissions.rb +284 -0
  143. data/mod/01_core/set/all/phases.rb +185 -0
  144. data/mod/01_core/set/all/references.rb +118 -0
  145. data/mod/01_core/set/all/rules.rb +315 -0
  146. data/mod/01_core/set/all/states.rb +16 -0
  147. data/mod/01_core/set/all/templating.rb +120 -0
  148. data/mod/01_core/set/all/tracked_attributes.rb +114 -0
  149. data/mod/01_core/set/all/trash.rb +50 -0
  150. data/mod/01_core/set/all/type.rb +85 -0
  151. data/mod/01_core/set/all/utils.rb +85 -0
  152. data/mod/01_core/set_pattern/01_all.rb +11 -0
  153. data/mod/01_core/set_pattern/02_all_plus.rb +13 -0
  154. data/mod/01_core/set_pattern/03_type.rb +23 -0
  155. data/mod/01_core/set_pattern/04_star.rb +15 -0
  156. data/mod/01_core/set_pattern/05_rstar.rb +17 -0
  157. data/mod/01_core/set_pattern/06_right.rb +20 -0
  158. data/mod/01_core/set_pattern/07_type_plus_right.rb +23 -0
  159. data/mod/01_core/set_pattern/08_self.rb +19 -0
  160. data/mod/01_core/spec/chunk/literal_spec.rb +14 -0
  161. data/mod/01_core/spec/chunk/uri_spec.rb +292 -0
  162. data/mod/01_core/spec/format/data_format_spec.rb +5 -0
  163. data/mod/01_core/spec/format/html_format_spec.rb +140 -0
  164. data/mod/01_core/spec/format/text_format_spec.rb +5 -0
  165. data/mod/01_core/spec/set/all/active_card_spec.rb +5 -0
  166. data/mod/01_core/spec/set/all/attribute_tracking_spec.rb +21 -0
  167. data/mod/01_core/spec/set/all/collection_spec.rb +65 -0
  168. data/mod/01_core/spec/set/all/content_spec.rb +15 -0
  169. data/mod/01_core/spec/set/all/fetch_spec.rb +204 -0
  170. data/mod/01_core/spec/set/all/initialize_spec.rb +58 -0
  171. data/mod/01_core/spec/set/all/name_spec.rb +61 -0
  172. data/mod/01_core/spec/set/all/pattern_spec.rb +81 -0
  173. data/mod/01_core/spec/set/all/permissions_spec.rb +505 -0
  174. data/mod/01_core/spec/set/all/phases_spec.rb +6 -0
  175. data/mod/01_core/spec/set/all/references_spec.rb +8 -0
  176. data/mod/01_core/spec/set/all/rules2_spec.rb +250 -0
  177. data/mod/01_core/spec/set/all/rules_spec.rb +130 -0
  178. data/mod/01_core/spec/set/all/states_spec.rb +5 -0
  179. data/mod/01_core/spec/set/all/templating_spec.rb +111 -0
  180. data/mod/01_core/spec/set/all/tracked_attributes_spec.rb +328 -0
  181. data/mod/01_core/spec/set/all/trash_spec.rb +34 -0
  182. data/mod/01_core/spec/set/all/type_spec.rb +71 -0
  183. data/mod/01_core/spec/set/all/utils_spec.rb +5 -0
  184. data/mod/01_history/lib/card/act.rb +60 -0
  185. data/mod/01_history/lib/card/action.rb +176 -0
  186. data/mod/01_history/lib/card/change.rb +29 -0
  187. data/mod/01_history/set/all/actions.rb +47 -0
  188. data/mod/01_history/set/all/content_history.rb +131 -0
  189. data/mod/01_history/set/all/history.rb +296 -0
  190. data/mod/02_basic_types/format/css_format.rb +6 -0
  191. data/mod/02_basic_types/format/csv_format.rb +6 -0
  192. data/mod/02_basic_types/format/file_format.rb +3 -0
  193. data/mod/02_basic_types/format/js_format.rb +6 -0
  194. data/mod/02_basic_types/format/json_format.rb +6 -0
  195. data/mod/02_basic_types/format/rss_format.rb +11 -0
  196. data/mod/02_basic_types/format/xml_format.rb +6 -0
  197. data/mod/02_basic_types/set/all/all_css.rb +42 -0
  198. data/mod/02_basic_types/set/all/all_csv.rb +52 -0
  199. data/mod/02_basic_types/set/all/all_js.rb +7 -0
  200. data/mod/02_basic_types/set/all/base.rb +122 -0
  201. data/mod/02_basic_types/set/all/file.rb +13 -0
  202. data/mod/02_basic_types/set/all/json.rb +66 -0
  203. data/mod/02_basic_types/set/all/rss.rb +72 -0
  204. data/mod/02_basic_types/set/all/text.rb +8 -0
  205. data/mod/02_basic_types/set/type/plain_text.rb +10 -0
  206. data/mod/02_basic_types/set/type/pointer.rb +323 -0
  207. data/mod/02_basic_types/spec/set/all/all_css_spec.rb +10 -0
  208. data/mod/02_basic_types/spec/set/all/all_csv_spec.rb +9 -0
  209. data/mod/02_basic_types/spec/set/all/base_spec.rb +57 -0
  210. data/mod/02_basic_types/spec/set/all/file_spec.rb +5 -0
  211. data/mod/02_basic_types/spec/set/all/json_spec.rb +26 -0
  212. data/mod/02_basic_types/spec/set/all/rss_spec.rb +8 -0
  213. data/mod/02_basic_types/spec/set/all/text_spec.rb +5 -0
  214. data/mod/02_basic_types/spec/set/type/plain_text_spec.rb +11 -0
  215. data/mod/02_basic_types/spec/set/type/pointer_spec.rb +103 -0
  216. data/mod/03_machines/lib/card/machine.rb +185 -0
  217. data/mod/03_machines/lib/card/machine_input.rb +40 -0
  218. data/mod/03_machines/lib/javascript/ace.js +18204 -0
  219. data/mod/03_machines/lib/javascript/html5shiv-printshiv.js +1 -0
  220. data/mod/03_machines/lib/javascript/jquery-ui.js +14913 -0
  221. data/mod/03_machines/lib/javascript/jquery.autosize.js +274 -0
  222. data/mod/03_machines/lib/javascript/jquery.fileupload.js +1114 -0
  223. data/mod/03_machines/lib/javascript/jquery.iframe-transport.js +185 -0
  224. data/mod/03_machines/lib/javascript/jquery.js +4 -0
  225. data/mod/03_machines/lib/javascript/jquery.ui.autocomplete.html.js +41 -0
  226. data/mod/03_machines/lib/javascript/jquery_ujs.js +469 -0
  227. data/mod/03_machines/lib/javascript/jquerymobile.js +15454 -0
  228. data/mod/03_machines/lib/javascript/theme-textmate.js +130 -0
  229. data/mod/03_machines/lib/javascript/tinymce.js +13 -0
  230. data/mod/03_machines/lib/javascript/wagn.js.coffee +336 -0
  231. data/mod/03_machines/lib/javascript/wagn_menu.js +72 -0
  232. data/mod/03_machines/lib/javascript/wagn_mod.js.coffee +446 -0
  233. data/mod/03_machines/lib/stylesheets/functional.scss +184 -0
  234. data/mod/03_machines/lib/stylesheets/jquery-ui-smoothness.css +1178 -0
  235. data/mod/03_machines/lib/stylesheets/standard.scss +760 -0
  236. data/mod/03_machines/set/right/machine_output.rb +20 -0
  237. data/mod/03_machines/set/self/script_ace.rb +8 -0
  238. data/mod/03_machines/set/self/script_card_menu.rb +8 -0
  239. data/mod/03_machines/set/self/script_html5shiv_printshiv.rb +7 -0
  240. data/mod/03_machines/set/self/script_jquery.rb +8 -0
  241. data/mod/03_machines/set/self/script_jquery_helper.rb +14 -0
  242. data/mod/03_machines/set/self/script_slot.rb +9 -0
  243. data/mod/03_machines/set/self/script_tinymce.rb +8 -0
  244. data/mod/03_machines/set/self/style_functional.rb +8 -0
  245. data/mod/03_machines/set/self/style_jquery_ui_smoothness.rb +8 -0
  246. data/mod/03_machines/set/self/style_standard.rb +8 -0
  247. data/mod/03_machines/set/type/coffee_script.rb +61 -0
  248. data/mod/03_machines/set/type/css.rb +45 -0
  249. data/mod/03_machines/set/type/java_script.rb +38 -0
  250. data/mod/03_machines/set/type/scss.rb +23 -0
  251. data/mod/03_machines/set/type/skin.rb +12 -0
  252. data/mod/03_machines/spec/lib/shared_machine_examples.rb +175 -0
  253. data/mod/03_machines/spec/lib/shared_machine_input_examples.rb +65 -0
  254. data/mod/03_machines/spec/set/right/machine_output_spec.rb +5 -0
  255. data/mod/03_machines/spec/set/self/style_functional_spec.rb +5 -0
  256. data/mod/03_machines/spec/set/self/style_jquery_ui_smoothness_spec.rb +5 -0
  257. data/mod/03_machines/spec/set/self/style_standard_spec.rb +5 -0
  258. data/mod/03_machines/spec/set/type/coffeescript_spec.rb +29 -0
  259. data/mod/03_machines/spec/set/type/css_spec.rb +34 -0
  260. data/mod/03_machines/spec/set/type/javascript_spec.rb +28 -0
  261. data/mod/03_machines/spec/set/type/scss_spec.rb +56 -0
  262. data/mod/03_machines/spec/set/type/skin_spec.rb +70 -0
  263. data/mod/04_settings/lib/card/setting.rb +65 -0
  264. data/mod/04_settings/set/right/add_help.rb +11 -0
  265. data/mod/04_settings/set/right/comment.rb +91 -0
  266. data/mod/04_settings/set/right/create.rb +3 -0
  267. data/mod/04_settings/set/right/default.rb +3 -0
  268. data/mod/04_settings/set/right/delete.rb +4 -0
  269. data/mod/04_settings/set/right/help.rb +3 -0
  270. data/mod/04_settings/set/right/read.rb +2 -0
  271. data/mod/04_settings/set/right/script.rb +10 -0
  272. data/mod/04_settings/set/right/structure.rb +4 -0
  273. data/mod/04_settings/set/right/style.rb +10 -0
  274. data/mod/04_settings/set/right/update.rb +2 -0
  275. data/mod/04_settings/set/self/accountable.rb +3 -0
  276. data/mod/04_settings/set/self/add_help.rb +2 -0
  277. data/mod/04_settings/set/self/autoname.rb +2 -0
  278. data/mod/04_settings/set/self/captcha.rb +2 -0
  279. data/mod/04_settings/set/self/comment.rb +2 -0
  280. data/mod/04_settings/set/self/create.rb +2 -0
  281. data/mod/04_settings/set/self/default.rb +2 -0
  282. data/mod/04_settings/set/self/delete.rb +2 -0
  283. data/mod/04_settings/set/self/help.rb +2 -0
  284. data/mod/04_settings/set/self/input.rb +2 -0
  285. data/mod/04_settings/set/self/layout.rb +2 -0
  286. data/mod/04_settings/set/self/on_create.rb +2 -0
  287. data/mod/04_settings/set/self/on_delete.rb +2 -0
  288. data/mod/04_settings/set/self/on_update.rb +2 -0
  289. data/mod/04_settings/set/self/options.rb +2 -0
  290. data/mod/04_settings/set/self/options_label.rb +2 -0
  291. data/mod/04_settings/set/self/read.rb +2 -0
  292. data/mod/04_settings/set/self/script.rb +2 -0
  293. data/mod/04_settings/set/self/structure.rb +2 -0
  294. data/mod/04_settings/set/self/style.rb +2 -0
  295. data/mod/04_settings/set/self/table_of_contents.rb +2 -0
  296. data/mod/04_settings/set/self/thanks.rb +2 -0
  297. data/mod/04_settings/set/self/update.rb +2 -0
  298. data/mod/04_settings/set/type/setting.rb +82 -0
  299. data/mod/04_settings/spec/set/right/add_help_spec.rb +5 -0
  300. data/mod/04_settings/spec/set/right/comment_spec.rb +41 -0
  301. data/mod/04_settings/spec/set/right/create_spec.rb +10 -0
  302. data/mod/04_settings/spec/set/right/default_spec.rb +5 -0
  303. data/mod/04_settings/spec/set/right/delete_spec.rb +5 -0
  304. data/mod/04_settings/spec/set/right/help_spec.rb +5 -0
  305. data/mod/04_settings/spec/set/right/read_spec.rb +5 -0
  306. data/mod/04_settings/spec/set/right/script_spec.rb +24 -0
  307. data/mod/04_settings/spec/set/right/structure_spec.rb +17 -0
  308. data/mod/04_settings/spec/set/right/style_spec.rb +29 -0
  309. data/mod/04_settings/spec/set/right/update_spec.rb +5 -0
  310. data/mod/04_settings/spec/set/type/setting_spec.rb +10 -0
  311. data/mod/05_email/format/email_html_format.rb +9 -0
  312. data/mod/05_email/format/email_text_format.rb +11 -0
  313. data/mod/05_email/lib/card/follow_option.rb +90 -0
  314. data/mod/05_email/set/all/email_html.rb +5 -0
  315. data/mod/05_email/set/all/email_text.rb +5 -0
  316. data/mod/05_email/set/all/follow.rb +256 -0
  317. data/mod/05_email/set/all/notify.rb +223 -0
  318. data/mod/05_email/set/all/observer.rb +27 -0
  319. data/mod/05_email/set/right/bcc.rb +45 -0
  320. data/mod/05_email/set/right/cc.rb +3 -0
  321. data/mod/05_email/set/right/follow.rb +9 -0
  322. data/mod/05_email/set/right/follow_fields.rb +3 -0
  323. data/mod/05_email/set/right/followers.rb +30 -0
  324. data/mod/05_email/set/right/following.rb +52 -0
  325. data/mod/05_email/set/right/from.rb +3 -0
  326. data/mod/05_email/set/right/html_message.rb +3 -0
  327. data/mod/05_email/set/right/to.rb +3 -0
  328. data/mod/05_email/set/self/always.rb +14 -0
  329. data/mod/05_email/set/self/created.rb +21 -0
  330. data/mod/05_email/set/self/edited.rb +24 -0
  331. data/mod/05_email/set/self/follow.rb +2 -0
  332. data/mod/05_email/set/self/follow_defaults.rb +66 -0
  333. data/mod/05_email/set/self/never.rb +15 -0
  334. data/mod/05_email/set/type/email_template.rb +113 -0
  335. data/mod/05_email/set/type_plus_right/user/follow.rb +176 -0
  336. data/mod/05_email/spec/set/all/follow_spec.rb +133 -0
  337. data/mod/05_email/spec/set/all/notify_spec.rb +364 -0
  338. data/mod/05_email/spec/set/all/observer_spec.rb +76 -0
  339. data/mod/05_email/spec/set/right/followers_spec.rb +126 -0
  340. data/mod/05_email/spec/set/right/following_spec.rb +4 -0
  341. data/mod/05_email/spec/set/self/follow_defaults_spec.rb +18 -0
  342. data/mod/05_standard/file/103/icon-6566.ico +0 -0
  343. data/mod/05_standard/file/103/large-6566.ico +0 -0
  344. data/mod/05_standard/file/103/medium-6566.ico +0 -0
  345. data/mod/05_standard/file/103/original-6566.ico +0 -0
  346. data/mod/05_standard/file/103/small-6566.ico +0 -0
  347. data/mod/05_standard/file/79/icon-6556.png +0 -0
  348. data/mod/05_standard/file/79/large-6556.png +0 -0
  349. data/mod/05_standard/file/79/medium-6556.png +0 -0
  350. data/mod/05_standard/file/79/original-6556.png +0 -0
  351. data/mod/05_standard/file/79/small-6556.png +0 -0
  352. data/mod/05_standard/file/790/icon-6419.png +0 -0
  353. data/mod/05_standard/file/790/large-6419.png +0 -0
  354. data/mod/05_standard/file/790/medium-6419.png +0 -0
  355. data/mod/05_standard/file/790/original-6419.png +0 -0
  356. data/mod/05_standard/file/790/small-6419.png +0 -0
  357. data/mod/05_standard/set/all/account.rb +67 -0
  358. data/mod/05_standard/set/all/attach.rb +152 -0
  359. data/mod/05_standard/set/all/comment.rb +39 -0
  360. data/mod/05_standard/set/all/error.rb +214 -0
  361. data/mod/05_standard/set/all/event_viz.rb +62 -0
  362. data/mod/05_standard/set/all/links.rb +110 -0
  363. data/mod/05_standard/set/all/rich_html/content.rb +173 -0
  364. data/mod/05_standard/set/all/rich_html/editing.rb +145 -0
  365. data/mod/05_standard/set/all/rich_html/form.rb +234 -0
  366. data/mod/05_standard/set/all/rich_html/header.rb +64 -0
  367. data/mod/05_standard/set/all/rich_html/wrapper.rb +105 -0
  368. data/mod/05_standard/set/right/account.rb +180 -0
  369. data/mod/05_standard/set/right/email.rb +52 -0
  370. data/mod/05_standard/set/right/password.rb +39 -0
  371. data/mod/05_standard/set/right/salt.rb +5 -0
  372. data/mod/05_standard/set/right/stats.rb +35 -0
  373. data/mod/05_standard/set/right/status.rb +9 -0
  374. data/mod/05_standard/set/right/token.rb +5 -0
  375. data/mod/05_standard/set/right/when_created.rb +5 -0
  376. data/mod/05_standard/set/right/when_last_edited.rb +5 -0
  377. data/mod/05_standard/set/rstar/rules.rb +407 -0
  378. data/mod/05_standard/set/self/account_links.rb +61 -0
  379. data/mod/05_standard/set/self/alerts.rb +5 -0
  380. data/mod/05_standard/set/self/all.rb +21 -0
  381. data/mod/05_standard/set/self/foot.rb +8 -0
  382. data/mod/05_standard/set/self/head.rb +121 -0
  383. data/mod/05_standard/set/self/navbox.rb +20 -0
  384. data/mod/05_standard/set/self/now.rb +6 -0
  385. data/mod/05_standard/set/self/recent.rb +48 -0
  386. data/mod/05_standard/set/self/search.rb +43 -0
  387. data/mod/05_standard/set/self/signin.rb +121 -0
  388. data/mod/05_standard/set/self/stats.rb +91 -0
  389. data/mod/05_standard/set/self/version.rb +9 -0
  390. data/mod/05_standard/set/type/basic.rb +46 -0
  391. data/mod/05_standard/set/type/cardtype.rb +43 -0
  392. data/mod/05_standard/set/type/date.rb +8 -0
  393. data/mod/05_standard/set/type/file.rb +85 -0
  394. data/mod/05_standard/set/type/html.rb +22 -0
  395. data/mod/05_standard/set/type/image.rb +67 -0
  396. data/mod/05_standard/set/type/layout_type.rb +14 -0
  397. data/mod/05_standard/set/type/number.rb +19 -0
  398. data/mod/05_standard/set/type/phrase.rb +3 -0
  399. data/mod/05_standard/set/type/search_type.rb +243 -0
  400. data/mod/05_standard/set/type/set.rb +198 -0
  401. data/mod/05_standard/set/type/signup.rb +144 -0
  402. data/mod/05_standard/set/type/toggle.rb +12 -0
  403. data/mod/05_standard/set/type/uri.rb +11 -0
  404. data/mod/05_standard/set/type/user.rb +72 -0
  405. data/mod/05_standard/spec/chunk/include_spec.rb +186 -0
  406. data/mod/05_standard/spec/chunk/link_spec.rb +61 -0
  407. data/mod/05_standard/spec/format/css_format_spec.rb +5 -0
  408. data/mod/05_standard/spec/format/csv_format_spec.rb +5 -0
  409. data/mod/05_standard/spec/format/email_html_format_spec.rb +5 -0
  410. data/mod/05_standard/spec/format/file_format_spec.rb +5 -0
  411. data/mod/05_standard/spec/format/js_format_spec.rb +5 -0
  412. data/mod/05_standard/spec/format/json_format_spec.rb +5 -0
  413. data/mod/05_standard/spec/format/rss_format_spec.rb +5 -0
  414. data/mod/05_standard/spec/format/xml_format_spec.rb +5 -0
  415. data/mod/05_standard/spec/set/all/account_spec.rb +137 -0
  416. data/mod/05_standard/spec/set/all/attach_spec.rb +9 -0
  417. data/mod/05_standard/spec/set/all/comment_spec.rb +5 -0
  418. data/mod/05_standard/spec/set/all/email_html_spec.rb +15 -0
  419. data/mod/05_standard/spec/set/all/error_spec.rb +9 -0
  420. data/mod/05_standard/spec/set/all/event_viz_spec.rb +9 -0
  421. data/mod/05_standard/spec/set/all/history_spec.rb +173 -0
  422. data/mod/05_standard/spec/set/all/rich_html/form_spec.rb +43 -0
  423. data/mod/05_standard/spec/set/all/rich_html/wrapper_spec.rb +28 -0
  424. data/mod/05_standard/spec/set/right/account_spec.rb +162 -0
  425. data/mod/05_standard/spec/set/right/email_spec.rb +55 -0
  426. data/mod/05_standard/spec/set/right/password_spec.rb +45 -0
  427. data/mod/05_standard/spec/set/right/salt_spec.rb +5 -0
  428. data/mod/05_standard/spec/set/right/stats_spec.rb +13 -0
  429. data/mod/05_standard/spec/set/right/status_spec.rb +5 -0
  430. data/mod/05_standard/spec/set/right/token_spec.rb +5 -0
  431. data/mod/05_standard/spec/set/right/when_created_spec.rb +7 -0
  432. data/mod/05_standard/spec/set/right/when_last_edited_spec.rb +7 -0
  433. data/mod/05_standard/spec/set/rstar/rules_spec.rb +25 -0
  434. data/mod/05_standard/spec/set/self/account_links_spec.rb +9 -0
  435. data/mod/05_standard/spec/set/self/alerts_spec.rb +5 -0
  436. data/mod/05_standard/spec/set/self/all_spec.rb +48 -0
  437. data/mod/05_standard/spec/set/self/foot_spec.rb +5 -0
  438. data/mod/05_standard/spec/set/self/head_spec.rb +17 -0
  439. data/mod/05_standard/spec/set/self/navbox_spec.rb +7 -0
  440. data/mod/05_standard/spec/set/self/now_spec.rb +7 -0
  441. data/mod/05_standard/spec/set/self/recent_spec.rb +5 -0
  442. data/mod/05_standard/spec/set/self/search_spec.rb +5 -0
  443. data/mod/05_standard/spec/set/self/signin_spec.rb +73 -0
  444. data/mod/05_standard/spec/set/self/stats_spec.rb +12 -0
  445. data/mod/05_standard/spec/set/self/version_spec.rb +7 -0
  446. data/mod/05_standard/spec/set/type/basic_spec.rb +5 -0
  447. data/mod/05_standard/spec/set/type/cardtype_spec.rb +5 -0
  448. data/mod/05_standard/spec/set/type/date_spec.rb +7 -0
  449. data/mod/05_standard/spec/set/type/email_template_spec.rb +208 -0
  450. data/mod/05_standard/spec/set/type/file_spec.rb +5 -0
  451. data/mod/05_standard/spec/set/type/html_spec.rb +23 -0
  452. data/mod/05_standard/spec/set/type/image_spec.rb +16 -0
  453. data/mod/05_standard/spec/set/type/layout_type_spec.rb +7 -0
  454. data/mod/05_standard/spec/set/type/number_spec.rb +7 -0
  455. data/mod/05_standard/spec/set/type/phrase_spec.rb +7 -0
  456. data/mod/05_standard/spec/set/type/search_type_spec.rb +27 -0
  457. data/mod/05_standard/spec/set/type/set_spec.rb +26 -0
  458. data/mod/05_standard/spec/set/type/signup_spec.rb +228 -0
  459. data/mod/05_standard/spec/set/type/toggle_spec.rb +12 -0
  460. data/mod/05_standard/spec/set/type/uri_spec.rb +41 -0
  461. data/mod/05_standard/spec/set/type/user_spec.rb +5 -0
  462. data/mod/06_bootstrap/lib/javascript/bootstrap.js +2306 -0
  463. data/mod/06_bootstrap/lib/javascript/bootstrap.min.js +7 -0
  464. data/mod/06_bootstrap/lib/stylesheets/bootstrap-theme.css +476 -0
  465. data/mod/06_bootstrap/lib/stylesheets/bootstrap.css +6565 -0
  466. data/mod/06_bootstrap/lib/stylesheets/darkly.css +6583 -0
  467. data/mod/06_bootstrap/set/all/bootstrap/form.rb +37 -0
  468. data/mod/06_bootstrap/set/all/bootstrap/header.rb +29 -0
  469. data/mod/06_bootstrap/set/all/bootstrap/wrapper.rb +12 -0
  470. data/mod/06_bootstrap/set/all/rich_bootstrap.rb +28 -0
  471. data/mod/06_bootstrap/set/self/bootstrap_css.rb +7 -0
  472. data/mod/06_bootstrap/set/self/bootstrap_js.rb +7 -0
  473. data/mod/06_bootstrap/set/self/bootstrap_theme_css.rb +7 -0
  474. data/mod/06_bootstrap/set/self/navbox.rb +32 -0
  475. data/mod/06_bootstrap/set/type/search_type.rb +79 -0
  476. data/mod/06_bootstrap/spec/set/all/bootstrap/form_spec.rb +13 -0
  477. data/spec/lib/card/action_spec.rb +14 -0
  478. data/spec/lib/card/auth_spec.rb +17 -0
  479. data/spec/lib/card/cache_spec.rb +122 -0
  480. data/spec/lib/card/chunk_spec.rb +17 -0
  481. data/spec/lib/card/codename_spec.rb +25 -0
  482. data/spec/lib/card/content_spec.rb +314 -0
  483. data/spec/lib/card/diff_spec.rb +210 -0
  484. data/spec/lib/card/format_spec.rb +82 -0
  485. data/spec/lib/card/loader_spec.rb +39 -0
  486. data/spec/lib/card/log_spec.rb +270 -0
  487. data/spec/lib/card/name_spec.rb +279 -0
  488. data/spec/lib/card/query_spec.rb +456 -0
  489. data/spec/lib/card/reference_spec.rb +213 -0
  490. data/spec/lib/card/set_pattern_spec.rb +56 -0
  491. data/spec/lib/card/set_spec.rb +88 -0
  492. data/spec/mailers/mailer_spec.rb +64 -0
  493. data/spec/models/card/cardtype_spec.rb +216 -0
  494. data/spec/models/card/create_spec.rb +82 -0
  495. data/spec/models/card/trash_spec.rb +260 -0
  496. data/spec/models/card/type_transition_spec.rb +161 -0
  497. data/spec/models/card/validation_spec.rb +36 -0
  498. data/spec/models/card_spec.rb +177 -0
  499. data/spec/spec_helper.rb +130 -0
  500. data/test/fixtures/.gitkeep +0 -0
  501. data/test/fixtures/card_actions.yml +5706 -0
  502. data/test/fixtures/card_acts.yml +835 -0
  503. data/test/fixtures/card_changes.yml +17182 -0
  504. data/test/fixtures/card_references.yml +5405 -0
  505. data/test/fixtures/cards.yml +15533 -0
  506. data/test/fixtures/mao2.jpg +0 -0
  507. data/test/fixtures/rails.gif +0 -0
  508. data/test/seed.rb +201 -0
  509. metadata +762 -38
  510. data/.gitignore +0 -17
  511. data/Gemfile +0 -4
  512. data/LICENSE.txt +0 -22
  513. data/README.md +0 -29
  514. data/Rakefile +0 -1
@@ -0,0 +1,25 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ describe Card::Codename, "Codename" do
4
+
5
+ before do
6
+ @codename = :default
7
+ end
8
+
9
+ it "should be sane" do
10
+ expect(Card[@codename].codename).to eq(@codename.to_s) #would prefer Symbol eventually
11
+ card_id = Card::Codename[@codename]
12
+ expect(card_id).to be_a_kind_of Integer
13
+ expect(Card::Codename[card_id]).to eq(@codename)
14
+ end
15
+
16
+ it "should make cards indestructable" do
17
+ Card::Auth.as_bot do
18
+ card = Card[@codename]
19
+ card.delete
20
+ expect(card.errors[:delete].first).to match 'is a system card'
21
+ expect(Card[@codename]).to be
22
+ end
23
+ end
24
+
25
+ end
@@ -0,0 +1,314 @@
1
+ # -*- encoding : utf-8 -*-
2
+ require 'card/content'
3
+
4
+ CONTENT = {
5
+ :one => %(Some Literals: \\[{I'm not| a link]}, and \\{{This Card|Is not Included}}, but {{this is}}, and some tail),
6
+ #:two => %(Some Links and includes: [[the card|the text]], and {{This Card|Is Included}}{{this too}}
7
+ # more formats for links and includes: [the card][the text],
8
+ # and [[http://external.wagn.org/path|link text]][This Card][Is linked]{{Included|open}}),
9
+ :two => %(Some Links and includes: [[the card|the text]], and {{This Card|Is Included}}{{this too}}
10
+ and [[http://external.wagn.org/path|link text]]{{Included|open}}),
11
+
12
+ :three =>%(Some URIs and Links: http://a.url.com/
13
+ More urls: wagn.com/a/path/to.html
14
+ http://localhost:2020/path?cgi=foo&bar=baz [[http://brain.org/Home|extra]]
15
+ [ http://gerry.wagn.com/a/path ]
16
+ { https://brain.org/more?args }),
17
+ :three_b => %(Some URIs and Links: http://a.url.com
18
+ More urls: wagn.com/a/path/to.html
19
+ [ http://gerry.wagn.com/a/path ]
20
+ { https://brain.org/more?args }
21
+ http://localhost:2020/path?cgi=foo&bar=baz [[http://brain.org/Home|extra]]),
22
+ :four => "No chunks",
23
+ :five => "{{one inclusion|size;large}}",
24
+ :six => %~
25
+ /* body text */
26
+ body {
27
+ color: #444444;
28
+ }
29
+
30
+ /* page - background image and color */
31
+ body#wagn {
32
+ background: #ffffff;
33
+ }
34
+
35
+ /* top bar background color; text colors */
36
+ #menu {
37
+ background: #3260a0;
38
+ }
39
+ #menu a {
40
+ color: #EEEEEE;
41
+ }
42
+
43
+ /* header text */
44
+ h1, h2 {
45
+ color: #664444;
46
+ }
47
+ h1.page-header,
48
+ h2.page-header {
49
+ color: #222299;
50
+ }
51
+ ~
52
+ }
53
+
54
+ CLASSES = {
55
+ :one => [String, :EscapedLiteral, String, :Include, String ],
56
+ # :two => [String, Chunk::Link, String, Chunk::Include, Chunk::Include, String, Chunk::Link, String, Chunk::Link, Chunk::Link, Chunk::Include ],
57
+ :two => [String, :Link, String, :Include, :Include, String, :Link, :Include ],
58
+ :three => [String, :URI, String, :HostURI, String, :URI, String, :Link, String, :URI, String, :URI, String ],
59
+ :three_b => [String, :URI, String, :HostURI, String, :URI, String, :URI, String, :URI, String, :Link ],
60
+ :five => [:Include]
61
+ }
62
+
63
+ CLASSES.each do |key, val|
64
+ CLASSES[key] = val.map do |klass|
65
+ Class === klass ? klass : Card::Chunk.const_get(klass)
66
+ end
67
+ end
68
+
69
+ RENDERED = {
70
+ :one => [
71
+ "Some Literals: \\[{I'm not| a link]}, and ",
72
+ "<span>{</span>{This Card|Is not Included}}",
73
+ ", but ",
74
+ {:options => {:inc_name=>"this is",:inc_syntax=>"this is"}},
75
+ ", and some tail"
76
+ ],
77
+ :two => [
78
+ "Some Links and includes: ",
79
+ "<a class=\"wanted-card\" href=\"/the_card?card%5Bname%5D=the+card\">the text</a>",
80
+ ", and ",
81
+ { :options => { :view => "Is Included", :inc_name=>"This Card", :inc_syntax => "This Card|Is Included"}},
82
+ { :options => { :inc_name=>"this too", :inc_syntax=>"this too"}},
83
+ "\n and ",
84
+ "<a class=\"external-link\" href=\"http://external.wagn.org/path\">link text</a>",
85
+ { :options => { :view=>"open", :inc_name=>"Included", :inc_syntax=>"Included|open" }}
86
+ ],
87
+ :three => [
88
+ "Some URIs and Links: ", '<a class="external-link" href="http://a.url.com/">http://a.url.com/</a>',
89
+ "\n More urls: ",
90
+ "<a class=\"external-link\" href=\"http://wagn.com/a/path/to.html\">wagn.com/a/path/to.html</a>",
91
+ "\n ",
92
+ "<a class=\"external-link\" href=\"http://localhost:2020/path?cgi=foo&amp;bar=baz\">http://localhost:2020/path?cgi=foo&bar=baz</a>",
93
+ " ",
94
+ "<a class=\"external-link\" href=\"http://brain.org/Home\">extra</a>",
95
+ "\n [ ",
96
+ "<a class=\"external-link\" href=\"http://gerry.wagn.com/a/path\">http://gerry.wagn.com/a/path</a>",
97
+ " ]\n { ",
98
+ "<a class=\"external-link\" href=\"https://brain.org/more?args\">https://brain.org/more?args</a>",
99
+ " }"
100
+ ],
101
+ :three_b => [
102
+ "Some URIs and Links: ","<a class=\"external-link\" href=\"http://a.url.com\">http://a.url.com</a>",
103
+ "\n More urls: ",
104
+ "<a class=\"external-link\" href=\"http://wagn.com/a/path/to.html\">wagn.com/a/path/to.html</a>",
105
+ "\n [ ",
106
+ "<a class=\"external-link\" href=\"http://gerry.wagn.com/a/path\">http://gerry.wagn.com/a/path</a>",
107
+ " ]\n { ",
108
+ "<a class=\"external-link\" href=\"https://brain.org/more?args\">https://brain.org/more?args</a>",
109
+ " }\n ",
110
+ "<a class=\"external-link\" href=\"http://localhost:2020/path?cgi=foo&amp;bar=baz\">http://localhost:2020/path?cgi=foo&bar=baz</a>",
111
+ " ",
112
+ "<a class=\"external-link\" href=\"http://brain.org/Home\">extra</a>"
113
+ ],
114
+ :four => "No chunks"
115
+ }
116
+ TEXT_RENDERED = {
117
+ :three => [
118
+ "Some URIs and Links: ", 'http://a.url.com/',
119
+ "\n More urls: ",
120
+ "wagn.com/a/path/to.html[http://wagn.com/a/path/to.html]",
121
+ "\n ",
122
+ "http://localhost:2020/path?cgi=foo&bar=baz",
123
+ " ",
124
+ "extra[http://brain.org/Home]",
125
+ "\n [ ",
126
+ "http://gerry.wagn.com/a/path",
127
+ " ]\n { ",
128
+ "https://brain.org/more?args",
129
+ " }"
130
+ ],
131
+ }
132
+
133
+ describe Card::Content do
134
+ context "instance" do
135
+
136
+ before do
137
+ @check_proc = Proc.new do |m, v|
138
+ if Array===m
139
+ wrong_class = m[0] != v.class
140
+ is_last = m.size == 1
141
+ #warn "check M[#{is_last}]:#{wrong_class}, #{m[0]}, V#{v.inspect}" if wrong_class || is_last
142
+ expect(wrong_class).to be_falsey
143
+ wrong_class ? false : ( is_last ? true : m[1..-1] )
144
+ else false end
145
+ end
146
+
147
+ assert card = Card["One"]
148
+ @card = card
149
+
150
+ # non-nil valued opts only ...
151
+ @render_block = Proc.new do |opts| {:options => opts.inject({}) {|i,v| !v[1].nil? && i[v[0]]=v[1]; i } } end
152
+ end
153
+
154
+
155
+ describe 'parse' do
156
+ it "should find all the chunks and strings" do
157
+ # note the mixed [} that are considered matching, needs some cleanup ...
158
+ #warn "cont? #{CONTENT[:one].inspect}"
159
+ cobj = Card::Content.new CONTENT[:one], @card
160
+ expect(cobj.inject(CLASSES[:one], &@check_proc)).to eq(true)
161
+ end
162
+
163
+ it "should give just the chunks" do
164
+ cobj = Card::Content.new CONTENT[:one], @card
165
+ clist = CLASSES[:one].find_all {|c| String != c }
166
+ #warn "clist #{clist.inspect}"
167
+ cobj.each_chunk do |chk|
168
+ expect(chk).to be_instance_of clist.shift
169
+ end
170
+ expect(clist).to be_empty
171
+ end
172
+
173
+ it "should find all the chunks links and trasclusions" do
174
+ cobj = Card::Content.new CONTENT[:two], @card
175
+ expect(cobj.inject(CLASSES[:two], &@check_proc)).to eq(true)
176
+ end
177
+
178
+ it "should find uri chunks " do
179
+ # tried some tougher cases that failed, don't know the spec, so hard to form better tests for URIs here
180
+ cobj = Card::Content.new CONTENT[:three], @card
181
+ expect(cobj.inject(CLASSES[:three], &@check_proc)).to eq(true)
182
+ clist = CLASSES[:three].find_all {|c| String != c }
183
+ #warn "clist #{clist.inspect}, #{cobj.inspect}"
184
+ cobj.each_chunk do |chk|
185
+ expect(chk).to be_instance_of clist.shift
186
+ end
187
+ expect(clist).to be_empty
188
+ end
189
+
190
+ it "should find uri chunks (b)" do
191
+ # tried some tougher cases that failed, don't know the spec, so hard to form better tests for URIs here
192
+ cobj = Card::Content.new CONTENT[:three_b], @card
193
+ #warn "cobj #{cobj.inspect} #{CLASSES[:three_b].inspect}"
194
+ expect(cobj.inject(CLASSES[:three_b], &@check_proc)).to eq(true)
195
+ clist = CLASSES[:three_b].find_all {|c| String != c }
196
+ #warn "clist #{clist.inspect}, #{cobj.inspect}"
197
+ cobj.each_chunk do |chk|
198
+ expect(chk).to be_instance_of clist.shift
199
+ end
200
+ expect(clist).to be_empty
201
+ end
202
+
203
+ it "should parse just a string" do
204
+ cobj = Card::Content.new CONTENT[:four], @card
205
+ expect(cobj).to eq(RENDERED[:four])
206
+ end
207
+
208
+ it "should parse a single chunk" do
209
+ cobj = Card::Content.new CONTENT[:five], @card
210
+ expect(cobj.inject(CLASSES[:five], &@check_proc)).to eq(true)
211
+ clist = CLASSES[:five].find_all {|c| String != c }
212
+ cobj.each_chunk do |chk|
213
+ expect(chk).to be_instance_of clist.shift
214
+ end
215
+ expect(clist).to be_empty
216
+ end
217
+
218
+ it "should leave css alone" do
219
+ cobj = Card::Content.new CONTENT[:six], @card
220
+ expect(cobj).to eq(CONTENT[:six])
221
+ end
222
+ end
223
+
224
+ describe "render" do
225
+ it "should render all includes" do
226
+ cobj = Card::Content.new CONTENT[:one], @card
227
+ expect(cobj.as_json.to_s).to match /not rendered/
228
+ cobj.process_content_object &@render_block
229
+ expect(rdr=cobj.as_json.to_json).not_to match /not rendered/
230
+ expect(rdr).to eq(RENDERED[:one].to_json)
231
+ end
232
+
233
+ it "should render links and inclusions" do
234
+ cobj = Card::Content.new CONTENT[:two], @card
235
+ cobj.process_content_object &@render_block
236
+ expect(rdr=cobj.as_json.to_json).not_to match /not rendered/
237
+ expect(rdr).to eq(RENDERED[:two].to_json)
238
+ end
239
+
240
+ it "renders links correctly for text formatters" do
241
+ card2 = Card[@card.id]
242
+ format = card2.format :format => :text
243
+ cobj = Card::Content.new CONTENT[:three], format
244
+ cobj.process_content_object &@render_block
245
+ expect(cobj.as_json.to_json).to eq(TEXT_RENDERED[:three].to_json)
246
+ end
247
+
248
+ it "should not need rendering if no inclusions" do
249
+ cobj = Card::Content.new CONTENT[:three], @card
250
+ cobj.process_content_object &@render_block
251
+ expect(cobj.as_json.to_json).to eq(RENDERED[:three].to_json)
252
+ end
253
+
254
+ it "should not need rendering if no inclusions (b)" do
255
+ cobj = Card::Content.new CONTENT[:three_b], @card
256
+ expect(rdr=cobj.as_json.to_json).to match /not rendered/ # links are rendered too, but not with a block
257
+ cobj.process_content_object &@render_block
258
+ expect(rdr=cobj.as_json.to_json).not_to match /not rendered/
259
+ expect(rdr).to eq(RENDERED[:three_b].to_json)
260
+ end
261
+ end
262
+ end
263
+
264
+ UNTAGGED_CASES = [ ' [grrew][/wiki/grrew]ss ', ' {{this is a test}}, {{this|view|is:too}} and',
265
+ ' so is http://foo.bar.come//', ' and foo="my attr, not int a tag" <not a=tag ', ' p class"foobar"> and more' ]
266
+
267
+ context "class" do
268
+ describe '#clean!' do
269
+ it 'should not alter untagged content' do
270
+ UNTAGGED_CASES.each do |test_case|
271
+ assert_equal test_case,Card::Content.clean!(test_case)
272
+ end
273
+ end
274
+
275
+ it 'should strip disallowed html class attributes' do
276
+ assert_equal '<p>html<div>with</div> funky tags</p>', Card::Content.clean!('<p>html<div class="boo">with</div><monkey>funky</butts>tags</p>')
277
+ assert_equal '<span>foo</span>', Card::Content.clean!('<span class="banana">foo</span>')
278
+ end
279
+
280
+ it 'should not strip permitted_classes' do
281
+ assert_equal '<span class="w-spotlight">foo</span>', Card::Content.clean!('<span class="w-spotlight">foo</span>')
282
+ assert_equal '<p class="w-highlight w-ok">foo</p>', Card::Content.clean!('<p class="w-highlight w-ok">foo</p>')
283
+ end
284
+
285
+ it 'should strip permitted_classes but not permitted ones when both are present' do
286
+ assert_equal "<span class='w-spotlight w-ok'>foo</span>", Card::Content.clean!("<span class='w-spotlight banana w-ok'>foo</span>")
287
+ assert_equal '<p class="w-highlight">foo</p>', Card::Content.clean!('<p class="w-highlight bad-at end">foo</p>')
288
+ assert_equal '<p class="w-highlight">foo</p>', Card::Content.clean!('<p class="bad-class w-highlight">foo</p>')
289
+ end
290
+
291
+ it 'should allow permitted attributes' do
292
+ assert_equal '<img src="foo">', Card::Content.clean!('<img src="foo">')
293
+ assert_equal "<img alt='foo'>", Card::Content.clean!("<img alt='foo'>")
294
+ assert_equal '<img title="foo">', Card::Content.clean!('<img title=foo>')
295
+ assert_equal '<a href="foo">', Card::Content.clean!('<a href="foo">')
296
+ assert_equal '<code lang="foo">', Card::Content.clean!('<code lang="foo">')
297
+ assert_equal '<blockquote cite="foo">', Card::Content.clean!('<blockquote cite="foo">')
298
+ end
299
+
300
+ it 'should not allow nonpermitted attributes' do
301
+ assert_equal '<img>', Card::Content.clean!('<img size="25">')
302
+ assert_equal '<p>', Card::Content.clean!('<p font="blah">')
303
+ end
304
+
305
+ it 'should remove comments' do
306
+ assert_equal 'yo', Card::Content.clean!('<!-- not me -->yo')
307
+ assert_equal 'joe', Card::Content.clean!('<!-- not me -->joe<!-- not me -->')
308
+ end
309
+ end
310
+ end
311
+
312
+
313
+ end
314
+
@@ -0,0 +1,210 @@
1
+ # -*- encoding : utf-8 -*-
2
+ #!/usr/bin/env ruby
3
+
4
+ require 'card/diff'
5
+
6
+ describe Card::Diff do
7
+
8
+ def del text
9
+ "<del class='diffdel diff-red'>#{text}</del>"
10
+ end
11
+ def ins text
12
+ "<ins class='diffins diff-green'>#{text}</ins>"
13
+ end
14
+ def tag text
15
+ "&lt;#{text}&gt;"
16
+ end
17
+ def diff old_s, new_s, opts=@opts
18
+ Card::Diff.complete(old_s, new_s, opts)
19
+ end
20
+
21
+ def summary old_s, new_s, opts=@opts
22
+ Card::Diff.summary(old_s, new_s, opts)
23
+ end
24
+
25
+
26
+ old_p = '<p>old</p>'
27
+ new_p = '<p>new</p>'
28
+ new_h = '<h1>new</h1>'
29
+ def p_diff
30
+ diff '<p>old</p>', '<p>new</p>'
31
+ end
32
+
33
+ describe 'traffic light' do
34
+ it 'is green for addition' do
35
+ a = "a"
36
+ b = "a b"
37
+ db = Card::Diff::DiffBuilder.new(a,b)
38
+ expect(db.green?).to be_truthy
39
+ expect(db.red?).to be_falsey
40
+ end
41
+ it 'is red for deletion' do
42
+ a = "a"
43
+ b = ""
44
+ db = Card::Diff::DiffBuilder.new(a,b)
45
+ expect(db.green?).to be_falsey
46
+ expect(db.red?).to be_truthy
47
+ end
48
+ it 'is green and red for change' do
49
+ a = "a"
50
+ b = "b"
51
+ db = Card::Diff::DiffBuilder.new(a,b)
52
+ expect(db.green?).to be_truthy
53
+ expect(db.red?).to be_truthy
54
+ end
55
+ it 'is off for no change' do
56
+ a = "a"
57
+ b = "a"
58
+ db = Card::Diff::DiffBuilder.new(a,b)
59
+ expect(db.green?).to be_falsey
60
+ expect(db.red?).to be_falsey
61
+ end
62
+ end
63
+
64
+
65
+ describe 'summary' do
66
+ before(:all) do
67
+ @opts = {:format=>:html}
68
+ end
69
+
70
+ it 'omits unchanged text' do
71
+ a = "<p>this was the original string</p>"
72
+ b = "<p>this is the new string</p>"
73
+ expect(summary a, b).to eq(
74
+ "...#{del 'was'}#{ins 'is'}...#{del 'original'}#{ins 'new'}..."
75
+ )
76
+ end
77
+
78
+ it 'no ellipsis if changes fit exactly' do
79
+ a = "123"
80
+ b = "456"
81
+ expect(summary a, b, :summary=>{:length=>6}).to eq(
82
+ "#{del '123'}#{ins '456'}"
83
+ )
84
+ end
85
+
86
+ it 'green ellipsis if added text does not fit' do
87
+ a = "123"
88
+ b = "5678"
89
+ expect(summary a, b, :summary=>{:length=>6}).to eq(
90
+ "#{del '123'}#{ins '...'}"
91
+ )
92
+ end
93
+
94
+ it 'neutral ellipsis if complete change does not fit' do
95
+ a = "123 123"
96
+ b = "456 456"
97
+ expect(summary a, b, :summary=>{:length=>9}).to eq(
98
+ "#{del '123'}#{ins '456'}..."
99
+ )
100
+ end
101
+
102
+ it 'red ellipsis if deleted text partially fits' do
103
+ a = "123456"
104
+ b = "567"
105
+ expect(summary a, b, :summary=>{:length=>4}).to eq(
106
+ "#{del '1...'}"
107
+ )
108
+ end
109
+
110
+ it 'green ellipsis if added text partially fits' do
111
+ a = "1234"
112
+ b = "56789"
113
+ expect(summary a, b, :summary=>{:length=>8}).to eq(
114
+ "#{del '1234'}#{ins '5...'}"
115
+ )
116
+ end
117
+
118
+ it 'removes html tags' do
119
+ a = "<a>A</a>"
120
+ b = "<b>B</b>"
121
+ expect(summary a, b, :format=>:html).to eq(
122
+ "#{del 'A'}#{ins 'B'}"
123
+ )
124
+ end
125
+
126
+ it 'with html tags in raw format' do
127
+ a = "<a>1</a>"
128
+ b = "<b>1</b>"
129
+ expect(summary a, b, :format=>:raw).to eq(
130
+ "#{del( tag 'a' )}#{ins(tag 'b')}...#{del( tag '/a' )}#{ins(tag '/b')}"
131
+ )
132
+ end
133
+
134
+ end
135
+
136
+ context "html format" do
137
+ before(:all) do
138
+ @opts = {:format=>:html}
139
+ end
140
+
141
+ it "doesn't change a text without changes" do
142
+ text = "Hello World!\n How are you?"
143
+ expect(diff text, text).to eq(text)
144
+ end
145
+ it 'preserves html' do
146
+ expect(p_diff).to eq("<p>#{del 'old'}#{ins 'new'}</p>")
147
+ end
148
+ it 'ignores html changes' do
149
+ expect(diff old_p, new_h).to eq("<h1>#{del 'old'}#{ins 'new'}</h1>")
150
+ end
151
+
152
+ it 'diff with multiple paragraphs' do
153
+ a = "<p>this was the original string</p>"
154
+ b = "<p>this is</p>\n<p> the new string</p>\n<p>around the world</p>"
155
+
156
+ expect(diff a, b).to eq(
157
+ "<p>this #{del 'was'}#{ins 'is'}</p>"+
158
+ "\n<p> the " +
159
+ "#{del 'original'}#{ins 'new'}" +
160
+ " string</p>\n" +
161
+ "<p>#{ins 'around the world'}</p>"
162
+ )
163
+ end
164
+ end
165
+
166
+ context "text format" do
167
+ before(:all) do
168
+ @opts = {:format=>:text}
169
+ end
170
+
171
+ it 'removes html' do
172
+ expect(p_diff).to eq("#{del 'old'}#{ins 'new'}")
173
+ end
174
+
175
+ it 'compares complete links' do
176
+ diff = Card::Diff.complete("[[A]]\n[[B]]", "[[A]]\n[[C]]", :format=>:html)
177
+ expect(diff).to eq( "[[A]]\n#{del '[[B]]'}#{ins '[[C]]'}")
178
+ end
179
+
180
+ it 'compares complete inclusions' do
181
+ diff = Card::Diff.complete("{{A}}\n{{B}}", "{{A}}\n{{C}}", :format=>:html)
182
+ expect(diff).to eq( "{{A}}\n#{del '{{B}}'}#{ins '{{C}}'}")
183
+ end
184
+
185
+ end
186
+
187
+ context "raw format" do
188
+ before(:all) do
189
+ @opts = {:format=>:raw}
190
+ end
191
+
192
+ it 'excapes html' do
193
+ expect(p_diff).to eq("#{tag 'p'}#{del 'old'}#{ins 'new'}#{tag '/p'}")
194
+ end
195
+
196
+ it 'diff for tag change' do
197
+ expect(diff old_p, new_h).to eq( del("#{tag 'p'}old#{tag '/p'}") + ins("#{tag 'h1'}new#{tag '/h1'}") )
198
+ end
199
+ end
200
+
201
+ context 'pointer format' do
202
+ before(:all) do
203
+ @opts = {:format=>:pointer}
204
+ end
205
+
206
+ it 'removes square brackets' do
207
+ expect(diff "[[Hello]]", "[[Hi]]").to eq( del('Hello') + ins('Hi') )
208
+ end
209
+ end
210
+ end