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 or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 16 Jul, 2015 2 commits
-
-
Frans Saris authored
The fileExist call now returns all info about a file just like done after fileupload. Resolves: #67545 Releases: master Change-Id: Ie70f1597b98ea0c2b9cb7999686eb8a062b5ecaa Reviewed-on: http://review.typo3.org/41398 Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Frans Saris <franssaris@gmail.com>
-
To check if a file already exist we want prior to realuploding uploading be able to verify the posible file existince using a ajax request. The ajax request checks the final file name, considering possible alterations of the name, like sanitization and PreFileAdd signal. Resolves: #67545 Releases: master Change-Id: I850694e0d065b674634437bbe51fbeee840c6e39 Reviewed-on: http://review.typo3.org/40310 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 15 Jul, 2015 2 commits
-
-
@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>
-
The global client information is not useful any more nowadays and can be removed. It is only used a few times in the core. These usages are also removed now. GeneralUtility::clientInfo() is kept for now. Releases: master Resolves: #68150 Change-Id: If339ed729b6c441496548cdd15a36c7943c69ae6 Reviewed-on: http://review.typo3.org/41261 Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
David Greiner <hallo@davidgreiner.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 04 Jul, 2015 1 commit
-
-
Replace occurences of count() with matching empty() pendants. Resolves: #67774 Releases: master Change-Id: Ie75551a9410affe8840b521e15a0daf68655ba2a Reviewed-on: http://review.typo3.org/40683 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 04 Mar, 2015 1 commit
-
-
- add missing return values - add missing phpdoc comments - remove unused variable assingments - add getter for LanguageService - add getter for BackendUser Resolves: #65498 Releases: master Change-Id: I0314fa03b9ac885c46e281a167d04f060fb10617 Reviewed-on: http://review.typo3.org/37513 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 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>
-
- 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>
-
- 03 Nov, 2014 1 commit
-
-
Resolves: #62634 Releases: master Change-Id: Iece95781c1c0b1d50364f308d1aabb1ac0f0ec85 Reviewed-on: http://review.typo3.org/33729 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- 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
-
- 07 Mar, 2014 1 commit
-
-
Global filemounts are not supported with FAL anymore as the implementation is done via file storages directly. All references to the global FILEMOUNTS is removed as it was an empty array since 6.0. Next step (but not part of this patch) is to clean up the functions in BasicFileUtility that make use of the filemounts. Releases: 6.2 Resolves: #55547 Change-Id: I07e08afe54c174d1c3a67c41645819e5831fd1e3 Reviewed-on: https://review.typo3.org/27227 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- 26 Feb, 2014 1 commit
-
-
Frans Saris authored
Upload action was taken care of, but the ajax handler can be just for all commands that ExtendedFileUtility->processData can handle. This change checks the result set and flattens data only when needed. Resolves: #56084 Releases: 6.2, 6.1 Change-Id: Ic1a0bd9084b9eb206b9b53960890d22d2a9c56f5 Reviewed-on: https://review.typo3.org/27739 Reviewed-by: Alexander Schnitzler Tested-by: Alexander Schnitzler Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 24 Feb, 2014 1 commit
-
-
Alexander Schnitzler authored
Add a token check in tce_file.php and token generation everywhere forms for or links to tce_file.php are created. Additionaly make sure, an instance of ExtendedFileUtility is created in FileController on initialization to prevent a fatal "Call to a member function on a non-object" error in FileController::finish. Releases: 6.2 Resolves: #55515 Change-Id: Ifd585661ac2cac6c88eaca5ad63b447d27e35395 Reviewed-on: https://review.typo3.org/27691 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 31 Jan, 2014 2 commits
-
-
We now can drag & drop files in the file list to upload. But it looks ugly and has some issues. This change adds a progress overview as provided by the UX team and improves the usability. The progress is shown for files added by drag & drop but also when you use the file picker. We switched to the jQuery ajax function as this has a generic event and response handler. Resolves: #51361, #53829 Release: 6.2 Change-Id: Ifd7b189f84594149b9590bbd4058ad68e4439344 Reviewed-on: https://review.typo3.org/27064 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Frans Saris authored
Several changes in core broke the ajax upload handler response. There is no error response and it tries to json_encode complete File objects. This changes reverts some of the "cleanup" changes fixes the response and makes sure only the error message from current request are used. Resolves: #55371 Releases: 6.2, 6.1 Change-Id: Ia09f5ffd5e002b1ba50d4fafa747340462d15148 Reviewed-on: https://review.typo3.org/27080 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
- 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
-
- 13 Oct, 2013 1 commit
-
-
Nicole Cordes authored
Since TYPO3 6.0 you can set specific file and folder permissions by userTSconfig. This patch adds a new field for every table to be able to set detailed access in the backend record. Any userTSconfig will take privilege over user and group data. An update step converts the old binary values to string list. Deprecated functions to support the binary values of the old fields are removed completly. Unit tests were adapted. Resolves: #52716 Resolves: #50574 Releases: 6.2 Change-Id: I064887c60e215e9c394d484a4afd3faef51ee324 Reviewed-on: https://review.typo3.org/24613 Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 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
-
- 02 Jul, 2013 1 commit
-
-
Cleanup the entry classes inside typo3/ with the following changes: * Move language include to constructor * Remove not needed doc-comments * Make class available in $GLOBALS['SOBE'] * Remove transferData class, which is not used Change-Id: I03727b4620b9f0242760ad1be37e31a66c4fdb39 Resolves: #49394 Releases: 6.2 Reviewed-on: https://review.typo3.org/21647 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 05 May, 2013 1 commit
-
-
Cleanup ext:backend with the following code changes: * Make use of the "use" statement for GeneralUtility * Make use of the "use" statement for BackendUtility * Case in switch statements are tabbed with one more tab Change-Id: I6549316dddc9575cab4e661b7c111ec947757cb8 Fixes: #47900 Releases: 6.2 Reviewed-on: https://review.typo3.org/20479 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 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: I8a30e8689c1c567770d0c03beaa12a0bf29e9b09 Resolves: #40878 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14563 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters 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
-
- 07 Aug, 2012 1 commit
-
-
Change-Id: I69e63dd7bd03ad03bca3b825fbd4b5b2376386a0 Resolves: #39565 Releases: 6.0 Reviewed-on: http://review.typo3.org/13490 Reviewed-by: Oliver Klee Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 21 Jun, 2012 1 commit
-
-
Benni Mack authored
Since the autoloader is in place, the require statements for all classes (including template.php) is not necessary. This patch adds the core classes to the autoloader file, and removes all unnecessary require statements. This change also brings modification with that moves the initialization of $GLOBALS['TBE_TEMPLATE'] from template.php into init.php. This means that TBE_TEMPLATE is always available in the backend now. Change-Id: I0759d678d42d122e0dc99568e761a05f4b036af4 Resolves: #38131 Reviewed-on: http://review.typo3.org/12142 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
- 15 Jun, 2012 2 commits
-
-
This reverts commit 32c37eb6. Change-Id: Ibc36f5631f12b8cfed759aa6e676f48dc179b1b3 Related: #38087 Releases: 6.0 Reviewed-on: http://review.typo3.org/12106 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Streamline typo3/classes naming to be typo3/Classes Change-Id: I688e3405120177ee85ef6519881f7c3dec59d210 Resolves: #38087 Releases: 6.0 Reviewed-on: http://review.typo3.org/12096 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 11 Jun, 2012 1 commit
-
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/classes/class.ajaxlogin.php * typo3/classes/class.clearcachemenu.php * typo3/classes/class.livesearch.php * typo3/classes/class.modulemenu.php * typo3/classes/class.shortcutmenu.php * typo3/classes/class.typo3_tcefile.php * typo3/classes/class.typo3ajax.php * typo3/classes/class.typo3logo.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I6246d7dd21a10cfeb4b0fa63b89241a8e0b0b630 Resolves: #37869 Releases: 6.0 Reviewed-on: http://review.typo3.org/11897 Reviewed-by: Susanne Moog Tested-by: Susanne Moog
-
- 06 May, 2012 1 commit
-
-
This patch replaces some forgotten and/or overseen space chars in indention into tab chars. Change-Id: I1118488ee3e06d5529d741b2811095548ca818a5 Resolves: #36871 Reviewed-on: http://review.typo3.org/11018 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 03 May, 2012 1 commit
-
-
Christian Kuhn authored
Remove all XCLASS definitions in typo3/ and all system extension that are not handled as git submodules. Change-Id: Ib9e1d8db31f91f5f1453deb694f2441ef41130f2 Resolves: #36821 Related: #31893 Releases: 6.0 Reviewed-on: http://review.typo3.org/10981 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 17 Apr, 2011 1 commit
-
-
Global declaration such as global $TCA or global $BE_USER should be changed to $GLOBALS['TCA'], $GLOBALS['BE_USER'], ... Change-Id: I68f801ff6934a7e16db78cb3f10d1c2b64aef351 Fixes: #25334 Reviewed-on: http://review.typo3.org/1446 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert Reviewed-by: Susanne Moog Tested-by: Susanne Moog Tested-by: Christian Kuhn Reviewed-by: Christian Kuhn
-
- 22 Jan, 2011 1 commit
-
-
Ernesto Baschny authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10237 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
-
- 12 Jan, 2011 1 commit
-
-
Ernesto Baschny authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10033 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
-
- 30 Aug, 2010 1 commit
-
-
Ernesto Baschny authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8742 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- 28 Jul, 2010 1 commit
-
-
Oliver Hader authored
Fixed bug #13137: redirect/returnUrl isn't validated in core (thanks to Georg Ringer and Marcus Krause) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8430 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
-