[pmwiki-users] pmwiki-2.1.beta29 released (Patrick R. Michaud)

Hans design at softflow.co.uk
Sat Feb 25 04:31:24 CST 2006


Saturday, February 25, 2006, 10:14:52 AM, Han wrote:
>>   pmwiki-2.1.beta29 released (Patrick R. Michaud)

> The (:searchbox:) markup now gives as output:

> " http://julian.local/~HanB/Test/index.php' method='get'>" plus the
> searchbox.
> i.e. the URL of the site plus the searchbox.

> It seems that a fourth beta release in 24 hours is necessary.

It does not occur with the pmwiki default skin.
It does occur with gemini and fixflow skin's searchbox, and perhaps
others. Gemini and fixflow use a searchbox defined in skin.php:

$SearchBoxFmt =
      "<form class='wikisearch' action='\$PageUrl' method='get' >
      <input type='hidden' name='n' value='\$FullName' />
      <input type='hidden' name='action' value='search' />
      <input class='inputbox wikisearchbox' type='text' name='q' size='16' value=' $[Search Site] ' 
      onfocus=\"if(this.value=' $[Search Site] ') {this.value=''}\" onblur=\"if(this.value=='') 
           {this.value=' $[Search Site] '}\" />
      <input name='submit' type='submit' class='inputbutton wikisearchbutton' value=' $[Go] '/>
      </form>";

and pmwiki2.1.beta29 seems to break this. No idea why.


Best, 
~Hans                           





More information about the pmwiki-users mailing list