Modify

Opened 14 years ago

Closed 14 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)

regexp_keywords.patch (1.3 KB) - added by anonymous 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by anonymous

Attachment: regexp_keywords.patch added

comment:1 Changed 14 years ago by anonymous

Additionally the last line that joins the merged keywords, must join them with a space (or other non-alphanumeric) seperator.

comment:2 Changed 14 years ago by CuriousCurmudgeon

(In [7937]) refs #7086

  • Applied patch on ticket. Adds better whitespace handling when merging keywords. Thanks to whoever submitted it.

comment:3 Changed 14 years ago by CuriousCurmudgeon

Status: newassigned

comment:4 Changed 14 years ago by CuriousCurmudgeon

Resolution: fixed
Status: assignedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain CuriousCurmudgeon.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.