[TYPO3-core] RFC: Bug 3960: Display correct version number in Install Tool

Ingmar Schlecht ingmar at typo3.org
Tue Aug 22 09:20:10 CEST 2006


+1.

cheers
Ingmar

Michael Stucki schrieb:
> This is a SVN patch request.
> 
> Problem:
> I've made a change in TYPO3 4.0.1 which prints the branch instead of the 
> version number in the Install Tool. This way, external visitors cannot find 
> out which patch version is being used.
> However, this may also confuse users who don't notice any changes after 
> upgrading their TYPO3 version.
> 
> Solution:
> If the correct installToolPassword has been submitted, display the exact 
> version number in the page header, right below the sitename.
> 
> Branches:
> TYPO3_4-0 / Trunk
> 
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=3960
> 
> - michael
> 
> 
> ------------------------------------------------------------------------
> 
> Index: typo3/sysext/install/mod/class.tx_install.php
> ===================================================================
> --- typo3/sysext/install/mod/class.tx_install.php	(Revision 1669)
> +++ typo3/sysext/install/mod/class.tx_install.php	(Arbeitskopie)
> @@ -4808,7 +4808,8 @@
>  					<tr>
>  						<td bgcolor="#F4F0E8">
>  						<div align="center"><span class="size4text"><strong>TYPO3 '.TYPO3_branch.' Install Tool</strong></span></div>
> -						<div align="center"><span style="color:navy;"><strong>Site: '.$GLOBALS['TYPO3_CONF_VARS']['SYS']['sitename'].'</strong></span></div><br />
> +						<div align="center"><span style="color:navy;"><strong>Site: '.$GLOBALS['TYPO3_CONF_VARS']['SYS']['sitename'].'</strong></span></div>
> +						'.($this->passwordOK ? '<div align="center"><span style="color:navy;"><strong>Version: '.TYPO3_version.'</strong></span></div>':'').'<br />
>  
>  '.($this->step?$this->stepHeader():$this->menu()).$content.'<hr />'.$this->note123().$this->endNotes().'
>  						</td>



More information about the TYPO3-team-core mailing list