Project

General

Profile

« Previous | Next » 

Revision 58575

[Explore|Trunk]

update properties and file versions

View differences:

modules/uoa-services-portal/trunk/explore/src/assets/env-properties.json
2 2
  "environment" : "development",
3 3
  "dashboard" : "explore",
4 4
  "enablePiwikTrack" : false,
5
  "useCache" : false,
5
  "useCache" : true,
6
  "showAddThis" : true,
6 7
  "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/",
7 8
  "framesAPIURL" : "https://beta.openaire.eu/stats3/",
8 9
  "statisticsAPIURL" : "http://vatopedi.di.uoa.gr:8080/stats/",
......
49 50

  
50 51
  "feedbackmail" :"kostis30fylloy@gmail.com",
51 52

  
52
  "cacheUrl" :"http://mpagasas.di.uoa.gr:3200/get?url=",
53
  "cacheUrl" :"http://dl170.madgik.di.uoa.gr:3000/get?url=",
53 54

  
54 55
  "adminToolsAPIURL" :"http://dl170.madgik.di.uoa.gr:8080/uoa-admin-tools/",
55 56

  
......
80 81
  "searchLinkToOrps" : "/search/find/other",
81 82
  "searchLinkToOrganizations" : "/search/find/organizations",
82 83
  "searchLinkToCompatibleDataProviders" : "/search/content-providers",
84
  "searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table",
83 85
  "searchLinkToEntityRegistriesDataProviders" : "/search/entity-registries",
84 86
  "searchLinkToEntityRegistriesDataProvidersTable" : "/search/entity-registries-table",
85 87
  "searchLinkToJournals" : "/search/journals",
......
99 101
  "showLastIndexInformationLink" : true,
100 102
  "widgetLink" : "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
101 103
  "claimsInformationLink": "https://www.openaire.eu/linking-beta",
102
  "lastIndexUpdate": "2019-05-16",
104
  "lastIndexUpdate": "2019-11-01",
103 105
  "indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/",
104 106

  
105 107
  "depositLearnHowPage": "/participate/deposit/learn-how",
modules/uoa-services-portal/trunk/explore/src/assets/explore-custom.css
233 233
    border: none;
234 234
    color: white;
235 235
}
236

  
237
.offcanvas-white {
238
    background: white !important;
239
    color: inherit !important;
240
}
241

  
242
.offcanvas-white .uk-close, offcanvas-white .uk-close:hover,
243
.offcanvas-white a:not([class*="portal-link"]) {
244
    color: inherit !important;
245
}
246

  
247
.offcanvas-white a:not([class*="portal-link"]):hover {
248
    color: #222080 !important;;
249
}
250

  
251
.offcanvas-white h5 {
252
    font-size: 18px !important;;
253
    line-height: 1.4 !important;;
254
    color: #1a1a1a !important;;
255
    font-family: 'Open Sans', sans-serif !important;;
256
}
257

  
258
.offcanvas-white .uk-text-muted {
259
    color: #bfbfbf !important;
260
}
261

  
262
.offcanvas-white .uk-input {
263
    border-bottom: 1px solid #ededed !important;
264
    background: #fff !important;
265
    color: #666 !important;
266
}
267

  
268
.offcanvas-white .uk-input::placeholder {
269
    color: #bfbfbf !important;
270
}
271

  
272
.offcanvas-white .uk-select:not([multiple]):not([size]) {
273
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important;
274
    background-repeat: no-repeat !important;
275
    background-position: 100% 50% !important;
276
    border-bottom: 1px solid !important;;
277
    border-color: #ededed !important;
278
    color: #666 !important;
279
}
280

  
281
.offcanvas-white .uk-input:focus, .offcanvas-white .uk-select:not([multiple]):not([size]):focus {
282
    background-color: #fff !important;
283
    color: #666 !important;
284
    border-color: #222080 !important;
285
}
286

  
287
.offcanvas-white .uk-radio:checked, .offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
288
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;;
289
}
290

  
291
.offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
292
    background-color: #222080 !important;;
293
    border-color: transparent !important;;
294
}
295

  
296
.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"]:not([class*="uk-"]) {
297
    border: 1px solid #d4d4d4 !important;;
298
}
299

  
300
.offcanvas-white .uk-button-default {
301
    background-color: #fff !important;
302
    color: #222080 !important;
303
    border: 1px solid #222080 !important;
304
}
305

  
306
.offcanvas-white .uk-button-default:hover {
307
    background-color: #222080 !important;
308
    color: #fff !important;
309
    border-color: #222080 !important;
310
}
modules/uoa-services-portal/trunk/explore/src/index.html
48 48
        // console.log(errorMsg + " __" + url + " __" +  lineNumber + " __" +  column + " __" +  errorObj);
49 49
        if((errorMsg && errorMsg.indexOf("uikit.js") != -1) || url.indexOf("uikit.js") != -1 ){
50 50
          console.log("********UIKIT Error ***********");
51
          $.getScript("assets/common-assets/common/uikit.min.js?v=1");
52
          $.getScript("assets/common-assets/common/uikit-icons.min.js?v=1");
51
          $.getScript("assets/common-assets/common/uikit.min.js?v=4");
52
          $.getScript("assets/common-assets/common/uikit-icons.min.js?v=4");
53 53
}
54 54

  
55 55
}
......
59 59
       <!-- <script src="assets/common-assets/jquery/jquery.min.js" type="text/javascript"></script> -->
60 60
       <script  src="assets/common-assets/common/jquery.js"></script>
61 61
       <script  src="assets/common-assets/citeproc.js"></script>
62
     <script  src="assets/common-assets/common/uikit.min.js?v=3"></script>
63
     <script src="assets/common-assets/common/uikit-icons.min.js?v=3"></script>
62
     <script  src="assets/common-assets/common/uikit.min.js?v=4"></script>
63
     <script src="assets/common-assets/common/uikit-icons.min.js?v=4"></script>
64 64

  
65 65
<script>
66 66
$(document).ready(function(){
67 67
  console.log("Is ready - load uikit ***")
68
  $.getScript("assets/common-assets/common/uikit.min.js?v=3");
69
  $.getScript("assets/common-assets/common/uikit-icons.min.js?v=3");
68
  $.getScript("assets/common-assets/common/uikit.min.js?v=4");
69
  $.getScript("assets/common-assets/common/uikit-icons.min.js?v=4");
70 70
    $.getScript("//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-559d24521cd8c080");
71 71
});
72 72

  
73 73
</script>
74 74

  
75 75

  
76
      <link rel="stylesheet" href="assets/common-assets/common/theme.css?v=3">
77
      <link rel="stylesheet" href="assets/common-assets/common/custom.css?v=3">
78
      <link rel="stylesheet" href="assets/common-assets/library.css?v=5">
79
      <link rel="stylesheet" href="assets/explore-custom.css?v=5">
76
      <link rel="stylesheet" href="assets/common-assets/common/theme.css?v=4">
77
      <link rel="stylesheet" href="assets/common-assets/common/custom.css?v=4">
78
      <link rel="stylesheet" href="assets/common-assets/library.css?v=7">
79
      <link rel="stylesheet" href="assets/explore-custom.css?v=7">
80 80

  
81 81

  
82 82

  
modules/uoa-services-portal/trunk/explore/server.ts
12 12
// Express server
13 13
const app = express();
14 14

  
15
const PORT = process.env.PORT || 6000;
15
const PORT = process.env.PORT || 3000;
16 16
const DIST_FOLDER = join(process.cwd(), 'dist');
17 17

  
18 18
// Our index.html we'll use as our template
modules/uoa-services-portal/trunk/explore/deploy/test-properties.json
4 4
  "enablePiwikTrack" : false,
5 5
  "enableHelper" : true,
6 6
  "useCache" : true,
7
  "showAddThis" : false,
7 8
  "metricsAPIURL" : "https://services.openaire.eu/usagestats/",
8 9
  "framesAPIURL" : "https://test.openaire.eu/stats3/",
9 10
  "statisticsAPIURL" : "https://beta.services.openaire.eu/stats-api/",
modules/uoa-services-portal/trunk/explore/deploy/production-properties.json
3 3
  "dashboard" : "explore",
4 4
  "enablePiwikTrack" : true,
5 5
  "useCache" : true,
6
  "showAddThis" : false,
6 7
  "metricsAPIURL" : "https://services.openaire.eu/usagestats/",
7 8
  "framesAPIURL" : "https://www.openaire.eu/stats3/",
8 9
  "statisticsAPIURL" : "https://beta.services.openaire.eu/stats-api/",
......
82 83
  "searchLinkToOrps" : "/search/find/other",
83 84
  "searchLinkToOrganizations" : "/search/find/organizations",
84 85
  "searchLinkToCompatibleDataProviders" : "/search/content-providers",
86
  "searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table",
85 87
  "searchLinkToEntityRegistriesDataProviders" : "/search/entity-registries",
86 88
  "searchLinkToEntityRegistriesDataProvidersTable" : "/search/entity-registries-table",
87 89
  "searchLinkToJournals" : "/search/journals",
......
101 103
  "showLastIndexInformationLink" : true,
102 104
  "widgetLink" : "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
103 105
  "claimsInformationLink": "https://www.openaire.eu/linking",
104
  "lastIndexUpdate": "2020-02-20",
106
  "lastIndexUpdate": "2020-04-22",
105 107
  "indexInfoAPI": "http://services.openaire.eu/openaire/info/",
106 108

  
107 109
  "depositLearnHowPage": "/participate/deposit/learn-how",
modules/uoa-services-portal/trunk/explore/deploy/beta-properties.json
3 3
  "dashboard" : "explore",
4 4
  "enablePiwikTrack" : true,
5 5
  "useCache" : true,
6
  "showAddThis" : true,
6 7
  "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/",
7 8
  "framesAPIURL" : "https://beta.openaire.eu/stats3/",
8 9
  "statisticsAPIURL" : "https://beta.services.openaire.eu/stats-api/",
......
81 82
  "searchLinkToOrps" : "/search/find/other",
82 83
  "searchLinkToOrganizations" : "/search/find/organizations",
83 84
  "searchLinkToCompatibleDataProviders" : "/search/content-providers",
85
  "searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table",
84 86
  "searchLinkToEntityRegistriesDataProviders" : "/search/entity-registries",
85 87
  "searchLinkToEntityRegistriesDataProvidersTable" : "/search/entity-registries-table",
86 88
  "searchLinkToJournals" : "/search/journals",
......
94 96
  "searchLinkToAdvancedOrps" : "/search/advanced/other",
95 97
  "searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders",
96 98
  "searchLinkToAdvancedOrganizations" : "/search/advanced/organizations",
97
  "searchLinkToAdvancedResults" : "/search/advanced/research-results",
99
  "searchLinkToAdvancedResults" : "/search/advanced/research-outcomes",
98 100

  
99 101
  "lastIndexInformationLink" : "https://www.openaire.eu/aggregation-and-content-provision-workflows",
100 102
  "showLastIndexInformationLink" : false,
101 103
  "widgetLink" : "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
102 104
  "claimsInformationLink": "https://beta.openaire.eu/linking",
103
  "lastIndexUpdate": "2019-11-01",
105
  "lastIndexUpdate": "2020-03-26",
104 106
  "indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/",
105 107

  
106 108
  "depositLearnHowPage": "/participate/deposit/learn-how",

Also available in: Unified diff