- May 26, 2020
-
-
Thomas Pronold authored
In order to avoid accidentally committing a FIRST_INSTALL for developers starting to contribute to TYPO3 Core and using Core git repository for its basis local development setup, the FIRST_INSTALL file is ignored from git. Resolves: #91119 Releases: master, 10.4, 9.5 Change-Id: Iad459240bbc8a68892f03adf547373bc608f6a90 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64239 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- Apr 05, 2019
-
-
Andreas Fernandez authored
TypeScript: Due to issues with upcoming TypeScript versions, the TypeScript sources are moved into the Build directory before building JavaScript. The unused Grunt task `tsdev` has been removed. Additionally, some type defintions have been installed: yarn add --dev \ @types/bootstrap-slider \ @types/datatables.net \ @types/chosen-js Sass: The Sass sources have been moved into the common "Sources" directory. Those source files are moved to have a less cluttered Build directory. Note: With this patch, all TypeScript files must be placed into `Build/Sources/TypeScript` to be compiled by tsc again. Resolves: #88043 Releases: master Change-Id: I4d3e5f69564c38a35bf083652ea7262f5b85e4f3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60335 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Oct 25, 2018
-
-
Christian Kuhn authored
The patch adds a new entry script Build/Script/runTests.sh that hides away all the complexity of test suite execution and docker details to execute everything that bamboo performs locally via docker. Use Build/Script/runTests.sh -h for an overview of available options. Example call to execute all functional tests on postgres DBMS and sending xdebug output to a local (phpstorm) listening on port 9000: Build/Script/runTests.sh -s functional -d postgres -x Change-Id: Idaaf0a90ed1a0ba0f31c1b7128dd9d564335e056 Resolves: #86746 Releases: master Reviewed-on: https://review.typo3.org/57789 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Joerg Kummer <typo3@enobe.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Sybille Peters <sypets@gmx.de> Tested-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Jonas Eberle <flightvision@googlemail.com> Tested-by:
Jonas Eberle <flightvision@googlemail.com> Reviewed-by: Anja Leic...
-
- Sep 18, 2018
-
-
Josef Glatz authored
This patch adds .log files to .gitignore. Releases: master Resolves: #86302 Change-Id: If19c37208fb6d2d7004a03daca8d58821f2fae42 Reviewed-on: https://review.typo3.org/58321 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Aug 10, 2018
-
-
Sybille Peters authored
Add directory created by documentation rendering to .gitignore. Rendering the docs locally is helpful for checking if it will render correctly on the server. This will create the rendered files in typo3/sysext/*/Documentation-GENERATED-temp/. Adding this to .gitignore will prevent accidentally adding the generated documentation to a patch. Resolves: #85725 Releases: master, 8.7 Change-Id: Ibcff2570b961e1f1add519ead49e565c671a28ba Reviewed-on: https://review.typo3.org/57771 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jul 07, 2018
-
-
Davert authored
typo3/testing-framework got a major release: composer update typo3/testing-framework ^4.0 * codeception acceptance tests now live in a proper php namespace * merged installation suites yml files into one * installer tests are now one suite with different environment settings * aligned with changes in typo3/testing-framework * renamed Acceptance test suite to Backend test suite * removed Admin/Editor steps, replaced with useExistingLogin('role') Resolves: #85472 Releases: master Change-Id: Ia049b43f5f9f645dddb509bde557ad83a7ac9023 Reviewed-on: https://review.typo3.org/57461 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jun 22, 2018
-
-
Harry authored
Resolves: #85324 Releases: master, 8.7, 7.6 Change-Id: I90461715f59cd74c72571151f3e37cb4ee374b7f Reviewed-on: https://review.typo3.org/57280 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Aug 14, 2017
-
-
Philipp Gampe authored
Make sure root level excludes are prefix with a forward slash (/). The /bin folder exclude is already fixed by a previous commit in master. Sort the .gitignore into logical groups. Releases: 7.6, 8.7, master Resolves: #81992 Change-Id: If1cb4105e57fb7ab3c28448abc3eaeb898da60e3 Reviewed-on: https://review.typo3.org/53612 Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Jul 31, 2017
-
-
Helmut Hummel authored
With the new composer installers versions, the core package itself (in fact any composer package) can add scripts to be run on composer build time. Use this API to add scripts to TYPO3, that will create the entry scripts for frontend, backend and install tool We do this in a way, that also works if these system extensions are installed individually. This also has the benefit, that we can adapt the core with doing more things during composer build time (e.g. maybe publishing assets) in the future, or change the entry scripts to different locations, without touching the plugin any more. Resolves: #81981 Releases: master Change-Id: I3982bd5e73a14cdd54e83d0a7b3a1c93f2191efd Reviewed-on: https://review.typo3.org/53602 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- May 20, 2017
-
-
Christian Kuhn authored
The components/ directory has been a temporary directory in v8 phase, does not exist anymore and can be removed from .gitignore. Change-Id: I0f690c8fb38733dc8d168a7e43078dffc60450ea Resolves: #81286 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/52881 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Feb 05, 2017
-
-
Christian Kuhn authored
Change-Id: I0660bddb5411c8b02fe2cf2e285343f90f49e4d9 Resolves: #79631 Related: #79518 Releases: master Reviewed-on: https://review.typo3.org/51541 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jan 27, 2017
-
-
Georg Ringer authored
The php-cs fixer creates a cache file which should not be commited. Add it to the .gitgnore to avoid any mistakes. Resolves: #79510 Releases: master, 7.6 Change-Id: Ia85f825416ad767a07d280de35a18c318e1a5133 Reviewed-on: https://review.typo3.org/51441 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 07, 2016
-
-
Mathias Brodala authored
This moves the toplevel "index.php" to the frontend extension as "frontend.php". The toplevel "index.php" becomes a stub which includes the "frontend.php". This setup works in the following cases: 1) Package "typo3/cms" is the root package 2) The "index.php" is symlinked into the web-dir 3) The "index.php" is copied into the web-dir In all of these cases "typo3" is a toplevel directory. Resolves: #73027 Releases: master Change-Id: I1c0653bcc4691105eb2ccfbea2bcc873ce6189da Reviewed-on: https://review.typo3.org/46390 Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Oct 24, 2016
-
-
Frank Naegler authored
This patch removes *.js.map files from the repository and adds a new rule to the .gitignore file. Resolves: #78407 Releases: master Change-Id: I227dc1748a0b53910d7fc2050ccf92bfd555d4ec Reviewed-on: https://review.typo3.org/50348 Reviewed-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Naegler authored
Resolves: #78389 Releases: master Change-Id: Ic022f1a19859cf48d92a1e50d45327c42ea7be21 Reviewed-on: https://review.typo3.org/50335 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Oct 10, 2016
-
-
Frank Naegler authored
This patch introduce a grunt TypeScript processor and linter. Resolves: #77900 Releases: master Change-Id: I642db25c84946a97687e1aaa9e1c5e0599618073 Reviewed-on: https://review.typo3.org/49895 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Marco Bresch <marco.bresch@starfinanz.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jun 08, 2016
-
-
Wouter Wolters authored
There is a comment in the .gitignore file to report any changes to this file into a Forge issue. Till now nobody did that. Remove this useless comment now. Resolves: #76510 Releases: master Change-Id: If5dc0193c85f904fd7a038ee9cf6ceb4c98661da Reviewed-on: https://review.typo3.org/48494 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Mar 03, 2016
-
-
Anja Leichsenring authored
Resolves: #74011 Releases: master Change-Id: If536bd1bbfe21cd015195eb38ade876460defb31 Reviewed-on: https://review.typo3.org/47009 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Aug 11, 2015
-
-
Helmut Hummel authored
The typo3/ directory must currently be exposed in the web root for TYPO3 to work properly. Having the vendor dir with all composer dependencies in typo3/vendor however means, that these will also be exposed. This can be a security risk, which can be avoided by simply moving the vendor directory one level up. By doing so, a web directory which contains only two symlinks (typo3 and index.php) and no sources or link to the sources, will be protected from this risk. Resolves: #68918 Releases: master Change-Id: I5e504520102f94c81897945b41043d930cfc5b5f Reviewed-on: http://review.typo3.org/42495 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- Jul 16, 2015
-
-
Markus Klein authored
The composer.lock should be shipped in order to ensure correct versions of dependencies on source checkouts. Additionally it ensures that the tests are based on the same versions (of all recursive dependencies). More details are added to the forge ticket. Resolves: #59515 Releases: master Change-Id: Id4d0d5a34a6cce1315089239593143fcdc25e274 Reviewed-on: http://review.typo3.org/39971 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- Jul 15, 2015
-
-
Christian Kuhn authored
typo3/contrib contains only vendor directory handled by composer. Move vendor one directory up to finally get rid of contrib/. Resolves: #68181 Releases: master Change-Id: I0f579b41db685339fb10b1c7d14bc99ca6fea0b1 Reviewed-on: http://review.typo3.org/41317 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Georg Ringer authored
A first acceptance test is added to check if the backend login form is displayed. To be able to run tests, you need to follow this steps: * composer update * Build the required tester: ./bin/codecept build -c typo3/sysext/core/Build/AcceptanceTests.yml * Start a local web server: php -S localhost:8000 & * Run the test suite ./bin/codecept run acceptance -c typo3/sysext/core/Build/AcceptanceTests.yml typo3/sysext/core/Tests/Acceptance Change-Id: I06eae24f8356c05e083f268326ea8f9563df6b74 Resolves: #68114 Releases: master Reviewed-on: http://review.typo3.org/41262 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Apr 02, 2015
-
-
Markus Klein authored
* Group ignores by purpose * Ignore .htaccess only on top-level Resolves: #66229 Releases: master, 6.2 Change-Id: I4855caa6b2986cd358bf7d77fded31ea8465320a Reviewed-on: http://review.typo3.org/38426 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com>
-
- Mar 28, 2015
-
-
Benjamin Mack authored
The bower components needed for building the development setup are now downloaded under Build/bower_components, so no adaption is needed in the bower configuration anymore. This makes the directory "typo3/" to only contain the necessary files to deploy the sources at a development machine, as the required files are copied to typo3/sysext/core/Resources/Public/JavaScript/Contrib and commited. Additionally, a README.txt is put in the Contrib/ directory to notify developers that the files should not be referenced manually. The prototype.js and bootstrap.js libraries are moved to the Contrib/ directory and their references are changed accordingly. Resolves: #66108 Releases: master Change-Id: Iaa0554779a317a4dcd4eb853e86a8e6459dffe58 Reviewed-on: http://review.typo3.org/38319 Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by: Andreas Fernandez <...
-
- Mar 26, 2015
-
-
Benjamin Mack authored
Introduce "bower" as a component dependency management for loading all JS/CSS related libraries. This patch introduces bower to install web-related components into EXT:core/Resources/Contrib/components/ which is excluded from the Git Repository. The main LESS file of t3skin, which is currently the only place where the current third-party library (previously from composer) were used. The code is adapted accordingly. The new file .bowerrc holds the information where to install the components, bower.json contains the dependencies needed. Currently there are only development-related components in bower.json. For more information about bower see http://bower.io. Resolves: #66042 Releases: master Change-Id: I4ee7e7a5a47d39a3c66c674556e59643d0ff2336 Reviewed-on: http://review.typo3.org/38238 Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Mar 25, 2015
-
-
Benjamin Mack authored
In a result of best practices with composer as well as taking the tarball distributions (typo3_src.zip) into account, the directory Packages/ is not necessarily optimal now for either development and shipping a package. Distributions (like the composer-installer for TYPO3) can still use the Packages/ directory in their webroot for other packages. This means: The TYPO3 source will not contain any third party library anymore in its GIT repository but instead these are installed via composer. For development purposes this means that a "composer install" command will install all required dev-dependencies into typo3/contrib/vendor/ which is now ignored by git and no changes are installed anymore. For the packaging process a "composer install --no-dev -o" will be executed when building the tarball and zip files on each release, downloading the necessary third-party libraries directly into "typo3/contrib/vendor/". Existing developer installations need to run "rm -rf typo3/contrib/vendor/ bin/ Packages/Libraries/ composer.lock" inside the typo3 repository directory and do a "composer install" again after applying this patch. This way, there is no conflict between autoloader as well as the Packages/ directory anymore for the TYPO3 CMS Core. The typo3/contrib/vendor/ folder is completely removed from Git as it is now handled via composer. Resolves: #66001 Releases: master Change-Id: I70ff4e1427f2b9d888b7de336e577851116b93cf Reviewed-on: http://review.typo3.org/38138 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Mar 24, 2015
-
-
Benjamin Kott authored
In order to unify build processes in the backend we introduce GruntJS as taskrunner. It will provide a global config that takes over the responsibility for all build processes in the future starting with the less files of the backend skin. Releases: master Resolves: #65960 Change-Id: I8319300ba5fe39fd9b889ea6992275644578c563 Reviewed-on: http://review.typo3.org/38088 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de>
-
- Jan 26, 2015
-
-
Christian Kuhn authored
Resolves: #64498 Releases: master Change-Id: Iff4f751abb0488bbeb685fd32b7deef735eee5ce Reviewed-on: http://review.typo3.org/36260 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Nov 30, 2014
-
-
Christian Kuhn authored
Resolves: #63454 Releases: master Change-Id: Id6e62751c735db5ecf7806ed70f6f9ed6aa96eee Reviewed-on: http://review.typo3.org/34817 Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Sep 09, 2014
-
-
Nicole Cordes authored
composer.lock and everything below typo3conf/ should be excluded if the core checkout is used as document root directly. Resolves: #61483 Releases: 6.3, 6.2 Change-Id: I34e706c510c38d953a98f0f30789f87fc968ae52 Reviewed-on: http://review.typo3.org/32690 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Fabien Udriot <fabien.udriot@ecodev.ch> Tested-by:
Fabien Udriot <fabien.udriot@ecodev.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Jun 25, 2014
-
-
Fabien Udriot authored
Whenever running the Functional Tests directly from the Core, the framework requires some additional folders that can be added to the gitignore file. More info about Functional Testing: http://wiki.typo3.org/Functional_testing Change-Id: If51851f32ebeda0eb6829dc3f16d87709904824a Releases: 6.3, 6.2 Resolves: #59514 Reviewed-on: https://review.typo3.org/30683 Reviewed-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- Mar 21, 2014
-
-
Ernesto Baschny authored
Releases: 6.2 Change-Id: I3278984b1a7aa4ee704b9568f01d3ff3edf94da9 Reviewed-on: https://review.typo3.org/28617 Reviewed-by: Wouter Wolters Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
- Mar 31, 2011
-
-
Rasto Birka authored
Change-Id: I98f68764a4740fc017d73ebf9e32a3da0bbf58d6 Reviewed-on: http://review.typo3.org/1367 Reviewed-by: Michael Stucki Tested-by: Michael Stucki
-
- Mar 08, 2011
-
-
Peter Niederlag(office) authored
porting what was in svn:ignore before needs to be aplied to all branches separatly, once we agree Change-Id: If03b9e4796604056acadf3bf662f7990c84ca8b5 Fixes: #13627 Reviewed-on: http://review.typo3.org/1096 Tested-by:
Andreas Wolf <andreas.wolf@ikt-werk.de> Reviewed-by:
Steffen Ritter <info@rs-websystems.de> Tested-by:
Steffen Ritter <info@rs-websystems.de> Reviewed-by:
Andreas Wolf <andreas.wolf@ikt-werk.de>
-