fba44235e443b63dcba1de08144c8431df0de1f5 561464 |
|
31-Jul-2007 |
slive |
Remove the date from the multi-language error pages
because it is unlocalizable and generally useless.
PR: 40432 |
ef685e00a47967e27d89709461728a229d762172 97665 |
|
27-Nov-2002 |
nd |
nobody seems to have objections...
* XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus.
(see <http://www.w3.org/TR/xhtml-media-types/#summary>)
* replaced the also bogus <dl> stuff by normal <p>s
and added some CSS instead.
(embedding CSS compatible to xml *and* html causes the very
ugly hack, you can see in top.html, because in HTML <style> contains
CDATA and in XHTML PCDATA, see also
<http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>)
* fixed some encoding issues.
* removed the weird empty lines at the beginning of every document
* added CONTENT_LANGUAGE parameter for pt-br |
6cced120094ad0ee645247fbcdbac5dae2f5da98 96016 |
|
11-Jul-2002 |
slive |
Make internationalized error docs xhtml compliant.
Submitted by: Erik Abele <webmaster@codefaktor.de>
Reviewed by: Joshua Slive |
352af7aac918e176fe7446209db6ddc9439c36b8 95820 |
|
20-Jun-2002 |
slive |
Back-out recent changes to the internationalized error docs to remove the
server string. Now that these error docs are no longer the default
for install-and-forget-it users, having them display this useful information
should no longer be a danger. |
e0e0af348b0538f48cd86bdb97dbae75135bc5ba 95696 |
|
15-Jun-2002 |
rbowen |
Not to pick nits, but I think that the "add this back in" phrasing will
confuse people, and leave them unsure what they are actually supposed to
do, in the unlikely event that they want to turn this back on. Made it a
little clearer what they actually need to do. Tested. |
a670ebe61c2dc28f7bcea47a2e87d5af9a8d8b2e 95694 |
|
15-Jun-2002 |
jwoolley |
We not only want to avoid displaying it, we want to avoid sending it
to the client entirely. We need a mod_include conditional for that.
Submitted by: Justin Erenkrantz |
2516ebf7ce9790d49ea8676373a3a4b19f9d5287 95692 |
|
15-Jun-2002 |
rbb |
Comment out the SERVER_STRING variable from our default error documents.
Some people do not like having this information in their error pages, and
it makes sense to not do it by default. If users want this back, they
can uncomment it.
PR: 9319 |
034d2e65479f504fc20bba98b4cdd3f624c15711 90454 |
|
21-Aug-2001 |
slive |
I hope I don't get anybody upset here, but I'm going to go super-simple
on this for now. I removed all the fancy stuff. If someone wants
to put it back in after we've thought a little about things like
the location of the graphic file, I will have no objections.
First, let's start with something simple that works. |
1aeff918e886c37f922a16b6874a2400abd45168 90440 |
|
21-Aug-2001 |
fielding |
one too many deletes |
29593d474e5573c1c3a3d62937701433df5782b5 90439 |
|
21-Aug-2001 |
fielding |
Do not send irrelevant bits by default. |
fb2f61612b4dad97d24d6de140492c89f8cf0a60 90432 |
|
21-Aug-2001 |
slive |
contact is now a typemap file. |
0d6db130e060ad9448229a488053064ce504947b 90431 |
|
21-Aug-2001 |
slive |
Combine top+header and bottom+footer to make things easier for me to
understand (and a little quicker). |
36fc4cc2b334c0ec1f0109c9d1c822c1ff19cc0d 90348 |
|
19-Aug-2001 |
lars |
Support files for multi language error documents and an example logo. |