Opened 3 years ago

Closed 3 years ago

#33195 closed Cleanup/optimization (fixed)

Class-based urlize()

Reported by: Claude Paroz Owned by: Claude Paroz
Component: Utilities Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I had a use case for using a customized urlize() utility and was annoyed by monolithic implementation of the Django urlize() utility.

I'm suggesting a class-based implementation though a following patch.

Change History (4)

comment:1 by Claude Paroz, 3 years ago

Has patch: set

comment:2 by Mariusz Felisiak, 3 years ago

Owner: changed from nobody to Claude Paroz
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak, 3 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In e567670b:

Fixed #33195 -- Refactored urlize() based on a class.

This allows easier customization/

Note: See TracTickets for help on using tickets.
Back to Top