FS-Wiki Modifikationen
Find a file
Einhard Leichtfuß a27df68225
Erstifahrt: Add page title translations
At least on the special pages overview, they are now displayed with a
proper title.
2024-08-12 00:51:40 +02:00
.githooks add git hooks 2022-02-11 19:59:15 +01:00
dist/arch Fix tmpfiles.d setup 2020-04-25 13:08:30 +02:00
Erstifahrt Erstifahrt: Add page title translations 2024-08-12 00:51:40 +02:00
fslogin fix yesterday key 2020-02-17 19:40:17 +01:00
FSMail fix requires declaration 2021-11-09 22:39:50 +01:00
FSMod Fix multiline intern tags 2024-01-13 13:27:15 +01:00
StuBu remove StuBu 2020-01-15 22:11:47 +01:00
StudiRegistration prepare for ${} string interpolation deprecation 2022-06-09 16:57:58 +02:00
.gitignore .gitignore 2020-04-18 20:44:37 +02:00
.mailmap add .mailmap file 2022-04-01 15:49:45 +02:00
lint.sh add git hooks 2022-02-11 19:59:15 +01:00
README.md add readme 2022-02-11 20:04:48 +01:00

FS-Mods

This repo contains some Mediawiki-Extensions and a Roundcube-Extension

Git-Hooks

The folder .githooks contains some git hooks, notably the pre-commit hook that runs the lint script to check for syntax errors.

These hooks are not configured to be run by default.

To run these hooks you can configure git with e.g.

git config core.hooksPath .githooks