FS-Wiki Modifikationen
Go to file
JustAnotherJavaProgrammer 480551a51d Fix multiline intern tags 2024-01-13 13:27:15 +01:00
.githooks add git hooks 2022-02-11 19:59:15 +01:00
Erstifahrt run the schema update script on the extension,json files 2021-11-09 21:32:06 +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
dist/arch Fix tmpfiles.d setup 2020-04-25 13:08:30 +02:00
fslogin fix yesterday key 2020-02-17 19:40:17 +01:00
.gitignore .gitignore 2020-04-18 20:44:37 +02:00
.mailmap add .mailmap file 2022-04-01 15:49:45 +02:00
README.md add readme 2022-02-11 20:04:48 +01:00
lint.sh add git hooks 2022-02-11 19:59:15 +01:00

README.md

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