Semantic Glossary conflicts with Semantic Forms

Jump to: navigation, search

First of all, thank you for this extension!

I've tried this extension, but it seems it conflicts with Semantic Forms extension. My observation is the following: When the property name (eg.CSS property name) contains a term (eg. CSS) from a glossary, the "Edit with form" option will not work anymore. Is there any workaround for this problem?

Thank you,

Ndrew
78.92.15.8110:30, 5 September 2012

Hi Andrew,

I was not aware of this problem until now, so alas I do not know a workaround. Maybe you could try to exclude the form from markup by including the magic word __NOGLOSSARY__ anywhere in that form's text.

F.trott (talk)11:32, 5 September 2012

Dear F.trott,

Unfortunately all of my pages based on forms... :-(

Best regards,

Ndrew
78.92.15.8112:42, 5 September 2012
 

Hi Stephan, I don't really remember but I thought I had the same problem and fixed this excluding formedit from text parsing

class LingoParser 
protected function realParse( &$parser, &$text ) {
...
if ( $text == null ||
...
$action == 'formedit' ||                        
...
MWJames (talk)13:26, 5 September 2012

Thank you very much, it's Perfect! :-) Best regards, ndrew

78.92.15.8114:56, 5 September 2012

I now fixed this by using an earlier hook. The problem was, that Lingo also annotated stuff between nowiki tags. This should not happen anymore now.

Cheers,

F.trott (talk)22:22, 27 October 2012