87e5c151 | 08-Jan-2003 |
Gabor Hojtsy |
Simulate a /pear shortcut call here (as this page may come up for some other requests too, like /pear/index.php or /pear/index). |
0771b73a | 08-Jan-2003 |
Gabor Hojtsy |
URL without starting slash in pregs, but URLs with starting slash in redirects... |
c3a415c0 | 08-Jan-2003 |
Gabor Hojtsy |
Use a slightly prepared $REQUEST_URI for all checks, do not mix it with $REDIRECT_REDIRECT_ERROR_NOTES, and stuff. $REQUEST_URI contains all the URI data we need. Use pregs in all th
Use a slightly prepared $REQUEST_URI for all checks, do not mix it with $REDIRECT_REDIRECT_ERROR_NOTES, and stuff. $REQUEST_URI contains all the URI data we need. Use pregs in all the checks... Move dochowto link a bit up to it's right place... Made manual move BC check a bit more intelligent, and redirect to the right place for printer friendly pages for the first time...
show more ...
|
f48f493b | 08-Jan-2003 |
Gabor Hojtsy |
Get back to our normal logo... |
4c70099e | 08-Jan-2003 |
Gabor Hojtsy |
Nicos asked me to add freenode.. Also doing some ws modifications. |
1a8c6348 | 08-Jan-2003 |
Gabor Hojtsy |
Use preg for consistency |
893f85aa | 08-Jan-2003 |
Gabor Hojtsy |
Add a comment on why the parentheses replace is there (it was not obvious for me for the first time, just after I thought about it ;)). |
4f966f1d | 08-Jan-2003 |
Gabor Hojtsy |
Add new mirror_redirect() function to redirect to some local or remote URI. Use $MYSITE instead of $SERVER_NAME for local redirects. It's always the "best name" for the mirror, most probably
Add new mirror_redirect() function to redirect to some local or remote URI. Use $MYSITE instead of $SERVER_NAME for local redirects. It's always the "best name" for the mirror, most probably the mirrors real mirror name if it's found. Use this new function to greatly simplify redirects in the URL handler script. Also use a switch instead of multiple IFs to react to some special shortcuts. Still more to come...
show more ...
|
76f33c14 | 07-Jan-2003 |
Gabor Hojtsy |
Adding Id CVS attr to many include files, and also adding C++ format header, for anybody who uses it, just for consistency ;) |
cc22cda4 | 07-Jan-2003 |
Gabor Hojtsy |
Remove empty cvsignore and not used cvs-auth file (it is now on master.php.net) |
c9a2f91c | 07-Jan-2003 |
Gabor Hojtsy |
Add /error as a legal dir for source code viewing... |
eeeb0794 | 07-Jan-2003 |
Gabor Hojtsy |
Reworked code. Better variable names, comments added, etc. Functionality not changed in any way, but modern code structures are used ;) ie. foreach instead of while(each())... |
79b7928b | 07-Jan-2003 |
Gabor Hojtsy |
Let's be consistent with port numbers. We only support port 80 at the 90% of redirects, so let's support only port 80 in 100%. I am going to simplify those redirects, so please hold on ;)
Let's be consistent with port numbers. We only support port 80 at the 90% of redirects, so let's support only port 80 in 100%. I am going to simplify those redirects, so please hold on ;) Simplify some BC redirects, do not print a HTML page anymore, as all common browsers and tools handle redirects... Use absolute path in file_exists() checks, and includes, as all other places use that (for consistency).
show more ...
|
8bd25d84 | 07-Jan-2003 |
Gabor Hojtsy |
Update manual copyright date... |
2cba76df | 07-Jan-2003 |
Gabor Hojtsy |
Make correction, as requested by Dallas Thunder... |
03199a69 | 06-Jan-2003 |
Gabor Hojtsy |
Prevent the ENV language setting coming up in $LANG, when it is not set otherwise... |
e5659eb0 | 06-Jan-2003 |
Gabor Hojtsy |
Properly use those security related checks... |
a0828a86 | 05-Jan-2003 |
Gabor Hojtsy |
Echo that string out... |
3b64aca7 | 05-Jan-2003 |
Gabor Hojtsy |
Fix typo... |
2b484c17 | 05-Jan-2003 |
Gabor Hojtsy |
Provide one more search type |
de13684f | 04-Jan-2003 |
Gabor Hojtsy |
Quickfix to make base conversion work if search is started from this form. I'll look into this $base stuff more deeply later, to avoid unneeded conversions and data transfer... |
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... |
00f807a0 | 04-Jan-2003 |
Gabor Hojtsy |
Implicit suggestion to exclude the howto from search results. |
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 ...
|