Derive slugs from extension_id
, not name
#83
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#83
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, slugs, which are part of each extension URL, are derived from extensions names, which is a problem because names aren't necessarily unique (afair at the time slugs were implemented the concept of
extension_id
didn't exist).It makes more sense to derive slugs from extension_id instead. This will, however, change existing URLs for quite a few extensions:
At the moment of writing, the URLs change for 27 extensions, and remain the same for 39.
Resolved with
1610434a1c