Commit Graph

7306 Commits

Author SHA1 Message Date
Alexandre Vryghem
87d9c28acc Merge branch 'main-upstream' into issue-1833_entity-title-refactor-main 2022-09-20 09:51:09 +02:00
Alexandre Vryghem
20ff386c6e 94481: Fixed tests 2022-09-19 19:07:13 +02:00
Alexandre Vryghem
a4b9a6da1d 94481: Use DSONameService in all other remaining place where dc.title, person.familyName, person.givenName or organization.legalName is used 2022-09-19 18:24:34 +02:00
Alexandre Vryghem
80a1eed63c 94481: Replaced title on all single item pages 2022-09-19 18:24:34 +02:00
Alexandre Vryghem
e4229e3993 94481: Use DSONameService to determine the title for the Item page 2022-09-19 17:14:57 +02:00
Tim Donohue
31167a3ce4 Merge pull request #1819 from kostisalex/feature/greek_support_in_frontend
Greek support for frontend
2022-09-19 10:05:40 -05:00
Kostis Alexandris
cd83ba4275 Merge pull request #1 from kstamatis/feature/greek_support_in_frontend
fix greek translations
2022-09-19 16:14:32 +03:00
Kostas Stamatis
4a30295df8 fix greek translations 2022-09-19 16:09:25 +03:00
Tim Donohue
5e9bbbe06a Merge branch 'main' into feature/greek_support_in_frontend 2022-09-16 16:05:32 -05:00
Tim Donohue
927dfdad1c Merge pull request #1831 from tdonohue/enable_kazakh
Enable Kazakh translation by default
2022-09-16 16:04:01 -05:00
Kostis Alexandris
e1d3832d64 Remove double quotes 2022-09-16 23:38:17 +03:00
Tim Donohue
44c4f993f7 Enable Kazakh translation by default 2022-09-16 14:52:47 -05:00
Tim Donohue
f3d43b5745 Merge pull request #1297 from myrza1/patch-1
Kazakh Translation
2022-09-16 14:51:49 -05:00
Tim Donohue
2a35329efa Merge pull request #1816 from 4Science/CST-6565
Cookie consent shows analytics usage also when GA is disabled
2022-09-16 14:33:20 -05:00
Tim Donohue
06f3f8d31c Merge pull request #1814 from atmire/issue_1795_issue_1778_fix_config_issues
Repair config issues
2022-09-16 09:15:34 -05:00
Vincenzo Mecca
16523c3c90 [#1816][CST-6565] Clearified expectation of test 2022-09-16 10:27:40 +02:00
Vincenzo Mecca
3cc4b96ff4 [#1816][CST-6565] Cleaned and Refactored specs 2022-09-16 10:08:13 +02:00
Tim Donohue
a2f8a5ccfa Merge pull request #1824 from atmire/w2p-94242_Add-optional-NavigationExtras-argument-to-PaginationService-methods
Add an optional `NavigationExtras` argument to `PaginationService.updateRoute`
2022-09-15 16:48:16 -05:00
myrza1
7c5887654a Іздеу нәтижелері қосылды 2022-09-16 03:08:45 +06:00
myrza1
85d44ad3d4 Update kk.json5
synced from last english
2022-09-16 02:58:25 +06:00
myrza1
4a573eb981 Delete kz.json5
deleted
2022-09-16 02:47:51 +06:00
myrza1
16b3cb8008 renamed to kk and added some translates 2022-09-16 02:21:01 +06:00
myrza1
3d5951eeb9 Merge branch 'DSpace:main' into patch-1 2022-09-16 00:56:53 +06:00
Tim Donohue
a13f4ee3b9 Merge pull request #1791 from atmire/w2p-93803_Refactor-DataServices-to-use-Composition
Refactor data services to use composition
2022-09-15 13:40:07 -05:00
Tim Donohue
3665071dea Merge pull request #1820 from tdonohue/fix_test_to_read_all_data
Ensure `yarn test:rest` reads all JSON data, not just first chunk
2022-09-15 13:30:16 -05:00
Tim Donohue
bb31e1d25c Merge pull request #1801 from GauravD2t/main
Displaying Recent Submissions on the homepage
2022-09-15 13:27:12 -05:00
Kostis Alexandris
1677349fbb More messages 2022-09-15 15:10:06 +03:00
Kostis Alexandris
aae3c217c5 More messages 2022-09-15 14:00:15 +03:00
Yury Bondarenko
6e5fe96696 94242: Add optional NavigationExtras to PaginationService.updateRoute 2022-09-15 11:50:50 +02:00
Kostis Alexandris
6360f89aac Refine messages 2022-09-15 00:08:43 +03:00
Kostis Alexandris
c49d2f17a8 Refine messages 2022-09-14 21:20:22 +03:00
Kostis Alexandris
8953a3c50b Accepting @kstamatis comments 2022-09-14 20:41:34 +03:00
Vincenzo Mecca
59ce1a9950 [#1816][CST-6565] Refactored methods & Tests
Test:
    - New tests for the use case of filtering analytics configuration;
    - Enhanced initialization of service with new google analytics service mock.
2022-09-14 16:03:02 +02:00
Kostis Alexandris
a46098112e More changes 2022-09-14 15:17:49 +03:00
Kostis Alexandris
e7447071b1 More changes 2022-09-14 15:10:47 +03:00
Kostis Alexandris
cad4d1f101 More changes 2022-09-14 14:54:04 +03:00
Yury Bondarenko
c517ed0dfa 93803: Fix broken SearchDataImpl
I'd originally removed this `...linksToFollow` but it's actually required here because it's used when constructing the RemoteData

Added cypress/downloads to .gitignore because I'd accidentally committed a downloads.html file after running e2e tests locally
2022-09-14 10:48:15 +02:00
Art Lowel
7ca434b7bb change version to 7.4.0-next 2022-09-14 09:30:15 +02:00
Yury Bondarenko
919b406260 93803: Make ProcessDataService implement DeleteData 2022-09-14 09:00:08 +02:00
gaurav
ac2922e59d no recent submissions should be displayed if pageSize is 0 and changing the configuration structure 2022-09-14 11:35:29 +05:30
Tim Donohue
6d361beb88 Merge pull request #1815 from atmire/w2p-94322_fix-theme-matching-using-handles
94322: Fix theme matching using handles
2022-09-13 09:48:30 -05:00
Art Lowel
c94e5d0709 add startup message with version number 2022-09-13 16:39:58 +02:00
Samuel Cambien
59f9534418 issue #1778 repair yarn start:dev and yarn run serve 2022-09-13 16:39:31 +02:00
Samuel Cambien
44489fa4e0 repair #1795 Default settings in config/config.yml are ignored 2022-09-13 16:38:52 +02:00
Tim Donohue
916d7fc13d Merge pull request #1805 from atmire/w2p-92900_Admin_options_dont_appear_after_Shibboleth_authentication_PR
Admin options don't appear after Shibboleth authentication
2022-09-13 09:24:10 -05:00
Yury Bondarenko
cc697041eb Remove unused variable 2022-09-13 14:23:14 +02:00
Tim Donohue
335d613df7 Ensure all data is read, not just first chunk 2022-09-12 12:53:03 -05:00
Yury Bondarenko
147c7180d0 93219: Add (more) reusable functions to test DataService composition
Data services that implement *Data interfaces should include the appropriate test functions in their specs.
These go over all methods in the interface & check that they're "wired up" correctly.

See e.g. the change in ExternalSourceDataService for an issue that is easy to miss but was highlighted by these new tests
2022-09-12 17:37:54 +02:00
Yury Bondarenko
8b4dbbad55 93219: Simplify DataService feature interfaces
Get rid of optional methods
- createPatchFromCache is useful -> make required
- leave getFindAllHref and getSearchByHref out & use implementation directly or refactor usages
2022-09-12 17:34:25 +02:00
Kostis Alexandris
6907e6a517 Changes in view and item buttons 2022-09-12 15:36:31 +03:00