nordabiz/utils
Maciej Pienczyn 3372025458
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
fix: B2B classifieds submit + forum URL underscore handling
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>
2026-04-14 13:12:06 +02:00
..
__init__.py
analytics.py debug: add middleware-level mobile cookie logging 2026-03-18 11:05:04 +01:00
CLAUDE.md
context_processors.py
data_quality.py
decorators.py fix(audit): allow company MANAGER to view own audit dashboards 2026-03-19 17:24:36 +01:00
error_handlers.py
helpers.py fix(messages): allow data: protocol in bleach for base64 images + img width/height/style attrs 2026-03-30 16:18:11 +02:00
history_formatter.py
markdown.py fix: B2B classifieds submit + forum URL underscore handling 2026-04-14 13:12:06 +02:00
middleware.py debug: add middleware-level mobile cookie logging 2026-03-18 11:05:04 +01:00
notifications.py feat(forum): email + visual highlight for @mentions 2026-04-13 13:47:30 +02:00
onboarding.py fix(onboarding): fix 404 on 'Uzupełnij' links in dashboard progress widget 2026-04-08 14:21:08 +02:00
permissions.py