- Oct 10, 2016
-
-
Kay Strobach authored
A responsive CSS viewport replaces the legacy the ExtJS component TYPO3.Viewport. Resolves: #52877 Releases: master Change-Id: I6d9c6c4e32cf67df3eeb072448e6b4322853d10c Reviewed-on: https://review.typo3.org/47637 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Wouter Wolters authored
All instances of $GLOBALS[TYPO3_DB] in the TYPO3 Core classes except for certain highly used functionalities have been removed. The places where the TYPO3 Core is expected to have subclasses within extensions have been marked for deprecation. Resolves: #78224 Releases: master Change-Id: Ie65878264679b93940ac9fb86c4758576d98c550 Reviewed-on: https://review.typo3.org/49824 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Christian Kuhn authored
* better regex finds more with less false positives * use grep instead of ack-grep * find exceptions without exception code * the script kills travis for unkown reasons and removed Change-Id: I6ae7c005bc9f493365d36f9602aebf389f1f7786 Resolves: #78221 Releases: master Reviewed-on: https://review.typo3.org/50150 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Klein authored
Check if there is actually a user TSconfig available before using it. Resolves: #77263 Releases: master, 7.6 Change-Id: Iafc58866325f000077f46f9e77fafb3c80069fe6 Reviewed-on: https://review.typo3.org/50100 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Frank Naegler authored
This patch add npm update to fix broken travis builds. Resolves: #77900 Releases: master Change-Id: I5a3df419f33ec944673f043375eb14350034b1b6 Reviewed-on: https://review.typo3.org/50160 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
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>
-
Nicole Cordes authored
If there is no configuration for the rootLevel in a tables' TCA, the NewRecordController silently assumes -1. This means a table can be inserted on a page AND on root level. This behaviour is wrong because in TCA documentation per default rootLevel is 0 which means, this table can only be used on pages. This patch sets the correct default value for rootLevel if not set. Resolves: #78170 Releases: master, 7.6 Change-Id: I3a34eb5abbd95b7ee60b8b676c86abaacd0e2a18 Reviewed-on: https://review.typo3.org/50102 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Oct 09, 2016
-
-
Morton Jonuschat authored
Add an exception if named parameters are used with inSet() on SQLite, add tests to verify the behaviors for named parameters and values that contain the actual quote character. Change-Id: Iac2e40d13f921d7e6dcfaeb2c86a9eedc4d8351e Resolves: #78045 Releases: master Reviewed-on: https://review.typo3.org/50149 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Christian Kuhn authored
Two very last calls to exec_SELECTgetSingleRow() Change-Id: I0e98ea0de22f60dbc5df72be52b345220c54c0ba Resolves: #78205 Releases: master Reviewed-on: https://review.typo3.org/50148 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Daniel Windloff authored
In order to be consistent, change the button order and styling (according to the list module). Resolves: #78199 Releases: master Change-Id: I44b03a7f6e4e49f397a62d00158083c568ce5cda Reviewed-on: https://review.typo3.org/50138 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Oliver Hader authored
DBAL's ExpressionBuilder::inSet() currently does not support FIND_IN_SET for SQLite which is also not supported by the DBMS natively. To achieve the behavior the field's value is surrounded by commas and then compared likewise to the accordant value expansion. Resolves: #78045 Releases: master Change-Id: Idceab827c06e4290bf5a68fb672a43110364af7d Reviewed-on: https://review.typo3.org/50006 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michał Jankiewicz <michal.jankiewicz@gmail.com> 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>
-
Benni Mack authored
The Extbase Typo3DbQueryParser which builds the SQL statement for most of Extbase's database calls is completely rewritten to use Doctrine DBAL QueryBuilder. The QueryParser now returns a properly filled QueryBuilder object instead of an array with SQL parts. The Typo3DbBackend of Extbase is using the QueryBuilder under the hood then. Resolves: #77379 Releases: master Change-Id: I5936e639a9241a7d41ac60703efed83bda73f5f7 Reviewed-on: https://review.typo3.org/49584 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Claus Due authored
The argument is passed to UriBuilder as-is and allows controlling how the preserving of GET/POST arguments happens in f:form's action URI generating method. Change-Id: Ie2270c7f7205d4cff1736b02ca7d42c788213850 Resolves: #75139 Releases: master Reviewed-on: https://review.typo3.org/49642 Reviewed-by:
Michał Jankiewicz <michal.jankiewicz@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Windloff <daniel.jc.windloff@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Daniel Windloff authored
Removed attributes / elements: * valign attribute (not supported in HTML5) * empty th/th elements with "spacer" span * strong in th (dupclicate markup) Resolves: #78201 Releases: master Change-Id: I09ed02206389ddca5bd5ddc9c38bd35aa20cdeb1 Reviewed-on: https://review.typo3.org/50141 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tomasz Stępniak <stempl88@gmail.com> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #77819 Releases: master Change-Id: If39540863a1114ce5ce3e57289da54bdfdffc4f2 Reviewed-on: https://review.typo3.org/49764 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The method ExtensionManagementUtility::extRelPath() is marked as deprecated, as other solutions (relative to PATH_site, absolute path resolving) should be used in the future. Resolves: #78193 Releases: master Change-Id: I28cf7e1a47cb3fc8a88b0bb54d2c71a369f3d0f2 Reviewed-on: https://review.typo3.org/48915 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
mjankiewicz authored
Releases: master Resolves: #76906 Change-Id: I2824bf5d2a286ea5445a395687814dad147f117f Reviewed-on: https://review.typo3.org/50127 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Tomasz Stępniak <stempl88@gmail.com> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Karol Lamparski authored
Make database field index_phash.data_filename longer, because varchar(255) was not enough for some URLs. Resolves: #77970 Releases: master, 7.6 Change-Id: I6cea9c2f9debecbf482bc78cd4a2867d8f9c5e47 Reviewed-on: https://review.typo3.org/50126 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tomasz Stępniak <stempl88@gmail.com> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
- Oct 08, 2016
-
-
Benjamin Serfhos authored
DateTime::ISO8601 is not compatible with ISO-8601, but is left this way for backward compatibility reasons. Use DateTime::ATOM or DATE_ATOM for compatibility with ISO-8601 instead. Resolves: #77919 Releases: master Change-Id: Iab7217c492b4137b8cb0b6e3608e2d8071d861f6 Reviewed-on: https://review.typo3.org/49906 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Johannes Schlier authored
If the 'multiple' field in the fieldConfig is set the $newDatabaseValueArray is returned as is, with duplicate entries. If this is not the case $newDatabaseValueArray is returned as before, being modified with the array_unique function. Resolves: #76918 Releases: master, 7.6 Change-Id: Id8ddac95162a929aeb1b5d7bae33a460317b46cb Reviewed-on: https://review.typo3.org/49981 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Karol Lamparski <klamparski@gmail.com> Tested-by:
Karol Lamparski <klamparski@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Markus Sommer authored
* Use new grunt version (speed, stability) * Replace grunt-copy with contrib version * Recompile all sources Resolves: #78175 Releases: master Change-Id: Idf16650b42c71e8065d2c6c47b4075449d499ec4 Reviewed-on: https://review.typo3.org/50105 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Sascha Egerer authored
In the LocalDriver the PHP RecursiveIteratorIterator implementation is used to recursively iterate over a directory. If there is a resource child with limited access an exception is thrown during the initialization of the iterator. That means you are even not able to iterate over the other folders. This patch adds a flag that prevents the iterator to throw the exception. Resolves: #71328 Releases: master, 7.6 Change-Id: I3373f70bbcd5cdb38e5f8998a1e4c0466f6d5260 Reviewed-on: https://review.typo3.org/49852 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Zbigniew Jacko <z.jacko@macopedia.pl> Tested-by:
Zbigniew Jacko <z.jacko@macopedia.pl> Reviewed-by:
Karol Lamparski <klamparski@gmail.com> Tested-by:
Karol Lamparski <klamparski@gmail.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Daniel Windloff authored
Use the following icons to indicate different kinds of "edit actions": * actions-open: single edit action * actions-document-open: multi edit action * actions-page-open: edit page properties Resolves: #77963 Releases: master Change-Id: I2d3198b56755eef5eb715058caf5d8574124c9ca Reviewed-on: https://review.typo3.org/49946 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Tomita Militaru authored
Check if TypoScript is loaded for indexed_search, if not, show an error message. Resolves: #75866 Releases: master, 7.6 Change-Id: I0b5be9d959dd0d4fc4a5f4df1b287c4a0fca2885 Reviewed-on: https://review.typo3.org/49812 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> Reviewed-by:
Michał Jankiewicz <michal.jankiewicz@gmail.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Anja Leichsenring authored
Noteworthy core changes come with ReST files explaining details since core version 7. The patch adds a module to the install tool to render those files. This patch is the first part of a larger feature that will end up with automated code migration and upgrade support based on code analysis. Resolves: #75691 Releases: master Change-Id: Ib74f4b806db8fbb215963838bbb1812a94503164 Reviewed-on: https://review.typo3.org/47621 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Jan Helke authored
Resolves: #78188 Releases: master Change-Id: Ic697d0259b5f9dc5780a6e5434a30b7337448c49 Reviewed-on: https://review.typo3.org/50121 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> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Przemysław Krukowski authored
Releases: master Resolves: #78184 Change-Id: I3a1362ecc193026c44e9983490aeb88b1fca6dd2 Reviewed-on: https://review.typo3.org/50120 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Krystian Szymukowicz <k.szymukowicz@gmail.com> Tested-by:
Krystian Szymukowicz <k.szymukowicz@gmail.com> Reviewed-by:
Tomasz Stępniak <stempl88@gmail.com> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> 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>
-
Christian Weiske authored
The UserTSConfig setting "options.disableDelete" was not respected in the record ClickMenu, the database record list and the page layout view. This patch makes the following configurations work: options.disableDelete = 1 options.disableDelete.tablename = 1 Releases: master, 7.6 Resolves: #34636 Change-Id: Idcabd8efb3b60d7edd2e87c400a948b423d95ea2 Reviewed-on: https://review.typo3.org/49678 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Zbigniew Jacko <z.jacko@macopedia.pl> Tested-by:
Zbigniew Jacko <z.jacko@macopedia.pl> 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>
-
- Oct 07, 2016
-
-
Marco Bresch authored
Now the extension recycler is used for testing instead of beuser. Resolves: #78185 Related: #77820 Releases: master Change-Id: If6b049861335fee6762082b40217acb355c649d1 Reviewed-on: https://review.typo3.org/50114 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Marc von Schalscha <msa@starfinanz.de> Reviewed-by:
Martin Fox <kontakt@mlis.pl> Tested-by:
Martin Fox <kontakt@mlis.pl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
Do not throw away line breaks and multiple spaces of pre tag's content in RTE. This finally allows to paste source code and keep its formatting. Resolves: #78186 Releases: master, 7.6 Change-Id: I183032d53bf64c8f1e3acb8222288860f97fed33 Reviewed-on: https://review.typo3.org/50113 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Martin Fox <kontakt@mlis.pl> Tested-by:
Martin Fox <kontakt@mlis.pl> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Krystian Szymukowicz authored
Releases: master Resolves: #78183 Change-Id: I95b436be3d4eaf2762981f69260b750f6a50fc3a Reviewed-on: https://review.typo3.org/50111 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
mjankiewicz authored
Releases: master Resolves: #78181 Change-Id: Iabe4c36908c2d7f569428bc6ba5b48c171015963 Reviewed-on: https://review.typo3.org/50117 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Krystian Szymukowicz <k.szymukowicz@gmail.com> Tested-by:
Krystian Szymukowicz <k.szymukowicz@gmail.com>
-
mjankiewicz authored
Releases: master Resolves: #78179 Change-Id: I8c67e42110162bad46980b90a02fdef821f3c2a0 Reviewed-on: https://review.typo3.org/50108 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tomasz Stępniak <stempl88@gmail.com> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Przemysław Krukowski authored
Releases: master Resolves: #78182 Change-Id: Ibf25658172e42174ea5497eeb03dc9fd6a3d365a Reviewed-on: https://review.typo3.org/50115 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michał Jankiewicz <michal.jankiewicz@gmail.com> Tested-by:
Michał Jankiewicz <michal.jankiewicz@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Daniel Lorenz authored
Resolves: #77823 Releases: master Change-Id: I301c43c4429bf18fde4c65c9d12c94951693bfc4 Reviewed-on: https://review.typo3.org/49829 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Valentin Funk <valentin.funk@computerfabrik.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Marco Bresch <marco.bresch@starfinanz.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Stefan Neufeind authored
Change-Id: Ia6e671bb39db820a93f0a534e8a0bd05cf325b49 Resolves: #78176 Releases: master Reviewed-on: https://review.typo3.org/50106 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Daniel Windloff authored
Use actions-document-select to select all values in a table. Wrap icon (btn btn-default). Resolves: #77973 Releases: master Change-Id: Iddb2c232e93736d504d2269ee4efeddc7b74705d Reviewed-on: https://review.typo3.org/49953 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Michael Oehlhof authored
Fluidification of TypoScriptTemplateConstantEditorModuleFunctionController Resolves: #75032 Releases: master Change-Id: Iacd826c958989b4afe9cbed57367226e486c42af Reviewed-on: https://review.typo3.org/49884 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
mjankiewicz authored
The old name has nothing to do with JS. Resolves: #75363 Releases: master Change-Id: Ie6dec85a89ca39561b04450bcb871ce272f8c49a Reviewed-on: https://review.typo3.org/50080 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Karol Lamparski <klamparski@gmail.com> Tested-by:
Karol Lamparski <klamparski@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Robert Vock authored
The position of the autocomplete list for the TypoScript was incorrect when the editing iframe was scrolled. Resolves: #77719 Releases: master, 7.6 Change-Id: Ib0d17e6bc648fc99b1e02dfb2a212c1b19993bcc Reviewed-on: https://review.typo3.org/49706 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Martin Fox <kontakt@mlis.pl> Tested-by:
Martin Fox <kontakt@mlis.pl> Reviewed-by: Łukasz Uznański Tested-by: Łukasz Uznański Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-