sufia 4.0.0.beta2 → 4.0.0.beta3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (335) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -0
  3. data/README.md +6 -4
  4. data/SUFIA_VERSION +1 -1
  5. data/app/assets/images/folder.png +0 -0
  6. data/app/assets/javascripts/sufia.js +5 -0
  7. data/app/assets/javascripts/sufia/app.js +1 -0
  8. data/app/assets/javascripts/sufia/batch_select_all.js +1 -2
  9. data/app/assets/javascripts/sufia/dashboard_actions.js +13 -0
  10. data/app/assets/javascripts/sufia/editor.js +1 -1
  11. data/app/assets/javascripts/sufia/ga_events.js +10 -0
  12. data/app/assets/javascripts/sufia/search.js +67 -0
  13. data/app/assets/stylesheets/dashboard.css.scss +15 -1
  14. data/app/assets/stylesheets/sufia.css.scss +12 -0
  15. data/app/controllers/authorities_controller.rb +4 -4
  16. data/app/controllers/batch_controller.rb +4 -4
  17. data/app/controllers/collections_controller.rb +44 -0
  18. data/{lib → app/controllers/concerns}/sufia/batch_edits_controller_behavior.rb +1 -1
  19. data/app/controllers/concerns/sufia/catalog.rb +9 -45
  20. data/{lib → app/controllers/concerns}/sufia/controller.rb +11 -21
  21. data/app/controllers/concerns/sufia/dashboard_controller_behavior.rb +34 -6
  22. data/{lib → app/controllers/concerns}/sufia/downloads_controller_behavior.rb +0 -0
  23. data/app/controllers/concerns/sufia/files_controller/browse_everything.rb +35 -0
  24. data/{lib → app/controllers/concerns}/sufia/files_controller/local_ingest_behavior.rb +19 -7
  25. data/{lib → app/controllers/concerns}/sufia/files_controller/upload_complete_behavior.rb +1 -1
  26. data/app/controllers/concerns/sufia/files_controller_behavior.rb +219 -0
  27. data/app/controllers/concerns/sufia/homepage_controller.rb +41 -0
  28. data/app/controllers/concerns/sufia/users_controller_behavior.rb +3 -2
  29. data/app/controllers/dashboard/collections_controller.rb +19 -0
  30. data/app/controllers/dashboard/files_controller.rb +13 -0
  31. data/app/controllers/dashboard/highlights_controller.rb +20 -0
  32. data/app/controllers/dashboard/lists_controller.rb +13 -0
  33. data/app/controllers/dashboard/shares_controller.rb +19 -0
  34. data/app/controllers/directory_controller.rb +8 -8
  35. data/app/controllers/featured_work_lists_controller.rb +1 -1
  36. data/app/controllers/homepage_controller.rb +4 -0
  37. data/app/controllers/single_use_links_controller.rb +6 -6
  38. data/app/controllers/single_use_links_viewer_controller.rb +6 -6
  39. data/app/controllers/static_controller.rb +4 -3
  40. data/app/helpers/batch_edits_helper.rb +3 -6
  41. data/app/helpers/content_block_helper.rb +7 -2
  42. data/app/helpers/generic_file_helper.rb +33 -39
  43. data/app/helpers/records_helper.rb +4 -0
  44. data/app/helpers/sufia/blacklight_override.rb +11 -0
  45. data/app/helpers/sufia/records_helper_behavior.rb +38 -0
  46. data/app/helpers/sufia/sufia_helper_behavior.rb +109 -0
  47. data/{sufia-models/lib/sufia/models → app/models/concerns/sufia}/solr_document_behavior.rb +6 -1
  48. data/app/models/contact_form.rb +13 -13
  49. data/app/uploaders/tinymce_asset_uploader.rb +2 -2
  50. data/app/views/_controls.html.erb +1 -1
  51. data/app/views/_flash_msg.html.erb +2 -8
  52. data/app/views/_ga.html.erb +4 -0
  53. data/app/views/_user_util_links.html.erb +7 -7
  54. data/app/views/advanced/_advanced_search_facets.html.erb +1 -1
  55. data/app/views/advanced/_advanced_search_fields.html.erb +2 -2
  56. data/app/views/advanced/_advanced_search_form.html.erb +12 -12
  57. data/app/views/batch/_metadata.html.erb +12 -12
  58. data/app/views/batch/_more_metadata.html.erb +1 -2
  59. data/app/views/batch/edit.html.erb +5 -5
  60. data/app/views/batch_edits/_check_all.html.erb +1 -1
  61. data/app/views/batch_edits/_delete_selected.html.erb +2 -3
  62. data/app/views/batch_edits/edit.html.erb +20 -21
  63. data/app/views/catalog/_bookmark_control.html.erb +7 -8
  64. data/app/views/catalog/_constraints_element.html.erb +2 -2
  65. data/app/views/catalog/_delete_partials/_default.html.erb +9 -12
  66. data/app/views/catalog/_document.html.erb +5 -5
  67. data/app/views/catalog/_document_list.html.erb +2 -2
  68. data/app/views/catalog/_edit_partials/_default.html.erb +6 -9
  69. data/app/views/catalog/_edit_partials/_default_details.html.erb +2 -4
  70. data/app/views/catalog/_email_form.html.erb +1 -1
  71. data/app/views/catalog/_facet_limit.html.erb +6 -7
  72. data/app/views/catalog/_facet_selected.html.erb +3 -3
  73. data/app/views/catalog/_folder_control.html.erb +7 -8
  74. data/app/views/catalog/_index_default.html.erb +2 -2
  75. data/app/views/catalog/_index_header_default.html.erb +20 -0
  76. data/app/views/catalog/_index_partials/_default_group.html.erb +1 -1
  77. data/app/views/catalog/_index_partials/_list_files.html.erb +5 -2
  78. data/app/views/catalog/_refworks_form.html.erb +2 -2
  79. data/app/views/catalog/_results_pagination.html.erb +1 -1
  80. data/app/views/catalog/_search_form.html.erb +24 -9
  81. data/app/views/catalog/_show_default.html.erb +2 -2
  82. data/app/views/catalog/_show_partials/_default.html.erb +4 -5
  83. data/app/views/catalog/_show_partials/_default_details.html.erb +5 -5
  84. data/app/views/catalog/_show_partials/_facets.html.erb +7 -7
  85. data/app/views/catalog/_show_tools.html.erb +6 -6
  86. data/app/views/catalog/_sms_form.html.erb +1 -1
  87. data/app/views/catalog/_sort_and_per_page.html.erb +8 -14
  88. data/app/views/catalog/citation.html.erb +1 -1
  89. data/app/views/catalog/email.erb +1 -1
  90. data/app/views/catalog/index.html.erb +16 -27
  91. data/app/views/catalog/recent.js.erb +1 -1
  92. data/app/views/catalog/show.html.erb +2 -2
  93. data/app/views/catalog/sms.erb +1 -1
  94. data/app/views/collections/_action_menu.html.erb +24 -0
  95. data/app/views/collections/_batch_edits_actions.html.erb +3 -0
  96. data/app/views/collections/_button_for_creating_empty_collection.html.erb +3 -0
  97. data/app/views/collections/_dashboard_document_list.html.erb +6 -0
  98. data/app/views/collections/_document_list.html.erb +10 -0
  99. data/app/views/collections/_edit_actions.html.erb +5 -0
  100. data/app/views/collections/_edit_descriptions.html.erb +20 -0
  101. data/app/views/collections/_form.html.erb +24 -0
  102. data/app/views/collections/_form_for_select_collection.html.erb +34 -0
  103. data/app/views/collections/_media_display.html.erb +1 -0
  104. data/app/views/collections/_paginate.html.erb +6 -0
  105. data/app/views/collections/_search_collection_dashboard_form.html.erb +10 -0
  106. data/app/views/collections/_show_actions.html.erb +7 -0
  107. data/app/views/collections/_show_descriptions.html.erb +8 -0
  108. data/app/views/collections/_show_fields.html.erb +0 -0
  109. data/app/views/collections/_single_item_action_fields.html.erb +6 -0
  110. data/app/views/collections/_sort_and_per_page.html.erb +29 -0
  111. data/app/views/collections/_view_type_group.html.erb +13 -0
  112. data/app/views/collections/edit.html.erb +30 -0
  113. data/app/views/collections/show.html.erb +32 -0
  114. data/app/views/contact_form/new.html.erb +13 -13
  115. data/app/views/dashboard/_action_menu.html.erb +29 -0
  116. data/app/views/dashboard/_collection_action_menu.html.erb +15 -0
  117. data/app/views/dashboard/_document_list.html.erb +1 -1
  118. data/app/views/dashboard/_facet_limit.html.erb +2 -2
  119. data/app/views/dashboard/_facet_pagination.html.erb +12 -12
  120. data/app/views/dashboard/_facet_selected.html.erb +2 -2
  121. data/app/views/dashboard/_facets.html.erb +2 -0
  122. data/app/views/dashboard/_index_partials/_default_group.html.erb +9 -2
  123. data/app/views/dashboard/_index_partials/_list_collections.html.erb +45 -0
  124. data/app/views/dashboard/_index_partials/_list_files.html.erb +5 -25
  125. data/app/views/dashboard/_results_pagination.html.erb +1 -1
  126. data/app/views/dashboard/_search_form.html.erb +2 -2
  127. data/app/views/dashboard/_show_partials/_default.html.erb +3 -3
  128. data/app/views/dashboard/_show_partials/_default_details.html.erb +5 -5
  129. data/app/views/dashboard/_show_partials/_facets.html.erb +6 -6
  130. data/app/views/dashboard/_sort_and_per_page.html.erb +24 -8
  131. data/app/views/dashboard/facet.html.erb +3 -3
  132. data/app/views/dashboard/index.html.erb +18 -41
  133. data/app/views/dashboard/lists/index.html.erb +59 -0
  134. data/app/views/generic_files/_breadcrumbs.html.erb +4 -4
  135. data/app/views/generic_files/_descriptions.html.erb +4 -4
  136. data/app/views/generic_files/_field_form.html.erb +5 -5
  137. data/app/views/generic_files/_flot_stats.js.erb +120 -0
  138. data/app/views/generic_files/_media_display.html.erb +14 -4
  139. data/app/views/generic_files/_permission.html.erb +3 -3
  140. data/app/views/generic_files/_permission_form.html.erb +20 -21
  141. data/app/views/generic_files/_show_actions.html.erb +13 -10
  142. data/app/views/generic_files/_show_details.html.erb +16 -9
  143. data/app/views/generic_files/_versioning.html.erb +3 -3
  144. data/app/views/generic_files/edit.html.erb +7 -7
  145. data/app/views/generic_files/edit_fields/_default.html.erb +3 -4
  146. data/app/views/generic_files/edit_fields/_description.html.erb +3 -4
  147. data/app/views/generic_files/edit_fields/_resource_type.html.erb +1 -3
  148. data/app/views/generic_files/edit_fields/_rights.html.erb +3 -5
  149. data/app/views/generic_files/edit_fields/_suffix.html.erb +1 -1
  150. data/app/views/generic_files/show.html.erb +3 -3
  151. data/app/views/generic_files/stats.html.erb +8 -124
  152. data/app/views/generic_files/upload/_alerts.html.erb +2 -4
  153. data/app/views/generic_files/upload/_form.html.erb +1 -1
  154. data/app/views/generic_files/upload/_local_file_import_chooser.html.erb +1 -1
  155. data/app/views/generic_files/upload/_tos_checkbox.html.erb +1 -1
  156. data/app/views/homepage/_featured.html.erb +3 -1
  157. data/app/views/{catalog → homepage}/_featured_researcher.html.erb +0 -0
  158. data/app/views/{catalog → homepage}/_home.html.erb +1 -0
  159. data/app/views/{catalog → homepage}/_home_content.html.erb +4 -4
  160. data/app/views/homepage/_home_header.html.erb +12 -0
  161. data/app/views/homepage/_marketing.html.erb +4 -0
  162. data/app/views/{catalog → homepage}/_recent_document.html.erb +10 -5
  163. data/app/views/homepage/_recents.html.erb +15 -0
  164. data/app/views/homepage/_sortable_featured.html.erb +3 -1
  165. data/app/views/{catalog → homepage}/_tagcloud.html.erb +0 -0
  166. data/app/views/homepage/index.html.erb +1 -0
  167. data/app/views/kaminari/blacklight/_first_page.html.erb +1 -1
  168. data/app/views/kaminari/blacklight/_last_page.html.erb +1 -1
  169. data/app/views/kaminari/blacklight/_next_page.html.erb +1 -1
  170. data/app/views/kaminari/blacklight/_page.html.erb +1 -1
  171. data/app/views/kaminari/blacklight/_prev_page.html.erb +1 -1
  172. data/app/views/layouts/_head_tag_content.html.erb +1 -1
  173. data/app/views/layouts/error.html.erb +2 -2
  174. data/app/views/layouts/homepage.html.erb +4 -4
  175. data/app/views/layouts/sufia-dashboard.html.erb +7 -7
  176. data/app/views/layouts/sufia-one-column.html.erb +4 -4
  177. data/app/views/layouts/sufia-two-column.html.erb +7 -7
  178. data/app/views/mailbox/index.html.erb +2 -2
  179. data/app/views/pages/show.html.erb +1 -0
  180. data/app/views/records/_edit_field.html.erb +18 -0
  181. data/app/views/records/edit_fields/_description.html.erb +10 -0
  182. data/app/views/records/edit_fields/_resource_type.html.erb +7 -0
  183. data/app/views/records/edit_fields/_rights.html.erb +6 -0
  184. data/app/views/records/edit_fields/_suffix.html.erb +9 -0
  185. data/app/views/records/edit_fields/_type.html.erb +13 -0
  186. data/app/views/single_use_links/new_download.html.erb +1 -1
  187. data/app/views/users/_activity.html.erb +1 -1
  188. data/app/views/users/_contributions.html.erb +3 -1
  189. data/app/views/users/_left_sidebar.html.erb +1 -1
  190. data/app/views/users/_notify_link.html.erb +2 -2
  191. data/app/views/users/_profile.html.erb +2 -2
  192. data/app/views/users/_search_form.html.erb +3 -3
  193. data/app/views/users/edit.html.erb +15 -15
  194. data/app/views/users/index.html.erb +3 -3
  195. data/app/views/users/notifications_number.js.erb +1 -1
  196. data/config/locales/sufia.en.yml +13 -2
  197. data/config/routes.rb +56 -20
  198. data/db/seeds.rb +2 -2
  199. data/lib/generators/sufia/sufia_generator.rb +14 -4
  200. data/lib/generators/sufia/templates/catalog_controller.rb +98 -97
  201. data/lib/generators/sufia/templates/sufia_helper.rb +5 -0
  202. data/lib/sufia.rb +4 -0
  203. data/spec/{models/generic_file/actions_spec.rb → actors/generic_file/actor_spec.rb} +2 -2
  204. data/spec/controllers/authorities_controller_spec.rb +7 -7
  205. data/spec/controllers/batch_controller_spec.rb +22 -23
  206. data/spec/controllers/batch_edits_controller_spec.rb +4 -4
  207. data/spec/controllers/catalog_controller_spec.rb +27 -37
  208. data/spec/controllers/collections_controller_spec.rb +179 -0
  209. data/spec/controllers/dashboard/collections_controller_spec.rb +71 -0
  210. data/spec/controllers/dashboard/files_controller_spec.rb +71 -0
  211. data/spec/controllers/dashboard/highlights_controller_spec.rb +66 -0
  212. data/spec/controllers/dashboard/shares_controller_spec.rb +78 -0
  213. data/spec/controllers/dashboard_controller_spec.rb +0 -47
  214. data/spec/controllers/downloads_controller_spec.rb +10 -11
  215. data/spec/controllers/generic_files_controller_spec.rb +147 -118
  216. data/spec/controllers/homepage_controller_spec.rb +57 -0
  217. data/spec/controllers/mailbox_controller_spec.rb +3 -3
  218. data/spec/controllers/single_use_links_viewer_controller_spec.rb +3 -3
  219. data/spec/factories/generic_files.rb +4 -0
  220. data/spec/factories/users.rb +0 -1
  221. data/spec/features/browse_dashboard_files_spec.rb +5 -1
  222. data/spec/features/collection_spec.rb +232 -0
  223. data/spec/features/display_dashboard_spec.rb +1 -0
  224. data/spec/features/notifications_spec.rb +1 -1
  225. data/spec/features/search_spec.rb +22 -0
  226. data/spec/features/single_use_links_spec.rb +2 -2
  227. data/spec/features/users_spec.rb +1 -1
  228. data/spec/fixtures/charter.docx +0 -0
  229. data/spec/helpers/records_helper_spec.rb +61 -0
  230. data/spec/helpers/sufia_helper_spec.rb +40 -2
  231. data/spec/{models → jobs}/active_fedora_pid_based_job_spec.rb +0 -0
  232. data/spec/{models → jobs}/audit_job_spec.rb +0 -2
  233. data/spec/{models → jobs}/batch_update_job_spec.rb +2 -2
  234. data/spec/jobs/characterize_job_spec.rb +25 -0
  235. data/spec/jobs/create_derivatives_job_spec.rb +186 -0
  236. data/spec/{models → jobs}/event_jobs_spec.rb +0 -1
  237. data/spec/jobs/import_url_job_spec.rb +36 -14
  238. data/spec/jobs/ingest_local_file_job_spec.rb +2 -2
  239. data/spec/lib/sufia/analytics_spec.rb +29 -0
  240. data/spec/lib/sufia/upload_complete_behavior_spec.rb +1 -1
  241. data/spec/models/batch_spec.rb +3 -9
  242. data/spec/models/checksum_audit_log_spec.rb +5 -6
  243. data/spec/models/collection_spec.rb +24 -0
  244. data/spec/models/download_spec.rb +21 -0
  245. data/spec/models/featured_work_list_spec.rb +0 -1
  246. data/spec/models/file_content_datastream_spec.rb +8 -14
  247. data/spec/models/file_usage_spec.rb +91 -0
  248. data/spec/models/fits_datastream_spec.rb +1 -1
  249. data/spec/models/generic_file/web_form_spec.rb +2 -2
  250. data/spec/models/generic_file_rdf_datastream_spec.rb +12 -0
  251. data/spec/models/generic_file_spec.rb +150 -168
  252. data/spec/models/local_authority_spec.rb +9 -9
  253. data/spec/models/{pageview.rb → pageview_spec.rb} +0 -0
  254. data/spec/models/single_use_link_spec.rb +32 -35
  255. data/spec/routing/route_spec.rb +19 -3
  256. data/spec/spec_helper.rb +28 -6
  257. data/spec/support/features/session_helpers.rb +5 -6
  258. data/spec/support/lib/generators/test_app_generator.rb +6 -0
  259. data/spec/views/generic_file/edit.html.erb_spec.rb +4 -4
  260. data/spec/views/generic_file/show.html.erb_spec.rb +45 -17
  261. data/spec/views/generic_file/stats.html.erb_spec.rb +26 -7
  262. data/sufia-models/app/actors/sufia/generic_file/actor.rb +98 -0
  263. data/sufia-models/app/models/batch.rb +3 -3
  264. data/sufia-models/app/models/checksum_audit_log.rb +3 -3
  265. data/sufia-models/app/models/collection.rb +41 -0
  266. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file.rb +33 -43
  267. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/accessible_attributes.rb +3 -3
  268. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/audit.rb +12 -18
  269. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/characterization.rb +1 -8
  270. data/sufia-models/app/models/concerns/sufia/generic_file/derivatives.rb +26 -0
  271. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/export.rb +13 -13
  272. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/featured.rb +0 -0
  273. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/metadata.rb +0 -0
  274. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/mime_types.rb +15 -1
  275. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/permissions.rb +5 -1
  276. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/reload_on_save.rb +0 -0
  277. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/trophies.rb +0 -0
  278. data/sufia-models/app/models/concerns/sufia/generic_file/versions.rb +16 -0
  279. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/virus_check.rb +2 -3
  280. data/sufia-models/{lib/sufia/models → app/models/concerns/sufia}/generic_file/web_form.rb +9 -2
  281. data/sufia-models/app/models/concerns/sufia/properties_datastream_behavior.rb +3 -4
  282. data/sufia-models/app/models/concerns/sufia/user.rb +2 -2
  283. data/sufia-models/app/models/datastreams/fits_datastream.rb +137 -136
  284. data/sufia-models/app/models/datastreams/generic_file_rdf_datastream.rb +6 -0
  285. data/sufia-models/app/models/datastreams/paranoid_rights_datastream.rb +3 -3
  286. data/sufia-models/app/models/file_usage.rb +53 -0
  287. data/sufia-models/app/models/follow.rb +2 -4
  288. data/sufia-models/app/models/geo_names_resource.rb +5 -7
  289. data/sufia-models/app/models/local_authority.rb +14 -14
  290. data/sufia-models/app/models/single_use_link.rb +1 -1
  291. data/sufia-models/app/models/sufia/download.rb +9 -0
  292. data/sufia-models/app/models/trophy.rb +1 -1
  293. data/sufia-models/app/services/sufia/{usage_statistics.rb → analytics.rb} +1 -24
  294. data/sufia-models/app/services/sufia/id_service.rb +2 -2
  295. data/sufia-models/lib/generators/sufia/models/install_generator.rb +5 -2
  296. data/sufia-models/lib/generators/sufia/models/templates/config/setup_mail.rb +1 -1
  297. data/sufia-models/lib/generators/sufia/models/templates/config/sufia.rb +5 -3
  298. data/sufia-models/lib/generators/sufia/models/templates/migrations/acts_as_follower_migration.rb +6 -6
  299. data/sufia-models/lib/generators/sufia/models/templates/migrations/create_checksum_audit_logs.rb +2 -3
  300. data/sufia-models/lib/generators/sufia/models/templates/migrations/create_local_authorities.rb +20 -20
  301. data/sufia-models/lib/sufia/ability.rb +1 -1
  302. data/sufia-models/lib/sufia/models/engine.rb +3 -9
  303. data/sufia-models/lib/sufia/models/file_content/versions.rb +3 -3
  304. data/sufia-models/lib/sufia/models/jobs/active_fedora_pid_based_job.rb +6 -2
  305. data/sufia-models/lib/sufia/models/jobs/batch_update_job.rb +6 -10
  306. data/sufia-models/lib/sufia/models/jobs/characterize_job.rb +1 -13
  307. data/sufia-models/lib/sufia/models/jobs/create_derivatives_job.rb +14 -0
  308. data/sufia-models/lib/sufia/models/jobs/import_url_job.rb +27 -23
  309. data/sufia-models/lib/tasks/sufia-models_tasks.rake +1 -1
  310. data/sufia-models/sufia-models.gemspec +1 -1
  311. data/sufia.gemspec +7 -2
  312. data/tasks/jetty.rake +4 -4
  313. data/tasks/release.rake +8 -8
  314. data/tasks/sufia-db.rake +4 -4
  315. data/tasks/sufia-dev.rake +11 -5
  316. metadata +226 -95
  317. data/app/helpers/sufia_helper.rb +0 -93
  318. data/app/views/catalog/_bookmark_form.html.erb +0 -8
  319. data/app/views/catalog/_home_header.html.erb +0 -15
  320. data/app/views/catalog/_recents.html.erb +0 -17
  321. data/app/views/dashboard/_index_partials/_thumbnail_display.html.erb +0 -9
  322. data/app/views/layouts/_homepage_sidebar2.html.erb +0 -14
  323. data/lib/sufia/files_controller_behavior.rb +0 -253
  324. data/spec/helpers/generic_file_helper_spec.rb +0 -28
  325. data/spec/lib/sufia/usage_statistics_spec.rb +0 -75
  326. data/spec/models/characterize_job_spec.rb +0 -93
  327. data/spec/models/transcode_audio_job_spec.rb +0 -85
  328. data/spec/models/transcode_video_job_spec.rb +0 -31
  329. data/spec/views/dashboard/index_partials/_thumbnail_display.html.erb_spec.rb +0 -22
  330. data/sufia-models/lib/sufia/models/generic_file/actions.rb +0 -50
  331. data/sufia-models/lib/sufia/models/generic_file/derivatives.rb +0 -31
  332. data/sufia-models/lib/sufia/models/generic_file/thumbnail.rb +0 -37
  333. data/sufia-models/lib/sufia/models/generic_file/versions.rb +0 -16
  334. data/sufia-models/lib/sufia/models/jobs/transcode_audio_job.rb +0 -15
  335. data/sufia-models/lib/sufia/models/jobs/transcode_video_job.rb +0 -15
@@ -0,0 +1,57 @@
1
+ require 'spec_helper'
2
+
3
+ describe HomepageController do
4
+ routes { Rails.application.class.routes }
5
+
6
+ describe "#index" do
7
+ before :all do
8
+ GenericFile.delete_all
9
+ @gf1 = GenericFile.new(title:'Test Document PDF', filename:'test.pdf', tag:'rocks', read_groups:['public'])
10
+ @gf1.apply_depositor_metadata('mjg36')
11
+ @gf1.save
12
+ @gf2 = GenericFile.new(title:'Test 2 Document', filename:'test2.doc', tag:'clouds', contributor:'Contrib1', read_groups:['public'])
13
+ @gf2.apply_depositor_metadata('mjg36')
14
+ @gf2.save
15
+ end
16
+
17
+ after :all do
18
+ @gf1.delete
19
+ @gf2.delete
20
+ end
21
+
22
+ let(:user) { FactoryGirl.find_or_create(:jill) }
23
+ before do
24
+ sign_in user
25
+ end
26
+
27
+ it "should set featured researcher" do
28
+ get :index
29
+ expect(response).to be_success
30
+ assigns(:featured_researcher).tap do |researcher|
31
+ expect(researcher).to be_kind_of ContentBlock
32
+ expect(researcher.name).to eq 'featured_researcher'
33
+ end
34
+ end
35
+
36
+ it "should set marketing text" do
37
+ get :index
38
+ expect(response).to be_success
39
+ assigns(:marketing_text).tap do |marketing|
40
+ expect(marketing).to be_kind_of ContentBlock
41
+ expect(marketing.name).to eq 'marketing_text'
42
+ end
43
+ end
44
+
45
+ context "with featured works" do
46
+ before do
47
+ FeaturedWork.create!(generic_file_id: @gf1.id)
48
+ end
49
+
50
+ it "should set featured works" do
51
+ get :index
52
+ expect(response).to be_success
53
+ expect(assigns(:featured_work_list)).to be_kind_of FeaturedWorkList
54
+ end
55
+ end
56
+ end
57
+ end
@@ -21,14 +21,14 @@ describe MailboxController do
21
21
  response.should be_success
22
22
  assigns[:messages].first.last_message.body.should == 'Test Message'
23
23
  assigns[:messages].first.last_message.subject.should == 'Test Subject'
24
- @user.mailbox.inbox(:unread => true).count.should == 0
24
+ @user.mailbox.inbox(unread: true).count.should == 0
25
25
  end
26
26
  end
27
27
  describe "#delete" do
28
28
  it "should delete message" do
29
29
  rec = @another_user.send_message(@user, 'message 2', 'subject 2')
30
30
  expect {
31
- delete :destroy, :id=> rec.conversation.id
31
+ delete :destroy, id: rec.conversation.id
32
32
  response.should redirect_to(@routes.url_helpers.notifications_path)
33
33
  }.to change {@user.mailbox.inbox.count}.by(-1)
34
34
  end
@@ -36,7 +36,7 @@ describe MailboxController do
36
36
  @curator = FactoryGirl.find_or_create(:curator)
37
37
  rec = @another_user.send_message(@curator, 'message 3', 'subject 3')
38
38
  expect {
39
- delete :destroy, :id=> rec.conversation.id
39
+ delete :destroy, id: rec.conversation.id
40
40
  response.should redirect_to(@routes.url_helpers.notifications_path)
41
41
  }.to_not change { @curator.mailbox.inbox.count}
42
42
  end
@@ -24,11 +24,11 @@ describe SingleUseLinksViewerController do
24
24
 
25
25
  describe "retrieval links" do
26
26
  let :show_link do
27
- SingleUseLink.create itemId: @file.pid, path: Sufia::Engine.routes.url_helpers.generic_file_path(:id => @file)
27
+ SingleUseLink.create itemId: @file.pid, path: Sufia::Engine.routes.url_helpers.generic_file_path(id: @file)
28
28
  end
29
29
 
30
30
  let :download_link do
31
- SingleUseLink.create itemId: @file.pid, path: Sufia::Engine.routes.url_helpers.download_path(:id => @file)
31
+ SingleUseLink.create itemId: @file.pid, path: Sufia::Engine.routes.url_helpers.download_path(id: @file)
32
32
  end
33
33
 
34
34
  let :show_link_hash do
@@ -46,7 +46,7 @@ describe SingleUseLinksViewerController do
46
46
  it "and_return http success" do
47
47
  controller.stub(:render)
48
48
  expected_content = ActiveFedora::Base.find(@file.pid, cast: true).content.content
49
- controller.should_receive(:send_file_headers!).with({:filename => 'world.png', :disposition => 'inline', :type => 'image/png' })
49
+ controller.should_receive(:send_file_headers!).with({filename: 'world.png', disposition: 'inline', type: 'image/png' })
50
50
  get :download, id:download_link_hash
51
51
  response.body.should == expected_content
52
52
  response.should be_success
@@ -7,6 +7,10 @@ FactoryGirl.define do
7
7
  gf.apply_depositor_metadata evaluator.depositor
8
8
  end
9
9
 
10
+ factory :public_file do
11
+ read_groups ["public"]
12
+ end
13
+
10
14
  factory :fixture do
11
15
  factory :public_pdf do
12
16
  ignore do
@@ -12,7 +12,6 @@ FactoryGirl.define do
12
12
  end
13
13
 
14
14
  factory :user_with_mail do
15
- email 'archivist2@example.com'
16
15
  after(:create) do |user|
17
16
  message = '<span class="batchid ui-helper-hidden">fake_batch_noid</span>You\'ve got mail.'
18
17
  User.batchuser().send_message(user, message, "Sample notification.")
@@ -4,11 +4,12 @@ describe "Browse Dashboard files" do
4
4
 
5
5
  before do
6
6
  @fixtures = find_or_create_file_fixtures
7
- sign_in :user_with_fixtures
7
+ sign_in FactoryGirl.create :user_with_fixtures
8
8
  end
9
9
 
10
10
  it "should show me some files (from the fixtures)" do
11
11
  click_link "dashboard"
12
+ click_link "Files"
12
13
  page.should have_content "Edit File"
13
14
  page.should have_content "Download File"
14
15
  fill_in "dashboard_search", with: "PDF"
@@ -17,8 +18,10 @@ describe "Browse Dashboard files" do
17
18
  end
18
19
 
19
20
  it "should allow you to browse facets" do
21
+ pending "need to fix the 'more' link on facets with more than 5 items"
20
22
  # TODO: fix more facets link!
21
23
  click_link "dashboard"
24
+ click_link "Files"
22
25
  click_link "more Subjects"
23
26
  click_link "consectetur"
24
27
  within("#document_#{@fixtures[1].noid}") do
@@ -29,6 +32,7 @@ describe "Browse Dashboard files" do
29
32
 
30
33
  it "should allow me to edit files (from the fixtures)" do
31
34
  click_link "dashboard"
35
+ click_link "Files"
32
36
  fill_in "dashboard_search", with: "Wav"
33
37
  click_button "dashboard_submit"
34
38
  click_link "Edit File"
@@ -0,0 +1,232 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'collection' do
4
+ def create_collection(title, description)
5
+ first('#hydra-collection-add').click
6
+ expect(page).to have_content 'Create New Collection'
7
+ fill_in('Title', with: title)
8
+ fill_in('Description', with: description)
9
+ click_button("Create Collection")
10
+ expect(page).to have_content 'Items in this Collection'
11
+ expect(page).to have_content title
12
+ expect(page).to have_content description
13
+ end
14
+
15
+ let(:title1) {"Test Collection 1"}
16
+ let(:description1) {"Description for collection 1 we are testing."}
17
+ let(:title2) {"Test Collection 2"}
18
+ let(:description2) {"Description for collection 2 we are testing."}
19
+
20
+ let(:user) { FactoryGirl.create(:user, email: 'user1@example.com') }
21
+ let(:user_key) { user.user_key }
22
+
23
+ before(:all) do
24
+ @old_resque_inline_value = Resque.inline
25
+ Resque.inline = true
26
+
27
+ @gfs = []
28
+ (0..12).each do |x|
29
+ @gfs[x] = GenericFile.new.tap do |f|
30
+ f.title = "title #{x}"
31
+ f.apply_depositor_metadata('user1@example.com')
32
+ f.save!
33
+ end
34
+ end
35
+ @gf1 = @gfs[0]
36
+ @gf2 = @gfs[1]
37
+ end
38
+
39
+ after(:all) do
40
+ Resque.inline = @old_resque_inline_value
41
+ Batch.destroy_all
42
+ GenericFile.destroy_all
43
+ Collection.destroy_all
44
+ end
45
+
46
+
47
+ describe 'create collection' do
48
+ before do
49
+ sign_in user
50
+ visit '/dashboard/collections'
51
+ end
52
+ it "should create collection from the dashboard and include files", js: true do
53
+ create_collection(title2, description2)
54
+
55
+ visit '/dashboard/files'
56
+ first('input#check_all').click
57
+ click_button "Add to Collection" # opens the modal
58
+ # since there is only one collection, it's not necessary to choose a radio button
59
+ click_button "Update Collection"
60
+ expect(page).to have_content "Items in this Collection"
61
+ expect(page).to have_selector "ol.catalog li:nth-child(9)" # at least 9 files in this collection
62
+ end
63
+ end
64
+
65
+ describe 'delete collection' do
66
+ before (:each) do
67
+ @collection = Collection.new title:'collection title'
68
+ @collection.description = 'collection description'
69
+ @collection.apply_depositor_metadata(user_key)
70
+ @collection.save
71
+ sign_in user
72
+ visit '/dashboard/collections'
73
+ end
74
+
75
+ it "should delete a collection" do
76
+ page.should have_content(@collection.title)
77
+ within('#document_'+@collection.noid) do
78
+ first('button.dropdown-toggle').click
79
+ first(".itemtrash").click
80
+ end
81
+ page.should_not have_content(@collection.title)
82
+ page.should have_content("Dashboard")
83
+ end
84
+ end
85
+
86
+ describe 'show collection' do
87
+ before do
88
+ @collection = Collection.new title: 'collection title'
89
+ @collection.description = 'collection description'
90
+ @collection.apply_depositor_metadata(user_key)
91
+ @collection.members = [@gf1,@gf2]
92
+ @collection.save
93
+ sign_in user
94
+ visit '/dashboard/collections'
95
+ end
96
+
97
+ it "should show a collection with a listing of Descriptive Metadata and catalog-style search results" do
98
+ page.should have_content(@collection.title)
99
+ within('#document_'+@collection.noid) do
100
+ click_link("collection title")
101
+ end
102
+ page.should have_content(@collection.title)
103
+ page.should have_content(@collection.description)
104
+ # Should not have Collection Descriptive metadata table
105
+ page.should have_content("Descriptions")
106
+ # Should have search results / contents listing
107
+ page.should have_content(@gf1.title.first)
108
+ page.should have_content(@gf2.title.first)
109
+ page.should_not have_css(".pager")
110
+
111
+ click_link "Gallery"
112
+ expect(page).to have_content(@gf1.title.first)
113
+ expect(page).to have_content(@gf2.title.first)
114
+ end
115
+
116
+ it "should hide collection descriptive metadata when searching a collection" do
117
+ page.should have_content(@collection.title)
118
+ within("#document_#{@collection.noid}") do
119
+ click_link("collection title")
120
+ end
121
+ page.should have_content(@collection.title)
122
+ page.should have_content(@collection.description)
123
+ page.should have_content(@gf1.title.first)
124
+ page.should have_content(@gf2.title.first)
125
+ fill_in('collection_search', with: @gf1.title.first)
126
+ click_button('collection_submit')
127
+ # Should not have Collection Descriptive metadata table
128
+ page.should_not have_content("Descriptions")
129
+ page.should have_content(@collection.title)
130
+ page.should have_content(@collection.description)
131
+ # Should have search results / contents listing
132
+ page.should have_content(@gf1.title.first)
133
+ page.should_not have_content(@gf2.title.first)
134
+ # Should not have Dashboard content in contents listing
135
+ page.should_not have_content("Visibility")
136
+ end
137
+ end
138
+
139
+ describe 'edit collection' do
140
+ before (:each) do
141
+ @collection = Collection.new(title: 'collection title')
142
+ @collection.description = 'collection description'
143
+ @collection.apply_depositor_metadata(user_key)
144
+ @collection.members = [@gf1, @gf2]
145
+ @collection.save
146
+ sign_in user
147
+ visit '/dashboard/collections'
148
+ end
149
+
150
+ it "should edit and update collection metadata" do
151
+ page.should have_content(@collection.title)
152
+ within("#document_#{@collection.noid}") do
153
+ find('button.dropdown-toggle').click
154
+ click_link('Edit Collection')
155
+ end
156
+ page.should have_field('collection_title', with: @collection.title)
157
+ page.should have_field('collection_description', with: @collection.description)
158
+ new_title = "Altered Title"
159
+ new_description = "Completely new Description text."
160
+ creators = ["Dorje Trollo", "Vajrayogini"]
161
+ fill_in('Title', with: new_title)
162
+ fill_in('Description', with: new_description)
163
+ fill_in('Creator', with: creators.first)
164
+ within('.form-actions') do
165
+ click_button('Update Collection')
166
+ end
167
+ page.should_not have_content(@collection.title)
168
+ page.should_not have_content(@collection.description)
169
+ page.should have_content(new_title)
170
+ page.should have_content(new_description)
171
+ page.should have_content(creators.first)
172
+ end
173
+
174
+ it "should remove a file from a collection" do
175
+ page.should have_content(@collection.title)
176
+ within("#document_#{@collection.noid}") do
177
+ first('button.dropdown-toggle').click
178
+ click_link('Edit Collection')
179
+ end
180
+ page.should have_field('collection_title', with: @collection.title)
181
+ page.should have_field('collection_description', with: @collection.description)
182
+ page.should have_content(@gf1.title.first)
183
+ page.should have_content(@gf2.title.first)
184
+ within("#document_#{@gf1.noid}") do
185
+ first('button.dropdown-toggle').click
186
+ click_button('Remove from Collection')
187
+ end
188
+ page.should have_content(@collection.title)
189
+ page.should have_content(@collection.description)
190
+ page.should_not have_content(@gf1.title.first)
191
+ page.should have_content(@gf2.title.first)
192
+ end
193
+
194
+ it "should remove all files from a collection", js: true do
195
+ page.should have_content(@collection.title)
196
+ within('#document_'+@collection.noid) do
197
+ first('button.dropdown-toggle').click
198
+ click_link('Edit Collection')
199
+ end
200
+ page.should have_field('collection_title', with: @collection.title)
201
+ page.should have_field('collection_description', with: @collection.description)
202
+ page.should have_content(@gf1.title.first)
203
+ page.should have_content(@gf2.title.first)
204
+ first('input#check_all').click
205
+ click_button('Remove From Collection')
206
+ page.should have_content(@collection.title)
207
+ page.should have_content(@collection.description)
208
+ page.should_not have_content(@gf1.title.first)
209
+ page.should_not have_content(@gf2.title.first)
210
+ end
211
+ end
212
+
213
+ describe 'show pages of a collection' do
214
+ before (:each) do
215
+ @collection = Collection.new title:'collection title'
216
+ @collection.description = 'collection description'
217
+ @collection.apply_depositor_metadata(user_key)
218
+ @collection.members = @gfs
219
+ @collection.save!
220
+ sign_in user
221
+ visit '/dashboard/collections'
222
+ end
223
+
224
+ it "should show a collection with a listing of Descriptive Metadata and catalog-style search results" do
225
+ page.should have_content(@collection.title)
226
+ within('#document_'+@collection.noid) do
227
+ click_link("collection title")
228
+ end
229
+ page.should have_css(".pager")
230
+ end
231
+ end
232
+ end
@@ -8,6 +8,7 @@ describe "Display Dashboard files" do
8
8
 
9
9
  it "should display the dashboard and have search" do
10
10
  click_link 'dashboard'
11
+ click_link 'Files'
11
12
  fill_in "dashboard_search", with: "dash search"
12
13
  click_button "dashboard_submit"
13
14
  page.should have_content "Dashboard"
@@ -3,7 +3,7 @@ require 'spec_helper'
3
3
  describe "Notifications page" do
4
4
 
5
5
  before do
6
- sign_in :user_with_mail
6
+ sign_in FactoryGirl.create(:user_with_mail)
7
7
  end
8
8
 
9
9
  it "should list notifications with date, subject and message" do
@@ -0,0 +1,22 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'searching' do
4
+ before { GenericFile.destroy_all }
5
+ let!(:file) { FactoryGirl.create(:public_file, title: "Toothbrush") }
6
+ it "should find the file and have a gallery" do
7
+ visit '/'
8
+ fill_in "search-field-header", with: "Toothbrush"
9
+ click_button "search-submit-header"
10
+ expect(page).to have_content "1 entry found"
11
+ within "#search-results" do
12
+ expect(page).to have_content "Toothbrush"
13
+ end
14
+
15
+ click_link "Gallery"
16
+ expect(page).to have_content "You searched for: Toothbrush"
17
+ within "#documents" do
18
+ expect(page).to have_content "Toothbrush"
19
+ end
20
+ end
21
+ end
22
+
@@ -17,7 +17,7 @@ describe "Create and use single-use links" do
17
17
  end
18
18
 
19
19
  it "should generate a single-use link to show the record" do
20
- visit generate_show_single_use_link_path(:id => @file)
20
+ visit generate_show_single_use_link_path(id: @file)
21
21
 
22
22
  expect(page).to have_css '.single-use-link a'
23
23
  find('.single-use-link a').click
@@ -27,7 +27,7 @@ describe "Create and use single-use links" do
27
27
 
28
28
  it "should download the file contents" do
29
29
 
30
- visit generate_download_single_use_link_path(:id => @file)
30
+ visit generate_download_single_use_link_path(id: @file)
31
31
 
32
32
  expect(page).to have_css '.download-link'
33
33
  find('.download-link').click