Konstantinos Triantafyllou
f98a3e9550
Resolved Connect-Admin release 25th May 2023 #1
2023-05-25 17:37:38 +03:00
Konstantinos Triantafyllou
508b8120b8
Update library, assets and theme.
2023-05-25 17:35:38 +03:00
Konstantinos Triantafyllou
07ef246d73
Add icons in manage-communities module. Update library and openaire-theme
2023-05-11 12:32:16 +03:00
Konstantinos Triantafyllou
5123efc8c4
Update libraries before production deployment
2023-04-21 12:35:48 +03:00
Konstantinos Triantafyllou
f4b54fa745
Update UIkit to 3.12.2. Add Subjects: Cliking add will add the input value also.
2023-04-04 10:49:59 +03:00
Konstantinos Triantafyllou
f50525bcef
Update libraries
2023-03-27 15:34:27 +03:00
Konstantinos Triantafyllou
f2bbf0fb85
Delete header from all pages of communityInfo and users. Add advanced criteria page.
2023-03-10 17:15:26 +02:00
Konstantinos Triantafyllou
798746e041
Update libraries before make new branches
2023-03-02 16:53:21 +02:00
Konstantinos Triantafyllou
39aad35c47
Move community info options to sidebar and delete internal tabs
2023-03-01 16:25:54 +02:00
Konstantinos Triantafyllou
83acc14d3b
1. Update library and assets. 2. Add deleteAthorizationLevel for managers with value manager.
2023-02-09 16:31:54 +02:00
Konstantina Galouni
f2362b05cd
[Connect Admin]: app.component.ts: [Bug fix] Error fixed in Deposit link in menu.
2023-01-18 14:50:37 +02:00
Konstantina Galouni
4cfc90e7f8
[Connect Admin | Trunk]: In customization deleted icon "reset" icon replaced by "settings_backup_restore".
...
1. border.component.ts & customization.component.html & customization.module.ts & customize-buttons.component.ts: [Bug fix] Removed deprecated deleted icons | "reset" icon replaced by "settings_backup_restore" | removed padding from tooltips.
2. environment.ts: Commented properties "deleteCacheUrl" and "deleteBrowserCacheUrl".
2022-12-09 16:34:19 +02:00
Konstantina Galouni
9507545fd8
[Library | angular-14]: menu.component: Added commented code for creating new gateway specific pages when editing custom menu.
2022-12-07 12:09:01 +02:00
Konstantina Galouni
318d121145
Updating libraries..
2022-11-29 14:45:31 +02:00
Konstantinos Triantafyllou
bc7663458c
Change dev properties with new services instances
2022-11-08 16:46:44 +02:00
Konstantinos Triantafyllou
1d18b265c3
Update angular core and cli to version 14
2022-09-23 17:14:20 +03:00
Konstantinos Triantafyllou
67700a1e53
Update angular material to version 13
2022-09-23 17:09:31 +03:00
Konstantinos Triantafyllou
aefb429e1c
Update material and submodules to version 12
2022-09-23 16:00:00 +03:00
Alex Martzios
808aad164b
update submoduls before angular upgrade
2022-09-23 15:23:59 +03:00
Konstantina Galouni
54bd763fc4
[Connect Admin | new-theme]: environment.prod.ts: Added property "deleteBrowserCacheUrl".
2022-09-19 12:15:31 +03:00
Konstantina Galouni
92b5d7bb33
[Connect Admin | Library | new-theme]: Added call to purge browser cache when updating content of community.
...
1. env-properties.ts & environments/: Added property "deleteBrowserCacheUrl".
2. clear-cache.service.ts: Added method "purgeBrowserCache()" to purge browser cache for a specific community.
3. entities.component.ts & menu.component.ts & pages.component.ts & affiliations.component.ts & edit-community.component.ts add-content-providers.component.ts & remove-content-providers.component.ts & add-projects.component.ts & remove-projects.component.ts & subjects-edit-form.component.ts & personal-info.component.ts & customization.component.ts: Call "_clearCacheService.purgeBrowserCache()" when adding/updating/deleting content of a specific community.
4. connect-admin-customization.module.ts: Added CommunitiesService in providers.
5. connect-admin-customization.component.ts: Added button to purge browser cache for all communities and connect.
2022-08-11 12:58:20 +03:00
Konstantinos Triantafyllou
980ec60ac6
Change header info in all pages.
...
Add connect menu items in admin pages.
2022-08-04 18:44:55 +03:00
Konstantina Galouni
c562177754
[Connect Admin | new-theme]: Updating libraries.
2022-07-29 12:33:31 +03:00
Alex Martzios
fa6cb6cce3
add 'develop' menu entry and update submodules
2022-07-25 15:09:28 +03:00
argirok
fdf97553ad
Customization: remove Date
2022-07-22 18:41:15 +03:00
Alex Martzios
20c2760f3f
update submodules
2022-07-20 12:14:47 +03:00
Alex Martzios
a24b3f4b27
change sidebar menu item name and update submodules
2022-07-18 14:51:34 +03:00
Alex Martzios
9c6d1d539d
update submodule
2022-07-18 13:07:13 +03:00
Konstantinos Triantafyllou
b3b27dcdc1
Remove dashboard-theme and import library less
2022-07-17 23:32:09 +03:00
Alex Martzios
5093d952d2
update submodules
2022-07-15 13:37:03 +03:00
Alex Martzios
1eb9325410
update submodules
2022-07-15 10:16:53 +03:00
Konstantinos Triantafyllou
d3b5889f7a
Fix zenodo loading. Change all pages in order to apply sticky in actions instead of header
2022-07-13 20:26:10 +03:00
Konstantinos Triantafyllou
b0a0268a4e
Fix uk-close in criteria and subjects. Criteria: Add a criterion should be added at start
2022-07-13 10:49:59 +03:00
Konstantina Galouni
b7751d297b
[Connect Admin | new-theme]: Updated messages when no results in affiliations, data sources, projects, subjects, zenodo communities | [Bug fix] In add projects, show selected filter if exists (even when no results).
...
1. affiliations.component.html: Updated "no organizations found" message to "no organizations for {{community}}".
2. add-content-providers.component.html: When no data sources, show info message for missing data sources too.
3. add-content-providers.component.ts: Created get method infoMessage() to return info message for missing data sources.
4. manage-content-providers.component.ts: In <add-content-providers> renamed hash to #addContentProvidersModal.
5. remove-content-providers.component.html & remove-projects.component.html & subjects-edit-form.component.html & manage-zenodo-communities.component.html: Show proper messages if no results at all or if filters return no results.
6. add-projects.component.ts: Created get method infoMessage() to return info message for missing projects | Added field selectedFunder and in getSelectedValues() return selectedFunder if no values from search query.
7. add-projects.component.html: When no projects, show info message for missing funders too | Do not show filters column when no results | Show selectedFunder in selected filters.
8. manage-projects.component.ts: In <fs-modal> renamed hash to #fsModalProjects and in <add-projects> renamed hash to #addProjects.
9. remove-projects.component.ts: Removed old Session.isLoggedIn() checks.
2022-07-11 18:48:24 +03:00
Konstantinos Triantafyllou
264f5ca30b
Fix manage user notifications buttons status
2022-07-08 21:59:17 +03:00
Konstantina Galouni
b18e2f75a0
[Connect Admin | new-theme]: remove-projects.component.html: Added uk-width-small in sorting input.
2022-07-05 12:07:43 +03:00
Konstantinos Triantafyllou
7c9d0936b3
Finish UI of Content Providers and their Criteria. Fix search width in subjects
2022-07-04 21:45:20 +03:00
argirok
048f159f5d
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect-admin into new-theme
2022-07-04 12:59:38 +03:00
Konstantinos Triantafyllou
9c75d63171
Add contente providers modal with new UI
2022-07-04 11:53:55 +03:00
Konstantinos Triantafyllou
4160f837c1
Add icons in menu items. Fix initialization of menus. Finish content providers base page
2022-07-02 14:45:34 +03:00
argirok
60c4e712f9
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect-admin into new-theme
2022-06-30 14:26:44 +03:00
Konstantinos Triantafyllou
eef84e9fe5
Edit community: Add small buttons for edit delete logo. Page alignments fro manage notification and personal info.
2022-06-30 13:41:36 +03:00
argirok
4c85d883a6
fix file names
2022-06-30 13:36:12 +03:00
argirok
98e16ab975
Customization: add ipad pro svg
2022-06-29 17:34:18 +03:00
Konstantinos Triantafyllou
82c8c7f5ea
Finish UI of subscribers, managers, notification settings and personal info. Change claims property to dl170 for development
2022-06-28 21:15:05 +03:00
Konstantinos Triantafyllou
27c85f102e
Finish UI of Manage communities and manage managers
2022-06-26 23:33:02 +03:00
Konstantinos Triantafyllou
2b4193e200
Change admin to less. Fix manage communities page. Fix sidebar admin items. Remove deleted properties.
2022-06-23 19:48:02 +03:00
Konstantinos Triantafyllou
b1b6fe002d
Add openaire-theme and change all submodules to new-theme
2022-06-03 15:54:51 +03:00
Konstantinos Triantafyllou
1c616a2a5b
Update library
2022-01-13 15:47:38 +02:00
Alex Martzios
abd92a6347
Start on dynamic menus for connect-admin - dev only
2021-12-09 15:53:13 +02:00