[Typo3-doc] Ask for assistance: Release notes for 3.7.0

Michael Stucki mundaun at gmx.ch
Mon Sep 20 14:50:41 CEST 2004


Hi Sylvain,

>> It's not in CVS. I think it will be the same like for 3.6.2, only with a
>> new symlink. An empty archive will stay an empty archive... ;-)
> 
> ? what does that mean ?

OK, that was probably not so precise, sorry for that.

I wanted to say that the dummy site contains no pages at all and therefore
will not change in any way _except_ the symlink "typo3_src" which pointed
to ../typo3_src-3.6.2 in the past but will now point to ../typo3_src-3.7.0.

That's the only change.

> It's not empty at all ! 10 files = 1164 kb (compressed) = 1218580 bytes
> ;-)

Yes, it contains the file structure and the database.sql (is needed by the
1-2-3 installer).

> And it fact, my next question will follow, where is the testsite CVS ?

There is no CVS version of these sites! They are on Sourceforge and I will
fetch them from there before I change them.

> About the upgrade problem, could you give me some testcase which need
> manual removal ?

Let's use find for simply comparing typo3_src-3.7.0rc2 with typo3_src-3.6.2:

for i in `ls -1 typo3_src-3.7.0rc2/typo3/sysext/`; \
  do find typo3_src-3.6.2/typo3/ext/ -type d -name $i; \
done

typo3/ext/aboutmodules
typo3/ext/context_help
typo3/ext/extra_page_cm_options
typo3/ext/func_wizards
typo3/ext/info_pagetsconfig
typo3/ext/install
typo3/ext/phpmyadmin/modsub/phpmyadmin-2.5.6-rc1/lang   // Ignore this!
typo3/ext/setup
typo3/ext/tsconfig_help
typo3/ext/wizard_crpages
typo3/ext/wizard_sortpages

This means that all these directories should be checked and deleted.

Don't forget the extra directory "typo3/ext/extrep_wizard/" which has been
replaced by the "kickstarter" extension in "typo3/ext/".

Hope this helps.
- michael
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html



More information about the TYPO3-project-documentation mailing list