Last modified: 2007-01-26 17:56:26 UTC
When using the Ajax search feature, no title object was created for the parser. This broke the Semantic Mediawiki extension (that is: with this extension installed the ajax search did no longer work) and was a "FIXME" in the code. Attached patch creates a stub title (this is OK, I think, because it's not displayed anywhere) and also changes the style of the search output, because some wikipedias hide .firstHeading and #contentSub on the main page.
Created attachment 2518 [details] Fix the Ajax Search feature by introducing stub title (Patch)
*** Bug 7864 has been marked as a duplicate of this bug. ***
I fixed it between 1.9.0 and 1.9.1 by initializing wgTitle before loading the ajaxresponder.