История коммитов

.
docs(agents): add documentation section; update docs submodule pointer
.
docs: rewrite README in English and actualize content
.
chore(docs): bump docs submodule pointer
.
chore: change cms version
.
chore: require symfony/console
.
feat(online): show forum location in history list
.
feat(online): show forum location in site-wide online list
Use ForumVisitorPlaceFormatter for users whose place starts with /forum.
Switch all formatter strings to d__('forum', ...) so translations resolve
correctly regardless of the calling module's default domain.
.
feat(install): add news demo data with comments and votes
Seed news_sections, news_articles, news_search_index, news_comments,
and news_votes during demo installation.
.
style(install): migrate Bootstrap 4 form classes to Bootstrap 5
.
feat(install): auto-fill DB fields from .env when running in Docker