|
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Two user-reported regressions: 1. B2B classifieds "Dodaj ogłoszenie" button silently no-op'd. Hidden Quill description textarea had `required` attribute — browser blocked submit but cannot show validation UI on display:none fields. Removed `required`, added empty-content guard in submit handler with explicit alert. 2. Forum auto-linker truncated Google Maps URLs containing two underscores (e.g. forestry_office...g_ep=). Italic regex `_text_` matched across the URL, splitting it with <em> tags. Italic/bold underscore forms now require non-word boundary so URLs and identifiers like my_var_name pass through untouched. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| analytics.py | ||
| CLAUDE.md | ||
| context_processors.py | ||
| data_quality.py | ||
| decorators.py | ||
| error_handlers.py | ||
| helpers.py | ||
| history_formatter.py | ||
| markdown.py | ||
| middleware.py | ||
| notifications.py | ||
| onboarding.py | ||
| permissions.py | ||