Версия 0.7.0 #10

Merged
kor-elf merged 41 commits from develop into main 2026-07-26 02:35:45 +05:00
41 Commits
Author SHA1 Message Date
kor-elf 4cdf11be3d Update production Docker Compose to switch images to MDHub registry
- Replace Docker Hub image references with MDHub equivalents across all services.
- Update environment variables and volume bindings for web and app services.
- Add production-specific environment variables (`APP_ENV`) for queue and scheduler.
2026-07-26 02:20:36 +05:00
kor-elf 0fc181bf12 Update Docker Compose files to use consolidated Dockerfile
- Replace references to separate `php/Dockerfile` and `web/Dockerfile` with the unified `docker/Dockerfile`.
- Adjust target stages across services for development and production environments.
2026-07-26 02:20:13 +05:00
kor-elf 059d2b9d66 Consolidate PHP and Nginx Dockerfiles
- Merge separate PHP and Nginx Dockerfiles into a unified structure under `app/docker/Dockerfile`.
- Simplify build stages and streamline multi-service configuration for production, development, and utility containers.
- Remove outdated individual Dockerfiles (`php/Dockerfile` and `web/Dockerfile`).
2026-07-26 02:19:29 +05:00
kor-elf 136451dc5a Add breadcrumbs to site documentation views
- Integrate breadcrumb rendering across documentation views (`index`, `category`, `view`, and `no-default-version`).
- Add support for dynamic JSON-LD breadcrumb generation.
2026-07-25 23:10:37 +05:00
kor-elf 1ee453dcfe Add category path support to site documentation views
- Introduce `categoryPath` for `DocumentationService` methods.
- Resolve category paths dynamically based on parent or category ID.
2026-07-25 23:10:18 +05:00
kor-elf 2a26008e87 Add breadcrumbs to site views
- Introduce breadcrumb SCSS styles and integrate `breadcrumbs/site.blade.php`.
- Update SCSS imports to include new breadcrumb styles.
2026-07-25 23:09:49 +05:00
kor-elf 031aa196d1 Add breadcrumbs to site feedback page
- Extend breadcrumb definitions for `home` and `feedbacks.index`.
- Integrate breadcrumbs into the feedback page layout.
- Add support for dynamic JSON-LD breadcrumb rendering.
2026-07-25 22:34:21 +05:00
kor-elf c3b9fa56fb Add breadcrumbs and dynamic head stack to site layout
- Inject breadcrumbs into the main site layout for improved navigation.
- Add `@stack('head')` for dynamic head content integration.
2026-07-25 22:33:43 +05:00
kor-elf 0922ee217f Adjust breadcrumb icon styling in SCSS 2026-07-25 20:37:33 +05:00
kor-elf 7a1b9ecda1 Refactor table structure in admin documentation versions view
- Consolidate category and documentation sections under a single table.
- Adjust layout for clarity and consistency.
2026-07-25 02:09:15 +05:00
kor-elf 5f0958f42e Add breadcrumbs to admin documentation categories views
- Implement breadcrumbs for `index`, `create`, and `edit` views.
- Add conditional logic for category paths in `create` and `edit` views.
2026-07-25 01:25:49 +05:00
kor-elf db0dce27b4 Add breadcrumbs to admin project documentation views
- Implement breadcrumbs for `index`, `create`, and `edit` views.
- Add conditional logic to handle optional category paths in `create` and `edit` views.
2026-07-25 01:25:31 +05:00
kor-elf 754a67c5d0 Add breadcrumbs to admin project documentation versions views
- Introduce breadcrumbs for `index`, `create`, `edit`, and `show` views.
- Adjust breadcrumb logic to handle optional categories in `show` view.
2026-07-25 01:25:18 +05:00
kor-elf ace4c69bd8 Add breadcrumbs to admin project service translate view
- Introduce breadcrumbs for improved navigation on the service translate view.
- Adjust heading structure and reorganize translation form layout.
2026-07-25 01:23:09 +05:00
kor-elf 42d8728b1b Add breadcrumbs to admin project translations views
- Add breadcrumbs to `languages` and `edit` views for improved navigation.
2026-07-25 01:22:26 +05:00
kor-elf efab6d8eed Add breadcrumbs to admin project links views 2026-07-25 01:22:13 +05:00
kor-elf aa03855bb3 Add breadcrumbs to admin project feedbacks index view 2026-07-25 01:21:59 +05:00
kor-elf 7fd3a0d45c Add breadcrumbs to admin project languages and edit views 2026-07-25 01:21:49 +05:00
kor-elf 506f403a00 Add breadcrumbs to admin project feedback view 2026-07-25 01:21:06 +05:00
kor-elf b8efe490a7 Add breadcrumbs to admin projects views
- Implement breadcrumbs for index, create, edit, and show views.
2026-07-25 01:20:54 +05:00
kor-elf e11815b795 Add breadcrumbs to admin users views
- Implement breadcrumbs for index, create, and edit views.
2026-07-25 01:20:08 +05:00
kor-elf d925928ea9 Add cache clearing after key documentation category operations
- Inject `ClearCacheCommandHandler` into `DocumentationCategoryService`.
- Clear cache when creating, updating, or deleting a documentation category.
- Extend responses to include `categoryPath` where applicable.
2026-07-25 01:19:09 +05:00
kor-elf 0d08276d44 Add category path resolution in DocumentationService
- Resolve `categoryPath` using `getPathFromRoot` based on the project's default language.
- Include the resolved `categoryPath` in the response.
2026-07-25 01:18:52 +05:00
kor-elf 54a2d84a00 Add category path resolution in DocumentationVersionService
- Fetch category path using `getPathFromRoot` for the default project language.
- Pass resolved `categoryPath` to the view.
2026-07-25 01:18:29 +05:00
kor-elf a70e09bddc Add recursive method to fetch category path in DocumentationCategoryRepository
- Implement `getPathFromRoot` to retrieve the category path using recursive SQL query.
- Cache results for improved performance.
2026-07-25 01:17:55 +05:00
kor-elf 6e8b708749 Add breadcrumbs for admin users, feedbacks, projects, and related views
- Extend admin breadcrumbs configuration with paths for users, feedbacks, projects, translations, links, about, documentation versions, documentations, and categories.
2026-07-25 01:02:25 +05:00
kor-elf 4a4d6d3bdf Add breadcrumbs for admin roles views
- Implement breadcrumbs in roles index, create, and edit views.
- Update admin breadcrumbs configuration with roles-specific paths.
2026-07-24 00:02:19 +05:00
kor-elf 2e7318c097 Set up custom breadcrumb view for admin panel
- Add `breadcrumbs/admin.blade.php` to define admin-specific breadcrumb structure.
- Update `Admin/Controller` to use the new breadcrumb view.
2026-07-23 23:58:00 +05:00
kor-elf e2f5d155ff Add breadcrumb support and hide navbar links on smaller screens
- Introduce optional `@yield('breadcrumbs')` for rendering breadcrumbs.
- Adjust navbar navigation visibility with `d-none d-lg-flex` class.
2026-07-23 23:57:24 +05:00
kor-elf ba9be40c78 Add profile and settings links to mobile navigation menu 2026-07-23 23:36:14 +05:00
kor-elf 0a612e72c7 Add breadcrumb support using Laravel Breadcrumbs package
- Install `diglactic/laravel-breadcrumbs` and update composer dependencies.
- Configure breadcrumbs in `config/breadcrumbs.php`.
- Define breadcrumbs for admin and site views.
- Update base admin controller to include default breadcrumb view.
2026-07-22 21:01:09 +05:00
kor-elf 949ffc6221 Update environment variables and dependencies in Docker Compose for production
- Replace `UNIT_SOURCE` with `APP_ENV` variable.
- Add `app` and `captcha-app` as dependencies in relevant services.
2026-07-22 20:57:11 +05:00
kor-elf 820450c48c Add optional category selection when creating documentation
- Update `DocumentationService::create` to support an optional `categoryId` parameter.
- Introduce `CreateRequest` for input validation.
- Adjust controller logic to handle `categoryId`.
- Restructure create/edit views under the `documentation-versions` directory.
2026-07-22 01:05:15 +05:00
kor-elf 3a7c747ac4 Add support for parent categories in documentation management
- Update `DocumentationCategoryService::create` to accept an optional `parentId` parameter.
- Introduce `CreateRequest` for validating parent category input.
- Adjust controller actions to handle parent category information.
- Restructure templates under `documentation-versions` for better organization.
2026-07-22 01:04:41 +05:00
kor-elf 02bcac7889 Move documentation templates under version-specific directories
- Relocate `documentations` views to the `documentation-versions` directory.
- Update includes and routes across affected templates to align with the new directory structure.
- Apply minor styling tweaks for improved spacing consistency.
2026-07-22 01:04:01 +05:00
kor-elf 6831592661 Move documentation category templates under version-specific directories
- Update paths to reflect the inclusion of documentation versions: `documentation-categories` views were moved into the `documentation-versions` directory.
- Adjusted includes and routes in affected templates to align with new structure.
- Minor styling updates (e.g., margins) for better spacing consistency.
2026-07-22 01:03:25 +05:00
kor-elf d3a84bad04 Add category-specific documentation view and management
- Introduce routes and controller actions for displaying and managing documentation by category.
- Adjust views to incorporate category-specific information and actions.
- Update services to handle category retrieval and validation.
- Add localized strings for new functionality in English and Russian.
2026-07-22 01:01:53 +05:00
kor-elf 756cafdbff Remove SCRIPT_NAME from FastCGI params and update Nginx default index to prioritize index.html. 2026-07-15 23:40:25 +05:00
kor-elf 9356b06ef5 Set default height of TinyMCE textarea to 600px in WYSIWYG component. 2026-07-15 23:00:43 +05:00
kor-elf b5258f840e Replace $request->get() with $request->attributes->get() throughout controllers and middleware for consistency and enhanced reliability. 2026-07-15 22:35:55 +05:00
kor-elf b35f04d220 Replace Unit configuration with Nginx + PHP-FPM setup in Docker
- Remove outdated Unit-based Docker configuration and scripts.
- Introduce Nginx + PHP-FPM stack with environment-based configurations.
- Add custom Nginx setup for frontend-backend routing.
- Update Dockerfiles, Docker Compose, and related scripts for new architecture.
2026-07-15 00:12:32 +05:00