- 02 Aug, 2016 1 commit
-
-
Exclude: typo3/sysext/core/Build/Configuration/TravisNginxFpm/ConfigureStartNginxFpm.sh typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh typo3/sysext/core/Build/Scripts/xlfcheck.sh typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh typo3/sysext/core/bin/typo3 typo3/cli_dispatch.phpsh Resolves: #77363 Releases: master Change-Id: I70871c4ebfb964f396e087ba4bbb1205a4fd8fab Reviewed-on: https://review.typo3.org/49328 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
- 13 Feb, 2016 1 commit
-
-
Change-Id: I85f8c80ca29a7795242c9c284f235c6520b2a72d Releases: master, 7.6 Resolves: #72933 Reviewed-on: https://review.typo3.org/46229 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 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>
-
- 05 Oct, 2015 1 commit
-
-
The AjaxRequestHandler now first checks in the Router if an AJAX route exists. A new flag "ajax" in the routing mechanism allows to call ajax-based URLs which are then handed to the AJAX Request Handler. All controllers now receive proper Request and Response objects. All previous logic still works, but can slowly be migrated to the Routing concept. Resolves: #69916 Releases: master Change-Id: I1e67d5a341a4dd2769247531246c9e1fad900c76 Reviewed-on: http://review.typo3.org/43365 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 17 Jul, 2015 1 commit
-
-
In the past GeneralUtility::getUserObj() had a second argument. There are still calls using this. PHP doesn't mind (because it supports dynamic number of function arguments), but it's more correct to remove them. Resolves: #68286 Related: #68286 Releases: master Change-Id: Ic05b9b6ba56b7e6181e9757894d75adb7de1a9e0 Reviewed-on: http://review.typo3.org/41585 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- 15 Jul, 2015 1 commit
-
-
@author information can be found in version control. Cluttering our code with these tags does not make much sense and they are outdated by definition or would sum up to impressive lists. As decided on acme 2015, we drop them now. Releases: master Resolves: #68152 Change-Id: Iec1ea0f873b44ab6027c94ba8353a9fdb5477bdd Reviewed-on: http://review.typo3.org/41264 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>
-
- 18 Jan, 2015 1 commit
-
-
* use "resource" or MySQL result instead of "pointer" * use the specific class instead of "object" * drop the @param of some removed parameters * fix a few typos in comments * add the missing parameter name in some @param This changeset does not add any type hinting in order to not break any existing code. Resolves: #38270 Releases: master Change-Id: Ied64439162d45fccafd15694f56ce675b5001a71 Reviewed-on: http://review.typo3.org/35885 Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 13 Dec, 2014 1 commit
-
-
This regular expression was used to replace PHPDoc style comments with ordinary comments: Search: /\*\*(\n \* This file is part of the TYPO3 CMS project.) Replace with: /*$1 Resolves: #63328 Releases: master Change-Id: Ic8f11dbfefee94a19657c8fe8426c81d1cb435d8 Reviewed-on: http://review.typo3.org/35103 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- 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>
-
- 08 Nov, 2014 1 commit
-
-
Wouter Wolters authored
* Add phpDoc to properties * Add phpDoc to functions * Shorten class names where possible Resolves: #62707 Releases: master Change-Id: I763595103127d79af8abcb3ebcfb6b3767df9451 Reviewed-on: http://review.typo3.org/33804 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- 22 Jun, 2014 1 commit
-
-
Michael Schams authored
This patch replaces the copyright/license header in PHP files with a new, simplified one. The new header does not show the year figure, nor an author name, and refers to the LICENSE.txt file for the full copyright information. License is: GPL2 or any later version. This is a multi-part commit due to the huge number of changed files. See issue #59778 for further details. Resolves: #59778 Releases: 6.3, 6.2 Change-Id: I155df27e66ec103a4f83356adef7dc441585b54a Reviewed-on: https://review.typo3.org/31023 Reviewed-by: Krzysztof Adamczyk Tested-by: Krzysztof Adamczyk Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 09 Feb, 2014 1 commit
-
-
Exception codes are unique now. Resolves: #52294 Releases: 6.2 Change-Id: I4ad49b1ff0342ea36147b6ba0b01d270d9d9f3c5 Reviewed-on: https://review.typo3.org/27462 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 13 Jan, 2014 1 commit
-
-
Roland Waldner authored
"textfile" will be replaced by "text file" Resolves: #54893 Releases: 6.2 Change-Id: Ic7ce106a016f242cc47c70539876ff9810954a9b Reviewed-on: https://review.typo3.org/26736 Reviewed-by: Michiel Roos Tested-by: Michiel Roos Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
- 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
-
- 01 May, 2013 1 commit
-
-
Change-Id: I8ee215e43b60dae0da04087d510771479aaaaa04 Resolves: #47797 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20388 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 19 Mar, 2013 1 commit
-
-
In this patch are also some fixes for files containing a interface. Due the namespace change all interfaces have the curly bracket not on the same line as the interface name. Change-Id: I64ba45de73693452d681ce7f018965968b11d2af Resolves: #46370 Releases: 6.1 Reviewed-on: https://review.typo3.org/18984 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 16 Nov, 2012 1 commit
-
-
Christian Kuhn authored
With namespaces the @package and @subpackage annotations do not have a real benefit anymore and can be removed. Change-Id: Id8f4718db0c1c51ae5143a3353dd5efb42dadf70 Resolves: #43019 Releases: 6.0 Reviewed-on: http://review.typo3.org/16474 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 16 Sep, 2012 1 commit
-
-
Arvid Jakobsson authored
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I818d55a2f00b549fef8377f1c6766c293edd021c Resolves: #40880 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14565 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 23 Aug, 2012 1 commit
-
-
Change-Id: Id49218118087244bcd063b730631ee69b2820670 Resolves: #40096 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14015 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 01 Jun, 2012 1 commit
-
-
Wouter Wolters authored
Clean up the phpDoc of t3lib/extjs/ So I made a patch doing mostly: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) * CGLify method signatures (the first line of the method) Change-Id: I1bb9da4538f0f04e179e2eb9cf382c6ea988f63e Resolves: #37651 Releases: 6.0 Reviewed-on: http://review.typo3.org/11771 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 29 Apr, 2012 1 commit
-
-
After #31893 is merged we can remove the XCLASS blocks from the Core. This patchset removes it from the classes within t3lib. Besides that it declares t3lib_TimeTrackNull and t3lib_TimeTrack to be final to make sure that extending them is still denied. This patchset itself should not be merged before the related patch for EXT:dbal (#31183) is merged. Change-Id: I09e5253191972ac4b3b033aeb770758690ea3755 Fixes: #36184 Releases: 6.0 Reviewed-on: http://review.typo3.org/10556 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 22 Apr, 2012 1 commit
-
-
Christian Kuhn authored
Change-Id: I87b4c4c4f4c7f5f2ff2f3af388a5b3dfb968eb6c Resolves: #36408 Releases: 6.0 Reviewed-on: http://review.typo3.org/10673 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
- 11 Oct, 2011 1 commit
-
-
Commit 0eb4686a wrongly introduced a debug() statement instead of a call to the deprecationLog() method. Change-Id: Ie54e6b0f1d22035b17dad59ec8fea7b1b2f644f1 Resolves: #30759 Branches: 4.4, 4.5, 4.6 Reviewed-on: http://review.typo3.org/5693 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- 27 Jul, 2011 1 commit
-
-
Stefan Galinski authored
Change-Id: I069b13ed5a36b60c1b1c03d027680e7bdb2989e7 Resolves: #25307 Reviewed-on: http://review.typo3.org/3782 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- 21 Apr, 2011 1 commit
-
-
This is a CGL cleanup to get rid of all trailing newlines at EOF. Change-Id: I905d04317303f000a5e71eaf61973bf7cadea119 Resolves: #26162 Releases: 4.6 Reviewed-on: http://review.typo3.org/1684 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 08 Mar, 2011 1 commit
-
-
Steffen Gebert authored
Improve the way, TYPO3 is throwing Exceptions: * Add a unique error code to all Exception($msg, $code) calls * Replace die() statements with Exceptions, if possible * Replace some general Exceptions with RuntimeException or ArgumentException. Change-Id: Ic148f14b9a71136c917e9dc8b95513341b3c6ca0 Resolves: #M16953 Reviewed-on: http://review.typo3.org/1079 Reviewed-by:
Andreas Wolf <andreas.wolf@ikt-werk.de> Tested-by:
Andreas Wolf <andreas.wolf@ikt-werk.de> Reviewed-by:
Steffen Ritter <info@rs-websystems.de>
-
- 08 Feb, 2011 1 commit
-
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10417 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 07 Feb, 2011 2 commits
-
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10408 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10406 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 25 Jan, 2011 1 commit
-
-
Ernesto Baschny authored
Fixed bug #17305: Login/ Logout was not possible after introducing the locking in #17289 (Thanks to Helmut Hummel) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10306 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 21 Jan, 2011 1 commit
-
-
Ernesto Baschny authored
Fixed bug #17184: Disable the CSRF protection in ExtDirect calls coming from the frontend (Thanks to Stefan Galinski) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10231 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 20 Jan, 2011 2 commits
-
-
Steffen Kamper authored
Follow-up to #17153: Protect C(R)UD actions against CSRF - Add token to ExtDirect calls (Thanks to Stefan Galinski) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10178 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Ernesto Baschny authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10161 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 18 Jan, 2011 1 commit
-
-
Oliver Hader authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10121 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 05 Dec, 2010 1 commit
-
-
Steffen Gebert authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9758 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 24 Nov, 2010 1 commit
-
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9601 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 09 Oct, 2010 1 commit
-
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9016 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 28 Sep, 2010 1 commit
-
-
Ernesto Baschny authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8913 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 03 Sep, 2010 1 commit
-
-
Steffen Kamper authored
Fixed bug #15636: ExtDirect router should throw UnexpectedValueException instead of t3lib_error_exception git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8755 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 30 Aug, 2010 1 commit
-
-
Ernesto Baschny authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8742 709f56b5-9817-0410-a4d7-c38de5d9e867
-