[TYPO3-core] [Passed] TYPO3/TYPO3.CMS#2415 (master - f064c5c)

Travis CI notifications at travis-ci.org
Tue Mar 4 18:47:41 CET 2014


Build Update for TYPO3/TYPO3.CMS
-------------------------------------

Build: #2415
Status: Passed

Duration: 9 minutes and 6 seconds
Commit: f064c5c (master)
Author: Benjamin Mack
Message: [CLEANUP] Enhance TCA - FAL migration for tt_content

The upgrade wizard to migrate the fields like e.g.
tt_content->image and pages->media fetches all records
of each table and loops over them. This is basic, and not
very clever, especially when the max_execution_time is
less than the upgrade wizards needs to process all fields
or if the memory_limit is reached because ALL of the
records are fetched.

Thus, the patch modifies the behavior in the following ways:
* As all TCA value are switched from text to integer
 (the value itself, not the DB field yet) the SQL is done to
only fetch records that are not empty, not integer
(and not deleted). This reduces the memory footprint
massively.
* The check for a record is now done for each table and
then for each field of the table (as the SQL has been changed).
* The field is only marked as "done" if no more records were
found in the migration run.
* Also, the redudant myfile_05.jpg are not moved if the
first file with that name (myfile.jpg) was moved already.

The migration wizard can now be run multiple times
(and the counter shows how many records are left).

Furthermore the wizard hides itself now once all migrations
are done.

Resolves: #53845
Resolves: #53891
Releases: 6.2
Change-Id: I835a07158e6869d80b4426d9774754421963ef81
Reviewed-on: https://review.typo3.org/25621
Reviewed-by: Jigal van Hemert
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Ernesto Baschny
Tested-by: Ernesto Baschny

View the changeset: https://github.com/TYPO3/TYPO3.CMS/compare/d12424f163a6...f064c5c01598

View the full build log and details: https://travis-ci.org/TYPO3/TYPO3.CMS/builds/20070926

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20140304/657ee59f/attachment.htm>


More information about the TYPO3-team-core mailing list