Commit Graph

3210 Commits

Author SHA1 Message Date
Kristof De Langhe
cc389e1149 Merge branch 'master' into w2p-62589_Item-mapper-update 2019-06-18 17:41:54 +02:00
Alexander Sulfrian
97374d47c5 Use delegation for MetadataSchemaDataService 2019-06-18 17:22:52 +02:00
Alexander Sulfrian
745245ef5d Add tests for ResourcePolicyService 2019-06-18 17:22:52 +02:00
Alexander Sulfrian
9ed8722169 Add missing ResourcePolicyService 2019-06-18 16:20:55 +02:00
lotte
bb76015aa1 Solved issue with non-existing search pages 2019-06-18 08:58:35 +02:00
Kristof De Langhe
080ea9e7a4 Merge branch 'master' into w2p-62339_Relationships-link-to-item-via-HAL-links 2019-06-17 13:33:15 +02:00
lotte
37fd04593b 62355: replaced all method calls in templates (except for metadata values...) 2019-06-14 16:15:45 +02:00
lotte
e1fea7f8e3 removed unnecessary code 2019-06-13 09:44:11 +02:00
Ben Bosman
a259446a60 metadata field updates for schema.org 2019-06-12 10:00:40 +02:00
Tim Donohue
e179596ac2 Merge pull request #424 from 4Science/DSpace#423
Fix issue with getSearchLink
2019-06-09 09:28:13 +02:00
Giuseppe Digilio
c956c212be Fix issue with getSearchLink 2019-06-08 19:38:29 +02:00
dependabot[bot]
cc7374351d Bump ecstatic from 3.2.2 to 3.3.2
Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.2.2 to 3.3.2.
- [Release notes](https://github.com/jfhbrook/node-ecstatic/releases)
- [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/3.3.2/CHANGELOG.md)
- [Commits](https://github.com/jfhbrook/node-ecstatic/compare/3.2.2...3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-07 21:31:28 +00:00
Kristof De Langhe
3868b0aaae Merge branch 'master' into w2p-62589_Item-mapper-update 2019-06-07 16:35:40 +02:00
Kristof De Langhe
480a1b482a Merge branch 'master' into w2p-62063_Configurable-Browse-By 2019-06-07 16:22:57 +02:00
Kristof De Langhe
47994f9557 62741: Entities grid templates tests 2019-06-07 15:18:38 +02:00
Kristof De Langhe
0a32d3f915 62741: Remove whitespace and entity thumbnails from grid templates 2019-06-07 13:23:03 +02:00
Kristof De Langhe
22ae5a04e7 62741: Journal-types grid elements & grid thumbnail fix/improvement 2019-06-07 12:51:27 +02:00
Kristof De Langhe
d1bf380e46 restored empty html files 2019-06-07 11:12:58 +02:00
Kristof De Langhe
16bad82564 62741: Entities grid templates - publication, orgunit, person, project 2019-06-06 18:00:54 +02:00
Art Lowel
50c6cd4b27 Merge pull request #418 from 4Science/issue-#416
Fix #416
2019-06-06 17:35:44 +02:00
lotte
9f3997f103 reenabled default theme 2019-06-06 15:35:38 +02:00
lotte
1753d55d77 Merge branch 'master' into selectable-themes
Conflicts:
	src/app/core/core.effects.ts
2019-06-06 15:35:18 +02:00
lotte
20d15dab54 removed unnecessary config 2019-06-06 15:34:32 +02:00
Giuseppe Digilio
509cea087f when iterate over selected values, retrieve facet value from getFacetValue method 2019-06-06 15:02:42 +02:00
lotte
5bd1e050fe solve issue with backslashes in paths 2019-06-06 13:55:01 +02:00
Ben Bosman
2b1ce1e39a metadata field updates for schema.org 2019-06-06 13:23:12 +02:00
dependabot[bot]
0040ff2920 Bump handlebars from 4.0.11 to 4.1.2
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 09:40:03 +00:00
Art Lowel
25edc3c952 Add support for resources in themes 2019-06-06 10:30:24 +02:00
Art Lowel
99ca2dedea Revert "switch to relative theme paths for windows support"
This reverts commit a5d61312
2019-06-06 09:28:39 +02:00
Art Lowel
a6bb83b4f8 Revert "make the relativethemePath relative to the project root instead of src root"
This reverts commit c6f18674
2019-06-06 09:28:34 +02:00
Art Lowel
2008c8bc92 Revert "always use forward slashes in relative theme paths"
This reverts commit 7fbde900
2019-06-06 09:28:28 +02:00
dependabot[bot]
072537968f Bump js-yaml from 3.12.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 04:38:52 +00:00
Art Lowel
7fbde90095 always use forward slashes in relative theme paths 2019-06-05 18:53:24 +02:00
Art Lowel
c6f1867478 make the relativethemePath relative to the project root instead of src root 2019-06-05 18:49:00 +02:00
Art Lowel
a5d6131238 switch to relative theme paths for windows support 2019-06-05 18:25:51 +02:00
Art Lowel
fac7cc266e remove dependency on replace-in-file 2019-06-05 17:17:53 +02:00
Art Lowel
743be6a2cd add projectroot to sass includedPaths instead of using replace to fix the paths during build 2019-06-05 17:14:22 +02:00
lotte
56b2ee1f0d fixed webpack.test config 2019-06-05 15:52:08 +02:00
lotte
d305adaa07 changed replace regexes to be windows compatible 2019-06-05 15:30:46 +02:00
lotte
ed128d1f17 removed node env variable 2019-06-05 14:25:58 +02:00
Art Lowel
5a47c2f4a7 fix case where there are no custom configs 2019-06-04 18:08:06 +02:00
dependabot[bot]
99b43e0a4e Bump pem from 1.12.3 to 1.13.2
Bumps [pem](https://github.com/Dexus/pem) from 1.12.3 to 1.13.2.
- [Release notes](https://github.com/Dexus/pem/releases)
- [Changelog](https://github.com/Dexus/pem/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Dexus/pem/compare/v1.12.3...v1.13.2)
2019-06-04 15:47:28 +00:00
Art Lowel
c58e6f6239 use config to determine active theme 2019-06-04 17:12:12 +02:00
Kristof De Langhe
9a915ae8c4 62651: person-metadata-list-element name fix 2019-06-04 15:41:58 +02:00
Ben Bosman
4f8d60c4d2 Discovery facet labels for new metadata fields 2019-06-04 12:03:57 +02:00
Kristof De Langhe
a7e8c279f2 62651: Fixed title on Person pages 2019-06-04 11:30:00 +02:00
Art Lowel
8bccdac99d fix dev build 2019-06-03 17:22:55 +02:00
Kristof De Langhe
a7fd250f4b Merge branch 'master' into w2p-62063_Configurable-Browse-By 2019-06-03 15:25:01 +02:00
Kristof De Langhe
bf469ef91b 62651: Entity item display and lists field changes 2019-06-03 15:03:53 +02:00
Tim Donohue
4a1a64b728 Merge pull request #409 from DSpace/dependabot/npm_and_yarn/webpack-bundle-analyzer-3.3.2
Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2
2019-05-31 11:57:33 -05:00