Skip to content

Commit

Permalink
Prepare 6.1.0 release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole committed Jul 2, 2015
1 parent 035de57 commit 2617c6d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
69 changes: 69 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,74 @@
# History of Sufia releases

## 6.1.0

* Making the image thumbnail alt tag empty for better accessibility, since there is more information about title and description in the result. [Michael Tribone]
* Changing to make sure we have a current_user before comparing the id [Carolyn Cole]
* Update outdated dependencies to make Gemnasium green. [Michael J. Giarlo]
* checking for members and saved before querying solr. fixes #1216 [Carolyn Cole]
* Remove has_many_versions because it doesn't have any effect [Justin Coyne]
* Fixes accessibility issues with labels and form elements in add to collection modal [Michael Tribone]
* Fixes HTML source order, adds ARIA roles, and skip to content link for better accessibility. [Michael Tribone]
* Removes old icon and replaces it with SVG when searching in collections [mtribone]
* Fixes vertical overflow of popover helper and small height for files to be changed. [mtribone]
* Support collection size calculations using a Solr query instead of loading each file sequentially. This should greatly improve performance and has been tested on collections with thousands of GenericFiles effectively [Nathan Rogers]
* Enable coveralls and update badge per coveralls.io instructions [Michael J. Giarlo]
* Remove logic around user groups from ability methods. [Michael J. Giarlo]
* removing unecissary local variables identified by rubocop [Carolyn Cole]
* Remove unused test helpers [Justin Coyne]
* Handle unauthorized access to DepositorsController The test was expecting some kind of error and it was receiving ActionController::UrlGenerationError. This was caused by the default access denied error redirecting to the `show` action which doesn't exist for this particular controller. This commit overrides the default error handling code and updates the tests. [Justin Coyne]
* Remove duplicate poltergeist setup [Justin Coyne]
* Upgrade the tested versions of Rails to the latest [Justin Coyne]
* replaced Rspec.describe with describe in featured_item_spec [luisgreg99]
* Stop supporting Rails 4.1 [Justin Coyne]
* Update CONTRIBUTING.md [Michael J. Giarlo]
* added narrower selector for show actions partial [luisgreg99]
* Fix up JS a little. [Trey Terrell]
* updated featured_works and featured_works_controller [luisgreg99]
* Aligning the end of a block with the beginning of the block as pointed out by rubocop [Carolyn Cole]
* Fixes contrast issues with font color and badge color in the statistics [mtribone]
* Refactors CSS to use label-default link and improves text/label visibility [mtribone]
* Surrounding regular expressions being passed to a method by parens to distiguish them from division [Carolyn Cole]
* removing useless assignemnt to sanatize_text varriable [Carolyn Cole]
* Removing space after let before the paren: 'let(' instead of 'let (' [Carolyn Cole]
* Removing unused mailboxer init. refs #1174 [Carolyn Cole]
* Adding admin stats to sufia by copying them from ScholarSphere [Carolyn Cole]
* Adding user email list rake task. fixes #1060 [Carolyn Cole]
* Refactors CSS to keep defaults intact and more specifically target .remove [mtribone]
* Adding clamav generator to master install and as a separate action. refs #1174 [Carolyn Cole]
* Making the user stats reporter more robust to the intermittent errors returned by google analytics [Carolyn Cole]
* Fixes background color of facet X when filtering. Collision with .remove class #136 [mtribone]
* Allow the GenericFile show page to be loaded exclusively from solr [Carolyn Cole]
* Adding a coffescript test for testing the terms of service javascript and single use link javascript Updated the spec runner to not fail on multiples of 10 and to output the number of jasmine tests run on passing to make it more transparant how many jasmine tests are running. [Carolyn Cole]
* Adding a configurable sleep to retry unless. default is set to zero or no sleep to not change the original behavior. fixes #1059 [Carolyn Cole]
* Moving where the edit permissions are so that the my controller will filter for only items I have edit access to. fixes #1061 [Carolyn Cole]
* Integrating jasmine with rspec and adding simple jasmine tests [Carolyn Cole]
* Adding in jasmine and it's generated files, and jasmine-jquery [Carolyn Cole]
* Resque jobs should be namespaced appropriately under Passenger. Fixes #1131 [Michael J. Giarlo]
* Add Zotero integration [Michael J. Giarlo]
* Remove hash trackers in addressbar. Fixes #1051. [Anna Headley]
* Fix terms of service feature test. [Anna Headley]
* Uses correct file date when collecting analytics [Hector Correa]
* Add spec to show how to override validations. [Trey Terrell]
* Use an overridable method instead of a constant. [Trey Terrell]
* Get rid of deprecation warnings on ActiveFedora 9.1 [Justin Coyne]
* Update follower and following message [Adam Wead]
* Update the test matrix to the latest versions of rails. [Justin Coyne]
* Upgrade to AF 9.1 and prevent deprecations [Justin Coyne]
* Sufia shouln't have its own copy of sufia-models. Fixes #1035 [Justin Coyne]
* update toc with Admin Users change [E. Lynette Rayle]
* add instructions for creating an admin user [E. Lynette Rayle]
* Fix alignment of dropdown menu [Adam Wead]
* Prevent user profile page from crashing if a file listed as a trophy does not exist in Fedora. We log the error instead. [Hector Correa]
* Use binary mode when downloading jars from maven [Chris Beer]
* Fixes bug in batch edit when users only changes the permissions of the files. [Hector Correa]
* Fix typo in README [Michael J. Giarlo]
* fixes #1023 faulty test for showing the correct collection [Tricia Jenkins]
* Download full-text jars via HTTPS, else the task winds up downloading a bunch of 161-byte HTML files with 302 FOUND in them [Michael J. Giarlo]
* Noid service extracted out into its own gem [Michael J. Giarlo]
* Correct version of Sufia in README [Michael J. Giarlo]


## 6.0.0

* Replace pid with id in config [Adam Wead]
Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.1.0

0 comments on commit 2617c6d

Please sign in to comment.