diff --git a/build.xml b/build.xml index 5935754003405079a51ef6a79910b068cb0f654f..7477ee720ac5153f4097dbf368dd90f168ed7d2a 100644 --- a/build.xml +++ b/build.xml @@ -28,7 +28,7 @@ <property name="solr_version" value="6.4.2" /> <property name="phpdoc_version" value="2.9.0" /> - <property name="version" value="4.1" /> + <property name="version" value="4.1.1" /> <!-- We only need the -p switch if the password is non-blank --> <if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then> diff --git a/config/vufind/config.ini b/config/vufind/config.ini index a9bb6eb8e9f4c3aa5a7b3c6cbd98b48fa3b56194..c3a6cf56e5c5058d25daa7e3d14d5f7ab3377cf6 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -133,7 +133,7 @@ showBulkOptions = false ; Should users be allowed to save searches in their accounts? allowSavedSearches = true ; Generator value to display in an HTML header <meta> tag: -generator = "VuFind 4.1" +generator = "VuFind 4.1.1" ; This section allows you to configure the mechanism used for storing user ; sessions. Available types: File, Memcache, Database. diff --git a/package.json b/package.json index 80d315df2ba04fba7951c04d303782ec4438faaf..5159238d0eef3d00e5e474e49adce89413628f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vufind", - "version": "4.1.0", + "version": "4.1.1", "description": "Dev tools to handle css preprocessing, js magic, and compression", "repository": { "type": "git", diff --git a/packages/DEBIAN/changelog b/packages/DEBIAN/changelog index 977f85624472b517bf4ba99144ff3dd199efa7c9..808d4c0e18bc4d9cc96271088777b5e320938b95 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 4.1.1 distribution; urgency=low + + * VuFind 4.1.1 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 20 Nov 2017 08:48:29 UTC + vufind 4.1 distribution; urgency=low * VuFind 4.1 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index a139672bbc397f504fdaca1ad706d5a5dff3995c..dedd0295d53cfe86b07aa29b213e8ec97d858f34 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 4.1 +Version: 4.1.1 Section: World Wide Web Priority: Optional Architecture: all diff --git a/themes/bootstrap3/templates/channels/channelList.phtml b/themes/bootstrap3/templates/channels/channelList.phtml index 788851f5d47e76fc1b33ccd20d657b1064d86bc0..abdfc3acaebf833eaf77841ab1044c1d30803e20 100644 --- a/themes/bootstrap3/templates/channels/channelList.phtml +++ b/themes/bootstrap3/templates/channels/channelList.phtml @@ -21,7 +21,6 @@ <? endif; ?> <? $insideButton = false; ?> -<? $channelLinkData = []; ?> <? foreach ($channels as $channel): ?> <? $groupId = isset($channel['groupId']) @@ -36,13 +35,9 @@ <? $insideButton = false; ?> <? endif; ?> <div class="channel-title"> - <h2><?=$this->escapeHtml($channel['title'])?> - <? if (!empty($channel['links'])): ?> - <? $channelLinkData[$channelID] = json_encode($channel['links']); ?> - <? endif; ?> - </h2> + <h2><?=$this->escapeHtml($channel['title'])?></h2> </div> - <div id="<?=$channelID ?>" class="channel" data-group="<?=$groupId ?>" data-link-json='<?=json_encode($channel['links']) ?>'> + <div id="<?=$channelID ?>" class="channel" data-group="<?=$groupId ?>" data-link-json='<?=empty($channel['links']) ? '[]' : json_encode($channel['links']) ?>'> <!-- Wrapper for slides --> <? foreach ($channel['contents'] as $item): ?> <a href="<?=$this->recordLink()->getUrl("{$item['source']}|{$item['id']}")?>" class="channel-record slide" data-record-id="<?=$this->escapeHtmlAttr($item['id']) ?>" data-record-source="<?=$item['source'] ?>">