Colin Viebrock
30845c7e7c
Sorry about the expose_php thing ... I didn't realize it made the guid
...
functions unavailable.
I'm replacing the logo with one that matches the one in phpinfo()
2003-04-02 16:00:09 +00:00
Gabor Hojtsy
dccdd610c8
Serving the phpnet_logo from a permanent file, and not a PHP parameter,
...
which can be turned off...
2003-04-02 15:14:15 +00:00
Colin Viebrock
37ac98750a
perma-fix
2003-04-02 00:06:55 +00:00
Colin Viebrock
38b3fe234d
forgot to do this sooner ...
2003-04-01 18:55:42 +00:00
Jacques Marneweck
d51d0eecd0
* Forgot to make $base a global.
...
--jm
2003-03-15 00:42:46 +00:00
Jacques Marneweck
0d49b94b26
* This is a quick fix for submitting a new search when you are on
...
ch.php.net and you have $base set from the mirror site you are using
prior to redirection. (BUG #22706 ).
--jm
2003-03-14 20:49:56 +00:00
Gabor Hojtsy
c106cf220d
Having the DTD URL in the DOCTYPE switches Mozilla and IE to a standards
...
compatibility mode, in which our site does not behave correctly right now,
so remove the URL from the DOCTYPE for now...
2003-03-02 19:08:15 +00:00
Gabor Hojtsy
802a2e2c1d
More on the way to be standard compliant. I have just found out, that
...
HTML 4.01 allows <hr noshade="noshade">, which is good new for us :)
| Boolean attributes may legally take a single value: the name of
| the attribute itself (e.g., selected="selected").
2003-03-02 18:08:34 +00:00
Gabor Hojtsy
e132060d0a
Fixing some validity problems, so the images will be right and
...
the form option tags will have closing pairs...
2003-03-02 17:56:09 +00:00
Gabor Hojtsy
cf8bffc721
Upgrade to latest non-XHTML content type...
2003-03-02 17:33:30 +00:00
Gabor Hojtsy
22c1c68d29
Only print out language, if explicitly specified (on manual pages).
...
Otherwise, the language to use for the search can be computed on the
fly from other implicit sources (which won't change between the two
requests, unlike the explicit spec).
2003-03-02 15:51:36 +00:00
Gabor Hojtsy
6c6ecd674c
Use the $LANG var, which always contains the used
...
language, and default_language() cannot help...
2003-03-02 11:09:51 +00:00
Gabor Hojtsy
a5d194d6c9
Go with new better looking URLs which are also ok for IE...
...
http://php.net/get/{filename}/from/a/mirror => opens the mirror selection page
http://php.net/get/{filename}/from/this/mirror => download from this mirror
http://php.net/get/{filename}/from/{mirrorname}/mirror => download from {mirrorname} mirror
This is wget friendly. and avoids the extension on the end of the URL,
which made some IEs and download managers go mad to think that a HTML
page is actually an exe or a zip file... The URLs are also good to read out :)
2003-02-09 10:56:17 +00:00
Gabor Hojtsy
b392b73595
Try to hide extension from dumb browsers...
2003-02-07 15:17:21 +00:00
Gabor Hojtsy
df5a172554
OK, now my tests shows that new /get links work quite well, so go with
...
them, and wait for error reports...
New links: /get/{filename} opens up the mirror selection page
/get/{filename}/from/{mirrorname} send the file for download
These are wget friendly and look quite nice in newsletters, etc...
2003-02-05 19:59:35 +00:00
Gabor Hojtsy
cfa3ab9627
Start the switch to /images instead of /gifs
2003-02-03 21:20:47 +00:00
Gabor Hojtsy
131956b8b6
Add mirror information page link
2003-02-02 11:00:43 +00:00
Gabor Hojtsy
de25050d9d
Put a space after "mirror sites", so it is not that far right...
2003-01-24 20:19:15 +00:00
Gabor Hojtsy
04e136e352
- Allow spacer() to return string if needed.
...
- Use default parameters if possible...
- Add spacer to manual sidebar to make it look the same in Mozilla then in IE
2003-01-19 13:24:41 +00:00
Gabor Hojtsy
0fddf6baf0
Moving spacer gif to images dir...
2003-01-19 13:14:11 +00:00
Gabor Hojtsy
6a2374b0d9
There is no need for a base, as the search page is always on the same server...
2003-01-18 21:49:49 +00:00
Gabor Hojtsy
f48f493b50
Get back to our normal logo...
2003-01-08 18:29:06 +00:00
Gabor Hojtsy
a0828a862d
Echo that string out...
2003-01-05 20:37:41 +00:00
Gabor Hojtsy
de13684f56
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...
2003-01-04 20:37:37 +00:00
Gabor Hojtsy
1101f76493
Inform out users that the online documentation search always searches in the EN manual
2003-01-04 17:21:43 +00:00
Gabor Hojtsy
d12098f8ad
Adding 2003 to copyright notices
2003-01-03 20:18:59 +00:00
Gabor Hojtsy
ba1bfc856a
Make all these files short_open_tags = off compatible.
...
As far as I have seen all the other files use the standard
<?php tag, which should be used in all places!
2002-12-16 20:02:27 +00:00
Gabor Hojtsy
a1c268c9e0
Ups, changing nosource to wholesite here too...
2002-12-16 17:59:25 +00:00
Gabor Hojtsy
1aa2fdcda1
It's december again, so we get a bit snowish ;)
2002-12-01 18:45:42 +00:00
Gabor Hojtsy
e74cac490f
Doh, we need " " because of odd number of spaces
...
sometimes at the begining of the line...
2002-10-30 09:12:12 +00:00
Gabor Hojtsy
8f31b9fab7
Put nbsp before space (for line begining)
2002-10-30 08:43:13 +00:00
Gabor Hojtsy
d603b53cfe
Preserve spacing in examples
2002-10-30 08:42:00 +00:00
Sander Roobol
d5c02b88a4
Another Cmd->Ctrl fix
2002-10-18 14:26:08 +00:00
Gabor Hojtsy
e2eae6c424
Adding shortcut keys to search and lookup input fields.
2002-10-17 12:16:19 +00:00
Colin Viebrock
5a9899227f
change download mechanism to show mirror sites
2002-09-09 17:35:41 +00:00
Gabor Hojtsy
88ec969ffc
Use <code> instead of <p> so we can have it with
...
fixed width font, which is much more suitable for
code examples then the proportional font used now...
2002-08-17 11:04:21 +00:00
James Cox
facebe04a6
stop using pre -- doesn't do linewrapping very well
2002-08-16 18:36:34 +00:00
Gabor Hojtsy
ae07231734
As James deleted the mirror dropdown, there is no need for the form,
...
it just takes space and bandwidth...
2002-08-13 12:44:53 +00:00
James Cox
fc44869164
Part of our getting the new server is that we allow the hosting provider to display a banner. We would like to give other mirrors this opportunity too -- instructions in the readme.
...
also, some mirror redirection stuff ended up in here, but i felt it important to commit (with commented out code) and start from there, as my code was getting quite stale.
2002-08-13 02:14:44 +00:00
Marko Karppinen
4d7d71c0ae
Added mailing lists to the main navig. They deserve a spot
...
there, and there's plenty of space.
2002-08-11 17:43:29 +00:00
Gabor Hojtsy
840e0fc632
The mirror will include http:// and a / at the end
2002-07-22 19:29:38 +00:00
Gabor Hojtsy
3b94a01ca5
Adding support for mirror site specification for download links
2002-07-22 19:27:46 +00:00
Simone Cortesi
9a84c4eea7
fixing bug 17796: slash problem on calendar
2002-06-19 00:46:09 +00:00
Sander Roobol
060b06e950
Fix search (hopefully)
2002-06-17 10:39:24 +00:00
Sander Roobol
0bcde0d181
Remember language when using that quickref thingy; #14985
2002-06-16 20:09:45 +00:00
Zeev Suraski
92b381da8c
Restore logging, please don't remove it!
2002-06-09 14:57:50 +00:00
jim winstead
3ebc08acd4
get mnogosearch to ignore navigation elements
2002-06-02 03:01:05 +00:00
Rasmus Lerdorf
25492aa17f
Downloads are broken - temporary fix until the master server is back
2002-05-19 05:31:27 +00:00
Gabor Hojtsy
f1f5c1e21a
Friendlier size printout
2002-05-14 21:21:32 +00:00
Gabor Hojtsy
cc6593c702
Using thin class for thin forms
2002-05-14 21:15:55 +00:00