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

.
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
.
fix(install): update user agent in guestbook demo data
.
fix(install): use current date in guestbook demo data
.
fix(install): use current date and valid ip in forum demo data
.
fix: resolve array offset warnings from production logs
.
fix(editor): strip empty figure/img blocks and treat visually empty content as empty
.
fix(theme): improve table contrast in dark mode