- 06 Apr, 2018 1 commit
-
-
Change-Id: I10e4061dcb54dda3460d248bc7ae436ee12103a0 Resolves: #84636 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/56575 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Tim Schreiner <schreiner.tim@gmail.com> Tested-by:
Tim Schreiner <schreiner.tim@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 28 Mar, 2017 1 commit
-
-
The TYPO3 Core currently has no guidline how to handle phpdoc comments regarding @return annoations related to "void" and "null". In practice, these annotations have no additional value if no additional documentation is given. With this change, the php-cs-fixer will remove any unnecessary linebreaks within the comments above the @return annotation, as well as remove completely empty phpdoc comments because the @return annotation is removed. Please be aware, that once PSR-5 is accepted, this coding standard within the TYPO3 Core will change again, where there are currently some further proposal details like inheritance information. Resolves: #80454 Releases: master Change-Id: Ie969d720684c0a75919fe5addd1c36ef5b12eb04 Reviewed-on: https://review.typo3.org/51686 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 20 Nov, 2015 1 commit
-
-
Markus Klein authored
This breaks phpdoc generation and automated CGL file verification. Resolves: #71747 Releases: master Change-Id: I4b12fd46eb4fa34d7aaea8a35ce00a3b70670393 Reviewed-on: https://review.typo3.org/44846 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.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>
-
- 23 Dec, 2014 1 commit
-
-
Leon de Rijke authored
Currently, there is only a hook for the `tt_content_drawItem` function in the PageLayoutView. Since 6.0 the info fields for a tt_content element (hidden,starttime,endtime,fe_group,spaceBefore,spaceAfter) are rendered in a footer, so there is no way to alter the rendering of the info fields or add information to the footer. This change adds a hook to the `tt_content_drawFooter` function responsible for rendering the footer. Resolves: #58929 Releases: master Change-Id: I23c54eefd3a511fddd480b4bf08d6a3977757973 Reviewed-on: http://review.typo3.org/31309 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>
-
- 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>
-
- 25 Oct, 2014 1 commit
-
-
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>
-
- 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 #59782 for further details. Resolves: #59782 Releases: 6.3, 6.2 Change-Id: Idcd11219eb132c8690cfde256950980e9423bafd Reviewed-on: https://review.typo3.org/31027 Reviewed-by: Krzysztof Adamczyk Tested-by: Krzysztof Adamczyk Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 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
-
-
Christian Kuhn authored
This catches most old empty class files from ext:cms. The rest needs to be taken care of in single patches. The patch also changes all old mentions of the old class names, mostly comments are affected. Change-Id: I2b8ebfad178001c7bc8def967c01a56ae113c029 Resolves: #47792 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20381 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring 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
-
- 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/interfaces/ 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: I9070491fd9c1ee3bc77d88d1f50cbefb106a3ed9 Resolves: #37620 Releases: 6.0 Reviewed-on: http://review.typo3.org/11756 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 18 Jan, 2011 1 commit
-
-
Oliver Hader authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10121 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 24 Nov, 2010 1 commit
-
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9605 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 13 Jun, 2010 1 commit
-
-
Oliver Hader authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7905 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 17 Sep, 2009 1 commit
-
-
Oliver Hader authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5958 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 30 Aug, 2009 1 commit
-
-
Christian Kuhn authored
Added feature #11431: Hook to manipulate the page request in method getPage of class t3lib_pageSelect git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5845 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 23 May, 2009 1 commit
-
-
Oliver Hader authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5489 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 09 Mar, 2009 1 commit
-
-
Oliver Hader authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5165 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 07 Feb, 2009 1 commit
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4968 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 06 Feb, 2009 1 commit
-
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4963 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 05 Feb, 2009 1 commit
-
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4954 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 14 Jan, 2009 1 commit
-
-
Steffen Kamper authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4714 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 14 Oct, 2008 2 commits
-
-
Ingo Renner authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4316 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Martin Kutschker authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4315 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 15 Nov, 2007 1 commit
-
-
Ingo Renner authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2711 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 10 Apr, 2006 1 commit
-
-
Michael Stucki authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1421 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 01 Apr, 2005 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@593 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 13 Sep, 2004 1 commit
-
-
Kasper Skårhøj authored
* Updated my email address from "kasper@typo3.com" (which is closed and will stay that way) to "kasperYYYY@typo3.com" which programmers should be able to figure out... * Updated all JavaDoc comments and function/class indexes in files, preparing for 3.7.0RC git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@468 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 14 Apr, 2004 1 commit
-
-
Kasper Skårhøj authored
Only changes to function indexes, comments and stripping of trailing whitespace in code lines all over code. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@196 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 31 Jan, 2004 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@127 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 27 Oct, 2003 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@49 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 26 Oct, 2003 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@48 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 03 Oct, 2003 1 commit
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@20 709f56b5-9817-0410-a4d7-c38de5d9e867
-