Skip to content

Commit

Permalink
Fixed internal links.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgodey committed Oct 12, 2024
1 parent 46fdb11 commit 1417729
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/releases/0.2.0-testing.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _This page provides a comprehensive list of all changes in the release._

## Installing 0.2.0-testing.1

You will need to create a new installation of Mathesar to use this version, which you can do via [Docker Compose](../../installation/docker-compose/) or [from source](../../installation/build-from-source/).
You will need to create a new installation of Mathesar to use this version, which you can do via [Docker Compose](../installation/docker-compose/index.md) or [from source](../installation/build-from-source/index.md).

We do not support upgrading from previous versions to `0.2.0-testing.1`.

Expand All @@ -21,13 +21,13 @@ We do not support upgrading from previous versions to `0.2.0-testing.1`.

We have a brand new access control system based entirely on PostgreSQL database roles and privileges. Mathesar users must now be assigned a database role, and any operations performed by the user through the Mathesar UI will connect to the database using that role.

![image](../../assets/releases/0.2.0-testing.1/db-settings-collaborators.png)
![image](../assets/releases/0.2.0-testing.1/db-settings-collaborators.png)

This gives Mathesar several new capabilities. Database administrators can set up access control directly on the database and use those roles in Mathesar. Mathesar also supports setting up PostgreSQL roles and privileges via the UI, including granular access control at the individual table level.

This replaces our previous access control system (which was enforced at the API layer, and only supported permissions at the database and schema levels). It also eliminates the need for Mathesar to use a database superuser for day-to-day operations.

More detailed documentation can be found in our User Guide under [Permissions](../../user-guide/permissions/) and [Users](../../user-guide/users/).
More detailed documentation can be found in our User Guide under [Permissions](../user-guide/permissions.md) and [Users](../user-guide/users.md).

------

Expand Down Expand Up @@ -179,7 +179,7 @@ We made several visual improvements to Mathesar to ensure consistency, better us

A before-and-after comparison of the "Create Link" modal can be seen below.

![image](../../assets/releases/0.2.0-testing.1/create-link-changes.png)
![image](../assets/releases/0.2.0-testing.1/create-link-changes.png)

- Show a loading spinner for table pages _[#3602](https://github.com/mathesar-foundation/mathesar/pull/3602 "Show a loading spinner for table pages")_
- UI consistency improvements for modals and table inspector _[#3860](https://github.com/mathesar-foundation/mathesar/pull/3860 "UI consistency improvements")_
Expand Down

0 comments on commit 1417729

Please sign in to comment.