From eed8e39aa40f117529596063751ca2c23f168fc2 Mon Sep 17 00:00:00 2001 From: Dmitry Dulepov Date: Sat, 14 Apr 2007 09:42:40 +0000 Subject: [PATCH] Fixed HTML syntax errors with some old html files git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2255 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + misc/phpcheck/reference.html | 36 +++++++++++-------- .../tslib/media/uploads/newsletter/signup.htm | 12 +++---- 3 files changed, 29 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7fbbb53bc69..ae1f9a9cc3f2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2007-04-14 Dmitry Dulepov * Workspaces: added class.wslib_gui.php to allow using WS GUI from extensions + * Fixed HTML syntax errors with some old html files 2007-04-05 Martin Kutschker diff --git a/misc/phpcheck/reference.html b/misc/phpcheck/reference.html index 6e2323c78769..88467656b2a2 100755 --- a/misc/phpcheck/reference.html +++ b/misc/phpcheck/reference.html @@ -1,4 +1,16 @@ -

t3lib_div::getIndpEnv()

These are 'system variables' returned from t3lib_div::getIndpEnv() and should be universal for any server configuration:

HTTP_HOST192.168.230.3
TYPO3_HOST_ONLY192.168.230.3
TYPO3_PORT
PATH_INFO
QUERY_STRINGarg1,arg2,arg3&p1=parameter1&p2[key]=0f03
REQUEST_URI/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=0f03
HTTP_REFERERhttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/
TYPO3_REQUEST_HOSThttp://192.168.230.3
TYPO3_REQUEST_URLhttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=0f03
TYPO3_REQUEST_SCRIPThttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php
TYPO3_REQUEST_DIRhttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/
TYPO3_SITE_URLhttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/
SCRIPT_NAME/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php
TYPO3_DOCUMENT_ROOT/www/htdocs
SCRIPT_FILENAME/www/htdocs/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php
REMOTE_ADDR192.168.230.1
REMOTE_HOST
HTTP_USER_AGENTMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
HTTP_ACCEPT_LANGUAGEda
PHP_OSLinux
TYPO3_OS
PATH_thisScript/www/htdocs/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php
php_sapi_name()apache

Raw values

These are the raw 'system variables' returned from getenv(), HTTP_SERVER_VARS, HTTP_ENV_VARS etc. These are displayed here so we can find the right values via this testscript to map to with t3lib_div::getIndpEnv()

+ + + + +phpinfo() +

t3lib_div::getIndpEnv()

These are 'system variables' returned from t3lib_div::getIndpEnv() and should be universal for any server configuration:

HTTP_HOST192.168.230.3
TYPO3_HOST_ONLY192.168.230.3
TYPO3_PORT
PATH_INFO
QUERY_STRINGarg1,arg2,arg3&p1=parameter1&p2[key]=0f03
REQUEST_URI/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=0f03
HTTP_REFERERhttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/
TYPO3_REQUEST_HOSThttp://192.168.230.3
TYPO3_REQUEST_URLhttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=0f03
TYPO3_REQUEST_SCRIPThttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php
TYPO3_REQUEST_DIRhttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/
TYPO3_SITE_URLhttp://192.168.230.3/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/
SCRIPT_NAME/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php
TYPO3_DOCUMENT_ROOT/www/htdocs
SCRIPT_FILENAME/www/htdocs/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php
REMOTE_ADDR192.168.230.1
REMOTE_HOST
HTTP_USER_AGENTMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
HTTP_ACCEPT_LANGUAGEda
PHP_OSLinux
TYPO3_OS
PATH_thisScript/www/htdocs/typo3/32/typo3_src-3.6.0RC1/misc/phpcheck/index.php
php_sapi_name()apache

Raw values

These are the raw 'system variables' returned from getenv(), HTTP_SERVER_VARS, HTTP_ENV_VARS etc. These are displayed here so we can find the right values via this testscript to map to with t3lib_div::getIndpEnv()

@@ -150,19 +162,15 @@
Key getenv() HTTP_SERVER_VARS
-

Go to this page again (PATH_INFO).
- - -phpinfo() +Go to this page again (PATH_INFO).
+ +
+
-PHP Logo

PHP Version 4.2.3

+ +

PHP Version 4.2.3


@@ -504,7 +512,7 @@ This program makes use of the Zend Scripting Language Engine:
Zend Engine v diff --git a/typo3/sysext/cms/tslib/media/uploads/newsletter/signup.htm b/typo3/sysext/cms/tslib/media/uploads/newsletter/signup.htm index b40c636af5ea..f024f0007f29 100755 --- a/typo3/sysext/cms/tslib/media/uploads/newsletter/signup.htm +++ b/typo3/sysext/cms/tslib/media/uploads/newsletter/signup.htm @@ -29,8 +29,8 @@ +
_GET["p1"]parameter1 
_GET["p2"]
Array
 (
-    [key] => 0f03
+    [key] => 0f03
 )
 
 
_COOKIE["test_script_cookie"]Cookie Value! 
- @@ -80,8 +80,8 @@ ###HIDDENFIELDS### -
Tilmeld mig til nyhedsbrev
+ @@ -178,7 +178,7 @@ Der er nu sendt en mail til dig hvori der er et link, som giver dig adgang til at ændre dine data.

- Tilbage > + Tilbage >

@@ -245,8 +245,8 @@ But the most obvious reason would be that the record has been updated in the mea --> +
- @@ -272,8 +272,8 @@ But the most obvious reason would be that the record has been updated in the mea -
Tilmelding til nyhedsbrev
+ @@ -330,7 +330,7 @@ Her er dine stamdata: ###FIELD_name### -http://markus.oh-my-god.dk/typo3/dev/barneguiden/index.php?id=3&cmd=edit&aC=###SYS_AUTHCODE###&rU=###FIELD_uid### +http://markus.oh-my-god.dk/typo3/dev/barneguiden/index.php?id=3&cmd=edit&aC=###SYS_AUTHCODE###&rU=###FIELD_uid### -- 2.20.1