e0df508fffUpdate library, assets, dashboard theme. Add new login/logout/userinfo in development propertiesKonstantinos Triantafyllou2021-11-08 18:36:43 +0200
baa2ce62df[Admin | Trunk]: Fix external link
k.triantafyllou
2020-09-09 13:03:11 +0000
e0b2d8454e[Admin | Trunk]: change send invitation on managers component to get name of community and link of portal
k.triantafyllou
2020-09-08 14:33:59 +0000
d6e119ebb9[Admin | Trunk]: Add managers page, the only thing is missing is to send email
k.triantafyllou
2020-08-31 11:34:22 +0000
30bee28f3e[Admin | Trunk]: Fix a bug with communities number on wellcome page
k.triantafyllou
2020-04-30 13:50:41 +0000
e52500730b[Admin | Trunk]: Add message when no statistics exist. Disable customization route.
k.triantafyllou
2020-04-30 13:09:07 +0000
8beb18c32b[Trunk | Admin]: 1. community-edit-form.component.ts: Use renamed method "subscribeToCommunityByEmail()" (insted of "subscribeToCommunity()") - subscribe.service. 2. manage-subscribers.component.ts: Use renamed method "unSubscribeToCommunityByEmail()" (instead of "unSubscribeToCommunity()") - subscribe.service.
konstantina.galouni
2020-04-10 14:34:47 +0000
856025a795[Trunk | Admin]: 1. community-edit-form.component.ts & manage-subscribers.component.ts &curator.component.ts & customization.component.ts & manage-user-notifications.component.ts & manage-user-notifications.service.ts: create request path in service and "properties" as first parameter in methods (curator.service.ts, layout.service.ts, subscribe.service.ts). 2. manageContentProviders.service.ts & manageProjects.service.ts & manageZenodoCommunities.service.ts: Rename "communityId" to "pid".
konstantina.galouni
2020-04-08 11:59:20 +0000
79654f5e8f[Trunk | Admin]: community-edit-form.component.ts: create request path in service (email.service.ts) | Use [NEW] method "notifyForNewManagers()" when more appropriate than "sendEmail()".
konstantina.galouni
2020-04-07 17:29:12 +0000
fd780ad708[Admin | Trunk]: 1. Add statistics overall toggle. 2. Remove conditions if there are resutls on statistics. 3. Add titles in all pages.
k.triantafyllou
2020-04-01 13:40:48 +0000
0b46787551[Admin]: Change check of user info from user management.
k.triantafyllou
2019-09-13 09:39:18 +0000
07b827f6e9[Admin]: Fix bug when you just logged in and no commutnities appeared on wellcome page. Add mining profiles order by date on mining tool
k.triantafyllou
2019-09-10 12:27:29 +0000
be434dc75f[Admin]: Fix some ui issues on mining and change info message.
k.triantafyllou
2019-09-09 08:48:59 +0000
88b15cb19b[Admin]: Wellcome component: Add condition if communities is null exit from subscribe
k.triantafyllou
2019-08-30 14:59:49 +0000
f8f59218bb[Trunk | Admin]: affiliations.component.html: Bug fix: Link to add more info about Related Organizations changed to '/pageContents'.
konstantina.galouni
2019-07-29 10:49:44 +0000
e5601a28b5[Trunk | Admin]: app.component.ts: Remove HTML category of pages from left menu.
konstantina.galouni
2019-07-29 10:22:29 +0000
f707d6f00e[Trunk | Admin]: div-help-contents.component & page-help-contents.component: Search by keyword in content and class name or page name accordingly | Add regexp missing in page-help-contents.
konstantina.galouni
2019-07-26 14:55:00 +0000
4098e68852[Trunk | Admin]: div-help-contents.component & page-help-contents.component: Add regex to replace multiple spaces, new lines and tabs with one space.
konstantina.galouni
2019-07-26 14:12:52 +0000
80ec909e4d[Trunk | Admin]: div-help-contents.component & page-help-contents.component: Bug fix: Show contents properly. Iterate from end to start and unshift in checkboxes at first parsing to show them in correct order.
konstantina.galouni
2019-07-26 11:31:06 +0000
ac0306d4de[Trunk | Admin]: div-help-contents.component & page-help-contents.component: Bug fix: Cut content when saving and filtering active/inactive too.
konstantina.galouni
2019-07-26 10:08:18 +0000
0a22c81cfe[Trunk | Admin]: Bug fix in 'Bulk Actions' dropdown: links are now white.
konstantina.galouni
2019-07-25 14:54:35 +0000
7b74f83bf8[Trunk | Admin]: 1. dashboard.component.html: Show class help texts link only when community is 'openaire' or 'connect'. 2. div-help-contents.component & page-help-contents.component: As preview of content, strip html tags and show 200 first characters | show help texts by increasing order.
konstantina.galouni
2019-07-25 14:09:29 +0000
7ea1d168b1[Trunk|Admin]: Wellcome page change texts base on connect home page.'
k.triantafyllou
2019-07-24 13:17:37 +0000
3f6975b71f[Trunk|Admin]: Wellcome page: Change view of cards base on connect home page.
k.triantafyllou
2019-07-24 13:04:27 +0000
f6f86634ce[Trunk | Admin]: 1. pages.component: Show link to add pageHelpContents only when at least one posiiton is enabled. 2. help-content.service: Add 'pid' parameter in 'getDivIdsFull()' method to be able to get divIds that are enabled in a community. Add 'with_positions' parameter in 'getPages()' method to be able to get pages that have at least one position or no positions enabled. 3. app.component: Hide '/classContents' route for communities (currently no divIds for communities). 4. div-help-content-form.component: Get divIds that are enabled for the community. 5. div-help-contents.component: When a page is pre-selected ('pageId' url param exists), check if page is enabled in the community, otherwise redirect. 6. edit-div-help-content.component & new-div-help-content.component: Add 'getPage()' method, to get page (if disabled in community, redirect - if pageId is pre-selected) and show it in the page title. 7. edit-div-help-content.component: If there is no 'divContentId' url param, redirect 8. edit-page-help-content.component: If there is no 'pageContentId' url param, redirect Add 'getPage()' method, to get page (if disabled in community, redirect - if pageId is pre-selected or use pageHelpContent.page - if pageId != pageHelpContent.page, redirect) and show it in the p$ 9. new-page-help-content.component: Add 'getPage()' method, to get page (if disabled in community, redirect - if pageId is pre-selected) and show it in the page title. 10. page-help-content-form.component: Do not perform a query to get page when it is pre-selected (new & edit do the query now) | Get pages with at least one posiiton enabled. 11. page-help-contents.component: When a page is pre-selected ('pageId' url param exists), check if page is enabled in the community, otherwise redirect | Get pages with at least one posiiton enabled.
konstantina.galouni
2019-07-24 09:16:42 +0000
01b24acdff[Trunk|Admin]: Remove undeline from sidebar
k.triantafyllou
2019-07-23 09:55:17 +0000
6dfcb881ec[Trunk|Admin]: Fix layout after theme update.
k.triantafyllou
2019-07-23 09:34:34 +0000
0b0baece09[Trunk|Admin]: Remove getTine from affiliations logo and website urls.
k.triantafyllou
2019-07-22 13:46:55 +0000
e714c7543d[Trunk|Admin]: Add get PageFull to get entities full.
k.triantafyllou
2019-07-22 13:32:05 +0000
82c6deede8[Trunk|Admin]: Page form: Add warning message about disable a community.
k.triantafyllou
2019-07-18 14:33:45 +0000
4fb1aacd4b[Trunk|Admin]: 1. Personal Info: Change Edit to Manage and Remove email. 2. Stats: change information panel base on new overview and graph analysis. 3. Community edit-from: Change Edit to Manage.
k.triantafyllou
2019-07-18 13:21:44 +0000
7ebc46f6cfRemove is Prior to option from edit and add page form.
k.triantafyllou
2019-07-17 09:56:47 +0000
842f33f9fb[Admin|Trunk]: 1. Remove Html Contents column from pages table. 2. Add enable/disable option at page edit form for positions. 3. Check from api available placements of a page. 4. Placements option hide when no page has benn selected.
k.triantafyllou
2019-07-16 13:22:46 +0000
e7e539183a[Admin|Trunk]: Fix menu issus like connect.
k.triantafyllou
2019-07-15 12:32:41 +0000
391bdf290b[Admin|Trunk]: Add entities and pages on admin Tools.
k.triantafyllou
2019-07-12 13:15:37 +0000
d72989f3db[Trunk|Admin]: Update ngx-color-picker. Add Admin Tools on home page too.
k.triantafyllou
2019-07-12 09:11:38 +0000
95a664287e[Trunk|Admin]: Fix some responsive issues on home page.
k.triantafyllou
2019-07-11 12:06:41 +0000
3616991444[Trunk|Admin]: Curators page: some changes on the view.'
k.triantafyllou
2019-07-11 11:15:46 +0000
12297f28bc[Trunk|Admin]: Curators edit personal info page: Change view to be more responsive.
k.triantafyllou
2019-07-11 09:12:32 +0000
c1ffb065e4[Admin|Trunk] package json: build add flag --prod make corrections for the build to succeed.
argiro.kokogiannaki
2019-07-10 12:55:16 +0000