diff --git a/config.jsonc b/config.jsonc
index 7914b28..d065a1e 100644
--- a/config.jsonc
+++ b/config.jsonc
@@ -535,7 +535,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
},
{
"id": "country",
- "title": "Production Country",
+ "title": "Country",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
@@ -577,16 +577,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true,
"sort": true
},
- {
- "id": "setincountry",
- "title": "Set in Country",
- "type": ["string"],
- "autocomplete": true,
- "columnWidth": 180,
- "filter": true,
- "find": true,
- "sort": true
- },
{
"id": "style",
"title": "Style",
@@ -780,6 +770,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"secondaryId": true,
"sort": true
},
+ {
+ "id": "icmaId",
+ "title": "Indiancine.ma ID",
+ "type": "string",
+ "columnWidth": 90,
+ "secondaryId": true,
+ "sort": true
+ },
{
"id": "comments",
"title": "Comments",
@@ -1205,22 +1203,22 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
the system (from).
*/
"site": {
- "description": "CineMuseSpace: A Cinematic Musée Imaginaire of Spatial Cultural Differences",
+ "description": "CineGenus research project",
"email": {
// E-mail address in contact form (to)
"contact": "js2034@cam.ac.uk",
- "footer": "-- \npandora.cinemusespace.com",
- "prefix": "CineMuseSpace News -",
+ "footer": "-- \ncinegenus.cinemusespace.com",
+ "prefix": "CineGenus News -",
// E-mail address uses by the system (from)
- "system": "system@pandora.cinemusespace.com"
+ "system": "system@cinegenus.cinemusespace.com"
},
"https": false,
"id": "cms",
- "name": "CineMuseSpace",
+ "name": "CineGenus",
// Set to true to allow search engines to index the site
"public": false,
"sendReferrer": true,
- "url": "pandora.cinemusespace.com"
+ "url": "cinegenus.cinemusespace.com"
},
/*
"sitePages" defines the sections of the main site dialog. If "news" is
diff --git a/static/js/infoView.cms.js b/static/js/infoView.cms.js
index 25c7b8d..e5e31a2 100644
--- a/static/js/infoView.cms.js
+++ b/static/js/infoView.cms.js
@@ -301,7 +301,7 @@ pandora.ui.infoView = function(data) {
renderGroup(['originalTitle', 'alternativeTitles']);
- renderGroup(['setincountry', 'type', 'framework', 'style', 'version']);
+ renderGroup(['type', 'framework', 'style', 'version']);
renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);
@@ -314,7 +314,7 @@ pandora.ui.infoView = function(data) {
renderGroup(['actor']);
renderGroup(['filmingLocations']);
- renderGroup(['imdbId', 'genre']);
+ renderGroup(['imdbId', 'icmaId', 'genre']);
if (canEdit) {
updateIMDb();
@@ -603,13 +603,9 @@ pandora.ui.infoView = function(data) {
} else if (key == 'imdbId') {
ret = '' + value + '';
- } else if (key == 'encyclopedia') {
- ret = ''
- + value + '';
- } else if (key == 'wiki') {
- ret = ''
- + Ox.decodeURIComponent(value.split('wiki/').pop()) + '';
+ } else if (key == 'icmaId') {
+ ret = '' + value + '';
} else {
ret = value;
}
diff --git a/static/png/icon.cms.png b/static/png/icon.cms.png
index a8e14e7..ecc16f8 100644
Binary files a/static/png/icon.cms.png and b/static/png/icon.cms.png differ
diff --git a/static/png/logo.cms.png b/static/png/logo.cms.png
index d5c2392..0123db6 100644
Binary files a/static/png/logo.cms.png and b/static/png/logo.cms.png differ