Версия 0.4.0 #7

Merged
kor-elf merged 13 commits from develop into main 2025-02-15 00:07:48 +05:00

13 Commits

Author SHA1 Message Date
kor-elf c112b225dc Update byTag method to specify void return type
Added an explicit void return type to the byTag method for clarity and strict type enforcement.
2025-02-14 23:33:39 +05:00
kor-elf e3194cef48 Update MDHub image version to 0.4.0 in production setup 2025-02-14 21:52:17 +05:00
kor-elf 41a7343338 Added the ability to automatically translate simple text. 2025-02-13 22:43:39 +05:00
kor-elf 90aa909b7f Fix incorrect property access in CompletionChecker
Corrected the property access from array syntax to object syntax for `$hash->field` in the `CompletionChecker.php` file. This ensures proper handling of fields and prevents potential runtime errors.
2025-02-13 22:42:40 +05:00
kor-elf 8b35a5691f Refactor language filter to use conditional query builder
Removed redundant `whereIn` clause to simplify the query logic.
2025-02-12 21:38:52 +05:00
kor-elf 844264fb62 Added automatic translation about the project. 2025-02-09 21:39:18 +05:00
kor-elf d8d17064d0 Mark DocumentationCategoryContentService as readonly. 2025-02-09 20:55:40 +05:00
kor-elf 4dc6060fb3 Added support for automatic translation of documentation categories. 2025-02-09 20:00:34 +05:00
kor-elf 58a256e1e4 Added the ability to automatically translate documentation content. 2025-02-09 18:58:51 +05:00
kor-elf 25faa3d62b Added settings for translation into other languages ​​in the project. 2025-02-09 18:53:08 +05:00
kor-elf c4817a675a Standardize Dockerfile stage naming convention
Updated all Dockerfile stage names to adhere to a consistent lowercase naming convention with underscores. This improves readability and aligns with best practices for naming Docker build stages.
2025-02-09 18:26:05 +05:00
kor-elf cb2161356e Remove commented-out alternate image references in configs
Cleaned up unused image lines referencing MDHub in multiple docker-compose files.
2025-02-09 18:25:09 +05:00
kor-elf b729d057a9 Add writable .composer directory for Composer cache.
This commit ensures a writable .composer directory is created with appropriate permissions. This change resolves potential permission issues when using Composer inside the container.
2024-12-10 22:22:50 +05:00