1101f764 | 04-Jan-2003 |
Gabor Hojtsy |
Inform out users that the online documentation search always searches in the EN manual |
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 ...
|
351bf7a9 | 03-Jan-2003 |
Gabor Hojtsy |
Add local search support test, so we can update the searchable mirrors list automatically, without needed human intervention |
ec14c772 | 03-Jan-2003 |
Gabor Hojtsy |
New code to choose really preferred language, with fallbacks to everything imaginable. This code will be used in the future to display all language dependent features in the right preferred l
New code to choose really preferred language, with fallbacks to everything imaginable. This code will be used in the future to display all language dependent features in the right preferred language.
show more ...
|
ddc1db94 | 03-Jan-2003 |
Gabor Hojtsy |
Go with executable check now... |
d12098f8 | 03-Jan-2003 |
Gabor Hojtsy |
Adding 2003 to copyright notices |
86de10e9 | 03-Jan-2003 |
Gabor Hojtsy |
Use Status: instead of HTTP/1.1, because this does not imply any specific HTTP version number... |
3b826487 | 03-Jan-2003 |
Gabor Hojtsy |
Adding info on cache HTTP headers URL to common prepend file. Modifying manual headers to have a last modified date and have no cache header. See if it works well... See bug #18897 |
5a7c7946 | 03-Jan-2003 |
Gabor Hojtsy |
Allow any case of pt_BR, and transform it to the right case if in need. Preserve language setting when redirecting to search page... |
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 ...
|
01cc4236 | 03-Jan-2003 |
Gabor Hojtsy |
Let the mirror list be wider. This table has the additional language column to the download table, so we need more space. Some languages also have long names, like Brazilian Portuguese and Ch
Let the mirror list be wider. This table has the additional language column to the download table, so we need more space. Some languages also have long names, like Brazilian Portuguese and Chinese (Continental)...
show more ...
|
3af393ef | 03-Jan-2003 |
Gabor Hojtsy |
Correcting table row color in get_download.php Applying the same layout of mirror listing to mirrors.php (with the addition of the defualt language) |
91dc14d8 | 02-Jan-2003 |
Gabor Hojtsy |
- Small typo fix in sidebar - Only print out sizes and dates in tooltip, if not printed in displayed text (do not make HTML page bigger for nothing) - Always print out sizes and d
- Small typo fix in sidebar - Only print out sizes and dates in tooltip, if not printed in displayed text (do not make HTML page bigger for nothing) - Always print out sizes and dates for the preferred language - Some XHTMLizations on printouts (<br> => <br />)
show more ...
|
d0e33000 | 02-Jan-2003 |
Gabor Hojtsy |
Adding actual information about the howto. It is available for online reading now. |
407229e1 | 02-Jan-2003 |
Gabor Hojtsy |
Adding initial support for user level preferred language. Now it is the site's default language. Honor that setting in displaying the documentation table pages by highlighting manuals in that
Adding initial support for user level preferred language. Now it is the site's default language. Honor that setting in displaying the documentation table pages by highlighting manuals in that language specially.
show more ...
|
96917f03 | 02-Jan-2003 |
Gabor Hojtsy |
Move the hosting directory link, where it belongs [ISP's supporting PHP] |
e87070b5 | 02-Jan-2003 |
Gabor Hojtsy |
Adding current info on default language |
78159c14 | 02-Jan-2003 |
Sander Roobol |
Added phphosts.codewalkers.com link |
29865243 | 31-Dec-2002 |
Derick Rethans |
- Fix typo |
91dbc979 | 31-Dec-2002 |
Derick Rethans |
- Add Look Back |
6a6c7b34 | 28-Dec-2002 |
Derick Rethans |
- Fix arrows, and remove link to the C API, as this is not interesting for users and would only confused them. |
1eb930d0 | 28-Dec-2002 |
Gabor Hojtsy |
Well, comas separate elements in arrays ;) |
a270ffdd | 28-Dec-2002 |
Gabor Hojtsy |
Integrate projects redirect to general error handling routine, to have [nearly] all special redirects at one place. Remove redirect.php as it was not used |