You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
For releases `< 1.0.0` minor version steps may indicate breaking changes too.
8
8
9
+
## [2.1.0-beta] - 2024-04-17
10
+
### Added
11
+
- Variable that defines after how many seconds of user inactivity the user is logged out `who.timeout = 1800`
12
+
13
+
### Fixed
14
+
- Various `ckanext-grouphierarchy-sddi` updates and fixing of styling bugs. See [CHANGELOG](https://github.com/tum-gis/ckanext-grouphierarchy-sddi/releases/tag/1.1.4) for changes.
15
+
- Removed "Remember me" button on the login page
16
+
- Fixing the missing variables for personalization of the main page
17
+
- Repair the view of the dataset added by the organization on the main page
18
+
9
19
## [2.0.1] - 2023-11-07
10
20
11
21
### Added
@@ -222,7 +232,8 @@ for production environments.**
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ are alway pinned to a stable release number or commit hash.
181
181
|---|---|:---:|:---:|:---:|---|
182
182
|[`scheming`](https://github.com/MarijaKnezevic/ckanext-scheming)|`f98daec`|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| Configure and share CKAN dataset metadata forms. |
183
183
|[`hierarchy`](https://github.com/ckan/ckanext-hierarchy)|`v1.2.0`|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| Allows to organize organizations and groups in a hierarchy tree (nested groups/orgs). |
184
-
|[`grouphierarchysddi`](https://github.com/tum-gis/ckanext-grouphierarchy-sddi)|`1.1.3`|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| Extends `hierarchy` with pre-defined groups and topics of the SDDI concept. |
184
+
|[`grouphierarchysddi`](https://github.com/tum-gis/ckanext-grouphierarchy-sddi)|`1.1.4`|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| Extends `hierarchy` with pre-defined groups and topics of the SDDI concept. |
185
185
|[`relation`](https://github.com/tum-gis/ckanext-relation-sddi)|`1.0.3`|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| Enables to create and visualize different types of relations (*realated_to*, *depends_on*, *part_of*) between catalog entries. |
186
186
|[`spatial`](https://github.com/MarijaKnezevic/ckanext-spatial)|`c2118b9`|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| Provides the ability to search for datasets according to a given spatial extent. |
187
187
|[`datesearch`](https://github.com/MarijaKnezevic/ckanext-datesearch)|`1.0.2`|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| Provides the ability to search for datasets according to a given time frame. The search includes all datasets, in which the time of validity overlaps in at least one second with the search time frame. |
0 commit comments