2f9f8dc6 | 13-Mar-2003 |
Gabor Hojtsy |
Use a table instead of a list, so the form does not look odd... |
978623dd | 13-Mar-2003 |
Gabor Hojtsy |
Ups, typo... |
19758944 | 13-Mar-2003 |
Gabor Hojtsy |
Typo, thanks to Mitja for pointing it out... |
08b7de85 | 13-Mar-2003 |
Gabor Hojtsy |
Really honor the user's language settings... |
1f242357 | 13-Mar-2003 |
Gabor Hojtsy |
Adding new array creation to langchooser, so we can inform users about how we have parsed their accept-language Add the first version of my.php (which will enable users to set their
Adding new array creation to langchooser, so we can inform users about how we have parsed their accept-language Add the first version of my.php (which will enable users to set their own languages). Please don't spread the word, this needs testing, before it can go live for all users...
show more ...
|
b7870c58 | 13-Mar-2003 |
foobar |
announce 4.3.2RC1 |
103cfb7d | 13-Mar-2003 |
Gabor Hojtsy |
Wrox was busy adding PHP books, this is a new one again... |
4fdd57d1 | 13-Mar-2003 |
Gabor Hojtsy |
Spanish site moved |
7e1cb7ec | 13-Mar-2003 |
Gabor Hojtsy |
Adding new Wrox Strings Handbook |
b04c9d69 | 13-Mar-2003 |
James Cox |
update |
7a55f346 | 13-Mar-2003 |
Derick Rethans |
- Reflect name change |
d1bb17cb | 12-Mar-2003 |
foobar |
Separate the internals/general lists more clearly |
03b69e98 | 11-Mar-2003 |
Gabor Hojtsy |
Fix the explicit spec. bug I have introduced the past weekend... |
0067b753 | 08-Mar-2003 |
Gabor Hojtsy |
Update code to handle qualities (really only used by Safari as far as I know). Refactor the code to be under a function, so temp variables are lost, and there is no global namespace solution.
Update code to handle qualities (really only used by Safari as far as I know). Refactor the code to be under a function, so temp variables are lost, and there is no global namespace solution. Also remove ?> from the end, so there won't be any whitespace outoput in any case...
show more ...
|
43b6997e | 07-Mar-2003 |
Gabor Hojtsy |
Adding SourceGuardian |
9cad282a | 06-Mar-2003 |
Gabor Hojtsy |
Quick fix for the languages issue. Now we have a $LANG var contanining the language to use... |
c56c9424 | 06-Mar-2003 |
Gabor Hojtsy |
Fallback to "en" in case the language set by mirror site (or provided by master.php.net is not supported) |
6a5a3679 | 06-Mar-2003 |
Gabor Hojtsy |
Add Grant Program news item, as agreed. |
5a42e173 | 04-Mar-2003 |
Derick Rethans |
- Add non-modification rule |
ea39292d | 02-Mar-2003 |
Gabor Hojtsy |
Adding translation table for pt_br and Chinese language variations and strip out any other language flavor specified in the accept language, as we have no support for flavors of other languag
Adding translation table for pt_br and Chinese language variations and strip out any other language flavor specified in the accept language, as we have no support for flavors of other languages (eg. en-us or en-gb will become en).
show more ...
|
c106cf22 | 02-Mar-2003 |
Gabor Hojtsy |
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.
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...
show more ...
|
802a2e2c | 02-Mar-2003 |
Gabor Hojtsy |
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
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").
show more ...
|
006f2b42 | 02-Mar-2003 |
Gabor Hojtsy |
Ensure validity in case there are any < > or & signs (or other HTML special chars) in the provider name or any event title... |
e132060d | 02-Mar-2003 |
Gabor Hojtsy |
Fixing some validity problems, so the images will be right and the form option tags will have closing pairs... |
cf8bffc7 | 02-Mar-2003 |
Gabor Hojtsy |
Upgrade to latest non-XHTML content type... |