Watchdog messages that contain links get truncated too short. This patch replaces <a> tags with <em> tags on the overview page.
| Comment | File | Size | Author |
|---|---|---|---|
| watchdog_6.patch | 896 bytes | darren oh |
Watchdog messages that contain links get truncated too short. This patch replaces <a> tags with <em> tags on the overview page.
| Comment | File | Size | Author |
|---|---|---|---|
| watchdog_6.patch | 896 bytes | darren oh |
Comments
Comment #1
darren ohComment #2
darren ohComment #3
Zen commentedWon't a strip_tags call (retaining ems) be better?
-K
Comment #4
darren ohThere's plenty of better ways. I thought this was something that needed to be dealt with quickly.
Comment #5
Zen commentedWhy don't we fix it right, then? This is not exactly a critical issue after all ...
Setting to 6-dev.
-K
Comment #6
darren ohPersonally, I would prefer a quick fix to having no fix until it's done "right". It's better for Drupal's image.
Comment #7
panchoDoes this problem still occur? In the meantime we have seen changes in both truncate_utf8() and the complete watchdog system.
If this still occurs, please provide a test case. Thanks!
Comment #8
darren ohThis is a Drupal 5 bug. Apparently it's being retained to motivate users to upgrade.