﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
8429,Character subsets of words are matched as acronyms,defect,0.11,,new,2011-01-20T21:17:32+01:00,2020-05-06T01:55:05+02:00,"Example: When the acronym WFM is defined, WFMD shows up as a match (only the WFM portion is underlined).

[[Image(WFM.png)]]",Ryan J Ollos
8420,Allow multiple acronym definition pages to be specified,enhancement,0.11,,new,2011-01-19T05:50:24+01:00,2020-05-06T01:55:05+02:00,"Allow for specifying multiple acronym definition pages in ''trac.ini'':

{{{
[acronyms]
page = GeneralAcronymDefs, ProjectOneAcronymDefs
}}}

See also #8404.",Ryan J Ollos
8404,Allow for a common Acronyms file for multiple projects,enhancement,0.11,,new,2011-01-17T21:50:33+01:00,2020-05-18T06:55:08+02:00,"In ''trac.ini'', can I use the same common acronym file for multiple projects? I have 30 projects so would be great to point to one definition file.

Thanks for developing the plugin. It's very helpful.
",anonymous
8377,Valid acronyms with underlined wiki markup are not tagged as acronyms,defect,0.12,,new,2011-01-08T00:11:03+01:00,2020-05-06T01:55:05+02:00,"When an acronym is underlined, AcronymsPlugin does not detect it or add the {{{<acronym>}}} tag to it.  If the acronym contains other style elements ""inside"" the underline, then the acronym is tagged as expected.

For example, take the following wiki content:
{{{Acronym test: SCSI __SCSI__ '''SCSI''' ''SCSI'' '''''SCSI''''' __''SCSI''__ __'''SCSI'''__ ''__SCSI__'' '''__SCSI__'''  '''__''SCSI''__'''}}}

The following HTML is generated (newlines added for readability):
{{{
#!xml
Acronym test:
<acronym title=""Small Computer Simple Interface"">SCSI</acronym>
<span class=""underline"">SCSI</span>
<strong><acronym title=""Small Computer Simple Interface"">SCSI</acronym></strong>
<em><acronym title=""Small Computer Simple Interface"">SCSI</acronym></em>
<strong><em><acronym title=""Small Computer Simple Interface"">SCSI</acronym></em></strong>
<span class=""underline""><em><acronym title=""Small Computer Simple Interface"">SCSI</acronym></em></span>
<span class=""underline""><strong><acronym title=""Small Computer Simple Interface"">SCSI</acronym></strong></span>
<em><span class=""underline"">SCSI</span></em>
<strong><span class=""underline"">SCSI</span></strong>
<strong><span class=""underline""><em><acronym title=""Small Computer Simple Interface"">SCSI</acronym></em></span></strong>
}}}
which displays as:
{{{
#!html
Acronym test: <acronym title=""Small Computer Simple Interface"">SCSI</acronym> <span class=""underline"">SCSI</span> <strong><acronym title=""Small Computer Simple Interface"">SCSI</acronym></strong> <em><acronym title=""Small Computer Simple Interface"">SCSI</acronym></em> <strong><em><acronym title=""Small Computer Simple Interface"">SCSI</acronym></em></strong> <span class=""underline""><em><acronym title=""Small Computer Simple Interface"">SCSI</acronym></em></span> <span class=""underline""><strong><acronym title=""Small Computer Simple Interface"">SCSI</acronym></strong></span> <em><span class=""underline"">SCSI</span></em> <strong><span class=""underline"">SCSI</span></strong> <strong><span class=""underline""><em><acronym title=""Small Computer Simple Interface"">SCSI</acronym></em></span></strong>

}}}

The underlined text was not made into an acronym.  The underline + italics and underline + bold cases were, but only if the underline markup was on the *outside* of the bold/italics markup.  Curiously enough, the underline + bold + italics case works as long as the underline is not the innermost markup element.

My guess is that the parser is allowing underscores in an acronym and is interpreting the double-underscore as part of the acronym (thus it doesn't match anything in the acronym list so it doesn't get tagged).  Stripping off leading and trailing non-alphanumeric characters before comparing the text to the acronym list should fix this problem, but I haven't tried to patch it myself so I can't say for sure.",Ben Allen
8267,Allow CamelCase words to be acronyms,enhancement,0.11,,new,2010-12-04T11:49:43+01:00,2020-05-06T01:55:05+02:00,"Allow CamelCase words to be acronyms. The following example demonstrates that this is currently not supported:
{{{
||MyPage||My Page || mypage || ||
}}}
`MyPage` is a link to `MyPage`, not `mypage`, and does not show `My Page` on hover-over.",Ryan J Ollos
4511,Acronym cache is not updating when saving the acronym page (installation with mod_python),defect,0.11,,new,2009-01-26T07:28:53+01:00,2020-05-06T01:55:05+02:00,"When I change AcronymDefinitions and save, new definitions are not active unless I restart Apache.

Refresh definitions on save automatically.

I am using mod_python",zeljko
857,Formatting in Acronyms,enhancement,0.10,,new,2006-10-31T15:39:15+01:00,2020-05-06T01:55:05+02:00,"Is it possible to have a formatted acronym, like A^3^?",anonymous
