From 835405f5ce159b4e5ae3ce00a182df0f090b4f53 Mon Sep 17 00:00:00 2001 From: Rodolfo Zitellini Date: Tue, 12 Jun 2018 09:49:00 +0200 Subject: [PATCH] Update changelog --- CHANGELOG | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 194f95e71..1ad9f52da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,80 @@ Muscat Changelog ================ -v 4.1.0 +v 4.1 +Major update to the Muscat infrastructure components: +* Rails > 5.1 +* Solr 5.0 +* Sunspot 2.3.0 +* ActiveAdmin 1.3.0 +* Blacklight 6.14 +* Ruby > 2.3 +Other improvements: * Holdings with "published" as default value #611 +* Finalising the dashboard +* Remove webrick, use Puma instead +* Workaround for params.permit in folder search +* Generic box for inter-model relationships, implemented for Catalogue +* Add some basic missing translations +* Add link to catalogue in institution +* Automatic titling with translations +* Fix #591: Relabeling marc fixes +* Using sqlite3 && dropping DNB table +* Using database_cleaner && cleaning sunspot indexes +* Merge pull request #602 from paddytobias/patch-1 +* #477 remove $q +* #549 more fixes +* Added 563 to holdings +* Fix #605, add checks for new migration +* Fix #606 change Author +* Fix #607 +* Fix #608 change labels +* Giving all catalogers special prints abilities +* Fix #611, Changed default value of holdings +* Explicitly use .id for rails 5 +* Disable hard commits and use SOLR autocommitter +* Fix old blacklight link +* Improving CSS +* Make solr documents point to /catalog and not /solr_documents +* Fix some deprecation warnings +* Fix translation missing in search history +* Update migrations to work on Rails 5 +* Fix #614 Remove the old do_* tables +* Rescue if the do_* does not have a foreign key (as in when created from scratch with db:migrate) +* Fix #613 and #614 add DB backed for Holding links +* Fix disappearing incons in marc editor. +* Enlarge SOLR memory +* Make production evnv permanent +* Update loofah gem +* Properly convert self.resource_class to string +* Fix #615, Making =260 repeatable +* Add the proper jar path for linux x86 +* Remove shared lim - configured in solrconfig.xml +* Update Solr Incipit search JAR for mac +* Add JAR for PC +* Add proper eager_load_paths +* Remove raise_in_transactional_callbacks +* Fix #636 ability to edit workgroup holdings +* Updated rspec according rails 5 +* Rspec to check the sidebar +* Fix #633 - symbolic links to RISM logo as default large logo +* Adds localisations for basic_level I18n element +* Add required dependencies for digital object upload +* Merge pull request #645 from IntersectAustralia/digital_object-libraries +* Merge pull request #644 from IntersectAustralia/basic-level-localisations +* Merge pull request #643 from IntersectAustralia/default-large-logo +* Remove Spell Check auto-build in SOLR 5. +* Add rescue if Marc does not load when reindexing +* Update verovio +* Fix #624 +* Fix #646 +* Fix #634 +* Fix #623 add dst +* Fix #639, remove 'gem', fix Distributor translation +* Fix #608, Correct "unkown" and remove from 042, Remove 550 $i +* Fix #621, add 657 for Music Prints +* Fix dashboard missing translations +* Update gems to silence Github warning v 4.0.2 * Facets not properly showing in Blacklight