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.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 01 Dec, 2016 1 commit
-
-
Move languages files from the root of ext:lang to Resources/Private/Language/ Resolves: #78647 Releases: master Change-Id: I9271442c98f2fcf705a38a639a6d503caeba1759 Reviewed-on: https://review.typo3.org/50584 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:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- 26 Oct, 2016 1 commit
-
-
To remove the susceptiblity to errors of SQL injections within the core the principle of prepared statements should be followed for all queries. Even variables which will be casted to e.g. an integer should use setParameter(), setParameters() or createNamedParameter(). Change-Id: I7d6d256a199ba05f75791eb01f38b3b89b421989 Resolves: #78437 Releases: master Reviewed-on: https://review.typo3.org/50090 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>
-
- 30 Aug, 2016 1 commit
-
-
As decided during T3ACME we will use the short array syntax in master. The 7.6 branch will also be done to make backporting easier. Resolves: #77692 Releases: master,7.6 Change-Id: I37e9484b1012fc9161148257a842054c24d162ba Reviewed-on: https://review.typo3.org/49651 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- 03 Jun, 2016 1 commit
-
-
Helmut Hummel authored
To make the set of restrictions that are in effect when creating queries with the QueryBuilder becomes more understandable, we need to remove the QueryContext and the magic applied to that and replace it with the following behavior: delete, hidden, starttime, endtime restrictions are always enabled and need to be removed if needed. Other restrictions need to be provided manually depending on the desired result. Resolves: #76167 Resolves: #76264 Releases: master Change-Id: Iaf0cb08475ed44966838c3fbdd5756d3ba6ebcc1 Reviewed-on: https://review.typo3.org/48049 Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- 28 May, 2016 1 commit
-
-
Remove the second parameter of sL and replace it with htmlspecialchars directly in the code. Resolves: #76325 Related: #71917 Releases: master Change-Id: I6668eea01d80446a6b6f2ec95435c6e3d93cb0c3 Reviewed-on: https://review.typo3.org/48346 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 19 Apr, 2016 1 commit
-
-
Jonathan IROULIN authored
Resolves: #75770 Releases: master Change-Id: I8b4eb42763ca30b2c099371b7a8206d8098c2f79 Reviewed-on: https://review.typo3.org/47774 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michiel Roos <michiel@maxserv.com> Tested-by:
Michiel Roos <michiel@maxserv.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 13 Apr, 2016 1 commit
-
-
Benjamin Kott authored
Releases: master Resolves: #75554 Change-Id: Id9f971a36b3b8d91e7e80ec072370276551b1891 Reviewed-on: https://review.typo3.org/47631 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- 07 Apr, 2016 1 commit
-
-
Resolves: #75433 Releases: master Change-Id: Ic73beb093efc5c0648d2ea6e66286b0a6b439e4e Reviewed-on: https://review.typo3.org/47526 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 31 Mar, 2016 1 commit
-
-
Benni Mack authored
The Guzzle library is added as a composer dependency instead of HttpRequest to request urls from TYPO3. Guzzle is encapsulated inside a RequestFactory to do requests and return PSR-7 compliant Response objects to deal with content. In the future, Guzzle can also be used to do HTTP requests asynchronously but there is no API for that yet as there is no current need for that in the TYPO3 Core. GeneralUtility::getUrl() now uses Guzzle under the hood, thus adding headers like the TYPO3 User Agent by default. A lot of existing TYPO3_CONF_VARS options are now removed or merged into Guzzle compliant options which are independant of the implementation (cURL, stream wrappers, fopen etc). Resolves: #70056 Releases: master Change-Id: Ibd14bba944b1590bae1b12c10f26365f20576475 Reviewed-on: https://review.typo3.org/43508 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- 04 Mar, 2016 2 commits
-
-
Resolves: #73744 Releases: master Change-Id: I3780404c4362d1de84981eaee77298cdc1c3e399 Reviewed-on: https://review.typo3.org/46959 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Resolves: #73743 Releases: master, 7.6 Change-Id: I212cb9eedbe82cb4e346823ba041a63e601ad670 Reviewed-on: https://review.typo3.org/46958 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> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 23 Feb, 2016 1 commit
-
-
Clipboard: Use new modal confirmation dialog for the menu item "Delete Elements" Resolves: #72350 Releases: master, 7.6 Change-Id: Icb4a9c428802af4bc09152010b264c1c02b2eb74 Reviewed-on: https://review.typo3.org/45997 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 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>
-
- 30 Oct, 2015 1 commit
-
-
The make the clipboard more usable, this patch added another menu item to clear the clipboard. Additionally the label and message to delete elements is now more precise. That duplicates the function of the red button with the X, but it seems that this function was not clear for anyone. Resolves: #18507 Releases: master Change-Id: I6b06c6e6f1e45c61476c37b92fd52e1e7a9eae5d Reviewed-on: https://review.typo3.org/44392 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 26 Oct, 2015 1 commit
-
-
This patch set the icon color for colored buttons to white instead of black. And fix it for the clipboard clear button. Resolves: #71032 Releases: master Change-Id: Ie145388430477dc17fba520e0dd6089db67bdf23 Reviewed-on: https://review.typo3.org/44283 Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 09 Oct, 2015 1 commit
-
-
Georg Ringer authored
The change of #57873 introduced a regression which doesn't allow the export of multiple records via the clipboard module anymore. The wrong parameter generation is fixed with this patch. Resolves: #59180 Releases: master Change-Id: Iffa9e0ec4b816903bd935c65e5f9ba7230695802 Reviewed-on: http://review.typo3.org/35887 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 08 Oct, 2015 1 commit
-
-
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>
-
- 05 Oct, 2015 1 commit
-
-
Resolves: #70417 Releases: master Change-Id: Ie855b996636b749562acf3baa67b1756c2ad3db2 Reviewed-on: http://review.typo3.org/43826 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 22 Sep, 2015 1 commit
-
-
Deprecate the IconUtility class from EXT:backend and handle its calls using the new IconFactory from EXT:core. Kudos to Benjamin Kott, Stephan Großberndt, Andreas Fernandez and Frans Saris for the great support on this big project. Resolves: #69057 Releases: master Change-Id: I27a045b7a3b9d31e6e3e915e1452d44af56b0cee Reviewed-on: http://review.typo3.org/42613 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 20 Sep, 2015 1 commit
-
-
Implement replacement and replace all core usages of IconUtility::getSpriteIconForRecord() with IconFactory->getIconForRecord(). Register and fix several icon definitions for core tables. Resolves: #69754 Releases: master Change-Id: I5adf4f58a0331c77458049e19c7c8ca441b9e4cf Reviewed-on: http://review.typo3.org/43272 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>
-
- 14 Sep, 2015 1 commit
-
-
Add SVG icons for MimeTypes to the IconRegistry, add IconFactory->getIconForResource() as improved version of IconUtility->getSpriteIconForResource(). Also add IconFactory->getIconForFileExtension() similar to IconUtility->getSpriteIconForFile() but without the possibility to pass a path but only a file extension. Replace all core calls of getSpriteIconForFile() and getSpriteIconForResource() with calls to IconFactory. Resolves: #69744 Resolves: #69759 Releases: master Change-Id: I26b221fbba87c7f3e09ec10b61c13c8e74b8ecb3 Reviewed-on: http://review.typo3.org/43258 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 07 Sep, 2015 2 commits
-
-
Releases: master Resolves: #69567 Change-Id: I3c5e967acdcfa061b953fbfe5c713c2ce27e078a Reviewed-on: http://review.typo3.org/43074 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
The CSRF tokens for edit document and tce actions were introduced, to protect these entry scripts. Since the entry scripts are removed now and any entry point is protected with a CSRF token by default, we do not need these additional tokens any more. The helper methods can now also be deprecated and the check for the tokens is removed in the controllers. Please note that in the deprecated.php the tokens still must be checked, as third party modules still might generate URLs to the old entry scripts and we want to have this deprecated entry point still be protected. Resolves: #69562 Releases: master Change-Id: I9df443c7fcb4c7db4f7f682d3643b780480ed5de Reviewed-on: http://review.typo3.org/43069 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 08 Aug, 2015 1 commit
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-close with the new IconFactory. Change-Id: I097d1b83bd7b76ec14c9050fb5bc74411729809e Resolves: #68839 Releases: master Reviewed-on: http://review.typo3.org/42383 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>
-
- 07 Aug, 2015 1 commit
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-info with the new IconFactory. Change-Id: I45c062b30643d967f08a5d8109aa2ea1c29bda6c Resolves: #68823 Releases: master Reviewed-on: http://review.typo3.org/42353 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 06 Aug, 2015 1 commit
-
-
Resolves: #68807 Releases: master Change-Id: I018b1114a82146e2331a178f41c8bf48ee89cba4 Reviewed-on: http://review.typo3.org/42320 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>
-
- 04 Aug, 2015 1 commit
-
-
Wouter Wolters authored
Resolves: #68732 Releases: master Change-Id: Ic3c2059ee90185551f77e5b658b686d473291d72 Reviewed-on: http://review.typo3.org/42256 Reviewed-by:
Ralf Merz <info@merzilla.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 18 Jul, 2015 1 commit
-
-
Currently the active clipboard only has the arrow icon turned in the other direction. Now radio buttons ensure that the active clipboard is "selected". Also only the active clipboard gets a bold label Resolves: #68302 Releases: master Change-Id: I94ab3c5b3288a775cd10e5edbe7ebc0a0372c988 Reviewed-on: http://review.typo3.org/41647 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
- 16 Jul, 2015 1 commit
-
-
Remove superflous information in the clipboard by removing the message "No elements". There is no need to show this information as it is seen anyway. Change-Id: I01a403796015a3e6eed17e40dd0205de0ef1a932 Resolves: #68242 Releases: master Reviewed-on: http://review.typo3.org/41494 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- 15 Jul, 2015 1 commit
-
-
@author information can be found in version control. Cluttering our code with these tags does not make much sense and they are outdated by definition or would sum up to impressive lists. As decided on acme 2015, we drop them now. Releases: master Resolves: #68152 Change-Id: Iec1ea0f873b44ab6027c94ba8353a9fdb5477bdd Reviewed-on: http://review.typo3.org/41264 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>
-
- 14 Jul, 2015 1 commit
-
-
With this patch the clipboard menu selector becomes visible if the clipboard is not empty. Resolves: #68142 Releases: master Change-Id: I9a0ec271da0b3e5aeeb97cff0b728f8faead9d72 Reviewed-on: http://review.typo3.org/41248 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>
-
- 08 Jul, 2015 1 commit
-
-
Replace occurrences of count() with matching empty() pendants. Resolves: #67960 Releases: master Change-Id: I0464e5ce1c31d64f0005efcdf5f018239c037ec9 Reviewed-on: http://review.typo3.org/40963 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>
-
- 22 Jun, 2015 1 commit
-
-
This patch changes the style for the drop down menu from one splitted button to on single button. This is because the splitted button only reacts on a click on the caret, which is a unwanted behaviour. Releases: master Resolves: #67631 Change-Id: I79edb58d6eebf5165ef5bafa6dc80ac1cfb3a208 Reviewed-on: http://review.typo3.org/40472 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> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- 21 Jun, 2015 1 commit
-
-
This patch changes the TWBS grid class of the clipboard from col-sm-6 to col-sm-12. 6 is bogus for two reasons. First of all 6 indicates a second block with 6. Second this 6 causes the clipboard to collapse to a width of 50% when the broser window is larger than 1200 px. Releases: master Resolves: #67635 Change-Id: Ibb386940e8dc291b0b6b54df2eaa62327ed991e7 Reviewed-on: http://review.typo3.org/40474 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- 17 Jun, 2015 2 commits
-
-
Remove double quotes from URL. Releases: master Resolves: #67560 Change-Id: I4097f7096b58a6aa3a7fde0bac521e43bf638a81 Reviewed-on: http://review.typo3.org/40382 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>
-
This patch converts the dropdowns in the clipboard from select options to ul li list to follow the TWBS guidelines. Releases: master Resolves: #67560 Change-Id: Ic1f3d769170a59b0217198030c9ef30aa9a5124a Reviewed-on: http://review.typo3.org/40362 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Alina Fleser <afleser@arxia.com> Tested-by:
Alina Fleser <afleser@arxia.com>
-
- 16 Jun, 2015 3 commits
-
-
Reposition the thumbnail back in another column than the icon. Releases: master Resolves: #67521 Change-Id: I2506635e555eaae9cc0ee6c2b9f82c0f72c2c5f5 Reviewed-on: http://review.typo3.org/40319 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>
-
This patch remove the button to show and hide the thumbnails of images from the clipboard. The thumbnails will be shown by default. Releases: master Resolves: #67509 Change-Id: Ic1e714e9f46b02555e310fc9399ba1c6e9ebde7c Reviewed-on: http://review.typo3.org/40307 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>
-
This patch removes the scissor + paper icon from the dropdown menu of the Clipboard in the List module and the File list module. As they do not fit the style logic anymore and do not describe the actions "Move" and "Copy" properly, they are removed without substitution. Releases: master Resolves: #67504 Change-Id: I562dac0b6475ac1b1c23976c5c0d612d6ca0e3e3 Reviewed-on: http://review.typo3.org/40301 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> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 30 Apr, 2015 1 commit
-
-
Extension backend is done with this patch except FormEngine classes. Resolves: #66115 Releases: master Change-Id: I0dc335b0193566b9d14e4b8fdafc116a81e0f5cc Reviewed-on: http://review.typo3.org/38324 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> 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>
-