#
8dff970e |
| 24-Dec-2003 |
Jacques Marneweck |
Adding BC for NEWS_*.txt files I'll be deleting shortly.
|
#
09c9196a |
| 21-Nov-2003 |
Gabor Hojtsy |
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
|
#
429422d9 |
| 07-Nov-2003 |
Gabor Hojtsy |
Put this image redirectio to the right place
|
#
8ff38ecf |
| 07-Nov-2003 |
Gabor Hojtsy |
Try to fix the missing images in the printed versions of the manual
|
#
43702352 |
| 31-Oct-2003 |
Gabor Hojtsy |
- 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
- 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
show more ...
|
#
abf1d2b4 |
| 27-Sep-2003 |
Gabor Hojtsy |
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 w
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)
show more ...
|
#
3225ece2 |
| 06-Sep-2003 |
Gabor Hojtsy |
Move the error functions out to an include file, so we can reuse them if needed
|
#
291865a1 |
| 06-Sep-2003 |
Gabor Hojtsy |
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 p
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).
show more ...
|
#
496c8338 |
| 21-Aug-2003 |
Gabor Hojtsy |
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.
|
#
fbc96ff4 |
| 21-Aug-2003 |
Gabor Hojtsy |
Use new header / footer in 404 messages
|
#
e8ae1f70 |
| 16-Aug-2003 |
Gabor Hojtsy |
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 errorha
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.
show more ...
|
#
9350f819 |
| 13-Aug-2003 |
Gabor Hojtsy |
- 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 it
- 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
show more ...
|
#
d3e7e882 |
| 10-Aug-2003 |
Gabor Hojtsy |
Also remove ? if it is at the very end of the request URI
|
#
9ff69a38 |
| 10-Aug-2003 |
Gabor Hojtsy |
Drop QUERY_STRING from the shortcut URL
|
#
eb015354 |
| 09-Aug-2003 |
Gabor Hojtsy |
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
|
#
64113074 |
| 09-Aug-2003 |
Gabor Hojtsy |
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 n
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
show more ...
|