Konstantinos Triantafyllou
2e50a4ff57
Merge remote-tracking branch 'origin/develop'
2023-09-05 17:46:58 +03:00
Konstantinos Triantafyllou
8da7eafe81
Change style of private community when user is not logged in.
2023-09-05 17:46:42 +03:00
Konstantinos Triantafyllou
88da038d24
Update library. Resolved Connect Release 5th September 2023 #6
2023-09-05 13:25:07 +03:00
Konstantinos Triantafyllou
33c6252484
Merge remote-tracking branch 'origin/develop'
2023-09-05 13:22:44 +03:00
Konstantinos Triantafyllou
cd83db1b6a
Update libraries
2023-09-05 13:19:57 +03:00
Konstantinos Triantafyllou
c79a65c0e2
Add bipFrameAPIURL in properties
2023-08-30 16:48:51 +03:00
Konstantinos Triantafyllou
6e74a775ce
Update libraries
2023-08-04 13:29:26 +03:00
argirok
6e37f65d5d
comment text about statistics
2023-07-28 11:30:42 +03:00
Konstantina Galouni
216cf172bd
[Connect | develop]: In search bars, set in placeholder the portal name according to the configuration name | Removed stepper from search bars in community home page, search projects and search datasources pages.
...
1. community.component: Get portalName by config.portalAsObservable>name and set placeholder to "Search "+portalName | Replaced input directive with search-input to remove stepper from search bar in community home page.
2. searchDataproviders.component.ts & searchProjects.component.ts: In <new-search-page> set [entitiesSelection]="false" to remove stepper from search bar in search projects and search datasources pages.
2023-07-24 19:19:26 +03:00
argirok
a275a4d0bf
Merge remote-tracking branch 'origin/develop' into develop
2023-07-18 12:14:32 +03:00
argirok
e0ecdb2a2b
develop: section for dumps - update according to mocks
2023-07-18 12:14:14 +03:00
Konstantinos Triantafyllou
6920159b10
Fix intersaction Observer in app, communities and learn-how.
2023-07-17 12:41:32 +03:00
Konstantinos Triantafyllou
a03d41be9c
Merging from dynamic piwik
2023-07-13 14:42:26 +03:00
Konstantinos Triantafyllou
72ae14a5bc
Change piwik base on the new dynamic piwik.
2023-07-13 11:48:23 +03:00
Konstantina Galouni
deff734962
[Connect & Library | develop]: [Bug fix] Refactor code for showing help button or not.
...
1. app-routing.module.ts: Set for routes with no help button, data: {hasQuickContact: false} | Set in landing routes data: {hasMenuSearchBar: true} to show search bar in menu.
2. communities.component.ts: Removed field "showQuickContact" | In constructor set quickContactService.setDisplay(false) | Refactor intersectionObserver.
3. app.component.ts: Updated checks for <quick-contact> | Added public bottomNotIntersecting: boolean; and public displayQuickContact: boolean; (check if intersecting with specific section in home page) | Added disconnect in ngOnDestroy for IntersectionObserver subscriptions.
2023-07-07 10:12:25 +03:00
Konstantinos Triantafyllou
1c5b428ea2
Merge remote-tracking branch 'origin/develop'
2023-06-30 11:14:29 +03:00
Konstantinos Triantafyllou
961bd57501
Update libraries before deployment
2023-06-30 11:13:24 +03:00
argirok
fc44d3acb0
server.ts: remove check for variables, to build css for connect
2023-06-30 10:55:00 +03:00
argirok
5ecda2ba44
learn how: replace mock image
2023-06-30 10:54:23 +03:00
argirok
2923b218ef
Develop: add section about community dumps
2023-06-30 10:53:54 +03:00
Konstantinos Triantafyllou
d6f9a12eac
Update library
2023-06-29 10:21:17 +03:00
Konstantinos Triantafyllou
4d87865c43
Featured Page: Add breadcrumbs if data.breadcrumbs exists. Add new pages /faqs and /roadmap for Community Gateway
2023-06-27 16:52:37 +03:00
Konstantinos Triantafyllou
c0fc4608f2
Merge remote-tracking branch 'origin/develop'
2023-06-19 14:55:44 +03:00
Konstantinos Triantafyllou
e3f88bdfd9
Update library
2023-06-19 14:55:21 +03:00
argirok
9f88a58a30
add checkForObsoleteVersion when creating the css for the dashboards
2023-06-19 11:24:13 +03:00
argirok
6ef9463216
update library before prod deployment
2023-06-16 14:46:32 +03:00
argirok
219c00722e
Merge remote-tracking branch 'origin/develop'
2023-06-16 14:45:16 +03:00
Konstantinos Triantafyllou
302419dd5d
Merge from origin/develop
2023-06-09 21:08:31 +03:00
argirok
b20d0f0039
update community.less to enable light fonts for dark backgrounds
2023-06-09 13:56:32 +03:00
argirok
4396510205
add new community piwik id
2023-06-08 11:04:54 +03:00
Konstantinos Triantafyllou
4394b63736
Update library
2023-05-27 22:49:43 +03:00
Konstantina Galouni
2213efc403
Merged develop into master
2023-05-26 15:43:24 +03:00
Konstantina Galouni
90af1fbce7
Updating openaireLibrary before release
2023-05-26 15:41:36 +03:00
Konstantina Galouni
b5d95fbac8
[Library | develop]: ISVocabularies.service.ts: [Bug fix] In methods getFos() and getSDGs(), removed check and call to cache - these files are always local | sdg.component.ts: Set customFilter and pass it as parameter to <sdg>.
2023-05-26 14:37:34 +03:00
Konstantinos Triantafyllou
4571812fe6
Merge remote-tracking branch 'origin/master' into develop
2023-05-25 17:14:53 +03:00
Konstantinos Triantafyllou
ff4be90cfc
Update library, assets and theme before release
2023-05-25 17:13:38 +03:00
Konstantinos Triantafyllou
59b6d14342
Add hasMachineCache: true in production. Fix css loading bug when a community is restricted.
2023-05-25 16:38:18 +03:00
Konstantina Galouni
a855a7491d
[Connect | develop]: app.component.ts: Updated when and how "initAdminToolCommunity()" is called to init css - for community gateway, always display its customized css when exists | Updating libraries.
2023-05-25 12:24:47 +03:00
Konstantinos Triantafyllou
27511be14e
App component: Check this.document instead of client document.
2023-05-24 14:31:50 +03:00
Konstantinos Triantafyllou
c9d02ebcd7
Update assets and theme
2023-05-24 12:38:04 +03:00
Konstantinos Triantafyllou
bb67b6a668
Community home page: Init resultTypes to empty array before adding entities.
2023-05-24 12:37:20 +03:00
Konstantinos Triantafyllou
4060fd9fad
Fix login property. Fix bottom observer in server side. Update library
2023-05-11 14:36:54 +03:00
Konstantinos Triantafyllou
482f0e2816
Update library before beta deployment
2023-05-02 14:31:15 +03:00
Konstantinos Triantafyllou
3f9dc502b3
Merge branch 'develop' into dynamic-piwik
2023-04-27 16:52:32 +03:00
Konstantinos Triantafyllou
46081dc193
Update UIKit to 3.13.10
2023-04-27 11:49:57 +03:00
Konstantinos Triantafyllou
4701eae560
Change piwik service methods in order to get the piwik from portal configuration
2023-04-26 14:27:41 +03:00
Konstantinos Triantafyllou
620b924cbe
Update library and theme
2023-04-26 10:51:14 +03:00
Konstantinos Triantafyllou
3c622ae568
Update UIkit to version 3.13.0
2023-04-25 17:06:38 +03:00
Konstantina Galouni
e6e9e06dfa
[Connect | master]: Added FoS and SDGs pages in Community Gateways | Bug fixes in piwik siteIds.
...
1. app.component.ts: Added MenuItems for Fields of Science and Sustainable Development Goals.
2. app-routing.module.ts: Added routing paths for /sdgs and /fields-of-science.
3. /fos & /sdgs: Added folders and files for new SDGs and FoS pages.
4. piwikHelper.ts: Added piwik for "egrise", "euconexus", "dth".
5. affiliations.component.ts: [Bug fix] Comment piwik track call (this component is called with/in other pages that are already tracked).
6. htmlPage.component.ts: [Bug fix] Get piwik siteId from PiwikHelper (TODO: Should get it by API).
2023-04-21 15:09:22 +03:00
Konstantinos Triantafyllou
8da98e7959
Update assets and theme
2023-04-20 15:02:55 +03:00