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 .
- 29 Apr, 2019 1 commit
-
-
The delete command triggered by the page tree's context menu was invoked by loading a URL in the module iframe which caused timing issues due to subsequent requests. This patch invokes an AJAX call instead to deleted pages. Resolves: #87416 Releases: master, 9.5 Change-Id: I457df1a21e703f98f6b1a182f6165f60cfd13b21 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60621 Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
- 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 <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 18 Feb, 2019 1 commit
-
-
This patch updates the definitions in tslint.json to use current settings for TypeScript builds. Most of the occurred issues were fixed by executing cd Build ./node_modules/tslint/bin/tslint -c tslint.json --fix --project . Resolves: #87709 Releases: master, 9.5 Change-Id: Iba318b438a44f6de3fdfcacfb52a5bddef9c8002 Reviewed-on: https://review.typo3.org/c/59696 Tested-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 27 Oct, 2018 1 commit
-
-
Resolves: #86754 Releases: master Change-Id: I2bb3226595e53ed993e0114130123e4f87f1603b Reviewed-on: https://review.typo3.org/58712 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 09 Aug, 2018 1 commit
-
-
This patch fixes a bug which occured when deleting a currently selected node. After deleting this node the first element of the tree is displayed. Releases: master Resolves: #85431 Change-Id: I64cd7c4ebd8415a2c261da3f62f8e412575b0075 Reviewed-on: https://review.typo3.org/57791 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Tested-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Joerg Kummer <typo3@enobe.de> Tested-by:
Joerg Kummer <typo3@enobe.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
- 04 Apr, 2018 1 commit
-
-
The "create new content element" wizard that may be triggered by using the context menu now properly renders the wizard in a modal window. Additionally, the patch streamlines the usage of Enum/Severity. Resolves: #84046 Related: #75676 Releases: master Change-Id: Id166fd5acbe19cbb969ff3d5cfef75119deb80b3 Reviewed-on: https://review.typo3.org/56520 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com>
-
- 08 Mar, 2018 1 commit
-
-
This commit migrates the ModuleMenu to TypeScript. The following changes are additionally done with with patch: - NavigationComponentInterface requires a `initialize()` method - Storage/Persistent.set() accepts objects as value - ModuleMenu.App.ensurePageInTreeSelected is broken since #82426 and has been removed Resolves: #82597 Releases: master Change-Id: I1dc8a79f7953a1e2504b0e7fd978c2e841ec93f4 Reviewed-on: https://review.typo3.org/56000 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 01 Mar, 2018 1 commit
-
-
Change-Id: If8a9b89295256491eb8bcc0e9afb1f37849050fc Resolves: #82581 Releases: master Reviewed-on: https://review.typo3.org/55874 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-