aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/lang/de.php
AgeCommit message (Collapse)AuthorFilesLines
2021-08-05Update link to MySQL documentation in translationsThomas Lange1-2/+2
Since the introduction of the category system, the application requires MySQL >= 8.0, so we should update the links to the documentation of the MySQL search functionality to match the minimum required MySQL version.
2021-07-05Add dark color mode for admin themeThomas Lange1-0/+6
This commit adds a dark color mode for the admin theme. The dark color mode can be enabled/disabled by clicking the hyperlink in the footer. It is not perfect yet (it uses cookies and needs a full page reload), but it works just fine for the moment. Hope your eyes can enjoy it!
2021-07-01Add translations for upcoming category systemThomas Lange1-3/+9
2021-06-24Implement database schema MigratorThomas Lange1-0/+10
This commit implements the new database schema Migrator which keeps track of the on-disk schema and the schema used by the codebase. It tries to makes future database schema upgrades user-friendlier.
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange1-1/+0
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character.
2019-04-26Rename "template" directory to "theme"Thomas Lange1-0/+146
This commit renames the "template" directory to "theme" because "theme" is the more correct term here.