View Issue Details

IDProjectCategoryView StatusLast Update
0006012Composrcore_rich_mediapublic2024-11-16 01:04
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityTrivial-bug 
Status resolvedResolutionfixed 
Product Version11.beta4 
Fixed in Version 
Summary0006012: Comcode to HTML converts b Comcode tag to b HTML tag; this violates webstandards (should be strong)
DescriptionThe Comcode b tag should be converting to the HTML strong tag, not the legacy HTML b tag.
TagsRoadmap: v11
Time estimation (hours)
Sponsorship open

Activities

admin

2024-11-16 01:04

administrator   ~0009596

Automated response: Webstandards violations in b and i Comcode tags

In semiparse mode, Comcode tags b and i were converting to HTML b and i tags. These are outdated and violate webstandards.

This hotfix ensures Comcode b converts to HTML strong, and Comcode i converts to HTML em.

admin

2024-11-16 01:04

administrator   ~0009597

Fixed in Git commit 9d35482f29 (https://gitlab.com/composr-foundation/composr/commit/9d35482f29 - link will become active once code pushed to GitLab)

admin

2024-11-16 01:04

administrator  

hotfix-6012, 2024-11-16 1am.tar (124,928 bytes)

admin

2024-11-16 01:04

administrator   ~0009598

A hotfix (a TAR of files to upload) has been uploaded to this issue. Only apply this hotfix if you absolutely need it and cannot wait until the next release of Composr (releases are more reliable and strictly tested). As of Composr version 11, the recommended way to apply a hotfix is by following the same steps as an upgrade (https://baseurl/upgrader.php, use the hotfix on the step “Transfer across new/updated files”). The upgrader will automatically skip files belonging to addons you do not have installed or that are newer on disk than in the hotfix. Otherwise, you can manually extract and replace these files (do not replace if your on-disk file is newer than the one in the hotfix). Always take backups of your site or at least files you are replacing before applying a hotfix. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

Issue History

Date Modified Username Field Change
2024-10-23 22:06 Patrick Schmalstig New Issue
2024-10-23 22:06 Patrick Schmalstig Status non-assigned => assigned
2024-10-23 22:06 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-10-23 22:06 Patrick Schmalstig Tag Attached: Roadmap: v11
2024-10-23 22:07 Patrick Schmalstig Summary Comcode to HTML converts b Comcode tag to b HTML tag; this violates webstandards => Comcode to HTML converts b Comcode tag to b HTML tag; this violates webstandards (should be strong)