- Mar 02, 2015
-
-
Wouter Wolters authored
Resolves: #65441 Releases: master Change-Id: Ic9e790d2b2db17e930558dbafe4f458af948fc9a Reviewed-on: http://review.typo3.org/37435 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Resolves: #65442 Releases: master Change-Id: I7493bbae4bee93c7e2957e1d458d22036249de36 Reviewed-on: http://review.typo3.org/37436 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
The external library RemoveXSS placed within typo3/contrib/ is moved to EXT:core and also loaded via composer in order to avoid a require_once. Additionally, some other changes in the static composer class loader shipped with typo3/contrib/vendor are updated as well. Resolves: #65450 Releases: master Change-Id: I804754df10288924247f58dc93a8e46f9268aa3b Reviewed-on: http://review.typo3.org/37448 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>
-
Nicole Cordes authored
This patch prevents the redirection to another page if the returned URL is empty which would trigger a redirection loop. Releases: master, 6.2 Resolves: #65447 Change-Id: Ida0fc65c83d32ca7ae45db2d02b87d7eb0c8d345 Reviewed-on: http://review.typo3.org/37446 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
Leftover code that registers modules that are located within EXT:frontend should be moved from EXT:cms to EXT:frontend Resolves: #65449 Releases: master Change-Id: Icde91ae85eee74c5fc5492a7263afcd0bc85c82f Reviewed-on: http://review.typo3.org/37447 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Michael Oehlhof authored
- add getter for LanguageService - add getter for BackendUser Resolves: #65445 Releases: master Change-Id: I985f9b0aa619ea7f90f35fe169122c26850a73df Reviewed-on: http://review.typo3.org/37444 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>
-
- Mar 01, 2015
-
-
Benjamin Mack authored
The TYPO3 Bootstrap gets a new function run() to unify existing entrypoints in FE, BE, CLI and Install Tool. This way the "visible" part of the bootstrap is reduced to solely using the new "run()" method, which resolves to a proper RequestHandler depending on the following constraints. * Install Tool * Frontend: eID * Frontend: TSFE * Backend: Regular request * Backend: AJAX * Command-Line (CLIkeys) The interface behaves exactly like TYPO3 Flow. Unlike Flow, the request handlers are currently hardcoded inside the bootstrap, but can be extended later. Each RequestHandler logic is currently put from the global scope into the main "handleRequest()" method. Further changes are the deprecation of init.php and the streamlining of Backend requests, as well as diagram of the bootstrap process. Resolves: #65437 Releases: master Change-Id: I3a2ffe60e59005955c5ef3d3c541b61de2b97526 Reviewed-on: http://review.typo3.org/37409 Reviewed-by: Christian Kuhn ...
-
Anja Leichsenring authored
Change-Id: If0d763b4fb79ffb1584ea5c60804af63d4da3d7b Resolves: #65440 Releases: master Reviewed-on: http://review.typo3.org/37431 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Wouter Wolters authored
Use dispatching for browser.php Resolves: #65289 Releases: master Change-Id: I8edb2fb1182af39d5a87e8291e8b208067a70a9c Reviewed-on: http://review.typo3.org/37432 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Port the code to use jQuery UI's "sortable" instead of draggable and droppable, which solves some issues: - The element position is stored after dropping it, solving the "hang" effect. - In "Languages" view, the elements are now properly movable. Moving the elements between languages, which is error prone, is now not possible anymore (it was possible before, but it was not saved). Resolves: #65311 Releases: master Change-Id: I5af23e258e057eb8c855760bc2ad5fa6989e6686 Reviewed-on: http://review.typo3.org/37262 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>
-
Anja Leichsenring authored
Change-Id: Ib3e5093902b5d2b46d4b2c6a3365abf8340da6ed Resolves: #65438 Releases: master Reviewed-on: http://review.typo3.org/37428 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Jan Helke authored
Changing the backend view to use grid elements caused an ancient piece of code in PageLayoutView.php to be never executed. In fact an if statement in PageLayoutController.php always evaluates to "FALSE" which lets the code in PageLayoutView.php never get executed. Change-Id: I4f97690b54efeb7659f86f1ef15fa8603e97f69b Resolves: #53898 Releases: master Reviewed-on: http://review.typo3.org/25662 Reviewed-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The Extension viewpage (Web => View) is still using a mixture of ExtJS and jQuery. In order to use the logic from the new Storage API (which replaces the ExtJS Part for this module) the whole JavaScript was rewritten in RequireJS. The shipped jquery-ui JavaScript file is not necessary anymore, as it is loaded from the contrib/ directory as a AMD module (new version). Resolves: #64103 Releases: master Change-Id: Ic0cc1dd0eb56b0440a5d8c78c40ac2120aa0f215 Reviewed-on: http://review.typo3.org/35767 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>
-
Wouter Wolters authored
Furthermore the copyright year is adjusted. Resolves: #65439 Releases: master Change-Id: I332321bd4e84c66e381140caacbd23ef381441e2 Reviewed-on: http://review.typo3.org/37429 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Use dispatching for logout.php Resolves: #65291 Releases: master Change-Id: Ic003ec6dda083f69da2aaf0373ad48ea3bf4f56f Reviewed-on: http://review.typo3.org/37411 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Anja Leichsenring authored
The TranslateViewHelper has no unit tests so far. Change-Id: Ib7bdedf7e64276fcfcb7280fafc5d48c860f21c8 Resolves: #65436 Releases: master Reviewed-on: http://review.typo3.org/37416 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de>
-
Francois Suter authored
The FileStorageIndexingTask should not handle exceptions itself. Instead it should let them bubble up to let the Scheduler take care of the reporting. Resolves: #65248 Releases: 6.2, master Change-Id: Ib29c20b40de8abd27869682c9f6d4479718d25f5 Reviewed-on: http://review.typo3.org/37156 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>
-
Helmut Hummel authored
Add accidentally forgotten guard clause for case insensitivity. Releases: master, 6.2 Resolves: #65434 Change-Id: I374a7201f3c5ef356883302fc0825f9a02ef0c30 Reviewed-on: http://review.typo3.org/37423 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Oliver Hader authored
If creating a new parent record that contains inline child records as part of a FlexForm configuration, the resulting reference count is the temporary "NEW..." identifier. The expected result is to have the number of child references in that case as well. Resolves: #58307 Releases: master, 6.2 Change-Id: I36a4dd06a38ad5d9f197190658b97f8a3b5fa234 Reviewed-on: http://review.typo3.org/37345 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>
-
Helmut Hummel authored
As a backwards compatibility measure, the composer class loader checked for class existence before requiring a class file, which could only happen if wrong class name casing was used before. We now enable this also for interfaces. Releases: master, 6.2 Resolves: #65434 Change-Id: I6dc1dc6cbf8cb7018ceeff1eb881c80658c11e33 Reviewed-on: http://review.typo3.org/37412 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>
-
Benjamin Kott authored
- make type color working again - use wizard_colorpicker instead of farbtastic - streamline styling with formengine Releases: master Resolves: #65427 Change-Id: Ib175a794521ee346341325757a76091b03c52326 Reviewed-on: http://review.typo3.org/37093 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>
-
Andreas Allacher authored
Due to missing check of the last char being a new line, it is possible that a closing bracket character is removed by using INCLUDE_TYPOSCRIPT. This leads to broken typoscript. By introducing the missing check this kind of error is prevented. Change-Id: I92ef213d31c4d62ba797e2741d5a0beaa042c6b3 Resolves: #62280 Releases: master Reviewed-on: http://review.typo3.org/37038 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
Previously the URI to a module which was dispatched through mod.php was stored in a global variable $GLOBALS['MCONF']['_'] In terms of cleanup of global variable usage and module configuration cleanup, this functionality is removed without substitution. Instead BackendUtility::getModuleUrl() API must be used now. Releases: master Resolves: #65432 Change-Id: Iad436056e96d2334357320278cd8243f0f975538 Reviewed-on: http://review.typo3.org/37406 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> 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>
-
Michael Oehlhof authored
backend/classes/Controller/Wizard/ColorpickerController.php To get it "green" in PhpStorm several changes were made: - set correct return type in PhpDoc comment - makeInstance of GraphicalFunctions to call non-static function imageCreateFromFile - change local variable names to lowerCamelCase Resolves: #65431 Releases: master Change-Id: I54182c8ed17423e1cbc1c97e424d92a58dd5e3a9 Reviewed-on: http://review.typo3.org/37404 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>
-
Frederic Gaus authored
Fix code completion in t3editor when substituing a value with completed code behind a typoscript operator. Change-Id: Id1fbb99aba850ee0787dba4b8562d0a22c119979 Resolves: #25594 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/36804 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Frans Saris authored
Resolves: #65040 Releases: master, 6.2 Change-Id: I14d6d362db1796c90b03254f6339cb131f152a45 Reviewed-on: http://review.typo3.org/37159 Reviewed-by:
Viktor Livakivskyi <invisible.kinder@gmail.com> Tested-by:
Viktor Livakivskyi <invisible.kinder@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Jigal van Hemert authored
The functionality is unnecessary and it's confusing when using DataHandler that it must be explicitly set to FALSE to handle properly prepared data. The only place in the core where it was set to TRUE only handles integer values. Releases: master Resolves: #65381 Change-Id: I968fccc9311bb9ad5f9153217ecf84ff4777df4a Reviewed-on: http://review.typo3.org/37316 Reviewed-by:
Benjamin Mack <benni@typo3.org> 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>
-
Michael Oehlhof authored
backend/Classes/Controller/File/RenameFileController.php To get it "green" in PhpStorm several changes are made: - set correct parameter type in PhpDoc comment - set correct return type in PhpDoc comment - add getter for LanguageService - add getter for DocumentTemplate Resolves: #65426 Releases: master Change-Id: I1794d12fed33ab06d460c043632139bc30682a76 Reviewed-on: http://review.typo3.org/37398 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>
-
Wouter Wolters authored
Use dispatching for show_item.php Resolves: #65283 Releases: master Change-Id: If70f513ecc50445ea67b7e68bf7cd1df44cbf013 Reviewed-on: http://review.typo3.org/37186 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>
-
Frederic Gaus authored
Add code autocompletion for property listNum and property preIfEmptyListNum in t3editor. Resolves: #25732 Releases: master, 6.2 Change-Id: I13c15e2e262a926e8444d7f50933823b27cdcd9d Reviewed-on: http://review.typo3.org/36793 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Michael Oehlhof authored
Resolves: #65376 Releases: master Change-Id: If06b63748fba645f7bdd4dce3938d313e598a1ae Reviewed-on: http://review.typo3.org/37307 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>
-
- Feb 28, 2015
-
-
Wouter Wolters authored
Resolves: #65296 Releases: master Change-Id: I08a3c8b6f89c029efacad06e13ea137560370e43 Reviewed-on: http://review.typo3.org/37293 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Michael Oehlhof authored
Resolves: #65375 Releases: master Change-Id: I880f4f467e3a634cbabd375d13cb0e9f0029107c Reviewed-on: http://review.typo3.org/37306 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>
-
Benjamin Mack authored
The alias cObjects COBJ_ARRAY for COA and CASEFUNC for CASE are moved to compatibility6. Resolves: #65422 Change-Id: I419997c3b70d0dfd9e23d9bc67bf909295e4faff Reviewed-on: http://review.typo3.org/37379 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Helmut Hummel authored
Doing a composer install directly in typo3 source has been a requirement for core development for a while and a convenient shortcut to quickly set up a TYPO3 installation for executing tests for extensions. Respecting the class loading information generated in that location is unfortunate however as it would require editing of the core composer.json if additional classes from the core should respected. Instead of respecting this as valid composer autoload file location, we always fall back to the hard coded and committed class loading info if no autoload file of a composer distribution call is found. Releases: master, 6.2 Resolves: #65420 Change-Id: I1953303c6d2b5b221017deb7d2d7a0b43e4d08bf Reviewed-on: http://review.typo3.org/37373 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Nicole Cordes authored
This patch allows the use of links with file scheme in typolink(). Releases: master, 6.2 Resolves: #65358 Change-Id: I25a8ca88637d1ecab4881127cf2228214b6c954a Reviewed-on: http://review.typo3.org/37370 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
Missed some removal of old classes, also make sure that they are registered for FE and BE. Resolves: #64719 Releases: master Change-Id: I416d1a9fa19aacb5950e8f33e0e085b020f4d242 Reviewed-on: http://review.typo3.org/37377 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Alexander Schnitzler authored
The SelectViewHelper tries to resolve the value and label field as long as options are of type object, i.e. domain objects but that functionality must also exist for arrays because their structure is similar to objects. Example: <f:form.select options="{items}" optionValueField="uid" optionLabelField="title" /> $items = array( 0 => array( 'uid' => 1, 'title' => 'Foo' ), ); Currently the view helper tries to use the array key as value field (i.e. 0) and the array value (i.e. array) as label and fails calling htmlspecialchars on the array. This patch allows values to be arrays themselves and to be treated like domain objects. Resolves: #65073 Releases: master, 6.2 Change-Id: Ia803ceb38c1f7488d48863f5a6781b229def50c4 Reviewed-on: http://review.typo3.org/36909 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Andy Grunwald <andygrunwald@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
EXT:cms still registers logic that is completely placed inside EXT:frontend (classes, content element wizards, tables, CTypes). These leftovers are moved to EXT:frontend. Resolves: #65418 Releases: master Change-Id: I3919340de863a7b1c07149161d2ce758e42de4db Reviewed-on: http://review.typo3.org/37368 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>
-
Wouter Wolters authored
Resolves: #65374 Releases: master Change-Id: I64d942327a49d6e5cb6d292ee260b4c37b459374 Reviewed-on: http://review.typo3.org/37303 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-