This project is mirrored from https://git.typo3.org/typo3/typo3.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 19 Dec, 2017 1 commit
-
-
Instead of integers, the permission constants should be used throughout the TYPO3 Core. Resolves: #83383 Releases: master Change-Id: I00c10f97fc800d9533866c98284bbd22cd1bb575 Reviewed-on: https://review.typo3.org/55156 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:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 17 Jul, 2017 1 commit
-
-
Load the proper requireJS module and provide the variable T3_THIS_LOCATION to make the multi edit links working again. Resolves: #81850 Releases: master, 8.7 Change-Id: I45af43359f4f9ee8fbd9da51a3a434c40dda9d4e Reviewed-on: https://review.typo3.org/53480 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Benjamin Kluge <b.kluge@neusta.de> Tested-by:
Benjamin Kluge <b.kluge@neusta.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- 30 Aug, 2016 1 commit
-
-
As decided during T3ACME we will use the short array syntax in master. The 7.6 branch will also be done to make backporting easier. Resolves: #77692 Releases: master,7.6 Change-Id: I37e9484b1012fc9161148257a842054c24d162ba Reviewed-on: https://review.typo3.org/49651 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- 19 Jul, 2016 2 commits
-
-
This patch adds the parent::initializeArguments() call in own implementation. Resolves: #77129 Releases: master Change-Id: I600d5c89c172d831af8d04eb8090c4f8f5757242 Reviewed-on: https://review.typo3.org/49094 Reviewed-by:
Arthur Rehm <arthur.rehm@gmail.com> Tested-by:
Arthur Rehm <arthur.rehm@gmail.com> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Markus Friedrich <markus.friedrich@dkd.de> Reviewed-by:
Johannes Bernhard Goslar <johannes.goslar@dkd.de> Tested-by:
Johannes Bernhard Goslar <johannes.goslar@dkd.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Roberto Torresani authored
Move the argument registrations away from the render() method to initializeArguments(), to prevent any errors with PHP7 and subclassed ViewHelpers if/when render() method signatures change. Resolves: #77129 Releases: master Change-Id: Ibd7794dfa6d023d4f663c25bbe7875ae8f910c55 Reviewed-on: https://review.typo3.org/49006 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- 10 Jun, 2016 1 commit
-
-
Helmut Hummel authored
Resolves: #76449 Releases: master Change-Id: Ie0a7302d8a2f2d9aabfb7a351114f7e91e7d7ac8 Reviewed-on: https://review.typo3.org/48442 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- 20 Apr, 2016 1 commit
-
-
Benni Mack authored
The Core does not strictly use $escapeChildren and $escapeOutput as properly introduced by Fluid Standalone in 8.0. This results in some weird HTML output when using the inline syntax currently. Since $escapeOutput and $escapeChildren is active by default, some ViewHelpers even do HSC on their own (= twice) even if not needed. Resolves: #75575 Releases: master Change-Id: I3bbebe75c0368519d3506360c68df92d30a3b80a Reviewed-on: https://review.typo3.org/47644 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
- 11 Feb, 2016 1 commit
-
-
Wouter Wolters authored
Use inject methods instead. Resolves: #73018 Releases: master, 7.6 Change-Id: I087020bcefaa39984cd040896cbc16b700bf3e81 Reviewed-on: https://review.typo3.org/46376 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 29 Jan, 2016 1 commit
-
-
This change: * Adds `typo3fluid/fluid` as dependency * Converts system extension `fluid` to a so-called Fluid adapter * Adds TYPO3-specific Fluid integrations as compatibility layer * Turns Fluid's RenderingContext into a very flexible API * Updates a few templates and core ViewHelpers for compatibility On a more general level the change allows using a wide array of new template syntaxes and integration features (see feature documentation included with this commit in `core` extension). The breaking changes are minimal; mostly caused by removal of deprecated code from the `fluid` system extension (rather than fundamental changes to how Fluid itself works). Custom templates should work with little or no migration required. Change-Id: Ib505cb66dabcc711868924d2fab3015ce549fbde Releases: master Resolves: #62940 Resolves: #69863 Resolves: #58752 Resolves: #48221 Resolves: #49903 Resolves: #54509 Resolves: #55343 Resolves: #55660 Resolves: #57446 Resolves: #70036 Resolves: #61144 Resolves: #60082 Resolves: #11287 Resolves: #70960 Resolves: #71552 Resolves: #67930 Resolves: #48656 Resolves: #71821 Resolves: #59540 Reviewed-on: https://review.typo3.org/42425 Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Marc Neuhaus <apocalip@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 28 Jan, 2016 1 commit
-
-
Frank Nägler authored
The patch contains one problem with logDeprecatedFunction call. Also we decided to not move this methods because it will be incredible hard or at least annoying for ext devs to deprecate own functionality with this API change. This reverts commit a155401a. Change-Id: I2ce0e967a070b5c41d09870399fabe8e8d341fe9 Releases: master Resolves: #72952 Reverts: #67269 Reviewed-on: https://review.typo3.org/46250 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- 22 Jan, 2016 1 commit
-
-
Resolves: #67269 Releases: master Change-Id: I7e3279e0718d0f631f53c89e5a500e880bfb6ef9 Reviewed-on: https://review.typo3.org/46159 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 08 Oct, 2015 1 commit
-
-
TYPO3 Release Team authored
In our efforts to achieve a better interoperability with other PHP projects, the PHP code base of the TYPO3 Core switches to the PHP coding guideline standard PSR-2. See http://www.php-fig.org/psr/psr-2/ for more information. Resolves: #70515 Releases: master Change-Id: I734c0d838af157003decfeb5fc0a11dddcb87bf5 Reviewed-on: http://review.typo3.org/43918 Reviewed-by:
TYPO3 Release Team <typo3cms@typo3.org> Tested-by:
TYPO3 Release Team <typo3cms@typo3.org>
-
- 06 Aug, 2015 1 commit
-
-
Resolves: #68807 Releases: master Change-Id: I018b1114a82146e2331a178f41c8bf48ee89cba4 Reviewed-on: http://review.typo3.org/42320 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>
-
- 02 Feb, 2015 1 commit
-
-
Anja Leichsenring authored
The licence change is no good idea. This reverts commit 5504a141. Change-Id: I6d5427a953846d35dc5695f24b673c1c47139c17 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/36599 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 31 Jan, 2015 1 commit
-
-
Align some files with old copyright headers, mostly in extbase and fluid sysext which were missed in Task #59535. Also remove some left @package statements missed in Task #43019. Resolves: #64689 Releases: master, 6.2 Change-Id: I9838c9be73cb3a310ef2572fcc3843ff53dbf724 Reviewed-on: http://review.typo3.org/36519 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 16 Dec, 2014 1 commit
-
-
Most of TYPO3's PHP files have an empty line before a class' closing curly brace. This commit adds this empty line (if it is missing) before a class' closing curly brace. This is not part of the TYPO3 CMS CGL but increases consistency in this area. This regular expression was used to add the empty lines: Search: (}\n)(}) Replace: $1\n$2 Resolves: #63942 Release: master Change-Id: Icd6547322ac8b7310956d347fd73c90bde2bbfa7 Reviewed-on: http://review.typo3.org/35527 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 17 Nov, 2014 1 commit
-
-
The classAliasMaps in all the extension starting from extension manager to workspace have being moved into compatibility6 extension. Resolves: #62990 Related: #62013 Releases: master Change-Id: If057396eae493e7345c31d2e7f7da6061f1a6e81 Reviewed-on: http://review.typo3.org/34238 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 13 Nov, 2014 1 commit
-
-
Xavier Perseguers authored
Since PHP 5.5 is a requirement, calls to GeneralUtility::makeInstance() should use the ::class construct instead of a string argument. Releases: master Resolves: #61788 Change-Id: Ia2efc5a4cb7ecea80b8a1c8e5ff7b5d6fa9a07ce Reviewed-on: http://review.typo3.org/32913 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
- 06 Nov, 2014 1 commit
-
-
Resolves: #53658 Releases: master Change-Id: If36c17741d8f3a9a07f7cc8ad2f3289164b8b195 Reviewed-on: http://review.typo3.org/33831 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 25 Oct, 2014 2 commits
-
-
Wouter Wolters authored
Resolves: #62467 Releases: master Change-Id: I927a16b0fa89c5b859b56a7549548102ac04037f Reviewed-on: http://review.typo3.org/33522 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Wouter Wolters authored
Resolves: #62468 Releases: master Change-Id: I2790ca5817e16cfe0dc1c43151d2587ca796294a Reviewed-on: http://review.typo3.org/33523 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
- 01 Feb, 2014 1 commit
-
-
Jo Hasenau authored
This patch replaces most of around 1600 occurrences of intval() and every (integer) in the whole core. Additionally it changes GeneralUtility::intExplode to use references and typecasting as well. Some occurrences of strstr() together with intval() have been replaced with strpos() as well. And some superfluous intval calls have been removed or reduced to a single one i.e. for protected variables or before loops. Patch updated after Core CGL decision from 30.01.2014 Resolves: #54265 Releases: 6.2 Change-Id: Iba57ffad1f4233ffa1a9f7d3ca5bfe9d2b53f1e8 Reviewed-on: https://review.typo3.org/26740 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
- 19 Nov, 2013 1 commit
-
-
Stefan Froemken authored
Change injectMethods as already done in extbase to inject annotations Resolves: #52040 Releases: 6.2 Change-Id: I1e4ba873981c4692cc0b3d867bd3756934661a90 Reviewed-on: https://review.typo3.org/23865 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 01 Oct, 2013 1 commit
-
-
Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b Resolves: #52360 Releases: 6.2 Reviewed-on: https://review.typo3.org/24212 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 13 Apr, 2013 1 commit
-
-
Resolves: #47201 Releases: 6.0, 6.1 Change-Id: I5098a63e9cad8848e2c14da9d9e99de6885d45e9 Reviewed-on: https://review.typo3.org/19951 Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- 11 Apr, 2013 1 commit
-
-
Some core parts still mention t3lib classes after namespaces, mostly in comments. Related: #47138 Releases: 6.1 Change-Id: I6e732159f92fb539462eba93f8578d90be097327 Reviewed-on: https://review.typo3.org/19805 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 23 Nov, 2012 1 commit
-
-
Alexander Schnitzler authored
* whitespaces, tabs and blank line issues * bool -> boolean * int -> integer * fix wrong namespace annotations Fixes: #43157 Releases: 6.0 Change-Id: I8397948e19248db029d8efd1555ee56e4982742d Reviewed-on: http://review.typo3.org/16619 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 19 Nov, 2012 1 commit
-
-
Releases: 6.0 Fixes: #43036 Change-Id: I62df23587301b4cde3ddeae3686b34f54fe1182e Reviewed-on: http://review.typo3.org/16498 Reviewed-by: Alexander Schnitzler Tested-by: Alexander Schnitzler
-
- 26 Aug, 2012 1 commit
-
-
Christian Kuhn authored
Namespace declaration is at wrong position Change-Id: Ifd3c9091b835a528bd254d8d2970e12f2efe7120 Resolves: #40228 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14107 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 17 Oct, 2012 2 commits
-
-
Thomas Maroschik authored
Change-Id: Ia7432e1c923826ed58206bca15fb94509adbd508
-
Thomas Maroschik authored
Change-Id: I620d2e61860142cdc89cc83474c95542799961c0
-
- 21 Jul, 2012 1 commit
-
-
There must be no empty lines after the closing PHP tag. Empty lines after closing tags break output compression in PHP and/or result in AJAX errors. Change-Id: I0484ca29d8134d0828cf30880d5aafd43ed9d78e Resolves: #36076 Releases: 6.0 Reviewed-on: http://review.typo3.org/10499 Reviewed-by: Ingo Pfennigstorf Tested-by: Ingo Pfennigstorf Reviewed-by: Daniel Lorenz Tested-by: Daniel Lorenz Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 10 Nov, 2011 1 commit
-
-
Bastian Waidelich authored
This backports three recent changes of the TYPO3.Fluid package: - Remove @license annotation from files (290f4f5) - Simplify license header in PHP files (14bacba) - Drop @author tags from source code (9c2e837) This should not contain any functional change! Change-Id: I9376dca4af78c4f0f82413011d115b8ad04634dd
-
- 14 Jun, 2011 1 commit
-
-
Oliver Hader authored
Change-Id: I6637620820258b3b5c78b650ee6cd94871b9892b Resolves: #27446 Reviewed-on: http://review.typo3.org/2739 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- 12 Jan, 2011 1 commit
-
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10040 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 30 Dec, 2010 1 commit
-
-
Bastian Waidelich authored
Resolves #10908
-
- 17 Nov, 2010 1 commit
-
-
Oliver Hader authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9447 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 16 Nov, 2010 1 commit
-
-
Bastian Waidelich authored
[+BUGFIX] Fluid (ViewHelpers): replaced two occurrences of Tx_Extbase_Dispatcher::*() by using the injected ConfigurationManager [+TASK] Fluid (ViewHelpers): uri.image now works in BE mode too
-
- 24 Aug, 2010 1 commit
-
-
Sebastian Kurfürst authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8665 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 13 Jul, 2010 1 commit
-
-
Bastian Waidelich authored
[-TASK] Fluid: Removed @package/@subpackage annotations from all Fluid classes. They have already been removed in FLOW3 packages in r2813.
-