d4174cf7d2
Update image version to 0.5.0 in production config
2025-08-23 02:29:39 +05:00
de496eaea1
Comment out version declaration in docker-compose-prod.yml
2025-08-23 02:28:49 +05:00
94db6aa51d
Add jq to Docker image and improve UNIT_SOURCE handling
...
- Include jq in the Docker image for JSON processing.
- Refactor UNIT_SOURCE logic to cleanly update configuration using jq.
- Remove obsolete UNIT_SOURCE handling code.
2025-08-23 01:59:57 +05:00
c33fcd1d7c
Add required_with validation for language.*.code
...
- Enforces `language.*.code` to be required when `language.*.source_language_id` is present.
2025-08-22 22:33:39 +05:00
3d4bef0e56
Handle expired session errors gracefully
...
- Add custom response for 419 (CSRF token expiration) using exception handler.
- Update language files to include localized error messages for expired sessions.
2025-08-22 19:07:55 +05:00
19b0e68b8b
The active menu was not highlighted when we went to the documentation section.
2025-08-22 16:47:04 +05:00
ba74aa9977
The active menu was not highlighted if it was not the primary language.
2025-08-22 16:42:20 +05:00
224240708d
The cache was not cleared when saving
...
Clearing the cache using tags did not work correctly. Had to abandon them.
2025-08-22 16:14:22 +05:00
4049f9df53
Fixes for not saving sorting in documentation. Add 'sort' attribute to fillable properties in Documentation model.
2025-08-22 15:56:01 +05:00