From: Carsten <car...@ya...> - 2003-01-30 02:56:49
|
Hi Arthur, I have answers to some of your questions: On Wednesday, January 29, 2003, at 08:27 pm, arthur.chereau wrote: > 2) LANG > > $LANG = 'fr' in the wiki file doesn't change anything. > The only way I can change the language is by editing DEFAULT_LANGUAGE > in > index.php, but I'd like to do it in the wiki files. > > Is it a bug or the wrong way to set the language ? The language settings still need some work, I think the only way is to set the DEFAULT_LANGUAGE in index.php. UserPreferences has a language setting but it doesn't work reliably for me. > 3) HTTP Auth > > I'd like to use the auto-login feature via HTTP auth. index.php > contains: > if (!defined('ALLOW_HTTP_AUTH_LOGIN')) define('ALLOW_HTTP_AUTH_LOGIN', > true); > if (!defined('ALLOW_USER_LOGIN')) define('ALLOW_USER_LOGIN', true); > if (!defined('ALLOW_BOGO_LOGIN')) define('ALLOW_BOGO_LOGIN', false); > if (!defined('REQUIRE_SIGNIN_BEFORE_EDIT')) > define('REQUIRE_SIGNIN_BEFORE_EDIT', false); > > But it doesn't work. It seems to be work in progress. Do you know if > it will > be finished soon ? PhpWiki used to have HTTP authentication at one time. As far as I know it was removed in favour of the current login scheme so this must be leftover code (sorry). > 4) External Search > > The ExternalSearch plugin doesn't work. It just creates the > "ExternalSearch" > wiki page. I'm not the only one in this situation, for instance > http://mingo.ath.cx/phpwiki/index.php/ExternalSearchPlugin > experiences the same problem. > > Is it a bug or a misconfiguration ? This is definitely a bug in 1.3.4, thanks for reporting it. The fix is available now in CVS. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/ plugin/ExternalSearch.php Carsten |