sufia 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +3 -3
- data/History.md +16 -0
- data/app/assets/javascripts/sufia.js +2 -0
- data/app/assets/javascripts/sufia/batch_select_all.js +57 -128
- data/app/controllers/batch_controller.rb +4 -5
- data/app/controllers/concerns/sufia/users_controller_behavior.rb +2 -2
- data/app/controllers/contact_form_controller.rb +2 -24
- data/app/controllers/dashboard_controller.rb +1 -66
- data/app/controllers/single_use_link_controller.rb +3 -2
- data/app/helpers/generic_file_helper.rb +1 -4
- data/app/models/checksum_audit_log.rb +1 -1
- data/app/views/_footer.html.erb +2 -4
- data/app/views/batch_edits/_check_all.html.erb +3 -8
- data/app/views/batch_edits/_delete_selected.html.erb +1 -1
- data/app/views/batch_edits/edit.html.erb +2 -3
- data/app/views/dashboard/_facet_pagination.html.erb +2 -2
- data/app/views/generic_files/_asset_permissions_denial_flash.html.erb +1 -1
- data/app/views/generic_files/_asset_saved_flash.html.erb +1 -1
- data/app/views/generic_files/_asset_updated_flash.html.erb +1 -1
- data/app/views/generic_files/_media_display.html.erb +1 -1
- data/app/views/generic_files/edit.html.erb +1 -1
- data/app/views/generic_files/show.html.erb +1 -1
- data/app/views/single_use_link/generate_download.html.erb +1 -1
- data/app/views/single_use_link/generate_show.html.erb +1 -1
- data/app/views/single_use_link/show.html.erb +1 -1
- data/app/views/users/_trophy_edit.html.erb +1 -1
- data/app/views/users/show.html.erb +1 -1
- data/features/browse_dashboard_files.feature +1 -4
- data/features/display_dashboard.feature +1 -4
- data/features/step_definitions/scholarsphere.rb +1 -1
- data/lib/sufia.rb +4 -1
- data/lib/sufia/batch_edits_controller_behavior.rb +3 -4
- data/lib/sufia/contact_form_controller_behavior.rb +45 -0
- data/lib/sufia/dashboard_controller_behavior.rb +92 -0
- data/lib/sufia/downloads_controller_behavior.rb +6 -39
- data/lib/sufia/files_controller_behavior.rb +7 -7
- data/lib/sufia/generic_file.rb +3 -5
- data/lib/sufia/generic_file/web_form.rb +15 -0
- data/lib/sufia/jobs/batch_update_job.rb +1 -2
- data/lib/sufia/jobs/transcode_audio_job.rb +2 -3
- data/lib/sufia/jobs/unzip_job.rb +22 -13
- data/lib/sufia/model_methods.rb +6 -0
- data/lib/sufia/version.rb +1 -1
- data/spec/controllers/batch_edits_controller_spec.rb +22 -2
- data/spec/controllers/downloads_controller_spec.rb +9 -15
- data/spec/controllers/generic_files_controller_spec.rb +32 -0
- data/spec/controllers/single_use_link_controller_spec.rb +2 -1
- data/spec/controllers/users_controller_spec.rb +13 -0
- data/spec/models/generic_file_spec.rb +41 -0
- data/spec/support/Gemfile +1 -0
- data/sufia.gemspec +1 -1
- metadata +7 -6
- data/app/views/static/versions.html.erb +0 -52
@@ -1,52 +0,0 @@
|
|
1
|
-
<%#
|
2
|
-
Copyright © 2012 The Pennsylvania State University
|
3
|
-
|
4
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
you may not use this file except in compliance with the License.
|
6
|
-
You may obtain a copy of the License at
|
7
|
-
|
8
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
|
10
|
-
Unless required by applicable law or agreed to in writing, software
|
11
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
See the License for the specific language governing permissions and
|
14
|
-
limitations under the License.
|
15
|
-
%>
|
16
|
-
|
17
|
-
<h1>Versions</h1>
|
18
|
-
<h3>Version <%= Sufia::Engine::config.scholarsphere_version %> (<%= Sufia::Engine::config.scholarsphere_release_date %>)</h3>
|
19
|
-
<p>
|
20
|
-
<ul>
|
21
|
-
<li>ScholarSphere version is in the footer (linked to new features).</li>
|
22
|
-
<li>Users have the ability to make their social accounts visible from their profile page in ScholarSphere.</li>
|
23
|
-
<li>Users have access to the list of users in the ScholarSphere system by clicking the View Users from their profile page.</li>
|
24
|
-
<li>Users can highlight up to five files from their dashboard, and have them display on their profile page.</li>
|
25
|
-
<li>Users can view highlighted files and remove the highlight file designations on their profile page.</li>
|
26
|
-
<li>Single Use Links are available from the dashboard.</li>
|
27
|
-
<li>Titles of Recently Added files on the Home page are truncated at word boundaries when needed and when possible.</li>
|
28
|
-
<li>Following and Follower Users are displayed with an icon and a textual user name.</li>
|
29
|
-
</ul>
|
30
|
-
</p>
|
31
|
-
|
32
|
-
<h3>Version v1.2.0 (Nov 7, 2012)</h3>
|
33
|
-
<p>
|
34
|
-
<ul>
|
35
|
-
<li>Added batch edit and delete</li>
|
36
|
-
<li>Notifications are pushed automatically, and no longer require page refresh</li>
|
37
|
-
</ul>
|
38
|
-
</p>
|
39
|
-
|
40
|
-
<h3>Version v1.1.0 (Sept 24, 2012)</h3>
|
41
|
-
<p>
|
42
|
-
<ul>
|
43
|
-
<li>Moved batch processing for metadata to background processing to speed uploads</li>
|
44
|
-
</ul>
|
45
|
-
</p>
|
46
|
-
|
47
|
-
<h3>Version v1.0.0 (Sept 11, 2012) </h3>
|
48
|
-
<p>
|
49
|
-
<ul>
|
50
|
-
<li>Initial release of ScholarSphere</li>
|
51
|
-
</ul>
|
52
|
-
</p>
|