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,21 @@
1
+
2
+ class Card::Query::Clause
3
+ attr_accessor :clause
4
+
5
+ def safe_sql(txt)
6
+ txt = txt.to_s
7
+ txt.match( /[^\w\*\(\)\s\.\,]/ ) ? raise( "WQL contains disallowed characters: #{txt}" ) : txt
8
+ end
9
+
10
+ def quote(v) ActiveRecord::Base.connection.quote(v) end
11
+
12
+ def match_prep(v)
13
+ cxn ||= ActiveRecord::Base.connection
14
+ [cxn, v]
15
+ end
16
+
17
+ def cast_type(type)
18
+ cxn ||= ActiveRecord::Base.connection
19
+ (val = cxn.cast_types[type.to_sym]) ? val[:name] : safe_sql(type)
20
+ end
21
+ end
@@ -0,0 +1,47 @@
1
+ class Card::Query
2
+ class RefClause < Clause
3
+ REFERENCE_DEFINITIONS = {
4
+ # syntax:
5
+ # wql query key => [ direction, {reference_type} ]
6
+ # direction = :out | :in
7
+ # reference_type = 'L' | 'I' | 'P'
8
+
9
+ :refer_to => [ :out, 'L','I' ], :referred_to_by => [ :in, 'L','I' ],
10
+ :link_to => [ :out, 'L' ], :linked_to_by => [ :in, 'L' ],
11
+ :include => [ :out, 'I' ], :included_by => [ :in, 'I' ]
12
+ }
13
+
14
+ REFERENCE_FIELDS = {
15
+ :out => [ :referer_id, :referee_id ],
16
+ :in => [ :referee_id, :referer_id ]
17
+ }
18
+
19
+ def initialize key, val, parent
20
+ @key, @val, @parent = key, val, parent
21
+ end
22
+
23
+ def to_sql *args
24
+ dir, *type = REFERENCE_DEFINITIONS[ @key.to_sym ]
25
+ field1, field2 = REFERENCE_FIELDS[ dir ]
26
+ cond = []
27
+ if type.present?
28
+ operator = (type.size==1 ? '=' : 'IN')
29
+ quoted_letters = type.map { |letter| "'#{letter}'" } * ', '
30
+ cond << "ref_type #{operator} (#{quoted_letters})"
31
+ end
32
+
33
+ sql = %[select distinct #{field1} as ref_id from card_references]
34
+ if @val == '_none'
35
+ cond << "present = 0"
36
+ else
37
+ cardclause = CardClause.build(:return=>'id', :_parent=>@parent).merge(@val)
38
+ sql << %[ join #{ cardclause.to_sql } as c on #{field2} = c.id]
39
+ end
40
+ sql << %[ where #{ cond * ' and ' }] if cond.any?
41
+
42
+ "(#{sql})"
43
+ end
44
+ end
45
+ end
46
+
47
+
@@ -0,0 +1,65 @@
1
+ class Card::Query
2
+ class ValueClause < Clause
3
+ def initialize clause, cardclause
4
+ @cardclause = cardclause
5
+
6
+ # bare value shortcut
7
+ @clause = case clause
8
+ when ValueClause; clause.instance_variable_get('@clause') # FIXME what a hack (what's this for?)
9
+ when Array; clause
10
+ when String; ['=', clause]
11
+ when Integer; ['=', clause]
12
+ else raise("Invalid Condition Clause #{clause.inspect}")
13
+ end
14
+
15
+ # operator aliases
16
+ @clause[0] = @clause[0].to_s
17
+ if target = OPERATORS[@clause[0]]
18
+ @clause[0] = target
19
+ end
20
+
21
+ # check valid operator
22
+ raise("Invalid Operator #{@clause[0]}") unless OPERATORS.has_key?(@clause[0])
23
+
24
+ # handle IN #FIXME -- shouldn't this handle "not in", too?
25
+ if @clause[0]=='in' and !@clause[1].is_a?(CardClause) and !@clause[1].is_a?(RefClause)
26
+ @clause = [@clause[0], @clause[1..-1]]
27
+ end
28
+ end
29
+
30
+ def op
31
+ @clause[0]
32
+ end
33
+
34
+ def sqlize(v)
35
+ case v
36
+ when CardClause, RefClause, SqlCond; v.to_sql
37
+ when Array; "(" + v.flatten.collect {|x| sqlize(x)}.join(',') + ")"
38
+ else quote(v.to_s)
39
+ end
40
+ end
41
+
42
+ def to_sql field
43
+ op,v = @clause
44
+ #warn "to_sql(#{field}), #{op}, #{v}, #{@cardclause.inspect}"
45
+ v=@cardclause.selfname if v=='_self'
46
+ table = @cardclause.table_alias
47
+
48
+ #warn "to_sql #{field}, #{v} (#{op})"
49
+ field, v = case field
50
+ when "cond"; return "(#{sqlize(v)})"
51
+ when "name"; ["#{table}.key", [v].flatten.map(&:to_name).map(&:key)]
52
+ when "content"; ["#{table}.db_content", v]
53
+ else; ["#{table}.#{safe_sql(field)}", v]
54
+ end
55
+
56
+ v = v[0] if Array===v && v.length==1 && op != 'in'
57
+ if op=='~'
58
+ cxn, v = match_prep(v)
59
+ %{#{field} #{cxn.match(sqlize(v))}}
60
+ else
61
+ "#{field} #{op} #{sqlize(v)}"
62
+ end
63
+ end
64
+ end
65
+ end
@@ -0,0 +1,63 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ class Card::Reference < ActiveRecord::Base
4
+ def referencer
5
+ Card[referer_id]
6
+ end
7
+
8
+ def referencee
9
+ Card[referee_id]
10
+ end
11
+
12
+ class << self
13
+
14
+ def delete_all_from card
15
+ delete_all :referer_id => card.id
16
+ end
17
+
18
+ def delete_all_to card
19
+ where( :referee_id => card.id ).update_all :present=>0, :referee_id => nil
20
+ end
21
+
22
+ def update_existing_key card, name=nil
23
+ key = (name || card.name).to_name.key
24
+ where( :referee_key => key ).update_all :present => 1, :referee_id => card.id
25
+ end
26
+
27
+ def update_on_rename card, newname, update_referers=false
28
+ if update_referers
29
+ # not currentlt needed because references are deleted and re-created in the process of adding new revision
30
+ #where( :referee_id=>card.id ).update_all :referee_key => newname.to_name.key
31
+ else
32
+ delete_all_to card
33
+ end
34
+ #Rails.logger.warn "update on rename #{card.inspect}, #{newname}, #{update_referers}"
35
+ update_existing_key card, newname
36
+ end
37
+
38
+ def update_on_delete card
39
+ delete_all_from card
40
+ delete_all_to card
41
+ end
42
+
43
+ def repair_missing_referees
44
+ #FIXME - should treat trashed cards as not existing
45
+ where( Card.where( :id=>arel_table[:referee_id], :trash=>false).exists.not ).update_all :referee_id=>nil
46
+ end
47
+
48
+ def delete_missing_referers
49
+ where( Card.where( :id=>arel_table[:referer_id], :trash=>false).exists.not ).delete_all
50
+ end
51
+
52
+ def repair_all
53
+ delete_missing_referers
54
+
55
+ Card.where(:trash=>false).find_each do |card|
56
+ Rails.logger.info "\n\n\nRepairing references for '#{card.name}' (id: #{card.id}) ... \n\n\n"
57
+ card.update_references
58
+ end
59
+ end
60
+
61
+ end
62
+
63
+ end
data/lib/card/set.rb ADDED
@@ -0,0 +1,369 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ class Card
4
+ #remove_const :Set if const_defined?(:Set, false)
5
+
6
+ module Set
7
+
8
+ mattr_accessor :modules, :traits
9
+ @@modules = { :base=>[], :base_format=>{}, :nonbase=>{}, :nonbase_format=>{} }
10
+
11
+
12
+ =begin
13
+ A "Set" is a group of cards to which "Rules" may be applied. Sets can be as specific as
14
+ a single card, as general as all cards, or anywhere in between.
15
+
16
+ Rules take two main forms: card rules and code rules.
17
+
18
+ "Card rules" are defined in card content. These are generally configured via the web
19
+ interface and are thus documented at http://wagn.org/rules.
20
+
21
+ "Code rules" can be defined in a "set file" within any "Mod" (short for both "module" and
22
+ "modification"). In accordance with Wagn's "MoVE" architecture, there are two main kinds of
23
+ code rules you can create in a set file: Views, and Events. Events are associated with the
24
+ Card class, and Views are associated with a Format class. You can also use set files to
25
+ add or override Card and/or Format methods directly. The majority of Card code is contained
26
+ in these files.
27
+
28
+ (FIXME - define mod, add generator)
29
+
30
+ Whenever you fetch or instantiate a card, it will automatically include all the
31
+ set modules defined in set files associated with sets of which it is a member. This
32
+ entails both simple model methods and "events", which are special methods explored
33
+ in greater detail below.
34
+
35
+ For example, say you have a Plaintext card named "Philipp+address", and you have set files
36
+ for the following sets:
37
+
38
+ * all cards
39
+ * all Plaintext cards
40
+ * all cards ending in +address
41
+
42
+ When you run this:
43
+
44
+ mycard = Card.fetch 'Philipp+address'
45
+
46
+ ...then mycard will include the set modules associated with each of those sets in the above
47
+ order. (The order is determined by the set pattern; see lib/card/set_pattern.rb for more
48
+ information about set_ptterns and mod/core/set/all/fetch.rb for more about fetching.)
49
+
50
+ Similarly, whenever a Format object is instantiated for a card, it includes all views
51
+ associated with BOTH (a) sets of which the card is a member and (b) the current format or
52
+ its ancestors. More on defining views below.
53
+
54
+
55
+ In order to have a set file associated with "all cards ending in +address", you could create
56
+ a file in mywagn/mod/mymod/set/right/address.rb. The recommended mechanism for doing so
57
+ is running `wagn generate set modname set_pattern set_anchor`. In the current example, this
58
+ would translate to `wagn generate set mymod right address`. Note that both the set_pattern
59
+ and the set_anchor must correspond to the codename of a card in the database to function
60
+ correctly but you can add arbitrary subdirectories to organize your code rules. The rule above
61
+ for example could be saved in mywagn/mod/mymod/set/right/address/america/north/canada.rb.
62
+
63
+
64
+ When a Card application loads, it uses these files to autogenerate a tmp_file that uses this set file to
65
+ createa Card::Set::Right::Address module which itself is extended with Card::Set. A set file
66
+ is "just ruby" but is generally quite concise because Card uses its file location to
67
+ autogenerate ruby module names and then uses Card::Set module to provide additional API.
68
+
69
+
70
+ View definitions
71
+
72
+ When you declare:
73
+ view :view_name do |args|
74
+ #...your code here
75
+ end
76
+
77
+ Methods are defined on the format
78
+
79
+ The external api with checks:
80
+ render(:viewname, args)
81
+
82
+
83
+ =end
84
+
85
+ module Format
86
+ mattr_accessor :views
87
+ @@views = {}
88
+
89
+ def view view, *args, &block
90
+ view = view.to_name.key.to_sym
91
+ views[self] ||= {}
92
+ view_block = views[self][view] = if block_given?
93
+ Card::Format.extract_class_vars view, args[0]
94
+ block
95
+ else
96
+ alias_block view, args
97
+ end
98
+ define_method "_view_#{ view }", view_block
99
+ end
100
+
101
+ def alias_block view, args
102
+ opts = Hash===args[0] ? args.shift : { :view => args.shift }
103
+ opts[:mod] ||= self
104
+ opts[:view] ||= view
105
+ views[ opts[:mod] ][ opts[:view] ] or fail
106
+ rescue
107
+ raise "cannot find #{ opts[:view] } view in #{ opts[:mod] }; failed to alias #{view} in #{self}"
108
+ end
109
+
110
+ end
111
+
112
+
113
+ def format *format_names, &block
114
+ if format_names.empty?
115
+ format_names = [:base]
116
+ elsif format_names.first == :all
117
+ format_names = Card::Format.registered.reject {|f| Card::Format.aliases[f]}
118
+ end
119
+ format_names.each do |f|
120
+ define_on_format f, &block
121
+ end
122
+ end
123
+
124
+ def define_on_format format_name=:base, &block
125
+ klass = Card::Format.format_class_name format_name # format class name, eg. HtmlFormat
126
+ mod = const_get_or_set klass do # called on current set module, eg Card::Set::Type::Pointer
127
+ m = Module.new # yielding set format module, eg Card::Set::Type::Pointer::HtmlFormat
128
+ register_set_format Card.const_get(klass), m
129
+ m.extend Card::Set::Format
130
+ m
131
+ end
132
+ mod.class_eval &block
133
+ end
134
+
135
+ def view *args, &block
136
+ format do
137
+ view *args, &block
138
+ end
139
+ end
140
+
141
+
142
+ def event event, opts={}, &final
143
+ opts[:on] = [:create, :update ] if opts[:on] == :save
144
+
145
+ Card.define_callbacks event
146
+
147
+ class_eval do
148
+ final_method = "#{event}_without_callbacks" #should be private?
149
+ define_method final_method, &final
150
+
151
+ define_method event do
152
+ run_callbacks event do
153
+ Card.with_logging :event, :message=>event, :context=>self.name, :details=>opts do
154
+ send final_method
155
+ end
156
+ end
157
+ end
158
+ end
159
+
160
+ set_event_callbacks event, opts
161
+ end
162
+
163
+
164
+
165
+ #
166
+ # ActiveCard support: accessing plus cards as attributes
167
+ #
168
+
169
+
170
+ def card_accessor *args
171
+ options = args.extract_options!
172
+ add_traits args, options.merge( :reader=>true, :writer=>true )
173
+ end
174
+
175
+ def card_reader *args
176
+ options = args.extract_options!
177
+ add_traits args, options.merge( :reader=>true )
178
+ end
179
+
180
+ def card_writer *args
181
+ options = args.extract_options!
182
+ add_traits args, options.merge( :writer=>true )
183
+ end
184
+
185
+
186
+
187
+
188
+ # the set loading process has two main phases:
189
+
190
+ # 1. Definition: interpret each set file, creating/defining set and set_format modules
191
+ # 2. Organization: have base classes include modules associated with the "all" set, and
192
+ # clean up the other modules
193
+
194
+ class << self
195
+
196
+ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
197
+ # Definition Phase
198
+
199
+ # each set file calls `extend Card::Set` when loaded
200
+ def extended mod
201
+ register_set mod
202
+ end
203
+
204
+ def register_set set_module
205
+ if set_module.all_set?
206
+ modules[ :base ] << set_module
207
+ else
208
+ modules[ :nonbase ][ set_module.shortname ] ||= []
209
+ modules[ :nonbase ][ set_module.shortname ] << set_module
210
+ end
211
+ end
212
+
213
+ def write_tmp_file set_pattern, anchors, from_file, seq
214
+ # FIXME - this does not properly handle anchorless sets
215
+ # There are special hacks for *all, but others (like *rstar) will not be found by
216
+ # include_set_modules, which will look for Card::Set::Rstar, not Card::Set::Rstar::Blah
217
+ # This issue appears to be addressed by making the entries, in modules arrays.
218
+ # If yes remove this comment.
219
+
220
+ to_file = "#{Cardio.paths['tmp/set'].first}/#{set_pattern}/#{seq}-#{anchors * '-'}.rb"
221
+ anchor_modules = anchors.map { |a| "module #{a.camelize};" } * ' '
222
+ file_content = <<EOF
223
+ # -*- encoding : utf-8 -*-
224
+ class Card; module Set; module #{set_pattern.camelize}; #{anchor_modules}
225
+ extend Card::Set
226
+ # ~~~~~~~~~~~ above autogenerated; below pulled from #{from_file} ~~~~~~~~~~~
227
+
228
+ #{ File.read from_file }
229
+
230
+ # ~~~~~~~~~~~ below autogenerated; above pulled from #{from_file} ~~~~~~~~~~~
231
+ end;end;end;#{'end;'*anchors.size}
232
+ EOF
233
+ File.write to_file, file_content
234
+ to_file
235
+ end
236
+
237
+
238
+ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
239
+ # Organization Phase
240
+
241
+ # "base modules" are modules that are permanently included on the Card or Format class
242
+ # "nonbase modules" are included dynamically on singleton_classes
243
+ def process_base_modules
244
+ process_base_module_list modules[:base], Card
245
+ modules[:base_format].each do |format_class, modules_list|
246
+ process_base_module_list modules_list, format_class
247
+ end
248
+ modules.delete :base
249
+ modules.delete :base_format
250
+ end
251
+
252
+ def process_base_module_list list, klass
253
+ list.each do |mod|
254
+ if mod.instance_methods.any?
255
+ klass.send :include, mod
256
+ end
257
+ if class_methods = mod.const_get_if_defined( :ClassMethods )
258
+ klass.send :extend, class_methods
259
+ end
260
+ end
261
+ end
262
+
263
+ def clean_empty_modules
264
+ clean_empty_module_from_hash modules[ :nonbase ]
265
+ modules[ :nonbase_format ].values.each do |hash|
266
+ clean_empty_module_from_hash hash
267
+ end
268
+ end
269
+
270
+ def clean_empty_module_from_hash hash
271
+ hash.each do |mod_name, modlist|
272
+ modlist.delete_if { |x| x.instance_methods.empty? }
273
+ hash.delete mod_name if modlist.empty?
274
+ end
275
+ end
276
+
277
+ end
278
+
279
+
280
+ def register_set_format format_class, mod
281
+ if self.all_set?
282
+ modules[ :base_format ][ format_class ] ||= []
283
+ modules[ :base_format ][ format_class ] << mod
284
+ else
285
+ format_hash = modules[ :nonbase_format ][ format_class ] ||= {}
286
+ format_hash[ shortname ] ||= []
287
+ format_hash[ shortname ] << mod
288
+ end
289
+ end
290
+
291
+ def shortname
292
+ parts = name.split '::'
293
+ first = 2 # shortname eliminates Card::Set
294
+ set_class = Card::SetPattern.find parts[first].underscore
295
+
296
+ last = first + set_class.anchor_parts_count
297
+ parts[first..last].join '::'
298
+ end
299
+
300
+ def all_set?
301
+ name =~ /^Card::Set::All::/
302
+ end
303
+
304
+ private
305
+
306
+
307
+ def set_event_callbacks event, opts
308
+ [:before, :after, :around].each do |kind|
309
+ if object_method = opts.delete(kind)
310
+ this_set_module = self
311
+ Card.class_eval do
312
+ set_callback object_method, kind, event, :prepend=>true, :if=> proc { |c|
313
+ c.singleton_class.include?( this_set_module ) and c.event_applies? opts
314
+ }
315
+ end
316
+ end
317
+ end
318
+ end
319
+
320
+ def get_traits mod
321
+ Card::Set.traits ||= {}
322
+ Card::Set.traits[mod] or Card::Set.traits[mod] = {}
323
+ end
324
+
325
+ def add_traits args, options
326
+ mod = self
327
+ # raise "Can't define card traits on all set" if mod == Card
328
+ mod_traits = get_traits mod
329
+
330
+ new_opts = options[:type] ? {:type=>options[:type]} : {}
331
+ new_opts.merge!( {:content => options[:default]} ) if options[:default]
332
+
333
+ args.each do |trait|
334
+ define_trait_card trait, new_opts
335
+ define_trait_reader trait if options[:reader]
336
+ define_trait_writer trait if options[:writer]
337
+
338
+ mod_traits[trait.to_sym] = options
339
+ end
340
+ end
341
+
342
+ def define_trait_card trait, opts
343
+ define_method "#{trait}_card" do
344
+ trait_var "@#{trait}_card" do
345
+ fetch :trait=>trait.to_sym, :new=>opts.clone
346
+ end
347
+ end
348
+ end
349
+
350
+ def define_trait_reader trait
351
+ define_method trait do
352
+ trait_var "@#{trait}" do
353
+ send( "#{trait}_card" ).content
354
+ end
355
+ end
356
+ end
357
+
358
+ def define_trait_writer trait
359
+ define_method "#{trait}=" do |value|
360
+ card = send "#{trait}_card"
361
+ self.subcards ||= {}
362
+ self.subcards[card.name] = {:type_id => card.type_id, :content=>value }
363
+ instance_variable_set "@#{trait}", value
364
+ end
365
+ end
366
+
367
+ end
368
+ end
369
+