[TYPO3-core] Last-minute patches for RC3

Ingmar Schlecht ingmar at typo3.org
Tue Apr 4 13:32:24 CEST 2006


All fine, +1.

Ingmar

Michael Stucki schrieb:
> This is a set of CVS patch requests :-)
> 
> Please look at the patches, if nobody objects I will commit them together with 
> RC3.
> 
> - michael
> 
> 
> ------------------------------------------------------------------------
> 
> diff -ru TYPO3core.bak/t3lib/class.t3lib_div.php TYPO3core/t3lib/class.t3lib_div.php
> --- TYPO3core.bak/t3lib/class.t3lib_div.php	2006-03-25 17:44:19.000000000 +0100
> +++ TYPO3core/t3lib/class.t3lib_div.php	2006-03-31 14:56:08.000000000 +0200
> @@ -4148,7 +4148,7 @@
>  	 *
>  	 * @param	string		Input URL
>  	 * @param	integer		URL string length limit
> -	 * @param	string		URL of "index script" - the prefix of the "?RDCT=..." parameter. If not supplyed it will default to t3lib_div::getIndpEnv('TYPO3_REQUEST_DIR')
> +	 * @param	string		URL of "index script" - the prefix of the "?RDCT=..." parameter. If not supplyed it will default to t3lib_div::getIndpEnv('TYPO3_REQUEST_DIR').'index.php'
>  	 * @return	string		Processed URL
>  	 * @internal
>  	 */
> @@ -4166,7 +4166,7 @@
>  
>  				$GLOBALS['TYPO3_DB']->exec_INSERTquery('cache_md5params', $insertFields);
>  			}
> -			$inUrl=($index_script_url ? $index_script_url : t3lib_div::getIndpEnv('TYPO3_REQUEST_DIR')).
> +			$inUrl=($index_script_url ? $index_script_url : t3lib_div::getIndpEnv('TYPO3_REQUEST_DIR').'index.php').
>  				'?RDCT='.$md5;
>  		}
>  		return $inUrl;
> 
> 
> ------------------------------------------------------------------------
> 
> diff -ru TYPO3core/typo3/class.db_list_extra.inc /home/mstucki/daten/typo3/install_packages/package-creator/incoming/source/typo3_src-4.0rc3/typo3/class.db_list_extra.inc
> --- TYPO3core/typo3/class.db_list_extra.inc	2006-03-25 19:07:03.000000000 +0100
> +++ /home/mstucki/daten/typo3/install_packages/package-creator/incoming/source/typo3_src-4.0rc3/typo3/class.db_list_extra.inc	2006-04-04 13:10:02.000000000 +0200
> @@ -407,7 +407,7 @@
>  					if (in_array('_CONTROL_',$this->fieldArray))	$theData['_CONTROL_']='';
>  					if (in_array('_CLIPBOARD_',$this->fieldArray))	$theData['_CLIPBOARD_']='';
>  				}
> -				$out.=$this->addelement(0,'',$theData,'',$this->leftMargin);
> +				$out.=$this->addelement(0,'',$theData,'class="c-table-row-spacer"',$this->leftMargin);
>  			}
>  
>  				// Header line is drawn
> diff -ru TYPO3core/typo3/sysext/t3skin/stylesheets/typo3-db-list-php.css /home/mstucki/daten/typo3/install_packages/package-creator/incoming/source/typo3_src-4.0rc3/typo3/sysext/t3skin/stylesheets/typo3-db-list-php.css
> --- TYPO3core/typo3/sysext/t3skin/stylesheets/typo3-db-list-php.css	2006-04-04 13:03:59.000000000 +0200
> +++ /home/mstucki/daten/typo3/install_packages/package-creator/incoming/source/typo3_src-4.0rc3/typo3/sysext/t3skin/stylesheets/typo3-db-list-php.css	2006-04-04 13:11:43.000000000 +0200
> @@ -34,6 +34,10 @@
>  	background-repeat: repeat-x;
>  }
>  
> +table.typo3-dblist td.c-table-row-spacer {
> +	display: none;
> +}
> +
>  table.typo3-dblist tr:hover {
>  	background-color: #EFEFF4;
>  }
> 
> 
> ------------------------------------------------------------------------
> 
> diff -ru typo3_src-4.0rc2.orig/typo3/sysext/t3skin/stylesheets/typo3-index-php.css typo3_src-4.0rc2/typo3/sysext/t3skin/stylesheets/typo3-index-php.css
> --- typo3_src-4.0rc2.orig/typo3/sysext/t3skin/stylesheets/typo3-index-php.css	2006-03-26 22:22:16.000000000 +0200
> +++ typo3_src-4.0rc2/typo3/sysext/t3skin/stylesheets/typo3-index-php.css	2006-03-31 20:23:16.000000000 +0200
> @@ -22,7 +22,7 @@
>  	width: 500px;
>  	height: 100px;
>  	text-align: left;
> -	margin: 110px 40px 40px 40px;
> +	margin: 0 40px 40px 40px;
>  	padding: 0;
>  	background-color: transparent;
>  	}



More information about the TYPO3-team-core mailing list