From a063de6f16a54fab07e324e527c051a024225a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20W=C3=B6hlke?= <36666317+thomaswoehlke@users.noreply.github.com> Date: Sat, 2 Jan 2021 23:28:35 +0100 Subject: [PATCH 1/3] Delete label.yml --- .github/workflows/label.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/label.yml diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index ea7c6007..00000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler - -name: Labeler -on: [pull_request] - -jobs: - label: - - runs-on: ubuntu-latest - - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file From 9826d037874a812776a4fcdc2c1e2ff3ef68b23e Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 2 Jan 2021 23:42:51 +0100 Subject: [PATCH 2/3] ## 2.3.34 * fixed #317 switch Context is broken * fixed #326 add Context to Breadcrumb * fixed #327 AbstractController: rename rootCategories to rootProjects (line 77) * fixed #328 AbstractController: rename allCategories to allProjects (line 66) * fixed #329 AbstractController: remove side effects from getContext (line 145, 159) * fixed #330 Add Project to Root Project: preset correct Context * fixed #331 Edit Project: update HTML Layout to current Bootstrap Version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7bb0a5f3..9bbaa481 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 15 - 3.6.2 + 3.6.3 6.28.0 From 93b0a0af19b754b337592d5dff3188ef880b256d Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 2 Jan 2021 23:48:12 +0100 Subject: [PATCH 3/3] ## 2.3.34 * fixed #317 switch Context is broken * fixed #326 add Context to Breadcrumb * fixed #327 AbstractController: rename rootCategories to rootProjects (line 77) * fixed #328 AbstractController: rename allCategories to allProjects (line 66) * fixed #329 AbstractController: remove side effects from getContext (line 145, 159) * fixed #330 Add Project to Root Project: preset correct Context * fixed #331 Edit Project: update HTML Layout to current Bootstrap Version --- src/main/resources/templates/layout/page.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/layout/page.html b/src/main/resources/templates/layout/page.html index ec16b686..c60513fb 100644 --- a/src/main/resources/templates/layout/page.html +++ b/src/main/resources/templates/layout/page.html @@ -66,7 +66,7 @@
@@ -75,6 +75,14 @@ + +