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

142 Commits

Author SHA1 Message Date
Andrew Lindeman
2a6ef74b1a code -> note -- what was I thinking :-/ 2003-05-03 21:37:42 +00:00
Andrew Lindeman
4566793f1a <p> tags in user notes really screw up the style of the page. Make sure these tags stay in the 'code' class 2003-05-03 21:36:30 +00:00
Gabor Hojtsy
9ae10bf244 Jumpstart our new ip-to-country service by marking
events in the user's country with bold letters, right on
the frontpage

This implementation is expected to be cache friendly,
and separates user based content from usual content.
If the CSS output of user/css.php is cached, then we
need to add more aggressive non-cacheing headers.
2003-05-03 16:29:40 +00:00
Gabor Hojtsy
f0ac4a2f3d Apply E_ALL fixes provided by Hans Zaunere
with slight modifications

Also remove all whitespace at the end of lines

Use !empty() instead of isset() in sidebar checking,
so it will work if the variable is set, but empty
2003-05-02 20:56:38 +00:00
Gabor Hojtsy
698a7304f9 $page_creation_start should be global
for this measuring to work...
2003-05-01 13:11:11 +00:00
Gabor Hojtsy
683f853079 Add getmicrotime() and measure page creation
time from prepend.inc to commonFooter()

Remove ending ?> from files for header() safety
reasons
2003-05-01 12:17:54 +00:00
Gabor Hojtsy
a03f593a6c Remove the <url-minder-ignore> tags
as the company is no more operational,
and anyway, these tags were ugly...

Also as there were only to /udmcomments,
and no opening ones, try to consolidate them.
=> adding the header and footer inside
udmcomments, so those won't be indexed
in the  new mnogosearch experiment (on pl.php.net)
2003-04-26 16:17:57 +00:00
Gabor Hojtsy
13848b8956 Move my.php.net to the right side, it does not
make sense between documentation and faq,
which are closely related
2003-04-26 14:10:10 +00:00
Andrew Lindeman
0e91e93722 add my php.net to the menu 2003-04-24 23:58:11 +00:00
Gabor Hojtsy
d3be9d1174 Provide a base URL for relative PHP.net links on the search page
[and only on the search page], so when someone uses remote searching,
he can get back to the original mirror with any relative link on the
page.
2003-04-23 16:50:59 +00:00
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 " &nbsp;" 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