Re: [php-gtk-webmaster] cvs: php-gtk-web / manual2-lookup.php /include make-manual2-index.php
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <0b0601c65f83$fbe1c6b0$6602a8c0@foxbox> |
Something's gone very wrong, what with all this faffing over the interface. Search/manual currently _should_ go to the v1 manual search page, not just be blank! Please, please, please can we have a little bit of discipline when it comes to making major changes in future? ----- Original Message ----- From: "Andrei Zmievski" <[email protected]> To: "Christian Weiske" <[email protected]> Cc: <[email protected]> Sent: Friday, April 14, 2006 7:19 AM Subject: Re: [php-gtk-webmaster] cvs: php-gtk-web / manual2-lookup.php /include make-manual2-index.php > Ok, I built the index and it's all on the server. But search still > doesn't work... I went and typed in 'edited' and click Search and it came > up with a blank page. > > By the way, why are you using POST method instead of GET? For things like > this, GET is much more transparent. > > -Andrei > > > On Apr 13, 2006, at 10:09 PM, Christian Weiske wrote: > >> cweiske Fri Apr 14 05:09:55 2006 UTC >> >> Modified files: >> /php-gtk-web manual2-lookup.php >> /php-gtk-web/include make-manual2-index.php >> Log: >> rsync doesn't like .dat >> >> >> http://cvs.php.net/viewcvs.cgi/php-gtk-web/manual2-lookup.php? >> r1=1.1&r2=1.2&diff_format=u >> Index: php-gtk-web/manual2-lookup.php >> diff -u php-gtk-web/manual2-lookup.php:1.1 php-gtk-web/manual2- >> lookup.php:1.2 >> --- php-gtk-web/manual2-lookup.php:1.1 Tue Apr 11 09:33:20 2006 >> +++ php-gtk-web/manual2-lookup.php Fri Apr 14 05:09:54 2006 >> @@ -11,7 +11,7 @@ >> require_once 'PhpGtkDoc/Search2.php'; >> require_once 'PhpGtkDoc/Search2/Result/Html.php'; >> >> - $strIndexFile = dirname(__FILE__) . '/include/PhpGtkDoc/ index.dat'; >> + $strIndexFile = dirname(__FILE__) . '/include/PhpGtkDoc/ >> index.search'; >> $strDocumentationDir = 'manual/en/'; >> >> if (isset($_REQUEST['type']) && isset($arTypes[$_REQUEST ['type']])) >> { >> http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/make-manual2- >> index.php?r1=1.2&r2=1.3&diff_format=u >> Index: php-gtk-web/include/make-manual2-index.php >> diff -u php-gtk-web/include/make-manual2-index.php:1.2 php-gtk-web/ >> include/make-manual2-index.php:1.3 >> --- php-gtk-web/include/make-manual2-index.php:1.2 Fri Apr 14 04:14:43 >> 2006 >> +++ php-gtk-web/include/make-manual2-index.php Fri Apr 14 05:09:55 2006 >> @@ -6,7 +6,7 @@ >> require_once 'PhpGtkDoc/Search2/Index.php'; >> >> $strDocDir = dirname(__FILE__) . '/../manual/en/'; >> -$strIndexFile = dirname(__FILE__) . '/PhpGtkDoc/index.dat'; >> +$strIndexFile = dirname(__FILE__) . '/PhpGtkDoc/index.search'; >> >> echo "Generating manual2 search index\r\n"; >> PhpGtkDoc_Search2_Index::createIndex($strDocDir, $strIndexFile); >> >> -- >> PHP-GTK Webmaster Mailing List (http://gtk.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP-GTK Webmaster Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > __________ NOD32 1.1380 (20060125) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > >