Difference between revisions of "Talk:BugSquish"
From TestWiki
(→Display problem when using inclusion in between nowiki tags) |
m (Marking fixed issues.) |
||
Line 1: | Line 1: | ||
+ | == [INVALID] 'bug' prefix not working == | ||
+ | |||
I tried using the prefix "bug" and it collided with the language name for Bugis. Here is a list of languages: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/Names.php?view=co&content-type=text%2Fplain | I tried using the prefix "bug" and it collided with the language name for Bugis. Here is a list of languages: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/Names.php?view=co&content-type=text%2Fplain | ||
Line 5: | Line 7: | ||
: Hi there - this is already noted in the [[BugSquish#Known issues|Known issues]] section. You either need to use an alternative name (as you have) or turn off $wgInterwikiMagic. --[[User:HappyDog|HappyDog]] 11:14, 26 February 2009 (GMT) | : Hi there - this is already noted in the [[BugSquish#Known issues|Known issues]] section. You either need to use an alternative name (as you have) or turn off $wgInterwikiMagic. --[[User:HappyDog|HappyDog]] 11:14, 26 February 2009 (GMT) | ||
− | == Display problem when using inclusion in between nowiki tags == | + | == [FIXED] Display problem when using inclusion in between nowiki tags == |
It seems that the inclusion of the keyword in between nowiki tags messes up things as it also spits out the CSS code (have a look at http://wiki.contribs.org/Sandbox#Bugzilla_Examples). | It seems that the inclusion of the keyword in between nowiki tags messes up things as it also spits out the CSS code (have a look at http://wiki.contribs.org/Sandbox#Bugzilla_Examples). |
Revision as of 12:57, 13 September 2010
[INVALID] 'bug' prefix not working
I tried using the prefix "bug" and it collided with the language name for Bugis. Here is a list of languages: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/Names.php?view=co&content-type=text%2Fplain
I used bugzilla instead. You might change your description as trying use "bug" caused some weird behavior on my wiki.
- Hi there - this is already noted in the Known issues section. You either need to use an alternative name (as you have) or turn off $wgInterwikiMagic. --HappyDog 11:14, 26 February 2009 (GMT)
[FIXED] Display problem when using inclusion in between nowiki tags
It seems that the inclusion of the keyword in between nowiki tags messes up things as it also spits out the CSS code (have a look at http://wiki.contribs.org/Sandbox#Bugzilla_Examples). Without BugSquish installed they just displayed the code in between the nowiki tags as normally done in Mediawikis. 85.146.178.99 21:54, 6 October 2009 (BST)
- Very strange - this works fine on my wiki, which uses MW 1.6.10, but I've just tested it on 1.14.0 and it does indeed behave in the way you describe. Clearly something changed between these two revisions, but my code still looks correct so I have posted to the wikitech mailing list (see here for thread). I'll let you know when a fix has been developed. --HappyDog 00:54, 7 October 2009 (BST)
- This has now been fixed - see latest code. --HappyDog 13:02, 12 November 2009 (GMT)