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 .
- 05 Oct, 2015 1 commit
-
-
Resolves: #70417 Releases: master Change-Id: Ie855b996636b749562acf3baa67b1756c2ad3db2 Reviewed-on: http://review.typo3.org/43826 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 23 Sep, 2015 1 commit
-
-
Several save buttons don't work anymore after icon changes Resolves: #70013 Releases: master Change-Id: Id3abb129208a7a9f2ea68521ed0b6bbb5abd8ef4 Reviewed-on: http://review.typo3.org/43486 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 16 Sep, 2015 1 commit
-
-
The newly introduced Backend Routing is updated so that Routes must define not just the controller but also the action which should be called. It is now also possible to use a Closure / callable directly to be called as a Route. The RequestHandler now creates the Response object, which is handed to the Dispatcher and to the respective action. This way each action can already use the existing Response object. The Dispatcher resolves the action and hands over the request and response object. All existing routes have been adapted to use controller and actions. The fixed ControllerInterface is not needed anymore. Resolves: #69855 Releases: master Change-Id: I6edcf8e0f6b49580052f24ca9fd7ad352b6d6f34 Reviewed-on: http://review.typo3.org/43337 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 11 Sep, 2015 1 commit
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon apps-filetree-root with the new IconFactory. Resolves: #69680 Releases: master Change-Id: I4f3518c054f4cc9e7d4a61e17fee4b21aef4b681 Reviewed-on: http://review.typo3.org/43205 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 07 Sep, 2015 1 commit
-
-
The CSRF tokens for edit document and tce actions were introduced, to protect these entry scripts. Since the entry scripts are removed now and any entry point is protected with a CSRF token by default, we do not need these additional tokens any more. The helper methods can now also be deprecated and the check for the tokens is removed in the controllers. Please note that in the deprecated.php the tokens still must be checked, as third party modules still might generate URLs to the old entry scripts and we want to have this deprecated entry point still be protected. Resolves: #69562 Releases: master Change-Id: I9df443c7fcb4c7db4f7f682d3643b780480ed5de Reviewed-on: http://review.typo3.org/43069 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 04 Sep, 2015 2 commits
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-save with the new IconFactory. Resolves: #68867 Releases: master Change-Id: Ie0591197ade6473af9a470b34e3f5e2e56eabb60 Reviewed-on: http://review.typo3.org/43003 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-save with the new IconFactory. Resolves: #68866 Releases: master Change-Id: I29540eed175d642fae67a5b4453520c926cd2cae Reviewed-on: http://review.typo3.org/42973 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 17 Aug, 2015 1 commit
-
-
Alexander Schnitzler authored
Currently the filelist module is not yet an extbase module. To be able to adjust the module in the future more easily the module will be based on extbase. Releases: master Resolves: #69083 Change-Id: I74884cd554272b68ab80509b7548647ff01632d6 Reviewed-on: http://review.typo3.org/42644 Reviewed-by:
Carsten Bleicker <carsten@bleicker.de> Tested-by:
Carsten Bleicker <carsten@bleicker.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- 13 Aug, 2015 1 commit
-
-
Resolves: #69018 Releases: master Change-Id: I8d5ab1243d342b2153b30e4f0e9bba17ed8035a0 Reviewed-on: http://review.typo3.org/42554 Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 08 Aug, 2015 1 commit
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-close with the new IconFactory. Change-Id: I097d1b83bd7b76ec14c9050fb5bc74411729809e Resolves: #68839 Releases: master Reviewed-on: http://review.typo3.org/42383 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 07 Aug, 2015 1 commit
-
-
Resolves: #68829 Releases: master Change-Id: Ibf9b0a1c7884b68eb27f880e1d42369580d3ec04 Reviewed-on: http://review.typo3.org/42354 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 06 Aug, 2015 1 commit
-
-
BACK_PATH in Backend context is always empty string. The patch removes a couple of simple usages, mostly related to DocumentTemplate. Resolves: #68790 Releases: master Change-Id: Ic4897642abf216fbcec430051723bc4b412b321a Reviewed-on: http://review.typo3.org/42312 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 23 Jul, 2015 1 commit
-
-
Wouter Wolters authored
File edit for example a CSS file can't save and close. The onclick event handler was removed completely. This is wrong for save and close. A wrong htmlspecialchars created a wrong URL for the redirect. Both issues are solved with this commit. Resolves: #68487 Releases: master Change-Id: I0dfa75733fcd1978378ad4503d9d99b3d4b33110 Reviewed-on: http://review.typo3.org/41880 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- 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>
-
- 14 Jul, 2015 1 commit
-
-
Benni Mack authored
Resolves: #68098 Releases: master Change-Id: Ice78388b6e39886bb3f2be13701d4b85f01f3967 Reviewed-on: http://review.typo3.org/41157 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 08 May, 2015 1 commit
-
-
Wouter Wolters authored
Resolves: #66849 Releases: master Change-Id: Iad61ca580344c9794d8ad19721c11689fc5a2e16 Reviewed-on: http://review.typo3.org/39347 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
- 30 Apr, 2015 1 commit
-
-
Extension backend is done with this patch except FormEngine classes. Resolves: #66115 Releases: master Change-Id: I0dc335b0193566b9d14e4b8fdafc116a81e0f5cc Reviewed-on: http://review.typo3.org/38324 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 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>
-
- 10 Feb, 2015 1 commit
-
-
Furthermore add BACK_PATH as 3rd argument where appropriate. Resolves: #64896 Releases: master Change-Id: Icd52343246c7aa57114f7d3e22f9a16ea65567c9 Reviewed-on: http://review.typo3.org/36697 Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
- 04 Feb, 2015 1 commit
-
-
Wouter Wolters authored
Use dispatching for tce_file.php Resolves: #64692 Releases: master Change-Id: Ia71d781a4fd4bfe829691598db039db8a7afe690 Reviewed-on: http://review.typo3.org/36520 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 02 Feb, 2015 1 commit
-
-
The patch brings responsive layout for FormEngine and its elements. It fixes a couple of issues along the way, escpecially DatePicker and palettes field are aligned in a better way and wizard icons look much better. Adjustments: - Change datepicker to work directly on input without wrapper - Change clearableJs to bootstrap - Change dyntabs to bootstrap classes - Change fixed-font to text-monospace - Port CheckboxElement to boostrap - Port GroupElement to bootstrap - Port InputElement to bootstrap - Port Irre/Inline to bootstrap - Port Flexform to bootstrap - Port Palettes to bootstrap - Port RadioElements to bootstrap - Port TextElement to bootstrap - Port NoneElement to bootstrap Removes: - Unused change image javascript removed Deprecations: - cssClassTypeElementPrefix not used anymore - maxTextareaWidth not used anymore - paletteFieldTemplate not used anymore - palFieldTemplateHeader not used anymore - wizard config _PADDING - wizard config _DISTANCE - wrapOpenPalette not used anymore - wrapPaletteField not used anymore - formWidth not used anymore - formWidthAsArray not used anymore - addUserTemplateMarkers not used anymore Releases: master Resolves: #64762 Change-Id: I04ce24e63d2395fe25f7d5a314f5868882b2cd74 Reviewed-on: http://review.typo3.org/35951 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 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 2 commits
-
-
Due to a BackendUtility cleanup there were some methods related to help texts that were broken and unstructured. Additionally, some methods are deprecated for removal as they haven't been used since TYPO3 CMS 4.5. Resolves: #62864 Releases: master Change-Id: I3e51e25d74b282aa698df493fa4f87a54d87f823 Reviewed-on: http://review.typo3.org/33987 Reviewed-by:
Christian Buelter <buelter@kennziffer.com> Tested-by:
Christian Buelter <buelter@kennziffer.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
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>
-
- 28 Oct, 2014 1 commit
-
-
Wouter Wolters authored
* Use bool in @return * Use int in @return * Use bool in @param * Use int in @param * Remove extra tabs and spaces in @param Resolves: #62506 Releases: master Change-Id: I673888aa08855a1364150d0060d0f205fc1f83a2 Reviewed-on: http://review.typo3.org/33577 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
- 11 Oct, 2014 1 commit
-
-
The "@todo Define visibility" is not very helpful because: * Nobody knows what breaks if changing the visibility * The code is flooded with todos which makes it hard to work with in an IDE During ACME it was decided to remove the @todo again. Resolves: #61957 Releases: master Change-Id: I0caa9756bba326dc132b6a2dabe79218c53a32c8 Reviewed-on: http://review.typo3.org/33044 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 09 Sep, 2014 1 commit
-
-
Use dispatching for file_edit.php Resolves: #56743 Releases: 6.3 Change-Id: Ib25745dd29642a83aa5700752c83cda8e11ea7fa Reviewed-on: http://review.typo3.org/28238 Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- 13 Aug, 2014 1 commit
-
-
Resolves: #60878 Releases: 6.3 Change-Id: I2cc8ec067adcc66bdd589104d03f20c385e52e99 Reviewed-on: http://review.typo3.org/32071 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 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
-
- 25 Feb, 2014 1 commit
-
-
Benni Mack authored
The functionality for having to deal with browsers that did not support style="width: XYpx" is not needed anymore, as any browser supported in the TYPO3 universe can deal with that (even IE6). This patch cleans up all the areas that dealt with that part. Also, one dummy function in FormEngine.php has been removed completely, another in DocumentTemplate.php has been deprecated. Releases: 6.2 Resolves: #56254 Change-Id: I6f47a5f7cabfd340088c242f1ee15b83c7cba0fe Reviewed-on: https://review.typo3.org/27824 Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
- 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
-
- 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
-
- 09 Sep, 2013 1 commit
-
-
Replace double quotes in exceptions to single quotes Change-Id: I1a98d783d34eaf4f131b14ab27098c6a4759c9a0 Resolves: #51743 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/23619 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 04 Sep, 2013 2 commits
-
-
Manually accessing backend entry-points regarding files passing an identifier with storage 0 may allow unfiltered access for read, write, rename, create and delete actions. The user interface must never deal with storage 0. Therefore implement checks for storage 0 as protection. Change-Id: Ia387dfac3057760800171163ff91cd9f55cab4b5 Releases: 6.2, 6.1, 6.0 Fixes: #50886 Security-Commit: b813a875ad76aa7860b76602eb1f32dcfc9fadcd Security-Bulletin: TYPO3-CORE-SA-2013-003 Reviewed-on: https://review.typo3.org/23608 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
The ResourceStorage omits checks for the configured user and group permissions within the actions on that Storage. This patch refines some naming within the security methods as well as adding security checks to every method. PHP file extensions are now also removed from the text file extension list. Releases: 6.2, 6.1, 6.0 Fixes: #51079 Change-Id: I95a6d89da7eb2b6ea52afea1c49b1df8acb00707 Security-Commit: f5d926ec7a99098ad42117cf2e0b3b67dae057a4 Security-Bulletin: TYPO3-CORE-SA-2013-003 Reviewed-on: https://review.typo3.org/23595 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- 15 Jul, 2013 1 commit
-
-
Wouter Wolters authored
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'] Change-Id: Ie5bcf1f6f09a070a946a021d41d4809567ff6229 Resolves: #49454 Releases: 6.2 Reviewed-on: https://review.typo3.org/21669 Reviewed-by: Alexander Opitz Reviewed-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
- 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
-
- 01 May, 2013 1 commit
-
-
Most html templates in backend are used in one extension only. Those templates should be held in extension context to reduce dependencies. Creates extbase/flow directory structures. Change-Id: I7638092b695d36c4cea2a2755d8285bf92114bb0 Fixes: #47786 Releases: 6.2 Reviewed-on: https://review.typo3.org/20374 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-