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 ...
|
390b2c4c | 14-Dec-2002 |
Gabor Hojtsy |
We don't use $LANG anymore in the borderTOC |
c08f8281 | 14-Dec-2002 |
Gabor Hojtsy |
Remove include of configuration.inc. Nothing from that file was used in this script... |
c0e2400d | 14-Dec-2002 |
Gabor Hojtsy |
$root_url and $base_url are unused in php.net scripts, there is no point in setting them, it does not matter. So only one setting is left, the path to the local search engine... |
a93863e8 | 14-Dec-2002 |
Gabor Hojtsy |
Add some code to handle variables nicely in scripts, and a bit cleaning up (same comment signs, using include_once, etc.) |
9a7d0e1d | 14-Dec-2002 |
Gabor Hojtsy |
OK, so get rid of the redundancy, the search box leads to exactly the same results as the lookup box on manual pages. There is no need to have both of them... |
b3adbf09 | 13-Dec-2002 |
Colin Viebrock |
i keep getting asked this |
95128578 | 11-Dec-2002 |
Andrei Zmievski |
Announce 4.3.0RC3. |
07e33a3c | 08-Dec-2002 |
Gabor Hojtsy |
Make manual pages more accessible (reflect functionality and how images look in the alt text). |
0c57e681 | 07-Dec-2002 |
Gabor Hojtsy |
Modify alt attribute of images, so the title won't appear two times in no-image browsers. |
b3db6951 | 04-Dec-2002 |
Rasmus Lerdorf |
New numbers - not sure why the getcwd() ttf dir stuff broke |
c1a9ddd5 | 04-Dec-2002 |
Rasmus Lerdorf |
I don't think 'statical' is a word |
556d6e48 | 03-Dec-2002 |
Gabor Hojtsy |
Adding two PHP merchandise links |
f0697550 | 02-Dec-2002 |
Gabor Hojtsy |
Remove broken links |
1aa2fdcd | 01-Dec-2002 |
Gabor Hojtsy |
It's december again, so we get a bit snowish ;) |
e164a478 | 01-Dec-2002 |
Gabor Hojtsy |
1. Move old news to news.php 2. Add news item about our new RSS feed 3. Add "Syndication" point to the left sidebar with information on the RSS feed |
53d1adb3 | 01-Dec-2002 |
Gabor Hojtsy |
Adding standard RSS 1.0 image (ligh blue XML) |
efb61b95 | 01-Dec-2002 |
Gabor Hojtsy |
1. Convert tabs to spaces 2. Always show the books page in the mirror's default lanaguage if available 3. Reorder redirects logically, put exit after the book redirect |
39b7b288 | 01-Dec-2002 |
Gabor Hojtsy |
Adding support for book quick URLs, like: http://php.net/hu/books To read hungarian books list ;) |
bcccde79 | 28-Nov-2002 |
James Cox |
more things that break this.. |
7ac95941 | 27-Nov-2002 |
Derick Rethans |
- Add another link |
26dd485f | 27-Nov-2002 |
Andrei Zmievski |
Announce 4.3.0RC2. |
1da94f42 | 26-Nov-2002 |
Gabor Hojtsy |
Fixing XSS bug reported by Stefan Esser (and Derick) |