nordabiz/templates/classifieds
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
..
CLAUDE.md claude-mem plugin v10.3.3 2026-02-23 10:33:26 +01:00
edit.html fix: B2B classifieds submit + forum URL underscore handling 2026-04-14 13:12:06 +02:00
index.html feat: Quill rich text editor in B2B classifieds + expiry email notifier 2026-04-10 10:53:54 +02:00
new.html fix: B2B classifieds submit + forum URL underscore handling 2026-04-14 13:12:06 +02:00
view.html feat: Quill rich text editor in B2B classifieds + expiry email notifier 2026-04-10 10:53:54 +02:00