Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

cvs: phpweb / index.php search.php
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 Confere
nces"); ?>
<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 reason
ably modern
browser by selecting the 'function list' search option and typing in some le
tters
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, ope
rating 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 u
sed 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 a
vailable
- <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 intereste
d</a>
+ in a detailed writeup, including JS error messages, operating system and b
rowser
+ information. The source code of this feature is released under the PHP Lic
ense 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) {

Report this thread to moderator Post Follow-up to this message
Old Post
Gabor Hojtsy
12-27-04 08:56 PM


Re: cvs: phpweb / index.php search.php
"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 peo
ple 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 lis
t
> + 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 Conf
erences"); ?>
>  <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 reasonab
ly modern
> + right of php.net pages. You should be able to use this feature in a reas
onably modern
>   browser by selecting the 'function list' search option and typing in som
e 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, o
perating system
> - and browser information. We are planning on deploying this feature to al
l 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 PH
P CVS server</a>
> - without any support.
> + In case you find any bugs, <a href="http://bugs.php.net/">we are interes
ted</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 L
icense 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>


Report this thread to moderator Post Follow-up to this message
Old Post
Shimi
12-27-04 08:56 PM


Re: cvs: phpweb / index.php search.php
> "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

Report this thread to moderator Post Follow-up to this message
Old Post
Gabor Hojtsy
12-27-04 08:56 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Mirrors archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 08:30 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.