History log of /web-php/search.php (Results 76 – 100 of 135)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e5659eb0 06-Jan-2003 Gabor Hojtsy

Properly use those security related checks...


# ebb80c06 04-Jan-2003 Gabor Hojtsy

Damn....


# 2f21e6e7 04-Jan-2003 Gabor Hojtsy

Never return results from the howto. Also add a / after howto, so page with
names starting with howto will show up...


# b23410c7 04-Jan-2003 Gabor Hojtsy

Harmonize the different $base sources. Let $base end in / so all things work
this way now (as $MYSITE also ends in /).

Apply urlencode to URL parts needed encoding in prev and next links

Harmonize the different $base sources. Let $base end in / so all things work
this way now (as $MYSITE also ends in /).

Apply urlencode to URL parts needed encoding in prev and next links

Adding a security check for show, so there is no need to escape it anywhere

Also add security check for lang and move language detection to up (will be
replaced with langchooser.inc functionality).

Apply $base modification to new search link too...

show more ...


# 562215c4 04-Jan-2003 Gabor Hojtsy

Drop out all have_search() calls. Now the central search registry is
updated automatically from local information. This means:

- There is no need to contact mirrors@php.net to activate

Drop out all have_search() calls. Now the central search registry is
updated automatically from local information. This means:

- There is no need to contact mirrors@php.net to activate local search
anymore.
- Unofficial mirror sites can also support searching without any tweaks.

Made base check more intelligent, so there is no need to list all special
.php.net sites. Check for mirror pattern in the name. There is only one
exception here "qa.php.net" which looks like a mirror ;)

More secure page number handling and exclude handling

Urlencode != htmlspecialchars, so use urlencode for URL parameters on
"no documents found" page

Use preg instead of ereg everywhere for consistency

Add language information to manual search dropdown

show more ...


# d2ce7f34 04-Jan-2003 Gabor Hojtsy

Try to avoid problems coming up because of the bogus htdig
index db of php.net. See bug #20870 for more info... The index
should be updated, but it does not seem to happen, or bogus
entry

Try to avoid problems coming up because of the bogus htdig
index db of php.net. See bug #20870 for more info... The index
should be updated, but it does not seem to happen, or bogus
entrys keep staying there...

show more ...


# ddc1db94 03-Jan-2003 Gabor Hojtsy

Go with executable check now...


# c940b54f 03-Jan-2003 Gabor Hojtsy

Ups, one more dot needed here.


# 05577142 03-Jan-2003 Gabor Hojtsy

Adding support for preferred_language() selection, in case the language
was not specified.

Adding exact bug number jump in search form

Preserve language preference when falling

Adding support for preferred_language() selection, in case the language
was not specified.

Adding exact bug number jump in search form

Preserve language preference when falling back to php.net search (no local
search)

show more ...


# 90a3d0aa 21-Dec-2002 Gabor Hojtsy

Use the new MQ variable


# 06297ea9 19-Dec-2002 Gabor Hojtsy

Adding some code to handle the output of the
latest htdig properly (which uses a <dl> to
present a result)


# ba1bfc85 16-Dec-2002 Gabor Hojtsy

Make all these files short_open_tags = off compatible.
As far as I have seen all the other files use the standard
<?php tag, which should be used in all places!


# 746c8d14 16-Dec-2002 Gabor Hojtsy

Three more "nosource" => "wholesite" modifications. No
more left as far as I can see.


# 2bd67211 16-Dec-2002 Gabor Hojtsy

More sensible name for the whole site search


# 97fff3c3 16-Dec-2002 Gabor Hojtsy

Put an end to any future infinite loops, check if
the central mirror site has a problem, and just print
out a failure notice then...


# 56dd672d 15-Dec-2002 Gabor Hojtsy

Another check if the htsearch program is really an executable
(is in place, and PHP can excute it).

Still commented, so my mails sent out recently will still
be valid ;). After those

Another check if the htsearch program is really an executable
(is in place, and PHP can excute it).

Still commented, so my mails sent out recently will still
be valid ;). After those problems are sorted out, this
can be uncommented, and will provide another check for
local search mirror sites before they go into an error.

show more ...


# 8c768b6f 14-Dec-2002 Gabor Hojtsy

Aaargh, fix that define call...


# d7126bcc 14-Dec-2002 Gabor Hojtsy

The exact two requirements for the search to work are
the have_search() true return value and the
$htsearch_prog variable's existance


# 8c093073 14-Dec-2002 Gabor Hojtsy

I'll tell what have I done here after this goes online...


# 81a5f75a 14-Dec-2002 Gabor Hojtsy

Shorten redirect URL's codes and add a comment...


# 23c6f303 14-Dec-2002 Gabor Hojtsy

Doh, separate multiple excludes with a bar (as the docs says ;)


# a8e2851f 14-Dec-2002 Gabor Hojtsy

A major overhaul of the search page:

- Reorganize code to have two parts instead of four
(form processing, no form processing)

- Clean up code, adding comments (use switch

A major overhaul of the search page:

- Reorganize code to have two parts instead of four
(form processing, no form processing)

- Clean up code, adding comments (use switch instead
of a series of ifs, use list() instead of several
value copies, etc.)

- Try to at least preserve the $lang setting (which
is still not used, as before)

- Always exclude "printed" and "printed with notes"
pages from search results

- Provide better defaults, if the search page is
invoked directly (for form target and language)

- Removed long unused search targets (phplib mls, phpkb)

- Resolved a few bugs in parameter passing in
"remote search mode"

- Introduced XHTML formatting to direct output from
this script (like in other files)

- Made the result page's navigation more accessible
for non-image browsers (already discussed for manual
pages)

- Probably other improvements I cannot remember now ;)

This still needs some work, particularly on the language
side, and if any bugs arise from this new code (regarding
the printed page exclusions for example). I hope this is
a good start at least...

show more ...


# 07ec7e3e 24-Nov-2002 jim winstead

update url for marc mailing list archives


# 234ca3a7 22-Nov-2002 Sander Roobol

Typo


# 6e22a428 22-Nov-2002 Rasmus Lerdorf

Just a little hack to be able to specify that an unofficial mirror has
search capabilities.


123456