Commit Graph

9501 Commits

Author SHA1 Message Date
Davide Negretti
a3e6d9b09a [DURACOM-195] Simplify vertical spacing in header and breadcrumbs 2023-11-09 12:59:15 +01:00
Tim Donohue
3cb623de72 Merge pull request #2364 from 4Science/DURACOM-177
Utility gap-* classes for flexbox
2023-11-08 16:15:12 -06:00
Tim Donohue
0c332561be Merge pull request #2603 from tdonohue/testing_e2e_fix
Fix e2e tests by running in production mode & using a user-agent for statistics
2023-11-08 12:24:52 -06:00
Tim Donohue
72cda41731 Specify user agent to avoid being detected as a "bot" by backend 2023-11-08 10:08:49 -06:00
Tim Donohue
7dcaae8465 Ensure e2e tests run in production mode 2023-11-06 10:25:08 -06:00
Davide Negretti
a35629536e [DURACOM-177] Use gap-* classes on navbar buttons 2023-11-06 11:39:48 +01:00
Tim Donohue
e62832f9d3 Merge pull request #2593 from 4Science/DURACOM-194
Fix "Submission input type date doesn't work properly once a value has been set"
2023-11-03 15:15:18 -05:00
Davide Negretti
930a381e4a [DURACOM-177] gap-* classes 2023-10-30 17:36:37 +01:00
Alisa Ismailati
c412c1fa13 [DURACOM-194] fixed year input value on input type date 2023-10-30 16:14:13 +01:00
Alisa Ismailati
543b4ad576 Merged in DSC-106 (pull request #643)
[DSC-106] Date input usable via keyboard using tab

Approved-by: Vincenzo Mecca
2023-10-30 11:31:35 +01:00
Tim Donohue
e1e2941983 Merge pull request #2580 from uniba-ub/issue2450-cssrules-exception
Check cssRules before css variables are read from stylesheet (again)
2023-10-27 10:27:52 -05:00
Alexandre Vryghem
ab171648b6 New themed components & minor CSS fixes (#2442)
* 100839: Created themeable BrowseByComponent

* 100839: Added themed BrowseByComponent to custom theme

* 100839: Added themed BrowseEntryListElementComponent to custom theme

* Added PersonComponent to custom theme

* Themed LogInComponent

* Fix focus on navbar using different color

* Fix ccLicense checkbox margin

* Fix long search facets name not displaying correctly

* Removed RecentItemListComponent's unnecessary float causing alignment issues when adding components underneath it

* Themed RegisterEmailFormComponent
2023-10-26 16:04:44 -05:00
Tim Donohue
be59255623 Merge pull request #2441 from alexandrevryghem/header-and-navbar-css-fixes_contribute-7.6
Minor css variables fixes for header & navbar
2023-10-26 14:02:52 -05:00
Tim Donohue
1d7147e2af Merge pull request #2551 from alexandrevryghem/split-eperson-administration-page_contribute-main
[Port main] Created separate ePerson pages for create/edit
2023-10-26 13:23:44 -05:00
Tim Donohue
8206e62df0 Merge pull request #2582 from DSpace/backport-2464-to-main
[Port main] i18n production improvements
2023-10-26 12:05:04 -05:00
Tim Donohue
0170949c51 Merge pull request #2506 from saschaszott/saschaszott-patch-3
allow insertion of multi-line scope notes in MD field registry
2023-10-26 11:56:26 -05:00
Alexandre Vryghem
f261264beb Implemented i18n cache busting
(cherry picked from commit 07a2e333ca)
2023-10-26 16:22:54 +00:00
Tim Donohue
6828fa38ce Merge pull request #2542 from 4Science/DURACOM-190
Fix i18n labels and alignment in vocabulary-treeview
2023-10-26 10:35:17 -05:00
Gantner, Florian Klaus
4dd334f2e7 more error-prone check of cssRules existence before css variables are get from stylesheet
check the existence off cssRules property before the variables are readed from this stylesheet
https://github.com/DSpace/dspace-angular/issues/2450
2023-10-26 15:56:52 +02:00
Tim Donohue
81e3b36d7d Merge pull request #2423 from atmire/fix-inherit-policies-at-item-move
Fix inherit policies at item move (Angular)
2023-10-25 16:31:54 -05:00
Tim Donohue
3058a4bc86 Merge pull request #2362 from Leano1998/making_user-menu-component_themeable
Making user menu component themeable
2023-10-25 15:10:48 -05:00
Tim Donohue
daef3f5161 Merge pull request #2530 from alexandrevryghem/fix-display-order-authentication-methods_contribute-7.6
Fix display LogInComponent turning blank when entering wrong username/password combination
2023-10-25 14:24:18 -05:00
Alan Orth
6affb06b26 Merge pull request #2553 from imilos/main
Added Serbian Cyrillic translation and corrected Serbian Latin translаtion
2023-10-24 21:02:24 +03:00
Eike Löhden
7606f47688 Merge branch 'main' into making_user-menu-component_themeable 2023-10-24 07:53:08 +02:00
Tim Donohue
7c0fdcbe67 Merge pull request #2527 from alexandrevryghem/add-display-none-to-hidden-navbar-buttons_contribute-7.6
Minor header button improvements
2023-10-23 12:50:26 -05:00
Tim Donohue
a9d7ee3617 Merge pull request #2561 from alexandrevryghem/fix-failing-request-service-test
Fix RequestService test sometimes failing in CICD
2023-10-23 08:55:47 -05:00
Alexandre Vryghem
b8eaf90b03 Merge branch 'fix-display-order-authentication-methods_contribute-7.4' into fix-display-order-authentication-methods_contribute-7.6
# Conflicts:
#	src/app/shared/log-in/log-in.component.html
#	src/app/shared/log-in/log-in.component.ts
2023-10-21 18:12:01 +02:00
Alexandre Vryghem
51b13fb78c Fix AuthorizationDataService.isAuthorized throwing a console error when the searchByObject request doesn't succeed 2023-10-21 18:08:02 +02:00
Alexandre Vryghem
987a92f529 Filter out all the AuthMethods who don't have a component to render before rendering LogInContainerComponent 2023-10-21 18:07:16 +02:00
Alexandre Vryghem
fb315335c9 Fix RequestService test failing because of different lastUpdated time 2023-10-21 14:45:37 +02:00
Tim Donohue
bf8519cc94 Merge pull request #2439 from amgciadev/fix-rac-grant-b
Fix Request-a-Copy grant form optional message not optional in form validation
2023-10-20 15:12:43 -05:00
Tim Donohue
1ffeae1c98 Merge pull request #2558 from tdonohue/revert_2454
Revert 2454 "Check cssRules before css variables are read from stylesheet"
2023-10-20 12:06:53 -05:00
Tim Donohue
6f73b65d53 Revert "Check cssRules before css variables are read from stylesheet (#2454)"
This reverts commit fa79c358c0.
2023-10-20 10:34:29 -05:00
imilos
aa9e12dcfe Added Serbian cyrilic translation and corrected Serbian latin translation. 2023-10-20 11:27:22 +02:00
imilos
ad12e5a7f2 Added Serbian cyrilic translation and corrected Serbian latin translation. 2023-10-20 11:00:11 +02:00
Tim Donohue
1b109efc2c Merge pull request #2549 from DSpace/dependabot/npm_and_yarn/babel/traverse-7.23.2
Bump @babel/traverse from 7.21.4 to 7.23.2
2023-10-19 16:45:40 -05:00
Alexandre Vryghem
5151a2620c Merge remote-tracking branch 'upstream/main' into split-eperson-administration-page_contribute-main
# Conflicts:
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
2023-10-19 23:18:42 +02:00
Alexandre Vryghem
2e571767ea 107664: Normalized ePerson & group edit url and moved error message to translation file 2023-10-19 23:01:24 +02:00
Tim Donohue
3bbfcc9168 Merge pull request #2550 from DSpace/backport-2504-to-main
[Port main] Fix Angular SSR menu issues
2023-10-19 12:05:44 -05:00
Yana De Pauw
e0a3f15c00 106974: Angular SSR menu issues
(cherry picked from commit 3e8d180f1b)
2023-10-19 15:19:48 +00:00
dependabot[bot]
97f7a5e82a Bump @babel/traverse from 7.21.4 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 01:56:32 +00:00
Flo
fa79c358c0 Check cssRules before css variables are read from stylesheet (#2454)
Check cssRules existence before css variables are get from stylesheet
2023-10-17 22:17:28 +03:00
Alan Orth
5fd2782e7b Merge pull request #2534 from DSpace/dependabot/npm_and_yarn/postcss-8.4.31
Bump postcss from 8.4.23 to 8.4.31
2023-10-16 10:36:07 +03:00
Davide Negretti
feb2b2be53 [DURACOM-190] Fix alignment in vocabulary-treeview 2023-10-13 11:05:14 +02:00
Alan Orth
287ec5a2ab Merge pull request #2544 from DSpace/backport-2536-to-main
[Port main] Issue 2535 hide add more button submission if no disabled sections 7.x
2023-10-12 12:03:09 +03:00
Marie Verdonck
0d376a6607 Issue#2535: Hide add more button in submission if no disabled sections
(cherry picked from commit 709848ee25)
2023-10-12 06:46:34 +00:00
Alan Orth
312b0aacf6 Merge pull request #2531 from atmire/main-fix-browse-by-visual-bug
Fix browse by visual bug
2023-10-11 22:04:00 +03:00
Davide Negretti
b321d6f727 [DURACOM-190] Fix i18n labels in vocabulary-treeview 2023-10-11 13:02:13 +02:00
Pascal-Nicolas Becker
a57bcf0dc7 Merge pull request #2537 from mugraph/main
Translate community as 'Bereich' in de.json5
2023-10-10 22:39:46 +02:00
Janne Jensen
0139670371 translate community as 'Bereich' in de.json5 2023-10-07 10:43:09 +02:00