- 17 Apr, 2016 1 commit
-
-
Also fixes the case when wizards array becomes empty. We can than safely unset the complete wizards key. Resolves: #75716 Releases: master Change-Id: I8b0cc65823b2ec6bf8598b21be2dae3bb174e58b Reviewed-on: https://review.typo3.org/47731 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 03 Mar, 2016 1 commit
-
-
Change-Id: Ie0b546d6baf962ee4d80f5fb08aeaadf54ca1a66 Reviewed-on: https://review.typo3.org/47019 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 23 Feb, 2016 1 commit
-
-
Resolves: #73529 Releases: master, 7.6 Change-Id: Id4f6558b1130bcff8e70f1f0e0dfe38645d33c7f Reviewed-on: https://review.typo3.org/46852 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 22 Jan, 2016 1 commit
-
-
It's ts_css anyways all the time through the overruleMode option, which should be used anyway for the time being (as this option still exists). Resolves: #72856 Releases: master Change-Id: If96f1c0faddf9b258fa3a60f4904cd48eb3ca854 Reviewed-on: https://review.typo3.org/46122 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 20 Nov, 2015 1 commit
-
-
Resolves: #71726 Releases: master Change-Id: I4a356c8da668acee555149eee9cf56ccdb4dc0ee Reviewed-on: https://review.typo3.org/44822 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 16 Nov, 2015 1 commit
-
-
Change-Id: Ibd5f4905f273921a1377a6c2113f69ba4063c4b2 Resolves: #71612 Releases: master Reviewed-on: https://review.typo3.org/44740 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>
-
- 03 Nov, 2015 1 commit
-
-
Adjust link browser integration of RTE. This removes the dedicated tree classes for RTE as those are useless by now. Additionally the ElementBrowser class is finally removed. Resolves: #66369 Releases: master Change-Id: I8f42228cb3c4b3008d3f0acaa014d01733f6186d Reviewed-on: https://review.typo3.org/43938 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 15 Oct, 2015 1 commit
-
-
This patch introduces a new option "showIconTable" for select fields with renderType "selectSingle". Furthermore it removes the functionality for old options "noIconsBelowSelect" "foreign_table_loadIcons" and "suppress_icons". The advantages is to have only one option which controls the visibility of the icon table instead of having multiple ways. A migration wizards sets the new property according to the old behavior and generates deprecation messages for the tables and fields using old options. Core TCA definitions are adjusted to use the new option. The language fields are changed to show the icon table by default. Resolves: #70033 Releases: master Change-Id: I611cd50233255bbe35a371efac1f59dc086aa73e Reviewed-on: http://review.typo3.org/43933 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>
-
- 08 Oct, 2015 2 commits
-
-
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>
-
This change refactors the ElementBrowser and splits it into multiple dedicated classes for each mode. The former modes for file, folder and record selection are now placed in dedicated *Browser classes. The former mode "wizard", which defines its actual functionality via the "act" variable, is a separate controller now, which provides the API to be exensible. The integration of the various trees and lists is solved by a dedicated LinkParameterProviderInterface. Any class can provides link parameters now by implementing this interface. Other than that: * Lots of unused code is removed * All JS is moved into requireJS modules * Tree code is simplified by properly using constructors Part 2 will: * add Breaking and Feature documentation * finalize RTE re-integration * finally delete unused classes Resolves: #66369 Releases: master Change-Id: I0a28663ce4c91c2405abc9e2a13063699c6bb231 Reviewed-on: http://review.typo3.org/42951 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 05 Oct, 2015 1 commit
-
-
TCA select fields now require a "renderType" setting. Using select without renderType and the "renderMode" setting is deprecated. A TCA migration takes care of filling the renderType with the correct values for existing configurations. Resolves: #69822 Releases: master Change-Id: I0d9537a031aad3d2c44849f7f50715cbcc6ee595 Reviewed-on: http://review.typo3.org/43354 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 21 Sep, 2015 1 commit
-
-
The method migrateIconfileRelativePathOrFilenameOnlyToExtReference() of class TcaMigration misses unit tests. Change-Id: I598e1729600fe184ecc3d32afbe78f91d2c2afcb Resolves: #69978 Relates: #69754 Releases: master Reviewed-on: http://review.typo3.org/43439 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>
-
- 13 Sep, 2015 1 commit
-
-
Resolves: #69736 Releases: master Change-Id: Ia09f202a75ed0f873fa1934bf2b2305ab3653222 Reviewed-on: http://review.typo3.org/43251 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 11 Sep, 2015 1 commit
-
-
Resolves: #69700 Releases: master Change-Id: Iebdd1331b091a66379e71d9052e08a556270c742 Reviewed-on: http://review.typo3.org/42860 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>
-
- 29 Jun, 2015 1 commit
-
-
Migrate TCA and FlexForm with the TCA migration during bootstrap. Resolves: #67793 Releases: master Change-Id: I1cfa4196603832d6fb1d91a58ac12d05d48562a8 Reviewed-on: http://review.typo3.org/40660 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 Jun, 2015 1 commit
-
-
Change-Id: I33a5173515ebf04e19f31838cff84dd5561bc3c3 Resolves: #67737 Releases: master Reviewed-on: http://review.typo3.org/40599 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> 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>
-
- 09 Jun, 2015 1 commit
-
-
Migrating a field definition like 'aField;;;' results in 'aField'. No functionality is actually migrated, so no deprecation has to be logged. Resolves: #67328 Releases: master Change-Id: Ide45f78b3a4cf5dd230fc589f8d106f39723a6b5 Reviewed-on: http://review.typo3.org/40043 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>
-
- 03 Jun, 2015 1 commit
-
-
For details, see the ReST files with examples for new API and TCA changes. * Split TCA config "type" to "type" and "renderType": TCA config "type" is a technical debt since it both defines the database storage as well as the widget that is used to render a certain field in FormEngine. While "type" is kept, the render widget is now extracted to a "renderType". * t3editor uses this "renderType" now. type=text with renderType=t3editor will call the new T3editorElement provided by ext:t3editor, and falls back to TextElement if t3editor is not loaded. * t3editor is now enabled for "setup" and "constants" of sys_template records if opening the whole record. * t3editor now works when configured in a flex form. * Introduce an API in FormEngine NodeFactory to register new renderType, used by t3editor. * Introduce a resolver API in FormEngine NodeFactory to change the class that renders a widget or container. * Split TextElement into TextElement that only renders a textarea and RichTextElement provided by ext:rtehtmlarea that renders RTE. ext:rtehtmlarea uses the new resolver API to route rendering to its own class in case RTE is enabled and configured for a field. * In TCA section "types" a new array "columnsOverrides" is introduced that allows overwriting some column configurations of fields. Currently, this works for some View/FormEngine related settings like renderType and defaultExtras. * TCA Migration is introduced to dynamically rewrite TCA before it is put into cache. * TCA migration is called a second time in ext:compatibility6 in case TCA is still registered via ext_tables.php. This has performance penalty since it is done on every frontend and backend call. * TCA migration is also called dynamically for flex form definitions. * TCA migration moves configured t3editor wizards to type=text with renderType=t3editor. * TCA migration removes the 5th parameter "style pointer" from types showitem * TCA migration moves the 4th showitem parameter "extra configuration" to "defaultExtras" of "columnsOverrides" of given TCA type. Change-Id: Ia2c2bc16463a01021c7a6be765b4efa872a130fd Resolves: #67229 Releases: master Reviewed-on: http://review.typo3.org/39662 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> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-