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,91 @@
1
+
2
+ format :html do
3
+ view :core do |args|
4
+ oldmem = session[:memory]
5
+ session[:memory] = newmem = card.profile_memory
6
+ stats = %{
7
+ <table>
8
+ <tr>
9
+ <th>Stat</th>
10
+ <th>Value</th>
11
+ <th>Action</th>
12
+ </tr>
13
+ <tr>
14
+ <td>cards</td>
15
+ <td>#{ Card.where(:trash=>false).count }</td>
16
+ <td></td>
17
+ </tr>
18
+ <tr>
19
+ <td>trashed cards</td>
20
+ <td>#{ Card.where(:trash=>true).count }</td>
21
+ <td>#{link_to 'delete all', card_path( 'update/:all?task=empty_trash' )}</td>
22
+ </tr>
23
+ <tr>
24
+ <td>actions</td>
25
+ <td>#{ Card::Action.count }</td>
26
+ <td>#{link_to 'delete old', card_path( 'update/:all?task=delete_old_revisions' ) }</td>
27
+ </tr>
28
+ <tr><td>references</td>
29
+ <td>#{ Card::Reference.count }</td>
30
+ <td>#{link_to 'repair all', card_path( 'update/:all?task=repair_references' ) }</td>
31
+ </tr>
32
+ <tr>
33
+ <td>sessions</td>
34
+ <td>#{ ActiveRecord::SessionStore::Session.count }</td>
35
+ <td>
36
+ delete older than
37
+ #{ delete_sessions_link 1 }
38
+ #{ delete_sessions_link 2 }
39
+ #{ delete_sessions_link 3 }
40
+ months
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>memory now</td>
45
+ <td>#{ newmem }M</td>
46
+ <td>#{link_to 'clear cache', card_path( 'update/:all?task=clear_cache' ) }</td>
47
+ </tr>
48
+ #{
49
+ if oldmem
50
+ %{
51
+ <tr>
52
+ <td>memory prev</td>
53
+ <td>#{ oldmem }M</td>
54
+ <td></td>
55
+ </tr>
56
+ <tr>
57
+ <td>memory diff</td>
58
+ <td>#{ newmem - oldmem }M</td>
59
+ <td></td>
60
+ </tr>
61
+
62
+ }
63
+ end
64
+ }
65
+ </table>
66
+ }
67
+ end
68
+
69
+ def delete_sessions_link months
70
+ link_to months, card_path( "update/:all?task=delete_old_sessions&months=#{months}")
71
+ end
72
+ end
73
+
74
+
75
+
76
+
77
+ def get_current_memory_usage
78
+ `ps -o rss= -p #{Process.pid}`.to_i
79
+ end
80
+
81
+ def profile_memory(&block)
82
+ before = get_current_memory_usage
83
+ file, line, _ = caller[0].split(':')
84
+ if block_given?
85
+ instance_eval(&block)
86
+ (get_current_memory_usage - before) / 1024
87
+ else
88
+ before = 0
89
+ (get_current_memory_usage - before) / 1024
90
+ end.to_i
91
+ end
@@ -0,0 +1,9 @@
1
+ # -*- encoding : utf-8 -*-
2
+ require_dependency 'card/version'
3
+
4
+ view :raw do |args|
5
+ Card::Version.release
6
+ end
7
+
8
+ view :core, :raw
9
+
@@ -0,0 +1,46 @@
1
+ format :html do
2
+ view :open_content do |args|
3
+ content = _render_core args
4
+ table_of_contents(content) || content
5
+ end
6
+
7
+ def table_of_contents content
8
+ return if @mode==:closed || !content.present?
9
+ min = card.rule(:table_of_contents).to_i
10
+ #warn "table_of #{name}, #{min}"
11
+ return unless min and min > 0
12
+
13
+ toc, dep = [], 1
14
+ content.gsub!( /<(h\d)>(.*?)<\/h\d>/i ) do |match|
15
+ if $~
16
+ tag, value = $~[1,2]
17
+ value = ActionView::Base.new.strip_tags(value).strip
18
+ next if value.empty?
19
+ item = { :value => value, :uri => URI.escape(value) }
20
+ case tag.downcase
21
+ when 'h1'
22
+ item[:depth] = dep = 1; toc << item
23
+ when 'h2'
24
+ toc << [] if dep == 1
25
+ item[:depth] = dep = 2; toc.last << item
26
+ end
27
+ %{<a name="#{item[:uri]}"></a>#{match}}
28
+ end
29
+ end
30
+
31
+ if toc.flatten.length >= min
32
+ content.replace %{ <div class="table-of-contents"> <h5>Table of Contents</h5> } +
33
+ make_table_of_contents_list(toc) + '</div>'+ content
34
+ end
35
+ end
36
+
37
+
38
+ def make_table_of_contents_list(items)
39
+ list = items.collect do |i|
40
+ Array === i ? make_table_of_contents_list(i) : %{<li><a href="##{i[:uri]}"> #{i[:value]}</a></li>}
41
+ end.join("\n")
42
+ "<ol>" + list + "</ol>"
43
+ end
44
+
45
+ end
46
+
@@ -0,0 +1,43 @@
1
+
2
+ format :html do
3
+
4
+ view :type do |args|
5
+ args.merge!(:type_class=>'no-edit') if card.cards_of_type_exist?
6
+ super args
7
+ end
8
+
9
+ view :type_fieldset do |args|
10
+ if card.cards_of_type_exist?
11
+ %{<div>Sorry, this card must remain a Cardtype so long as there are <strong>#{ card.name }</strong> cards.</div>}
12
+ else
13
+ super args
14
+ end
15
+ end
16
+ end
17
+
18
+
19
+ include Basic
20
+
21
+
22
+ def follow_label
23
+ default_follow_set_card.follow_label
24
+ end
25
+
26
+ def followed_by? user_id = nil
27
+ default_follow_set_card.all_members_followed_by? user_id
28
+ end
29
+
30
+ def default_follow_set_card
31
+ Card.fetch("#{name}+*type")
32
+ end
33
+
34
+
35
+ def cards_of_type_exist?
36
+ !new_card? and Auth.as_bot { Card.count_by_wql :type_id=>id } > 0
37
+ end
38
+
39
+ event :check_for_cards_of_type, :after=>:validate_delete do
40
+ if cards_of_type_exist?
41
+ errors.add :cardtype, "can't alter this type; #{name} cards still exist"
42
+ end
43
+ end
@@ -0,0 +1,8 @@
1
+
2
+ format :html do
3
+
4
+ # what is this for? Can't you just use TYPE-date and editor to match this cas, no special view needed?
5
+ view :editor do |args|
6
+ text_field :content, :class=>'date-editor'
7
+ end
8
+ end
@@ -0,0 +1,85 @@
1
+
2
+ def item_names(args={}) # needed for flexmail attachments. hacky.
3
+ [self.cardname]
4
+ end
5
+
6
+
7
+ format do
8
+ view :source do |args|
9
+ card.attach.url
10
+ end
11
+
12
+ view :core do |args|
13
+ handle_source args do |source|
14
+ card_url source
15
+ end
16
+ end
17
+
18
+ def handle_source args
19
+ source = _render_source args
20
+ source ? yield( source ) : ''
21
+ rescue
22
+ 'File Error'
23
+ end
24
+ end
25
+
26
+
27
+ format :file do
28
+
29
+ view :core do |args| # returns send_file args. not in love with this...
30
+ if format = card.attachment_format( params[:format] ) # this means we only support known formats. dislike.
31
+ if params[:explicit_file] and r = controller.response
32
+ r.headers["Expires"] = 1.year.from_now.httpdate
33
+ #r.headers["Cache-Control"] = "public" # currently using default "private", because proxy servers could block needed permission checks
34
+ end
35
+
36
+
37
+ # elsif ![format, 'file'].member? params[:format] # formerly supported redirecting to correct file format
38
+ # return redirect_to( request.fullpath.sub( /\.#{params[:format]}\b/, '.' + format ) ) #card.attach.url(style) )
39
+
40
+ style = _render_style :style=>params[:size] # fixme, shouldn't be in type file
41
+ [ card.attach.path( *[style].compact ), # nil or empty arg breaks 1.8.7
42
+ {
43
+ :type => card.attach_content_type,
44
+ :filename => "#{card.cardname.url_key}#{style.blank? ? '' : '-'}#{style}.#{format}",
45
+ :x_sendfile => true,
46
+ :disposition => (params[:format]=='file' ? 'attachment' : 'inline' )
47
+ }
48
+ ]
49
+ else
50
+ _render_not_found
51
+ end
52
+ end
53
+
54
+ end
55
+
56
+
57
+ format :html do
58
+
59
+ view :core do |args|
60
+ handle_source args do |source|
61
+ "<a href=\"#{source}\">Download #{ showname args[:title] }</a>"
62
+ end
63
+ end
64
+
65
+ view :editor do |args|
66
+ #Rails.logger.debug "editor for file #{card.inspect}"
67
+ out = '<div class="choose-file">'
68
+ if !card.new_card?
69
+ out << %{<div class="attachment-preview" :id="#{card.attach_file_name}-preview"> #{_render_core(args)} </div> }
70
+ end
71
+ out << %{
72
+ <div>#{file_field :attach, :class=>'file-upload slotter'}</div>
73
+ </div>
74
+ <div class="chosen-file" style="display:none">
75
+ <div><label>File chosen:</label> <span class="chosen-filename"></span></div>
76
+ <div><a class="cancel-upload">Unchoose</a></div>
77
+ </div>
78
+ }
79
+ out
80
+ end
81
+
82
+ end
83
+
84
+
85
+
@@ -0,0 +1,22 @@
1
+
2
+ view :editor do |args|
3
+ text_area :content, :rows=>5, :class=>'card-content'
4
+ end
5
+
6
+ view :closed_content do |args|
7
+ ''
8
+ end
9
+
10
+ def clean_html?
11
+ false
12
+ end
13
+
14
+ def diff_args
15
+ {:format=>:raw}
16
+ end
17
+
18
+ format do
19
+ def chunk_list
20
+ :references
21
+ end
22
+ end
@@ -0,0 +1,67 @@
1
+
2
+ include File
3
+
4
+ format do
5
+
6
+ include File::Format
7
+
8
+ view :closed_content do |args|
9
+ _render_core :size=>:icon
10
+ end
11
+
12
+ view :source do |args|
13
+ style = case
14
+ when @mode==:closed ; :icon
15
+ when args[:size] ; args[:size]
16
+ when main? ; :large
17
+ else ; :medium
18
+ end
19
+ style = :original if style.to_sym == :full
20
+ card.attach.url style
21
+ end
22
+
23
+ end
24
+
25
+ format :html do
26
+ include File::HtmlFormat
27
+
28
+ view :core do |args|
29
+ handle_source args do |source|
30
+ source == 'missing' ? "<!-- image missing #{@card.name} -->" : image_tag(source)
31
+ end
32
+ end
33
+
34
+
35
+ view :content_changes do |args|
36
+ out = ''
37
+ size = args[:diff_type]==:summary ? :icon : :medium
38
+ if !args[:hide_diff] and args[:action] and last_change = card.last_change_on(:db_content,:before=>args[:action])
39
+ card.selected_action_id=last_change.card_action_id
40
+ out << Card::Diff.render_added_chunk(_render_core(:size=>size))
41
+ end
42
+ card.selected_action_id=args[:action].id
43
+ out << Card::Diff.render_deleted_chunk(_render_core(:size=>size))
44
+ out
45
+ end
46
+
47
+ end
48
+
49
+ format :css do
50
+ view :core do |args|
51
+ render_source
52
+ end
53
+
54
+ view :content do |args| #why is this necessary?
55
+ render_core
56
+ end
57
+ end
58
+
59
+ format :file do
60
+ include File::FileFormat
61
+
62
+ view :style do |args| #should this be in model?
63
+ ['', 'full'].member?( args[:style].to_s ) ? :original : args[:style]
64
+ end
65
+
66
+ end
67
+
@@ -0,0 +1,14 @@
1
+ # -*- encoding : utf-8 -*-
2
+ include Html
3
+
4
+ format do
5
+ include Html::Format
6
+ end
7
+
8
+ format :html do
9
+ view :core do |args|
10
+ with_inclusion_mode :template do
11
+ process_content ::CodeRay.scan( _render_raw, :html ).div
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,19 @@
1
+
2
+ view :editor do |args|
3
+ text_field :content, :class=>'card-content'
4
+ end
5
+
6
+ event :validate_number, :after=>:approve do
7
+ errors.add :content, "'#{content}' is not numeric" unless valid_number?( content )
8
+ end
9
+
10
+ def valid_number?( string )
11
+ valid = true
12
+ begin
13
+ Kernel.Float( string )
14
+ rescue ArgumentError, TypeError
15
+ valid = false
16
+ end
17
+ valid
18
+ end
19
+
@@ -0,0 +1,3 @@
1
+ view :editor do |args|
2
+ text_field :content, :class=>'card-content'
3
+ end
@@ -0,0 +1,243 @@
1
+
2
+
3
+ def item_cards params={}
4
+ s = query(params)
5
+ raise("OH NO.. no limit") unless s[:limit]
6
+ # forces explicit limiting
7
+ # can be 0 or less to force no limit
8
+ Card.search( s )
9
+ end
10
+
11
+ def item_names params={}
12
+ ## FIXME - this should just alter the query to have it return name rather than instantiating all the cards!!
13
+ ## (but need to handle prepend/append)
14
+ Card.search(query(params)).map(&:cardname)
15
+ end
16
+
17
+ def item_type
18
+ query[:type]
19
+ end
20
+
21
+ def count params={}
22
+ Card.count_by_wql query( params )
23
+ end
24
+
25
+ def query params={}
26
+ @query ||= {}
27
+ @query[params.to_s] ||= get_query(params.clone)
28
+ end
29
+
30
+ def get_query params={}
31
+ query = Auth.as_bot do ## why is this a wagn_bot thing? can't deny search content??
32
+ query_content = params.delete(:query) || raw_content
33
+ #warn "get_query #{name}, #{query_content}, #{params.inspect}"
34
+ raise("Error in card '#{self.name}':can't run search with empty content") if query_content.empty?
35
+ String === query_content ? JSON.parse( query_content ) : query_content
36
+ end
37
+ query.symbolize_keys!.merge! params.symbolize_keys
38
+ if default_limit = query.delete(:default_limit) and !query[:limit]
39
+ query[:limit] = default_limit
40
+ end
41
+ query[:context] ||= (cardname.junction? ? cardname.left_name : cardname)
42
+ query
43
+ end
44
+
45
+
46
+
47
+
48
+ format do
49
+
50
+ view :core do |args|
51
+ search_vars args
52
+
53
+ case
54
+ when e = search_vars[:error]
55
+ %{#{e.class.to_s} :: #{e.message} :: #{card.raw_content}}
56
+ when search_vars[:query][:return] =='count'
57
+ search_vars[:results].to_s
58
+ when @mode == :template
59
+ render :raw
60
+ else
61
+ _render_card_list args
62
+ end
63
+ end
64
+
65
+ view :card_list do |args|
66
+ if search_vars[:results].empty?
67
+ 'no results'
68
+ else
69
+ search_vars[:results].map do |c|
70
+ nest c
71
+ end.join "\n"
72
+ end
73
+ end
74
+
75
+ def search_vars args={}
76
+ @search_vars ||= begin
77
+ v = {}
78
+ v[:query] = card.query search_params
79
+ v[:item] = set_inclusion_opts args.merge( :query_view=>v[:query][:view] )
80
+ v[:results] = card.item_cards search_params # this is really odd. the search is called from within the vars???
81
+ v
82
+ rescue =>e
83
+ { :error => e }
84
+ end
85
+ end
86
+
87
+ def set_inclusion_opts args
88
+ @inclusion_defaults = nil
89
+ @inclusion_opts ||= {}
90
+ @inclusion_opts[:view] = args[:item] || inclusion_opts[:view] || args[:query_view] || default_item_view
91
+ # explicit > inclusion syntax > WQL > inclusion defaults
92
+ end
93
+
94
+
95
+
96
+
97
+
98
+ def page_link text, page
99
+ @paging_path_args[:offset] = page * @paging_limit
100
+ " #{link_to raw(text), path(@paging_path_args), :class=>'card-paging-link slotter', :remote => true} "
101
+ end
102
+
103
+ end
104
+
105
+
106
+ format :data do
107
+
108
+ view :card_list do |args|
109
+ search_vars[:results].map do |c|
110
+ nest c
111
+ end
112
+ end
113
+ end
114
+
115
+ format :csv do
116
+ view :card_list do |args|
117
+ items = super args
118
+ if @depth == 0
119
+ render_csv_title_row + items
120
+ else
121
+ items
122
+ end
123
+ end
124
+ end
125
+
126
+ format :json do
127
+ def default_search_params
128
+ set_default_search_params :default_limit => 0
129
+ end
130
+ end
131
+
132
+ format :html do
133
+
134
+ view :card_list do |args|
135
+ paging = _optional_render :paging, args
136
+
137
+ if search_vars[:results].empty?
138
+ render_no_search_results(args)
139
+ else
140
+ %{
141
+ #{paging}
142
+ <div class="search-result-list">
143
+ #{
144
+ search_vars[:results].map do |c|
145
+ %{
146
+ <div class="search-result-item item-#{ inclusion_defaults[:view] }">
147
+ #{ nest c, :size=>args[:size] }
148
+ </div>
149
+ }
150
+ end * "\n"
151
+ }
152
+ </div>
153
+ #{ paging if search_vars[:results].length > 10 }
154
+ }
155
+ end
156
+ end
157
+
158
+
159
+ view :closed_content do |args|
160
+ if @depth > self.class.max_depth
161
+ "..."
162
+ else
163
+ search_limit = args[:closed_search_limit]
164
+ search_params[:limit] = search_limit && search_limit < Card.config.closed_search_limit ?
165
+ search_limit : Card.config.closed_search_limit
166
+ _render_core args.merge( :hide=>'paging', :item=>:link )
167
+ # TODO: if item is queryified to be "name", then that should work. otherwise use link
168
+ end
169
+ end
170
+
171
+ view :editor do |args|
172
+ text_area :content, :rows=>5
173
+ end
174
+
175
+ view :no_search_results do |args|
176
+ %{<div class="search-no-results"></div>}
177
+ end
178
+
179
+ view :paging do |args|
180
+ s = card.query search_params
181
+ offset, limit = s[:offset].to_i, s[:limit].to_i
182
+ return '' if limit < 1
183
+ return '' if offset==0 && limit > offset + search_vars[:results].length #avoid query if we know there aren't enough results to warrant paging
184
+ total = card.count search_params
185
+ return '' if limit >= total # should only happen if limit exactly equals the total
186
+
187
+ @paging_path_args = { :limit => limit, :item=> inclusion_defaults[:view] }
188
+ @paging_limit = limit
189
+
190
+ s[:vars].each { |key, value| @paging_path_args["_#{key}"] = value }
191
+
192
+ out = ['<span class="paging">' ]
193
+
194
+ total_pages = ((total-1) / limit).to_i
195
+ current_page = ( offset / limit).to_i # should already be integer
196
+ window = 2 # should be configurable
197
+ window_min = current_page - window
198
+ window_max = current_page + window
199
+
200
+ if current_page > 0
201
+ out << page_link( '&laquo; prev', current_page - 1 )
202
+ end
203
+
204
+ out << %{<span class="paging-numbers">}
205
+ if window_min > 0
206
+ out << page_link( 1, 0 )
207
+ out << '...' if window_min > 1
208
+ end
209
+
210
+ (window_min .. window_max).each do |page|
211
+ next if page < 0 or page > total_pages
212
+ text = page + 1
213
+ out << ( page==current_page ? text : page_link( text, page ) )
214
+ end
215
+
216
+ if total_pages > window_max
217
+ out << '...' if total_pages > window_max + 1
218
+ out << page_link( total_pages + 1, total_pages )
219
+ end
220
+ out << %{</span>}
221
+
222
+ if current_page < total_pages
223
+ out << page_link( 'next &raquo;', current_page + 1 )
224
+ end
225
+
226
+ out << %{<span class="search-count">(#{total})</span></span>}
227
+ out.join
228
+ end
229
+
230
+ def default_search_params
231
+ set_default_search_params :default_limit=>20
232
+ end
233
+
234
+
235
+ end
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+