- Dec 17, 2017
-
-
Christian Kuhn authored
Changelog files that have been merged into core v8 branch after LTS release 8.7.0 are moved out of 8.7 folder into 8.7.x folder - same system we use with v7. Change-Id: I0f7a2ddce23eaec997f5ee3c2632af06fa371874 Releases: master, 8.7 Resolves: #83370 Reviewed-on: https://review.typo3.org/55138 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Philippe Court authored
change TYPO3 version in INSTALL.md to v9 Releases: master Resolves: #83368 Change-Id: I422449e7a114cc698b7fab73bbae70f5ebab8116 Reviewed-on: https://review.typo3.org/55132 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Dec 16, 2017
-
-
Christian Kuhn authored
As proposed in https://decisions.typo3.org/t/core-changelog-documentation-workflow-revised the v7 Changelog files are merged back into v8 and master. Change-Id: I83b238aa24c5cfb2b3bf5450f178b438a84f3618 Resolves: #83363 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/55127 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
The "self_accessor" fixer is more strict with younger php-cs-fixer releases and changes method argument type hints to self if a class object of the same class is expected. It also changes return type hints to self in this case. This fixer now may collide with the "xclass" system of the core and is thus deactivated. We shoud decide manually if self or class name is used. Change-Id: I3a8c20bea1d79ac2c7bc1e9ecbc2d435c4047843 Resolves: #83360 Related: #83331 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/55121 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Oliver Hader authored
Table sys_file_reference is used as "inline 1:n foreign_field" composite assiciation and is processed in RelationHandler methods readForeignField and writeForeignField. Albeit it looks like an MM table it still is a regular TCA table being used as an entity with further attributes. That's why this follow-up reverts the changes in file RelationHandler.php that have been introduced in 728bfc19. Related: #83160 Releases: master Change-Id: I4b7a78a0ee494af9492996e81c2b631c29832cc6 Reviewed-on: https://review.typo3.org/55107 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Tizian Schmidlin authored
Add SQL to execute to check if the change affects the system or not. Releases: master Resolves: #83343 Change-Id: I255af9e14d49bae5256ce90a267075b7cc28ce4b Reviewed-on: https://review.typo3.org/55095 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Roman Abt authored
Document working typoscript key 'specialConfiguration' instead of 'specConfs'. Releases: master Resolves: #83340 Change-Id: I4d2c0606200f5bcaf991b53fb67e2709a9c45bc5 Reviewed-on: https://review.typo3.org/55092 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com>
-
Tizian Schmidlin authored
Replace references to TYPO3 8 by references to TYPO3 9 Releases: master Resolves: #83342 Change-Id: I6204e550207f5db63b48390e90b38456ad71a024 Reviewed-on: https://review.typo3.org/55094 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tizian Schmidlin authored
Releases: master Resolves: #83344 Change-Id: I5653312697a2568b8b0937e96a315ed08068957d Reviewed-on: https://review.typo3.org/55096 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tymoteusz Motylewski authored
- place input correctly - open node with children while holding the mouse over this node for one second (when drag-adding new node) - add chevron and expand it when adding first child - refactor node.open to node.expand because they did the same thing - show icons for custom doktypes (fix regex) Releases: master Resolves: #83306 Change-Id: I0255fa50f836d002392ed7791eed1ac3517cb400 Reviewed-on: https://review.typo3.org/55061 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Oliver Hader authored
Raise ext:styleguide extension versions to * 9.0.1 * 8.0.14 The styleguide extensions uses and invalid configuration for FAL references using the table sys_file_reference as MM table - the regular use case is to use that as 1:n foreign_field composite assiciation. In a result the example in the styleguide extension mixed the meaning and behavior of both fields uid_local and uid_foreign. Resolves: #83355 Releases: master, 8.7 Change-Id: I203b468b4a06e3196a98e2c5de1ba06419a65636 Reviewed-on: https://review.typo3.org/55112 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Dec 15, 2017
-
-
Oliver Hader authored
Resolves: #83345 Releases: master, 8.7, 7.6 Change-Id: I49e0de26154430c8a93c6a25a7fa54d5e49be39d Reviewed-on: https://review.typo3.org/55097 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Susanne Moog authored
The new pagetree repository implementation did not check editor permissions and disallowed any edit / show action for non-admins. The fields to check permissions have been added. Change-Id: I827d4b50302ee4d6c3268c44b43f93fa9ef0c870 Resolves: #83347 Releases: master Reviewed-on: https://review.typo3.org/55099 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Stefan Neufeind authored
To prevent timing-attacks on hash-comparions it is advised to use hash_equals. Resolves: #83329 Releases: master, 8.7 Change-Id: I7539ed27538d7d81767bfce582d568cff09d1610 Reviewed-on: https://review.typo3.org/55074 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
Michael Oehlhof authored
Exchanged the old BackendModuleMainView image and correct the examples for the command line call. Resolves: #83336 Releases: master Change-Id: I53844f5bef4a5b52be58dc14d1fc260b7a97d775 Reviewed-on: https://review.typo3.org/55088 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Dec 14, 2017
-
-
Wolfgang Klinger authored
Fix some foreach loops so as not to run into potentially empty elements. Use the ?? operator to accomplish that. Change-Id: Id6306cea0546dfd4a20ba98c170335966cc2ae40 Resolves: #83322 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/55066 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
To prevent the introduction of further invalid php doc annotations a build script should scan all php files and report the usage of invalid annotations. Releases: master Resolves: #83115 Change-Id: I56cc64ef43037c6c55f5337d07cf722a1927865c Reviewed-on: https://review.typo3.org/54790 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Patrick Schriner authored
each() is deprecated in PHP 7.2 and has to be replaced. Resolves: #83321 Releases: master, 8.7, 7.6 Change-Id: Ic318b50a9921cd6a55435cc9b2e0b254e61b9dbc Reviewed-on: https://review.typo3.org/55064 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Michael Oehlhof authored
Replaced images with new ones from current master. Adjust the description text where necessary. Change presentation of the "class not found" group. Resolves: #72628 Releases: master Change-Id: Icf6845c72b34afbf0105aa844e321a18878f16dd Reviewed-on: https://review.typo3.org/55077 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Nicole Cordes authored
The option produces nice compact output instead of printing whole file. Resolves: #83335 Releases: master, 8.7 Change-Id: I3b5fb0ab004c653751c4bc3e7f8e1079fcc66235 Reviewed-on: https://review.typo3.org/55081 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Martin Bless authored
Have a slightly different menu setup of the rendered documentation, especially affects docs.typo3.org Change-Id: I357c1f59ff7606361b680128d5a3934c981a4f43 Resolves: #83325 Releases: master Reviewed-on: https://review.typo3.org/55072 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
This also updates needed dependencies. composer command used: composer update friendsofphp/php-cs-fixer --with-dependencies Resolves: #83331 Releases: master, 8.7 Change-Id: I32be2033acacb881c467b23462afa1f852b290fe Reviewed-on: https://review.typo3.org/55076 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Nicole Cordes authored
Resolves: #83324 Releases: master, 8.7 Change-Id: Idf7b0119c6d25b1336d3fce04e1bd393f4dc945c Reviewed-on: https://review.typo3.org/55069 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
With the move of the PageInformationController with change #81865 some labels in the info module needs to be adopted. Resolves: #83326 Releases: master Change-Id: I1d171fd35acb555f8f9065e3700a2ed2324d64fd Reviewed-on: https://review.typo3.org/55073 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Dec 13, 2017
-
-
Christian Kuhn authored
Fix a series of ReST documentation compile warnings, some of them lead to missing segments in the rendered docs. Most notable changes: * Always have an empty line after '.. code-block:: <highlight-indicator>' * Introduce inline text role ":javascript:" and use it consistently over ":js:", but give it the same HTML class "js" during rendering. This is because highlight code-block existists for "javascript", too, so this can now be used both in blocks as well as inline * Introduce inline text role ":sql:", can now be used inline, too, in addition to code-block * Various minor things like indentings in numerations, some broken tables, ... Change-Id: Id9c16257a76623dc9ee292253450865b95e13dc3 Resolves: #83313 Releases: master Reviewed-on: https://review.typo3.org/55063 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
To be able to install subtree split packages in dev-master the package dependencies between them need to allow exactly that. Releases: master Resolves: #83309 Change-Id: If2b8ea86958a425a6a047207bc064a41698215a4 Reviewed-on: https://review.typo3.org/55062 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
Benni Mack authored
Add another interface, in order to allow to code against interface instead of abstractions, so composed salts that implement their own password-hashing can implement this interface. Relates: #79795 Relates: #79889 Resolves: #83294 Releases: master Change-Id: Ica97f695b5f005e7b835078e89d17f8003141b3f Reviewed-on: https://review.typo3.org/55060 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Dec 12, 2017
-
-
Benni Mack authored
Releases: master Change-Id: Ia7f55a6f40ec6b80939a78b13aa3fafc6c11132a Reviewed-on: https://review.typo3.org/55055 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stephan Großberndt authored
When searching for a string in the database list do not show any records from tables without a searchField definition, if the searchString is not an integer which might be a uid. Releases: master, 8.7 Resolves: #83301 Change-Id: I259a4d9b2f89c55f9a0ac307b812e950ab549b20 Reviewed-on: https://review.typo3.org/55048 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Hannes Lau <office@hanneslau.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Alexander Opitz authored
Improve reading the TER XML file while using the php xml extension. The character data handler could be called multiple times, so we shouldn't cut previous data away. Resolves: #83227 Releases: master, 8.7, 7.6 Change-Id: I9e96ade88da6a4709d1f72cd49fe766758d265fe Reviewed-on: https://review.typo3.org/54936 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Christian Kuhn authored
Due to the missing index file, the 9.0 doc files are not yet rendered on docs.typo3.org Change-Id: I65781b9de84dd4a0f1205ded175858a90dc01f85 Resolves: #83304 Releases: master Reviewed-on: https://review.typo3.org/55056 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Change-Id: Iafe266ef8904526c9822576bfbab135d27b6ce27 Reviewed-on: https://review.typo3.org/55054 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
A wrong type given to JsonResponse->setPayload() fatals the return type on expanding the filelist folder tree. Change-Id: I7510ba7d5098b8b91c5016472487f73c6ca77e2c Resolves: #83303 Releases: master Reviewed-on: https://review.typo3.org/55053 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com>
-
Helmut Hummel authored
With this step, the typo3/cms package will not be installable anymore with composer, but only the single subtree splitted packages like typo3/cms-core. To ease the usage, a new package typo3/minimal is introduced, which has dependencies to all required TYPO3 extensions, so that composer users can't install an incomplete code base, at least not when using this package. composer command used: composer require typo3/cms-composer-installers ^2.0 Releases: master Resolves: #83302 Change-Id: Ia1009f62d97be611a03cec5dd437b56cd7866eeb Reviewed-on: https://review.typo3.org/55049 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Tymoteusz Motylewski authored
Now Viewport.NavigationContainer.setComponentInstance(tree); is called after the tree is initialized. A check to prevent multiple initialization calls is added. Also position of the title edit imput is corrected in case where there are multiple mount points. Releases: master Resolves: #83299 Change-Id: I5b9cc14b362ab20ecb7631babe3f3f83eb8bfb48 Reviewed-on: https://review.typo3.org/55043 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Christian Futterlieb authored
Salt classes must implement SaltInterface only. The AbstractSalt class is renamed to AbstractComposedSalt and implements SaltInterface. Methods for salt-classes that compose the password-hash string themselves (which are currently all in saltedpasswords) are moved to AbstractComposedSalt as well. This cleanup change prepares for the integration of the PHP password API in a following change. Relates: #79795 Relates: #79889 Resolves: #83294 Releases: master Change-Id: Ife24aa39be99c5ad391b0f10497a2bceb04084f3 Reviewed-on: https://review.typo3.org/52737 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Susanne Moog authored
Use ISO dates and date time objects consistently. Change-Id: I1095f6690a3b73217657cc2577ebdaf6d7ff5fc0 Releases: master, 8.7 Resolves: #82126 Reviewed-on: https://review.typo3.org/55037 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Frans Saris authored
Resolves: #83295 Related: #82414 Releases: master Change-Id: I048e8a406b04227e28021b4ad0082c6a6b174708 Reviewed-on: https://review.typo3.org/55041 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Patrik Karisch authored
It's better to fix the current minor release in the branch version too, so depending projects can use the dev version of this specific minor release and will not have any headaches when 9.0 gets released. Resolves: #77984 Releases: master Change-Id: I36def811213dd99a3bf938af0459026d6233f645 Reviewed-on: https://review.typo3.org/49966 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Susanne Moog authored
Change-Id: I36167b0a8b61532adbafea93c88c93097ea52d73 Resolves: #83297 Releases: master, 8.7, 7.6 Reviewed-on: https://review.typo3.org/55042 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-