1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Commit Graph

31 Commits

Author SHA1 Message Date
Gabor Hojtsy
1c687a34d8 move 'if' redirection to proper place 2005-01-16 10:18:05 +00:00
Gabor Hojtsy
7b54fcd9f3 added alias for the ternary operator and for instanceof - closes bug #30035 2005-01-06 11:52:17 +00:00
Derick Rethans
362fcc9765 - Added some more shorcuts 2004-11-27 16:49:41 +00:00
Derick Rethans
7a9d978636 - Added two more redirects as requested by Aidan. 2004-11-26 08:13:43 +00:00
Gabor Hojtsy
c6813f12d7 we have the new oo stuff now documented in the manual 2004-10-08 20:27:58 +00:00
Derick Rethans
c09bfcfbb9 - Implement suggestion from bug #29964 2004-09-03 09:02:24 +00:00
Gabor Hojtsy
3b6da10b6f URL alias for odbc (which was recently renamed to uodbc) 2004-09-02 10:32:40 +00:00
Gabor Hojtsy
80deb74c1d add BC handling for old install part (modified patch by Nuno) 2004-08-14 15:02:46 +00:00
Gabor Hojtsy
b01a9e2b16 fix redirection issues involving the registerglobals security section and add a fix for the 4.3.8 configure script error 2004-07-26 18:08:39 +00:00
Gabor Hojtsy
5cb1ad854a fix a few typos 2004-01-19 13:47:56 +00:00
Gabor Hojtsy
1a98d5de4b add mozilla searchbar plugin handler code and data 2004-01-19 13:45:46 +00:00
Gabor Hojtsy
d12dd7225e this should have been escaped long ago 2004-01-15 13:01:48 +00:00
Gabor Hojtsy
a121f5e0c8 distribute query string stripping and trailing slash stripping to where they will not cause problems for us (there are some handlers needing query strings and trailing slashes) 2004-01-15 12:59:42 +00:00
Gabor Hojtsy
c724da8b80 fix page aliases 2003-12-25 16:26:39 +00:00
Jacques Marneweck
043a8a5899 Hacked the Backward Compatibility stuff so things like README.mirror, etc.
works.  This is a temp fix, I'll prob have a final solution in the next
day or two.

Merry Christmas! :)
2003-12-24 22:56:09 +00:00
Jacques Marneweck
8dff970ed9 Adding BC for NEWS_*.txt files I'll be deleting shortly. 2003-12-24 21:55:56 +00:00
Gabor Hojtsy
09c9196a00 the full function list generation code is now available in CVS, so we can fix the bugs reported, and generate updated function lists as required 2003-11-21 11:14:16 +00:00
Gabor Hojtsy
429422d91f Put this image redirectio to the right place 2003-11-07 18:20:43 +00:00
Gabor Hojtsy
8ff38ecfa2 Try to fix the missing images in the printed versions of the manual 2003-11-07 16:08:19 +00:00
Gabor Hojtsy
43702352d4 - Remove expression usage in constants info, as this
was removed in PHP 5 Beta 2
- Remove the text file and add BC URL redirector for this
  file
- Modify links on the frontpage to utilize mirrors (now the files
  should be available on all mirrors), and also point to the PHP
  file
2003-10-31 13:23:43 +00:00
Gabor Hojtsy
abf1d2b478 Provide access to the tableless manual page rendering mode
via URLs, like /manual/en/tableless/function.echo.php for
testing purposes (this will replace the current rendering mode if
it works across common browsers)
2003-09-27 17:54:04 +00:00
Gabor Hojtsy
3225ece2d6 Move the error functions out to an include file,
so we can reuse them if needed
2003-09-06 09:14:58 +00:00
Gabor Hojtsy
291865a154 Better 404 page for manual pages (which are not to be
searched in the function list or in Google, as they are
clearly missing files on the server). Do preserve the 404
error code on the pages though, as these are not to be
indexed (also add a meta for this reason).
2003-09-06 08:51:10 +00:00
Gabor Hojtsy
496c83383a Add and use status_header() for sending out status headers,
add it into all parts where we include stuff which exists. Also
make the 404 page a bit more general.
2003-08-21 11:25:13 +00:00
Gabor Hojtsy
fbc96ff41a Use new header / footer in 404 messages 2003-08-21 11:12:46 +00:00
Gabor Hojtsy
e8ae1f70da Drop the need to specify that a redirection is really external, as
this is already in the first parameter. If there is a protocol part,
then it is external. Reflect this change in the errorhandler too.
2003-08-16 11:58:34 +00:00
Gabor Hojtsy
9350f819bb - Split news.php by year, as discussed before
- Provide BC handling for news.php links
- Interlink the yearly archives
- Fix layout, and some outdated links to make
  archived news items more useful
2003-08-13 11:53:37 +00:00
Gabor Hojtsy
d3e7e8828b Also remove ? if it is at the very end of the request URI 2003-08-10 10:51:09 +00:00
Gabor Hojtsy
9ff69a38c3 Drop QUERY_STRING from the shortcut URL 2003-08-10 10:48:37 +00:00
Gabor Hojtsy
eb015354f1 Movet get_download out of the website root, as it is not supported
to access this directly. Download mirror selections are supported
via the /get/$filename/from/a/mirror URLs
2003-08-09 16:43:45 +00:00
Gabor Hojtsy
6411307498 Add error handler here, as discussed,
- prevent infinite redirection loop with the shortcut /error
 - use $_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT,
   so register_globals is not needed here anymore
2003-08-09 09:35:00 +00:00