- Feb 02, 2015
-
-
Wouter Wolters authored
Subject is the "system under test, the subject you're operating on" Resolves: #64771 Releases: master Change-Id: I7a70d5f44e721b958d86aea741534ace2f53b2a8 Reviewed-on: http://review.typo3.org/36615 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Wouter Wolters authored
Remove unused code in: FileMountRepositoryTest CategoryRepositoryTest Resolves: #64772 Releases: master Change-Id: Ic1386778d5a108bbbdfebf56933b6ba1cd2ffa68 Reviewed-on: http://review.typo3.org/36617 Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Marc Bastian Heinrichs authored
For performance reasons Extbase caches database queries. To ensure the security relevant aspect, the frontend usergroup has to be parameterized and be added by runtime. This patch adds functional tests to ensure query caching by: * adding possibility to simulate a frontend user in functional tests * extending blog_example extension TCA adding fe_group for blogs * adding a plugin and controller for blog listing * adding new fixtures with frontend usergroups restrictions * adding functional tests and frontend rending function Resolves: #58655 Releases: master Change-Id: Ib6d918461d5ad04bc2236a375f558d48548c9946 Reviewed-on: http://review.typo3.org/29963 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>
-
Frederic Gaus authored
Keep the linktype of the symlink pointing to the TYPO3 core. Currently the CoreUpdateService always creates an absolute link even if the link was relative before. This patch checks for the correct link type during a core update. This could be important in some environments, e.g. in a chrooted environemnt. Change-Id: I47bbe0d54a88853adc4160937a21d641b756f20f Resolves: #58000 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/36345 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Sascha Egerer authored
\TYPO3\CMS\Core\Type\File\FileInfo provides a new method getMimeType() to get the MIME type of a file, e.g. text/html. Custom implementations to determine the MIME type can be added with the hook: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][\TYPO3\CMS\Core\Type\File\FileInfo::class]['mimeTypeGuessers'] The FAL LocalDriver also uses this new API. Resolves: #60019 References: #46777 Releases: master Change-Id: Ia2fa95d2ef6452f8022e33f1b1d2a9336f3e0303 Reviewed-on: http://review.typo3.org/31256 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Steffen Müller <typo3@t3node.com> Reviewed-by:
Steffen Müller <typo3@t3node.com>
-
Sascha Egerer authored
If the value given to AbstractHierarchicalFilesystemDriver-> canonicalizeAndCheckFolderIdentifier() is '.' the return was '//' but should be '/'. Resolves: #64706 Releases: master Change-Id: I63900c44be3180b0a9b8e31d89c6c896382db6b7 Reviewed-on: http://review.typo3.org/36543 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>
-
Benjamin Kott authored
The patch brings responsive layout for FormEngine and its elements. It fixes a couple of issues along the way, escpecially DatePicker and palettes field are aligned in a better way and wizard icons look much better. Adjustments: - Change datepicker to work directly on input without wrapper - Change clearableJs to bootstrap - Change dyntabs to bootstrap classes - Change fixed-font to text-monospace - Port CheckboxElement to boostrap - Port GroupElement to bootstrap - Port InputElement to bootstrap - Port Irre/Inline to bootstrap - Port Flexform to bootstrap - Port Palettes to bootstrap - Port RadioElements to bootstrap - Port TextElement to bootstrap - Port NoneElement to bootstrap Removes: - Unused change image javascript removed Deprecations: - cssClassTypeElementPrefix not used anymore - maxTextareaWidth not used anymore - paletteFieldTemplate not used anymore - palFieldTemplateHeader not used anymore - wizard config _PADDING - wizard config _DISTANCE - wrapOpenPalette not used anymore - wrapPaletteField not used anymore - formWidth not used anymore - formWidthAsArray not used anymore - addUserTemplateMarkers not used anymore Releases: master Resolves: #64762 Change-Id: I04ce24e63d2395fe25f7d5a314f5868882b2cd74 Reviewed-on: http://review.typo3.org/35951 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Helmut Hummel authored
Releases: 6.2, master Resolves: #64770 Change-Id: I9ae4cd9476b45a17c0246edf65fb01a54b7dd24f Reviewed-on: http://review.typo3.org/36610 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Anja Leichsenring authored
Change-Id: If8762600edaf2bd4b8d2b2fd811b900be91910b5 Releases: master Resolves: #64761 Reviewed-on: http://review.typo3.org/36601 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Eric Chavaillaz authored
Resolves: #64729 Releases: master Change-Id: I7e8630f87152df25cf66ba4c58c3ddb04303177d Reviewed-on: http://review.typo3.org/36598 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Anja Leichsenring authored
The licence change is no good idea. This reverts commit 5504a141. Change-Id: I6d5427a953846d35dc5695f24b673c1c47139c17 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/36599 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
ruud authored
When a file gets replaced by calling replaceFile() or by overriding on uploading all processed files of the original file get removed. Resolves: #63976 Releases: master, 6.2 Change-Id: I865503e46ac9044b22f976e0db5b163ac7e2e4c9 Reviewed-on: http://review.typo3.org/36542 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Thomas Deuling <tdeuling@gmail.com> Tested-by:
Thomas Deuling <tdeuling@gmail.com> Reviewed-by:
Ruud Silvrants <ruudsilvrants@gmail.com> Tested-by:
Ruud Silvrants <ruudsilvrants@gmail.com> Reviewed-by:
Roman Schürmann <roman.schuermann@wmdb.de> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
- Feb 01, 2015
-
-
Wouter Wolters authored
Resolves: #64668 Releases: master Change-Id: Ibe2fdf4eb654da312f1dd58188dd7a55b83444be Reviewed-on: http://review.typo3.org/36575 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Stephan Großberndt authored
Avoid to call recordInfo for new records in DataHandler->checkValue by checking the id. This improves performance for bulk inserts. Resolves: #63733 Releases: master, 6.2 Change-Id: I02c2d282f487defe3c74d89e7041ecb8b0eae7b8 Reviewed-on: http://review.typo3.org/35237 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Stephan Großberndt authored
Shortens qualified names and fixes typos. Resolves: #64724 Releases: master Change-Id: Ia4a57744a939532c5078f94fef68b1401fa2662c Reviewed-on: http://review.typo3.org/36586 Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Oliver Klee authored
Resolves: #64703 Releases: master Change-Id: I8312ff4e6465d9baf613149d252dfabd11ba257d Reviewed-on: http://review.typo3.org/36585 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Anja Leichsenring authored
This reverts commit 2bb692ae. Change-Id: I44fd2457bb39c7302ca9de141c15d3b34a67a936 Reviewed-on: http://review.typo3.org/36583 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Stephan Großberndt authored
No longer create the directory uploads/tf in the default folder structure in install tool. This directory was used until TYPO3 CMS 4.7 to store resources related to sys_template-records. The definition of the "resources"-field was removed in TYPO3 CMS 6.0, but the default folder creation was overlooked. Resolves: #64721 Releases: master, 6.2 Change-Id: I96f14183d82d39945399b4554eb6216395cd852d Reviewed-on: http://review.typo3.org/36581 Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Felix Kopp authored
Bring new extension icons based on the alredy existing App icons. Resovles: #63099 Releases: master Change-Id: Ie423ccd15aadecc4968556ad8fb71229f3e241d9 Reviewed-on: http://review.typo3.org/34393 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #64705 Releases: master Change-Id: I4c777fa2cffacbeaad4bc1a8119d84ad0e2aa278 Reviewed-on: http://review.typo3.org/36580 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Stephan Großberndt authored
Clean up formatting, comments, typos, unused variables, uses and phpdoc of TYPO3\CMS\Backend\Form\Element\InlineElement. Resolves: #64705 Releases: master, 6.2 Change-Id: I9d9b2ea61350359c21f1b05a357027b5e6c7aa4b Reviewed-on: http://review.typo3.org/36544 Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> 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> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Wouter Wolters authored
Add missing @throws annotation for the added function. Also the correct exception is thrown in ResourceStorage if it occurs anyway. Resolves: #51670 Releases: master, 6.2 Change-Id: I52551012c88326cc3fd58d2e72e53f58fedb334b Reviewed-on: http://review.typo3.org/36570 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Wouter Wolters authored
Resolves: #64718 Releases: master Change-Id: I2ab9a4194f236ece9035d15dd4aa33ef9aa5371a Reviewed-on: http://review.typo3.org/36571 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Sebastian Michaelsen authored
* Import class names with use statements * Encapsulate $GLOBALS['TYPO3_DB'] and $GLOBALS['LANG'] in type-hinted getters * Remove unused $backPath parameter of ->getSystemLanguages and adapt the core method calls * Refactor ->getSystemLanguages method * Refactor ->translationInfo method * Break very long lines of code into smaller chunks * Fix phpDoc issues * Use lowerCamelCase for variable names Releases: master Resolves: #59004 Change-Id: Ib5cbcb19559a47b067a1e666528de3d6e23f406b Reviewed-on: http://review.typo3.org/30258 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Benjamin Mack authored
Certain methods within CSS Styled Content Controller for rendering TypoScript-based calculations can be deprecated as there are proper TypoScript-based solutions already. Resolves: #64711 Releases: master Change-Id: I2a0868d03f64422fcccae492d002ec7b2c74efa0 Reviewed-on: http://review.typo3.org/36558 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Philipp Gampe authored
Change back to the old behavior to return the orginal file in case no png_to_gif convertion should happen. Resolves: #46589 Releases: master Change-Id: I2815ce0767c8c0d8466972cb094239fdde03364f Reviewed-on: http://review.typo3.org/36567 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Jana Kienast <jana.a.kienast@gmail.com> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Andrea Herzog-Kienast <a.herzog@kienastdv.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Benjamin Mack authored
In the process of removing legacy code, the states for CSS Styled Content Templates for 6.1, 6.0, 4.7, 4.6, 4.5 are removed without substitution. Resolves: #64637 Releases: master Change-Id: I75bd3e79df099618c2669e7dad8f784f91174865 Reviewed-on: http://review.typo3.org/36576 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Armin Ruediger Vieweg authored
When adding files from element browser, an additional check will ensure that files with extensions that are not allowed in TCA configuration can no longer be added. Resolves: #64621 Releases: master Change-Id: I43adc9292a34391a3e0c7c9f5c476aa399565e44 Reviewed-on: http://review.typo3.org/36496 Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Tested-by:
Sascha Egerer <sascha@sascha-egerer.de>
-
Ronny Vorpahl authored
Currently the filter does not handle Windows line breaks. This results in unfiltered Windows line breaks. This patch adds Windows line break support to the filter function. Furthermore the unit tests for the filter are extended to check Windows line breaks as well. Resolves: #64710 Releases: master,6.2 Change-Id: I503657daaf693f1a28589bc7d8a9321ebae54e61 Reviewed-on: http://review.typo3.org/36564 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Armin Ruediger Vieweg authored
Currently a folder can be deleted without any check if included files are still in use anywhere within the website. This can lead to lost files and can be harmful for the user. The patch adds a test if files within a folder, which should be deleted, are still referenced and prevents deleting it if files where found. The user is notified with a warning shown above the file list. Resolves: #48893 Releases: master, 6.2 Change-Id: If1c79d86e1f6c7a32a6a3e94e639951f882302d7 Reviewed-on: http://review.typo3.org/36413 Reviewed-by:
Ingo Schmitt <is@marketing-factory.de> Tested-by:
Ingo Schmitt <is@marketing-factory.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Armin Ruediger Vieweg <armin@v.ieweg.de> Tested-by:
Andrea Herzog-Kienast <a.herzog@kienastdv.de> Reviewed-by:
Thomas Deuling <tdeuling@gmail.com> Tested-by:
Thomas Deuling <tdeuling@gmail.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
Resolves: #64099 Releases: master Change-Id: I99ee03ad11ed65b9fe9df5f20fe1ad7f54df03f4 Reviewed-on: http://review.typo3.org/35764 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andy Grunwald authored
Resolves: #60876 Releases: master Change-Id: Ifc630f26bd5670ce2f3c6f62522face4514fdbd6 Reviewed-on: http://review.typo3.org/32070 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Mateusz Wojtuła <matw88@gmail.com> Reviewed-by:
Zbigniew Jacko <z.jacko@macopedia.pl> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Remove space too much from @param notation. Resolves: #64662 Releases: master Change-Id: I3886e356f985b89b890fbcdeb0e8baf565e03084 Reviewed-on: http://review.typo3.org/36568 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ruud Silvrants authored
Fix the bug of the missing code documentation at the PHPDoc of execUpdateQuery and updateQuery to expect also an array or string necessary for fullQuoteArray(). Resolves: #64511 Releases: master, 6.2 Change-Id: I310291f3686cca8ac17bad3aedf7f94cfbe6370c Reviewed-on: http://review.typo3.org/36346 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Steffen Müller authored
Add document about breaking changes to changelog Resolves: #44879 Releases: master Change-Id: I27ace3040a71d073f474d4ed12539fb56a6b7c1b Reviewed-on: http://review.typo3.org/36561 Reviewed-by:
Steffen Müller <typo3@t3node.com> Tested-by:
Steffen Müller <typo3@t3node.com>
-
Marc Bastian Heinrichs authored
After merging the patch https://review.typo3.org/#/c/36535/ the icons in the Install Tool navigation are messed. This is caused because the background is reset in css. This patch removes the background reset. Releases: master Resolves: #64712 Change-Id: Idd35108bc65c9aedb2d8af0320fb51621699757b Reviewed-on: http://review.typo3.org/36559 Reviewed-by:
Mateusz Wojtuła <matw88@gmail.com> Tested-by:
Mateusz Wojtuła <matw88@gmail.com> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Doreen Gröger <mail@doreen-groeger.de> Tested-by:
Doreen Gröger <mail@doreen-groeger.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Klee authored
Resolves: #64662 Releases: master Change-Id: I4763bf413190b0aa8ba0af62016b9971878435f7 Reviewed-on: http://review.typo3.org/36532 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Sebastian Fischer authored
By this the needed folder for files from default storage is created. Resolves: #55833 Releases: master, 6.2 Change-Id: I5f31203a58d2a093362305aebf1f264f175980c3 Reviewed-on: http://review.typo3.org/36557 Reviewed-by:
Roman Schürmann <roman.schuermann@wmdb.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Ingo Schmitt <is@marketing-factory.de> Tested-by:
Ingo Schmitt <is@marketing-factory.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Jigal van Hemert authored
While determining if the referrer is in the current domain the scheme part should be ignored. This makes it possible to have the login page using https and the rest http. Change-Id: Ic411e3b18d22b96ae5e5a955d88d6270a05116a7 Resolves: #32618 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/17170 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Fabien Udriot authored
The ExtractorRegistry::getExtractors() overrides existing instances with the same execution priority. There is no check or notification about this. As instance, it could be that you have a extractor for Local driver and an extractor for a remote driver with the same execution priority, that is currently not possible. The change set also keep in sync some part of the code with the FileRenderRegistry which is very close to the Extractor Registry. Change-Id: I42fdd3916410536a0b097d96cf833129f5359d72 Releases: master, 6.2 Resolves: #56727 Reviewed-on: http://review.typo3.org/36502 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-