Home > Archive > PHP Mirrors > December 2004 > cvs: phpweb / index.php search.php
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
cvs: phpweb / index.php search.php
|
|
| Gabor Hojtsy 2004-12-27, 3:56 pm |
| goba Sun Dec 26 19:39:25 2004 EDT
Modified files:
/phpweb index.php search.php
Log:
announce sitewide deployment of function list suggestions, and point people to the place, where they can opt out if desired
http://cvs.php.net/diff.php/phpweb/...1&r2=1.652&ty=u
Index: phpweb/index.php
diff -u phpweb/index.php:1.651 phpweb/index.php:1.652
--- phpweb/index.php:1.651 Wed Dec 22 13:48:05 2004
+++ phpweb/index.php Sun Dec 26 19:39:25 2004
@@ -145,6 +145,31 @@
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>
+<h1>Function list suggestions available</h1>
+<p>
+ <span class="newsdate">[27-Dec-2004]</span>
+ Surely, some of our visitors are back at work for a few days between
+ holidays, and hopefully they will find our post-christmas gift useful.
+ The function list suggestions we started to test a year ago seemed to
+ be working better as some bugs were found and fixed, so it was time to
+ make the result available on all php.net pages.
+</p>
+<p>
+ Whenever you type something into the search file, while having the
+ function list search option selected, you will get a list of suggested
+ functions starting with the letters you typed in. You can browse the list
+ with the up/down keys, and you will be able to autocomplete the function
+ name, once there is only one suggestion left, with the spacebar.
+</p>
+<p>
+ If you are not interested in this feature, you can turn it
+ off for yourself on the <a href="/my.php">My PHP.net</a> page.
+ <a href="/search.php">More information</a> about this feature is
+ available on the search page.
+</p>
+
+<hr />
+
<?php news_image("http://www.phpwest.com/", "phpwest.gif", "PHP West Conferences"); ?>
<h1>Speakers Announced for PHP West Conference on Web Services</h1>
<p>
http://cvs.php.net/diff.php/phpweb/...1&r2=1.102&ty=u
Index: phpweb/search.php
diff -u phpweb/search.php:1.101 phpweb/search.php:1.102
--- phpweb/search.php:1.101 Mon Mar 8 17:44:02 2004
+++ phpweb/search.php Sun Dec 26 19:39:25 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: search.php,v 1.101 2004/03/08 22:44:02 didou Exp $
+// $Id: search.php,v 1.102 2004/12/27 00:39:25 goba Exp $
$_SERVER['BASE_PAGE'] = 'search.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -91,7 +91,7 @@
?>
<p>
The autocompleting search feature is accessible via the form elements at the top
- right of this page. You should be able to use this feature in a reasonably modern
+ right of php.net pages. You should be able to use this feature in a reasonably modern
browser by selecting the 'function list' search option and typing in some letters
into the searchbox. Features:
</p>
@@ -102,14 +102,15 @@
<li>Go to a function by clicking on its name with your mouse</li>
</ul>
<p>
- We are interested in detailed bug reports including JS error messages, operating system
- and browser information. We are planning on deploying this feature to all PHP.net pages
- if we can manage to make it work without errors for most of the commonly used browsers.
+ If you are not interested in this feature, you can turn it
+ off for yourself on the <a href="/my.php">My PHP.net</a> page.
</p>
<p>
- The source code of this feature is released under the PHP License and is available
- <a href="http://cvs.php.net/cvs.php/phpdoc/scripts/quickref">from the PHP CVS server</a>
- without any support.
+ In case you find any bugs, <a href="http://bugs.php.net/">we are interested</a>
+ in a detailed writeup, including JS error messages, operating system and browser
+ information. The source code of this feature is released under the PHP License and
+ is available <a href="http://cvs.php.net/cvs.php/phpdoc/scripts/quickref">from the
+ PHP CVS server</a> without any support.
</p>
<?php
if (FALSE) {
| |
|
| "Whenever you type something into the search _file_"
Shouldn't that be "form" or something?
Shimi
On Mon, 2004-12-27 at 02:39, Gabor Hojtsy wrote:
> goba Sun Dec 26 19:39:25 2004 EDT
>
> Modified files:
> /phpweb index.php search.php
> Log:
> announce sitewide deployment of function list suggestions, and point people to the place, where they can opt out if desired
>
> http://cvs.php.net/diff.php/phpweb/...1&r2=1.652&ty=u
> Index: phpweb/index.php
> diff -u phpweb/index.php:1.651 phpweb/index.php:1.652
> --- phpweb/index.php:1.651 Wed Dec 22 13:48:05 2004
> +++ phpweb/index.php Sun Dec 26 19:39:25 2004
> @@ -145,6 +145,31 @@
> // DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
> ?>
>
> +<h1>Function list suggestions available</h1>
> +<p>
> + <span class="newsdate">[27-Dec-2004]</span>
> + Surely, some of our visitors are back at work for a few days between
> + holidays, and hopefully they will find our post-christmas gift useful.
> + The function list suggestions we started to test a year ago seemed to
> + be working better as some bugs were found and fixed, so it was time to
> + make the result available on all php.net pages.
> +</p>
> +<p>
> + Whenever you type something into the search file, while having the
> + function list search option selected, you will get a list of suggested
> + functions starting with the letters you typed in. You can browse the list
> + with the up/down keys, and you will be able to autocomplete the function
> + name, once there is only one suggestion left, with the spacebar.
> +</p>
> +<p>
> + If you are not interested in this feature, you can turn it
> + off for yourself on the <a href="/my.php">My PHP.net</a> page.
> + <a href="/search.php">More information</a> about this feature is
> + available on the search page.
> +</p>
> +
> +<hr />
> +
> <?php news_image("http://www.phpwest.com/", "phpwest.gif", "PHP West Conferences"); ?>
> <h1>Speakers Announced for PHP West Conference on Web Services</h1>
> <p>
> http://cvs.php.net/diff.php/phpweb/...1&r2=1.102&ty=u
> Index: phpweb/search.php
> diff -u phpweb/search.php:1.101 phpweb/search.php:1.102
> --- phpweb/search.php:1.101 Mon Mar 8 17:44:02 2004
> +++ phpweb/search.php Sun Dec 26 19:39:25 2004
> @@ -1,5 +1,5 @@
> <?php
> -// $Id: search.php,v 1.101 2004/03/08 22:44:02 didou Exp $
> +// $Id: search.php,v 1.102 2004/12/27 00:39:25 goba Exp $
> $_SERVER['BASE_PAGE'] = 'search.php';
> include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
>
> @@ -91,7 +91,7 @@
> ?>
> <p>
> The autocompleting search feature is accessible via the form elements at the top
> - right of this page. You should be able to use this feature in a reasonably modern
> + right of php.net pages. You should be able to use this feature in a reasonably modern
> browser by selecting the 'function list' search option and typing in some letters
> into the searchbox. Features:
> </p>
> @@ -102,14 +102,15 @@
> <li>Go to a function by clicking on its name with your mouse</li>
> </ul>
> <p>
> - We are interested in detailed bug reports including JS error messages, operating system
> - and browser information. We are planning on deploying this feature to all PHP.net pages
> - if we can manage to make it work without errors for most of the commonly used browsers.
> + If you are not interested in this feature, you can turn it
> + off for yourself on the <a href="/my.php">My PHP.net</a> page.
> </p>
> <p>
> - The source code of this feature is released under the PHP License and is available
> - <a href="http://cvs.php.net/cvs.php/phpdoc/scripts/quickref">from the PHP CVS server</a>
> - without any support.
> + In case you find any bugs, <a href="http://bugs.php.net/">we are interested</a>
> + in a detailed writeup, including JS error messages, operating system and browser
> + information. The source code of this feature is released under the PHP License and
> + is available <a href="http://cvs.php.net/cvs.php/phpdoc/scripts/quickref">from the
> + PHP CVS server</a> without any support.
> </p>
> <?php
> if (FALSE) {
--
shimi <shimi@shimi.net>
| |
| Gabor Hojtsy 2004-12-27, 3:56 pm |
| > "Whenever you type something into the search _file_"
>
> Shouldn't that be "form" or something?
Thanks, fixed. It was meant to be "search field".
Goba
|
|
|
|
|