- 11 Nov, 2020 1 commit
-
-
No need to use a fully qualified namespace for 3rd party modules that are placed in TYPO3/CMS/Core/Contrib. There are usually aliases configured in the requirejs configuration, and if they are missing, we add them now. This change additionally drops an unneded module declaration for "TYPO3/CMS/Core/Contrib/imagesloaded.pkgd.min" which is not needed when simply using "imagesloaded" as module name. Commands used: grunt build Releases: master, 10.4 Resolves: #92725 Change-Id: I6e7c02104050202d5c1a8bd0d7546a1496f5636c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65693 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 08 Aug, 2020 1 commit
-
-
This changes the configuration of the TypeScript compiler to resolve modules in "node" style, which allows using TypeScript declaration files (*.d.ts) shipped with npm packages. Additionally the option "esModuleInterop" is enabled which allows us to use CommonJS modules in AMD modules without fiddling with incompatible exports. As a negative side-effect, all JavaScript have to get recompiled to reflect these changes. Resolves: #91954 Releases: master, 10.4 Change-Id: If6386f5062bfbe439615bb947e94cd728dfd5b2b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65225 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 27 Jun, 2019 1 commit
-
-
Since #87031 the color picker is tightly coupled to FormEngine, causing issues if not used in FormEngine context, e.g. in Constant Editor. This patch removes the introduced FormEngine handling and uses minicolors' events to fix the original reported bug. Resolves: #88593 Related: #87031 Releases: master, 9.5 Change-Id: Ibb20785785d406bc113035f79bec95d9788866ab Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61094 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jonas Eberle <flightvision@googlemail.com> Tested-by:
Joerg Kummer <typo3@enobe.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- 05 Apr, 2019 1 commit
-
-
Andreas Fernandez authored
TypeScript: Due to issues with upcoming TypeScript versions, the TypeScript sources are moved into the Build directory before building JavaScript. The unused Grunt task `tsdev` has been removed. Additionally, some type defintions have been installed: yarn add --dev \ @types/bootstrap-slider \ @types/datatables.net \ @types/chosen-js Sass: The Sass sources have been moved into the common "Sources" directory. Those source files are moved to have a less cluttered Build directory. Note: With this patch, all TypeScript files must be placed into `Build/Sources/TypeScript` to be compiled by tsc again. Resolves: #88043 Releases: master Change-Id: I4d3e5f69564c38a35bf083652ea7262f5b85e4f3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60335 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Anja Leichsenring <aleichsenri...
-
- 26 Mar, 2019 1 commit
-
-
Force ColorPicker to use the formatted/cleaned value jQuery's minicolors produces instead of just displaying it but still saving the raw value the user inputs. Resolves: #87031 Releases: master, 9.5 Change-Id: I49d9f094961137ae50561475d5421f536b705c70 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59052 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Henrik Elsner <helsner@dfau.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Henrik Elsner <helsner@dfau.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- 09 Dec, 2017 1 commit
-
-
Resolves: #83248 Releases: master Change-Id: I1a61178131b358e4cc309bd11fc77278d9220a55 Reviewed-on: https://review.typo3.org/54958 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 27 Nov, 2017 1 commit
-
-
Frank Nägler authored
This patch checks if a value is set before writing a possbile empty value to the field. Resolves: #83000 Releases: master, 8.7 Change-Id: I3badd9b9ff1a567351d971b5ae0199bf347e0f72 Reviewed-on: https://review.typo3.org/54731 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- 05 Jun, 2017 1 commit
-
-
Resolves: #81416 Releases: master, 8.7 Change-Id: If7e3893baa73c1392f3317d5b871be51eeab41b5 Reviewed-on: https://review.typo3.org/53021 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- 17 Mar, 2017 1 commit
-
-
Add the 'valuePicker' functionality to the colorpicker. This is useful for editors to have a series of defaults. A similar configuration worked in the past based on 'select' wizard. Example TCA from styleguide master input_37: 'config' => [ 'type' => 'input', 'renderType' => 'colorpicker', 'size' => 10, 'valuePicker' => [ 'items' => [ [ 'blue', '#0000FF', ], [ 'red', '#FF0000', ], [ 'typo3 orange', '#FF8700', ], ], ], ], Change-Id: Idf24ecc1b47e84f6e4aa985191beebeb3631b202 Resolves: #80337 Releases: master Reviewed-on: https://review.typo3.org/52090 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> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 10 Oct, 2016 1 commit
-
-
This patch introduce a grunt TypeScript processor and linter. Resolves: #77900 Releases: master Change-Id: I642db25c84946a97687e1aaa9e1c5e0599618073 Reviewed-on: https://review.typo3.org/49895 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Marco Bresch <marco.bresch@starfinanz.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-