Text to go in the release notes:
|
This is an improvement to the internals of Koha, which will not cause any changes to library workflows. Release notes for developers:
Most of the codebase is now tidy.
.pm, .pl, .t, .tt, .inc, .vue, and .js files are, and will continue to be, kept tidy!
Update your ktd to get:
The new images with a pre-commit Git hook, which will be installed at ktd startup.
The updated QA script.
A Prettier plugin for tidying Template Toolkit files: https://gitlab.com/koha-community/prettier-plugin-template-toolkit
For new patches you don’t need to do anything special:
The pre-commit hook will automatically tidy files when you commit your changes.
The QA script will check that your commits contain tidy versions of the files.
There are two new scripts available for developers:
misc/devel/tidy.pl - Used to tidy files.
misc/devel/auto_rebase.pl - Automatically attempts to rebase your patches.
|