AuthorCommitMessageCommit dateIssues
Luca GiamminonniLuca Giamminonni
9509d6d901aMMerge remote-tracking branch '4Science-bitbucket/main' into CST-5307CST-5307
Tim DonohueGitHubTim Donohue
3a9d4fad956MMerge pull request #1597 from atmire/w2p-90263_issue-8205_no-embargoed-files-on-google-scholar-meta-tagFix for embargoed file links on Google Scholar Meta Tag "citation_pdf_url"
Tim DonohueGitHubTim Donohue
88ffc378941MMerge pull request #1567 from atmire/w2p-87968_Upgrade-to-Angular-13Upgrade to Angular 13
Marie VerdonckMarie Verdonck
b80334f3f1aMMerge branch 'w2p-90263_issue-8205_no-embargoed-files-on-google-scholar-meta-tag-7.0' into w2p-90263_issue-8205_no-embargoed-files-on-google-scholar-meta-tag
Marie VerdonckMarie Verdonck
32676fc500190263: issue 8205 - check if downloadable before citation_pdf_url to source90263: issue 8205 - check if downloadable before citation_pdf_url to source
Pratik RajkotiyaPratik Rajkotiya
88c324cb5a5[CST-5307] Migrate Researcher Profile (Angular).CST-5307
Yura BondarenkoYura Bondarenko
f8297218ad687968: Fix unstyled link issue
Yura BondarenkoYura Bondarenko
3f340c18f2987968: Fix spacing issues via custom CSS
Yura BondarenkoYura Bondarenko
042a0dd389187968: Revert previous spacing fixes
Yura BondarenkoYura Bondarenko
c736ebaebfbRevert "87968: Increase Node --max_old_space_size"This reverts commit 62e7615f1fa9b680120e7ab7dbef173a5e4679dc.
Art LowelYura BondarenkoArt Lowel
708375593d9add margin to compensate for the switch to preserveWhiteSpaces = false
Yura BondarenkoYura Bondarenko
0115c5217b387968: Turn off preserveWhitespaces by defaultAnd set to true explicitly for MyDSpace action components to preserve look (see https://github.com/DSpace/dspace-angular/issues/903#issuecomment-713013310)
Yura BondarenkoYura Bondarenko
a14cc6fde2b87968: Run CI ESLint in --quiet mode
Yura BondarenkoYura Bondarenko
22ac66787a987968: Kill app if still up after e2e tests
Yura BondarenkoYura Bondarenko
99c41b9e80287968: Minor code changes to pass lint
Yura BondarenkoYura Bondarenko
bb51609af9e87968: Update ESLint disable/enable commentseslint-disable max-classes-per-file only works at the top of the file now
Yura BondarenkoYura Bondarenko
b5911b8536987968: Manual ESLint configurationExtend recommended ESLint rulesets, disable rules that are too noisy or would require major code changes to resolve errors Restore TSLint configuration as closely as possible
Yura BondarenkoYura Bondarenko
245977a432987968: Automatic migration from TSLint to ESLintVia `ng g @angular-eslint/schematics:convert-tslint-to-eslint`
Yura BondarenkoYura Bondarenko
ec6327edc2e87968: Automatic ESLint installVia CLI suggestion when running `ng lint` w/o ESLint on Angular 13
Yura BondarenkoYura Bondarenko
cad76ff378287968: Increase Node --max_old_space_size
Yura BondarenkoYura Bondarenko
59d46ffbdf787968: Upgrade ng-bootstrap to v11Some tests involving NgbModal now fail if setup with mock Injector without `get` method
Yura BondarenkoYura Bondarenko
5488d0f83ad87968: Remove unused import
Yura BondarenkoYura Bondarenko
48efccb53bc87968: Upgrade ngx-gallery
Yura BondarenkoYura Bondarenko
bfdda43a48a87968: Update devServer configuration
Yura BondarenkoYura Bondarenko
d78019cd39587968: Fix unit tests
Yura BondarenkoYura Bondarenko
563956c5df787968: Manual fixes after NgRx migrationSelector typing Restored pre-13 behaviour where mock stores were reset after every test. The upgrade caused multiple tests to start failing; we could solve this by adjusting all of these one by one but that would take some time. (see https://ngrx.io/guide/migration/v13#testing-reset-mock-store)
Yura BondarenkoYura Bondarenko
8e4f1993bf587968: Automatic upgrade to NgRx 13
Yura BondarenkoYura Bondarenko
8f7389c83ae87968: Fix JSON5 parsing in Universal loaderFailed ~ Error: export 'parse' (imported as 'JSON5') was not found in 'json5' (possible exports: default) Only affected SSR: once CSR kicked in translations were loaded properly
Yura BondarenkoYura Bondarenko
49f470c07b287968: Various dependency changesUpgraded: zone.js ng-mocks @angular/cdk @ngtools/webpack @angular-builders/custom-webpack @nguniversal Added: postcss-preset-env: fix spurious CSS warnings sass-loader: fix "can't resolve 'sass-loader'" & "the loader didn't return a string" errors
Yura BondarenkoYura Bondarenko
c1d870c32d487968: Clean up after automatic upgrade- Get rid of missed empty routerLinks - Fix abstract property initializers - Specify coverage reporter
Yura BondarenkoYura Bondarenko
1b460fe1d3287968: Automatic upgrade to Angular 13
Yura BondarenkoYura Bondarenko
47c8ca7342b87968: Lift readyState complete check from Universal 12
Yura BondarenkoYura Bondarenko
ae89571519687968: Fix unit tests
Yura BondarenkoYura Bondarenko
26d45fd5e7887968: Remove angular2-text-mask dependency
Yura BondarenkoYura Bondarenko
3eb3afcc96687968: Fix rxjs/internal imports
Yura BondarenkoYura Bondarenko
5476062648687968: Add unmet peer dependencies
Yura BondarenkoYura Bondarenko
0e178ce1bc187968: Fix missing theme assetsAdapt to changes in https://github.com/webpack-contrib/copy-webpack-plugin
Art LowelYura BondarenkoArt Lowel
808d4e925a5Enable source maps in dev mode
Art LowelYura BondarenkoArt Lowel
a47d7dd8461Upgrade ng-dynamic forms
Yura BondarenkoYura Bondarenko
621a874b29987968: Include theme modules in tsconfig.spec.tsWithout this, Webpack errors out when building tests due to theme components missing from the TS compilation
Yura BondarenkoYura Bondarenko
9093ef4ae9987968: Karma needs ts-node 10.2.1Otherwise tests error out with Uncaught ReferenceError: sourceMapSupport is not defined Check just-jeb/angular-builders issue 1046 for more info
Yura BondarenkoYura Bondarenko
29d8dd68f4e87968: Remove html-webpack-pluginAfter updating to Angular 12, it causes ng serve to fail with Conflict: Multiple assets emit different content to the same filename index.html Confirmed that the application still builds and runs properly without it. This plugin isn't used by @angular-builders/custom-webpack since Angular 8 (see https://www.justjeb.com/post/customizing-angular-cli-build#viewer-51npg), this is just the first...
Yura BondarenkoYura Bondarenko
22c5976095b87968: Upgrade to Angular 12
Tim DonohueGitHubTim Donohue
45887154b64MMerge pull request #1582 from louiserumpf/translation-deUpdated German translation
Tim DonohueGitHubTim Donohue
8a6fd925b4eMMerge pull request #1580 from BibNumUMontreal/mainFrench translation reviewed and updated
Marie-Hélène VézinaMarie-Hélène Vézina
41eebbe661fquick changes to fr.json5changes according to review : https://github.com/DSpace/dspace-angular/pull/1580#pullrequestreview-930932091
Tim DonohueGitHubTim Donohue
9c0fce3a7a3MMerge pull request #1552 from 4Science/CST-5449[CST-5449] "Browse by" pages are missing "Now showing" contextual informationCST-5449
Tim DonohueGitHubTim Donohue
c1e69765029MMerge pull request #1574 from ybnd/Fix-search-filter-date-range-slider-collapse-animationPad date range sliders to fix search facet animation issues
Yura BondarenkoYura Bondarenko
dac852481e2Pad date range slidersSo handles don't jut out when set to the min/max
Giuseppe DigilioGiuseppe Digilio
2ce744280bf[CST-5449] Fix issue with double result list in the browse pageCST-5449

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut