Commit Graph

2087 Commits

Author SHA1 Message Date
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
lotte
5bd1e050fe solve issue with backslashes in paths 2019-06-06 13:55:01 +02: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
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
Art Lowel
c58e6f6239 use config to determine active theme 2019-06-04 17:12:12 +02:00
Art Lowel
8bccdac99d fix dev build 2019-06-03 17:22:55 +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
Tim Donohue
95bd8c8653 Merge pull request #401 from atmire/Group-Entity-Types
Group logical entity types together
2019-05-31 11:42:13 -05:00
Tim Donohue
984da54e1a Merge pull request #407 from atmire/Fixed-filtered-search-page
Fixed filtered search page
2019-05-31 11:36:26 -05:00
Art Lowel
50effd3b70 fix exposed_variables issue with AoT build 2019-05-31 13:24:04 +02:00
lotte
16ebaf1bfe resolved PR feedback and solved possible bug 2019-05-31 13:10:47 +02:00
Art Lowel
d93173e8d2 add syncbuilddir step to aot build 2019-05-31 09:44:49 +02:00
dependabot[bot]
1f9e014df0 Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.3.2.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v2.13.1...v3.3.2)
2019-05-30 11:02:34 +00:00
Art Lowel
32e7b7a3b4 fix merge mistakes 2019-05-30 10:12:37 +02:00
Art Lowel
eca6aa9b04 refactor webpack config 2019-05-30 10:06:06 +02:00
Art Lowel
b352137fb3 add i18n labels for person facets 2019-05-29 18:05:30 +02:00
lotte
813a856ed8 removed default value for search configuration 2019-05-29 13:48:50 +02:00
lotte
f763dcf752 Merge branch 'travis-without-global-script' into Fixed-filtered-search-page 2019-05-29 10:01:40 +02:00
lotte
b5c98e6917 Removed call to global script from travis setup 2019-05-29 10:00:08 +02:00
lotte
49dc4b86e2 Fixed issue with switch component on mydspace page 2019-05-29 09:24:33 +02:00
Art Lowel
da4115f122 fix issues following rebase 2019-05-28 16:21:02 +02:00
Art Lowel
11d06e34b1 moved themes to separate folder 2019-05-28 14:20:21 +02:00
lotte
cfcf496cc1 fixed tests 2019-05-28 14:18:56 +02:00
lotte
8a32777802 finished webpack config for switching themes 2019-05-28 14:18:56 +02:00
lotte
22928c3f23 intermediate theming commit 2019-05-28 13:53:12 +02:00
lotte
4a37759dea 61872: switching themes using wpack string replacer 2019-05-28 13:52:45 +02:00
lotte
3a7929369a working on extracting CSS in a separate file 2019-05-28 13:52:15 +02:00
lotte
139edd2df1 renamed theme to Mantis 2019-05-28 13:51:56 +02:00
lotte
1d99d8a535 61299: solved merge conflicts 2019-05-28 13:50:53 +02:00
lotte
a8aea654a1 cleaned up theming code 2019-05-28 13:50:29 +02:00
lotte
c0f3d38695 added banner and changed fonts 2019-05-28 13:47:43 +02:00
lotte
2cc3dd0694 added custom theming 2019-05-28 13:46:51 +02:00
lotte
856211d964 finished SCSS theming support 2019-05-28 13:44:00 +02:00
lotte
a4a4be9983 added different themes, issue with ngrx 2019-05-28 13:42:20 +02:00
lotte
24fdbaf0bd 62530: fixed loading issue 2019-05-23 16:15:40 +02:00
lotte
c3bd151cc3 Fixed issue with retrieving request 2019-05-22 16:55:49 +02:00
lotte
8a5bffa881 62530: working on fixing preboot issue with fixed filters/route params 2019-05-21 17:02:36 +02:00