Modify ↓
Opened 15 years ago
Closed 15 years ago
#7086 closed defect (fixed)
Keywords are not properly handled
Reported by: | anonymous | Owned by: | CuriousCurmudgeon |
---|---|---|---|
Priority: | normal | Component: | BatchModifyPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Keywords are not properly handled
The current "merge" of keywords handles only comma separator, should handle any non-alphanumeric separator. Patch with reg ex implementation is added to this ticket.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | regexp_keywords.patch added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Status: | new → assigned |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Additionally the last line that joins the merged keywords, must join them with a space (or other non-alphanumeric) seperator.