Difference between revisions of "THCCwiki:Known bugs"

From THCCwiki
Jump to navigation Jump to search
(Bug list)
 
m (shuffle)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===User name case===
+
===Stray '''root''' tags===
 +
 
 +
Parser bug outputs extra '''root''' tags
  
User names are forced to start with an uppercase letter.
+
Solved by removing UsenetSyntax extension {{done}}
This is standard for Mediawiki ''by policy''.
 
: \includes\User.php Line 498 in function isValidUserName
 
: http://en.wikipedia.org/wiki/Help:Page_name#Case-sensitivity_of_the_first_character
 
: See http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks
 
  
 
===Unable to create thumbnail images===
 
===Unable to create thumbnail images===
Line 13: Line 11:
 
  <b>/home/thcczzzz/public_html/mediawiki/includes/GlobalFunctions.php</b>
 
  <b>/home/thcczzzz/public_html/mediawiki/includes/GlobalFunctions.php</b>
 
  on line <b>2131</b>
 
  on line <b>2131</b>
 +
 +
OK now {{done}}
 +
 +
===User name case===
 +
 +
User names are forced to start with an uppercase letter.
 +
This is standard for Mediawiki ''by policy''.
 +
: \includes\User.php Line 498 in function isValidUserName
 +
: http://en.wikipedia.org/wiki/Help:Page_name#Case-sensitivity_of_the_first_character
 +
: See http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks

Latest revision as of 23:29, 11 June 2009

Stray root tags

Parser bug outputs extra root tags

Solved by removing UsenetSyntax extension Tick.gif

Unable to create thumbnail images

Error creating thumbnail:
Warning: passthru() has been disabled for security reasons in 
/home/thcczzzz/public_html/mediawiki/includes/GlobalFunctions.php
on line 2131

OK now Tick.gif

User name case

User names are forced to start with an uppercase letter. This is standard for Mediawiki by policy.

\includes\User.php Line 498 in function isValidUserName
http://en.wikipedia.org/wiki/Help:Page_name#Case-sensitivity_of_the_first_character
See http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks