Alexandre Vryghem
9e7a59ddd0
110889: Prevent vocabulary undefined from being retrieved in hierarchy filter when none is configured
2024-02-18 11:58:04 +01:00
Alexandre Vryghem
cbe3f2f8f5
110889: Fixed searchevents request containing the query params in the clickedObject
...
Also fixed minor CSS issue in mobile mode where sidebar is still visible
2024-02-18 11:55:23 +01:00
Alexandre Vryghem
7bf7ee0ba7
110889: Added config to disable community/collection sidebar
2024-02-18 02:00:51 +01:00
Alexandre Vryghem
0bee02a501
110889: Remove the scope query parameter from the search on comcol pages
2024-02-18 00:32:53 +01:00
Alexandre Vryghem
0e2630d729
110889: Added search form to the community & collection pages
2024-02-18 00:32:52 +01:00
Alexandre Vryghem
e23c1f7b5d
110889: Replaced recently added component with search comcol section
2024-02-15 21:27:59 +01:00
Alexandre Vryghem
bae48007b3
Merge remote-tracking branch 'alex/fix-scope-issues-on-search-form_contribute-7.6' into added-recently-added-section-to-community-page_contribute-7.6
2024-02-15 19:57:31 +01:00
Alexandre Vryghem
6e29f306a7
108588: Fixed browse by date tab's year dropdown always being empty
...
- The data passed to the injector in BrowseByComponent was not updated by ngOnChanges
- Also refactored the injector logic to StartsWithLoaderComponent
2024-02-07 00:44:18 +01:00
Alexandre Vryghem
6f51bd866c
108588: Fixed browse by issue date show loading icon indefinitely when empty
2024-02-07 00:44:18 +01:00
Alexandre Vryghem
b240b2c160
108588: Fixed scope not being set when browsing by taxonomy on community/collection pages
2024-02-07 00:44:18 +01:00
Alexandre Vryghem
ca5fc8217e
108588: Fix header ordering issues on community & collection pages
2024-02-07 00:44:18 +01:00
Alexandre Vryghem
d95f9d0140
108588: Passed the scope to the browse sections
2024-02-07 00:44:18 +01:00
Alexandre Vryghem
d9759d1136
108588: Renamed components, because now these aren't page components anymore
2024-02-07 00:44:17 +01:00
Alexandre Vryghem
fb2c7cee9d
108588: Created separate section for communities & collections browse sections
2024-02-07 00:44:17 +01:00
Alexandre Vryghem
a695784fc8
108588: Removed the community & collection parts from the browse sections
2024-02-07 00:44:17 +01:00
Alexandre Vryghem
12478cf7e2
108588: Updated browse by switcher to work more like the new AbstractLoaderComponent
2024-02-07 00:44:17 +01:00
Alexandre Vryghem
15342b3903
108588: Updated CollectionPageRoutingModule to use custom sections
2024-02-07 00:44:17 +01:00
Alexandre Vryghem
e66a14cffd
108588: Fixed accessibility issues on ds-comcol-page-browse-by
2024-02-07 00:44:17 +01:00
Alexandre Vryghem
2c543ad570
108588: Updated CommunityPageRoutingModule to use custom sections
2024-02-07 00:22:14 +01:00
Alexandre Vryghem
bb0b66f927
108588: Moved sub communities & collections from community page to new component
2024-02-07 00:22:14 +01:00
Alexandre Vryghem
0483612819
108588: Moved CommunityPageSubCommunityListComponent & CommunityPageSubCollectionListComponent to a custom sections folder
2024-02-07 00:22:14 +01:00
Alexandre Vryghem
2fb393db7f
Removed the AbstractBrowseByTypeComponent
2024-02-06 21:45:22 +01:00
Alexandre Vryghem
239f082cce
Moved the context @Input() to the loaders (since they are not always required for all the loaders) & added AbstractComponentLoaderComponent documentation
2024-02-03 19:10:46 +01:00
Alexandre Vryghem
93b22cba1f
111639: Fixed search settings not using the scope
2024-02-03 14:51:35 +01:00
Alexandre Vryghem
22e87a5f5a
111639: Added scope @Input() and made the search facets & search results use that scope
2024-02-03 14:51:34 +01:00
Alexandre Vryghem
7942c900f4
Component doesn't have to be initialised anymore in ngOnChanges because connectInputsAndOutputs will automatically call the child component's ngOnChanges already
2023-12-17 16:17:16 +01:00
Alexandre Vryghem
a5b7e2a40f
Fixed circular dependency by extracting BrowseByDataType to a separate file
2023-12-12 01:39:12 +01:00
Alexandre Vryghem
e6bf2f0ca7
Fixed bug in BrowseService where findListByHref was called with null instead of undefined, which prevented its default values from being used
2023-12-12 00:59:43 +01:00
Alexandre Vryghem
a83d69ee0e
Created BrowseByPageComponent that uses the new refactored BrowseBySwitcherComponent extending AbstractComponentLoaderComponent
...
- Added the context to the rendersBrowseBy decorator
- Created AbstractBrowseByTypeComponent that is extended by all the browse type sections
2023-12-12 00:59:42 +01:00
Alexandre Vryghem
14d42b0d93
Fixed getComponent not triggering again when it's input values change by creating inputNamesDependentForComponent
...
Also simplified the way @Input() values are passed to their child component and how ngOnChanges is called by using setInput instead
2023-12-11 01:02:24 +01:00
Alexandre Vryghem
26e0bc81c7
Removed Themed components from PR 1842 because those should be themed using the decorator rendersBrowseBy(browseType, themeName) and fixed the components in the custom theme folder
...
- Removed ngOnDestroy from BrowseByTitlePageComponent because super.ngOnDestroy already included the unsubscribe functionality
- Removed BrowseBySwitcherComponent since a themed version of that isn't really useful
2023-12-11 01:02:24 +01:00
Alexandre Vryghem
2bae174350
Make MetadataRepresentationLoaderComponent extend AbstractComponentLoaderComponent
2023-12-10 12:36:22 +01:00
Alexandre Vryghem
774784a9b9
Make AdvancedWorkflowActionsLoaderComponent extend AbstractComponentLoaderComponent
2023-12-10 12:36:22 +01:00
Alexandre Vryghem
fe60adb47f
Make ClaimedTaskActionsLoaderComponent extend AbstractComponentLoaderComponent
2023-12-10 02:37:05 +01:00
Alexandre Vryghem
fb7afaddd0
Make ListableObjectComponentLoaderComponent extend AbstractComponentLoaderComponent
2023-12-10 02:35:44 +01:00
Alexandre Vryghem
2327513dd0
Created AbstractComponentLoaderComponent to load components dynamically
2023-12-10 02:03:32 +01:00
Tim Donohue
404ccd9b0e
Update version tag for release
dspace-7.6
2023-06-23 12:54:41 -05:00
Tim Donohue
990bde43ab
Merge pull request #2336 from atmire/w2p-103005_variable-overwrite-fix_contribution
...
Fix background-color overwrite issue
2023-06-23 10:01:53 -05:00
Tim Donohue
db526a0c25
Merge pull request #2331 from tdonohue/ssr_redirect_301
...
Implement basic 301 Redirect for DSpace 6.x URLs when SSR is used.
2023-06-23 08:59:30 -05:00
Tim Donohue
9a5e26f640
Merge pull request #2334 from 4Science/fix-bistream-download-cache
...
fix for bitstreams are not visible to crawlers when caching is enabled
2023-06-23 08:56:02 -05:00
lotte
d4a59dd51c
Merge branch 'w2p-103005_variable-overwrite-fix'
2023-06-23 12:07:22 +02:00
lotte
3d133f6166
103005: Fixed issue where bg colours couldn't be overwritten in themes
2023-06-23 11:50:05 +02:00
Giuseppe Digilio
163014306c
[DURACOM-172] improve regex
2023-06-23 09:23:28 +02:00
Giuseppe Digilio
d9857a7a9a
Merge branch 'main' into fix-bistream-download-cache
2023-06-23 09:16:17 +02:00
Tim Donohue
5331ff68db
Merge pull request #2330 from doana/dynamic-scrollable-dropdown-accessibility
...
Add the ability to expand / collapse via keyboard
2023-06-22 15:23:33 -05:00
Tim Donohue
d4a5308d0c
Refactor to use HardRedirectService. Update its redirect method to support optional statusCode
2023-06-22 13:37:14 -05:00
Giuseppe Digilio
6a58e49fb4
[DURACOM-172] add check to save only successful response into the SSR cache
2023-06-22 18:16:53 +02:00
Tim Donohue
661b4aef9d
Merge pull request #2332 from 4Science/DURACOM-170
...
"Add Collection" form loads
2023-06-22 11:10:39 -05:00
Alisa Ismailati
47e7eb1a4f
[DURACOM-170] Fixed "add collection" behavior
2023-06-22 12:14:15 +02:00
Tim Donohue
0fe33eecd1
Implement basic 301 Redirect when SSR is used.
2023-06-21 15:36:59 -05:00