Skip to content

Commit

Permalink
Improvement: Implement accessibility statement and feedback mechanism,
Browse files Browse the repository at this point in the history
…resolves moodle-an-hochschulen#567.

Co-authored-by: Katalin Lukacs Toth <[email protected]>
  • Loading branch information
detomon and olivabigyo committed Nov 20, 2024
1 parent aae86d1 commit 97413cd
Show file tree
Hide file tree
Showing 30 changed files with 1,460 additions and 113 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2024-11-20 - Improvement: Implement accessibility statement and feedback mechanism, resolves #567.
* 2024-11-19 - Bugfix: The starred courses popover showed a JavaScript error in the browser JS console, resolves #759.
* 2024-11-19 - Bugfix: The starred courses popover in the navbar must only be shown if Boost Union or Boost Union child is active, resolves #759.
* 2024-11-18 - Improvement: Add the possibility to restrict smart menus and smart menu items to site admins and non-site admins only, resolves #421.
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,18 @@ With these settings, you can add rich text content which will be shown on a gene

With these settings, you can add rich text content which will be shown on a generic page 3.

#### Tab "Accessibility"

In this tab there are the following settings:

#### Declaration of accessibility

With these settings, you can add rich text content which will be shown on the declaration of accessibility page.

#### Accessibility support

With these settings, you can add rich text content and configure the form which will be shown on the accessibility support page.

#### Tab "Information banners"

In this tab, you can enable and configure multiple information banners to be shown on selected pages.
Expand Down Expand Up @@ -857,6 +869,6 @@ Moodle an Hochschulen e.V. would like to thank these main contributors (in alpha
* University of Bayreuth, Nikolai Jahreis: Code
* University of Graz, André Menrath: Code
* University of Lübeck, Christian Wolters: Code, Peer Review, Ideating
* Zurich University of Applied Sciences (ZHAW): Funding, Ideating
* Zurich University of Applied Sciences (ZHAW): Funding, Ideating, Code

Additionally, we thank all other contributors who contributed ideas, feedback and code snippets within the Github issues and pull requests as well as all contributors who contributed additional translations in AMOS, the Moodle translation tool.
12 changes: 12 additions & 0 deletions amd/build/accessibilitysupportform.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/accessibilitysupportform.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/backtotopbutton.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 97413cd

Please sign in to comment.