Bug 242939 - [wikitext][textile] BugzillaTextileLanguage should detect Bugzilla-generated comments
Summary: [wikitext][textile] BugzillaTextileLanguage should detect Bugzilla-generated ...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Green CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-01 21:22 EDT by David Green CLA
Modified: 2011-01-06 10:01 EST (History)
0 users

See Also:


Attachments
patch that alters the BugzillaTextileLanguage (8.37 KB, patch)
2008-08-01 21:25 EDT, David Green CLA
no flags Details | Diff
mylyn/context/zip (3.10 KB, application/octet-stream)
2008-08-01 21:25 EDT, David Green CLA
no flags Details
patch that adds to the comment-detection syntax (3.56 KB, patch)
2008-08-12 19:47 EDT, David Green CLA
no flags Details | Diff
mylyn/context/zip (8.14 KB, application/octet-stream)
2008-08-12 19:47 EDT, David Green CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Green CLA 2008-08-01 21:22:20 EDT
Comments like the following should not be detected as a list:

*** This bug has been marked as a blah of 234 ***

Currently Textile markup will treat this as a list of depth 3, which looks strange.
Comment 1 David Green CLA 2008-08-01 21:25:35 EDT
Created attachment 108989 [details]
patch that alters the BugzillaTextileLanguage
Comment 2 David Green CLA 2008-08-01 21:25:37 EDT
Created attachment 108990 [details]
mylyn/context/zip
Comment 3 Steffen Pingel CLA 2008-08-12 17:36:19 EDT
Nice. Patch applied. Added @author tag to test case.
Comment 4 David Green CLA 2008-08-12 19:46:22 EDT
Comments of the following form are not recognized as generated comments:

bc. 
*** Bug 209610 has been marked as a duplicate of this bug. ***

Comment 5 David Green CLA 2008-08-12 19:47:36 EDT
Created attachment 109850 [details]
patch that adds to the comment-detection syntax
Comment 6 David Green CLA 2008-08-12 19:47:37 EDT
Created attachment 109851 [details]
mylyn/context/zip
Comment 7 Steffen Pingel CLA 2008-08-12 19:53:57 EDT
Great. Patch applied.