Revision 60184
Added by Argiro Kokogiannaki almost 4 years ago
modules/uoa-services-portal/trunk/explore/angular.json | ||
---|---|---|
167 | 167 |
"assets": [ |
168 | 168 |
"src/assets", |
169 | 169 |
"src/robots.txt", |
170 |
"src/sitemap.xml", |
|
171 | 170 |
{ |
172 | 171 |
"glob": "**/*", |
173 | 172 |
"input": "src/sitemaps", |
modules/uoa-services-portal/trunk/explore/package.json | ||
---|---|---|
55 | 55 |
"@nguniversal/module-map-ngfactory-loader": "^6.0.0", |
56 | 56 |
"@types/express": "^4.16.1", |
57 | 57 |
"angular-datatables": "^4.4.1", |
58 |
"citation-js": "^0.3.4", |
|
59 | 58 |
"clipboard": "^1.5.16", |
60 | 59 |
"core-js": "^2.4.1", |
61 | 60 |
"datatables.net": "^1.10.19", |
... | ... | |
65 | 64 |
"prom-client": "^11.3.0", |
66 | 65 |
"ts-md5": "^1.2.0", |
67 | 66 |
"tslib": "^1.9.0", |
68 |
"wikidata-sdk": "^5.2.9", |
|
69 | 67 |
"ng-recaptcha": "^3.0.5", |
70 | 68 |
"zone.js": "^0.8.26" |
71 | 69 |
}, |
modules/uoa-services-portal/trunk/explore/src/app/app.component.ts | ||
---|---|---|
91 | 91 |
this.properties = this.propertiesService.envSpecific; |
92 | 92 |
this.configurationService.initCommunityInformation(this.properties, this.properties.adminToolsCommunity); |
93 | 93 |
this.feedbackmail = this.properties.feedbackmail; |
94 |
if(this.properties.environment == "production") { |
|
94 |
if(this.properties.environment == "production" || this.properties.environment == "development") {
|
|
95 | 95 |
this.subscriptions.push(this.route.queryParams.subscribe(data => { |
96 | 96 |
this._meta.updateTag({content: 'all', name: 'robots'}); |
97 | 97 |
})); |
... | ... | |
129 | 129 |
//TODO add check for research results route |
130 | 130 |
this.menuItems = [ |
131 | 131 |
{ |
132 |
rootItem: new MenuItem("search", "Search", "", "/search/find", false, [], ["/search/find"], {}), |
|
132 |
rootItem: new MenuItem("search", "Search", "", "/search/find", false, [], ["/search/find"], {qf:true}),
|
|
133 | 133 |
items: [ |
134 | 134 |
new MenuItem("", "Research Outcomes", "", "/search/find/research-outcomes", false, [], ["/search/find/research-outcomes"], {qf:true}), |
135 | 135 |
new MenuItem("", "Projects", "", "/search/find/projects/", false, ["project"], ["/search/find/projects"], {}), |
modules/uoa-services-portal/trunk/explore/src/environments/environment.beta.ts | ||
---|---|---|
50 | 50 |
|
51 | 51 |
userInfoUrl: "https://beta.services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=", |
52 | 52 |
|
53 |
logoutUrl: "https://beta.services.openaire.eu/explore-login/openid_login",
|
|
53 |
logoutUrl: "https://beta.services.openaire.eu/explore-login/openid_logout",
|
|
54 | 54 |
|
55 | 55 |
cookieDomain: ".openaire.eu", |
56 | 56 |
|
... | ... | |
105 | 105 |
searchLinkToAdvancedOrganizations: "/search/advanced/organizations", |
106 | 106 |
searchLinkToAdvancedResults: "/search/advanced/research-outcomes", |
107 | 107 |
|
108 |
lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
|
|
109 |
showLastIndexInformationLink: false,
|
|
108 |
lastIndexInformationLink: "https://beta.openaire.eu/aggregation-and-content-provision-workflows",
|
|
109 |
showLastIndexInformationLink: true,
|
|
110 | 110 |
widgetLink: "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=", |
111 | 111 |
claimsInformationLink: "https://beta.openaire.eu/linking", |
112 | 112 |
lastIndexUpdate: "2020-05-11", |
Also available in: Unified diff
[Explore | trunk]
- package.json remove unused dependencies
- update/ correct beta properties