Project

General

Profile

Actions

Bug #75763

closed

spurious /typo3conf/ext/styleguide/ folder inside the CMS Core folder (master 8.1-dev from git)

Added by Riccardo De Contardi over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
composer
Target version:
-
Start date:
2016-04-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

My TYPO3 setup for the 8.1-dev is configured like this: I have a folder where I keep the CORE files from git and another folder that is the root of my site:

/TYPO3-dists/typo3_master/
/Sites/typo3.master.it/

I create symlinks (/typo3, /typo3_src/ and index.php) from the first folder to the second one.

content of /Sites/typo3.master.it/:

/fileadmin/
index.php <symlink
/typo3/ <symlink
/typo3_src/ <symlink
/typo3conf/
/typo3temp/
/uploads/

I don't know when or why, but in the /TYPO3-dists/typo3_master/ folder I got a folder /typo3conf/ext/styleguide/ (!?), so that the content of the folder is now:

/bin/
/Build/
/typo3/
/typo3conf/
/vendor/
.appveyor.yml
.editorconfig
.gitignore
.gitreview
.travis.yml
_.htaccess
composer.json
composer.lock
CONTRIBUTING.md
dynamicReturnTypeMeta.json
index.php
INSTALL.md
LICENSE.txt
README.md

I guess that there is something wrong... the styleguide should be inside /typo3/sysext/ ?or not? Thank you.

Actions #1

Updated by Wouter Wolters over 8 years ago

  • Status changed from New to Closed

This is not spurious but the fact that TYPO3 now uses ext:styleguide for acceptance tests. So we have a dependency for testing on ext:styleguide and that will be installed with a composer install in the folder where the composer.json is located.

Actions

Also available in: Atom PDF