Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!1111
Update changelog from 2.12.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update changelog from 2.12.1
update-copyright-from-2.12.1
into
master
Overview
2
Commits
2
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
update-copyright-from-2.12.1
into
master
2 years ago
Overview
2
Commits
2
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 2
6a65d8b3
2 years ago
version 1
0a84db7d
2 years ago
master (base)
and
latest version
latest version
08b22a16
2 commits,
2 years ago
version 2
6a65d8b3
2 commits,
2 years ago
version 1
0a84db7d
2 commits,
2 years ago
1 file
+
35
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CHANGELOG.rst
+
35
−
11
Options
@@ -14,15 +14,44 @@ Added
* Notification drawer in top nav bar
* GraphQL queries and mutations for core data management
* [Dev] Provide plain PDF template without header/footer for special layouts.
* Show also group ownerships on person detail page
Changed
~~~~~~~
* Rewrite of frontend using Vuetify
* [Dev] Provide function to generate PDF files from fully-rendered templates.
Removed
~~~~~~~
* Support for materialize-based frontend views (deprecated in 2.11)
* Django debug toolbar
* It caused major performance issues and is not useful with the new
frontend anymore
`2.12.1`_ - 2022-11-06
----------------------
Fixed
~~~~~
* An invalid backport caused OIDC clients without PKCD to fail.
`2.12`_ - 2022-11-04
--------------------
Added
~~~~~
* Show also group ownerships on person detail page
* [Dev] Provide plain PDF template without header/footer for special layouts.
* [Dev] Introduce support for reformattinga and linting JS, Vue, and CSS files.
Changed
~~~~~~~
* OIDC scope "profile" now exposes the avatar instead of the official photo
* Language selection on Vue pages now runs via GraphQL queries.
* [Dev] Provide function to generate PDF files from fully-rendered templates.
* [Dev] Accept pre-created file object for PDF generation to define
the redirect URL in advance.
@@ -37,14 +66,6 @@ Fixed
* Invite Person view threw an error when personal invites existed
* Detailed information for done Celery tasks weren't saved.
Removed
~~~~~~~
* Support for materialize-based frontend views (deprecated in 2.11)
* Django debug toolbar
* It caused major performance issues and is not useful with the new
frontend anymore
`2.11`_ - 2022-08-27
--------------------
@@ -955,3 +976,6 @@ Fixed
.. _2.10.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.10.1
.. _2.10.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.10.2
.. _2.11: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11
.. _2.11.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11.1
.. _2.12: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12
.. _2.12.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.1
Loading