- Jan 20, 2016
-
-
Benni Mack authored
The TYPO3 frontend resolves config.locale_all (e.g. set to de_AT.UTF-8) and stores it in $TSFE->localeCharset by using a "best guess" based on decade-old mappings. $TSFE->localeCharset is only used in stdWrap.strftime to convert the result from the localeCharset to the ->renderCharset. However, as it is obvious that a misconfiguration of the system, which happens only when config.set_locale = de_AT@iso-8859-15 config.renderCharset = utf-8 is set, this exception needs to be configured manually when using stdWrap.strftime.charset = iso-8859-15 Resolves: #72826 Releases: master Change-Id: I1bba231879ebaf8e8700099bb87a03aba5d1b562 Reviewed-on: https://review.typo3.org/46011 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Benni Mack authored
Resolves: #72823 Releases: master Change-Id: Id636e30eda177265c62031459f256f2a2203b47e Reviewed-on: https://review.typo3.org/46101 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Markus Klein authored
This is a regression fix after #43085, which missed on place to adjust. Resolves: #72839 Releases: master Change-Id: Icc71db034245ebba1732d539f746e481031de312 Reviewed-on: https://review.typo3.org/46110 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benni Mack authored
There are several datetime related configuration settings which are not in use. Resolves: #72824 Releases: master Change-Id: I68d3c9725ca74ebe79a627d1fa59f6c60283d266 Reviewed-on: https://review.typo3.org/46102 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>
-
Benni Mack authored
As stated in the official documentation since TYPO3 4.0 the transformation option "ts" and "ts_transform" are outdated and only for very old transformations (before there was CSS Styled Content). The option is marked as obsolete and outdated in the documentation already, so it is removed in the code as well. Resolves: #72830 Releases: master Change-Id: Ibd8e34071e784d41db0f8a76059c150308820dbb Reviewed-on: https://review.typo3.org/46104 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.de> Tested-by:
Daniel Gorges <daniel.gorges@b13.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Nicole Cordes authored
As discussed in the coredev channel on slack, this patch gets reverted to stick to a solid FAL api. This reverts commit f9c77f0d. Change-Id: I7700860a4a8fbcea3f1ee85d914b3a012d498daf Reverts: #72728 Releases: master Reviewed-on: https://review.typo3.org/46105 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Markus Klein authored
Due to a wrong condition transformation the detection of external links without schema is broken. Revert the condition to the correct logic again as it was in 6.2. Related: #55626 Resolves: #72818 Releases: master, 7.6 Change-Id: I1cd716c4a689db1309d28d750e30987eeee3efff Reviewed-on: https://review.typo3.org/46082 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Nicole Cordes authored
The composer ClassMapGenerator expects the blacklist regular expression to contain forward slashes. As the realpath of a given file is used it has to be converted before using it in the expression. Resolves: #72782 Releases: master, 7.6 Change-Id: Ia61a490be4cee4c8b7c492b4514bff2d720343ae Reviewed-on: https://review.typo3.org/46039 Reviewed-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:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Benni Mack authored
The RTE transformation option "preserveTables" that allows to keep HTML table elements and their contents when not in transformation mode "ts_css" (but just in"ts") is removed. Use ts_css instead which keeps the tables as they are completely. If the RTE should be configured to remove HTML tables completely this can be done via denyTags := addToList(table). Resolves: #72783 Releases: master Change-Id: I008e809a51ce38938adfff64cadc2686d7304f9a Reviewed-on: https://review.typo3.org/46041 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
- Jan 19, 2016
-
-
Morton Jonuschat authored
Update the method importT3DFile() to use the dedicated Import class instead of the abstract parent class ImportExport. Resolves: #72820 Related: #72710 Releases: master, 7.6 Change-Id: Iac88eae129433b154779178a4d59b9c0f639a62a Reviewed-on: https://review.typo3.org/46080 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Michael Oehlhof authored
Make the Declaration of TYPO3\CMS\Workspaces\Controller\ReviewController::initializeView() compatible with TYPO3\CMS\Extbase\Mvc\Controller\ActionController::initializeView() Resolves: #72766 Releases: master, 7.6 Change-Id: I1b7723e61ba7386e95690926b8e30dbd25c0fdb4 Reviewed-on: https://review.typo3.org/46001 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Daniel Goerz authored
Fixes a copy and paste accident. Change-Id: I967dc8117fd716b2c9ca0bb003c459e08f3d4163 Resolves: #65165 Releases: master Reviewed-on: https://review.typo3.org/46074 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Andreas Fernandez authored
Replace wrong "ß" character with backslash for escaping. Change-Id: I36188f5c1eb1a6c99b040b3e8783fb83807d5aae Resolves: #43085 Releases: master Reviewed-on: https://review.typo3.org/46073 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>
-
Nicole Cordes authored
If the parameter $noQuote equals true, the given array can be returned directly as there isn't anything to do. Furthermore the AccessibleMock object from the test method can be converted into a normal mock. Resolves: #72781 Releases: master Change-Id: Id58e5809b0f7d7d1c3c2c5908c70891f9e90a811 Reviewed-on: https://review.typo3.org/46038 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Jan 18, 2016
-
-
Frank Nägler authored
Followup patch, the first patch was missing the change in the less file. Resolves: #72742 Releases: master, 7.6 Change-Id: I4b7ff2669f7867523afe58fb0ceb9e1e428ef4ca Reviewed-on: https://review.typo3.org/46062 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Tymoteusz Motylewski authored
Add section where clause to Indexed Search MySQL hook. Before this patch, when using MySQL fulltext search, Indexed Search returned results from all pages. Now they are filtered taking correct section into account. Releases: 7.6, master Resolves: #45575 Change-Id: Ia5c2d2cbb2e866a4c4d56cc05ac97a85f491e6eb Reviewed-on: https://review.typo3.org/45976 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Georg Ringer authored
Replace the last occurrence with direct calls to the current API. This place is well hidden in: Info module > Page TSConfig > View TSConfig fields content. Resolves: #72772 Releases: master Change-Id: I0dee0099b5be50fe5182aa4852478854abd26afa Reviewed-on: https://review.typo3.org/46020 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jan 17, 2016
-
-
Morton Jonuschat authored
Add the data-formengine-input-name attribute to FormEngine TextElements so that the wizards can locate it. As the textareas don't differentiate between human readable and hidden fields add a check to the tbe change handler if the form field and the human readable field are identical and skip triggering the change event again. Resolves: #71679 Releases: master, 7.6 Change-Id: I69e6a4f3e9f19c68bd02a0029322d52323286194 Reviewed-on: https://review.typo3.org/46032 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Reinhard Führicht authored
Reformats Fluid templates to use Bootstrap markup. Resolves: #72764 Releases: master Change-Id: Id5a5731aa30d24674d427a4801a0273e349c08f7 Reviewed-on: https://review.typo3.org/46033 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Ludwig Rafelsberger authored
Allow editors to exclude all disabled records during export preparation (EXT:impexp). When preparing to export a page tree, users can now: - choose to exclude all disabled records recursively. This is the new default behaviour - toggle all disabled records which are scheduled to be exported (convenience method, this was already possible by manually checking all these records. Resolves: #19157 Releases: master Change-Id: Ibb3534151a9d08cf4a60b54430678563d6feb5be Reviewed-on: https://review.typo3.org/45960 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Reinhard Führicht <rf@typoheads.at> Tested-by:
Reinhard Führicht <rf@typoheads.at> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Reinhard Führicht authored
Change impexp to just pass an array with the error messages to the Fluid templates and take care of the output there. Resolves: #72774 Releases: master Change-Id: If5b995f998de4b5f2b69c3edd0b7c963bf8ac7fa Reviewed-on: https://review.typo3.org/46022 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Jan 16, 2016
-
-
Georg Ringer authored
As the classes using the mentioned method don't use any templating, replace the occurrences of the method with inline HTML. Resolves: #72771 Releases: master Change-Id: Ife88cd5ff942044037bb0d06678121b9e1490fff Reviewed-on: https://review.typo3.org/46018 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Morton Jonuschat authored
When storing a export preset in EXT:impexp no pageId is being set when exporting a single table or record instead of a pagetree branch. Cast the value for the pageId to integer to avoid MySQL strict mode errors. Resolves: #72773 Releases: master, 7.6 Change-Id: Id8af258f96680201adaebeb82f488818a3013720 Reviewed-on: https://review.typo3.org/46021 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Reinhard Führicht authored
Reformats Fluid templates to use Bootstrap markup. Resolves: #72764 Releases: master Change-Id: I73b6ed1b6819aecb9cbfff8d04ea74f738a50a8d Reviewed-on: https://review.typo3.org/46025 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Bernhard Kraft authored
When using the recycler as normal user (non admin) it isn't possible to restore any pages as the underlying BE API methods by default only allow to check for access to non-deleted pages. This situation is circumvented by disabling the "delete" flag in TCA while checking for access to deleted pages. Resolves: #70863 Releases: 7.6, master Change-Id: Ibf6ff305a6dbcf3eaf99fdca89b7bf7c78677319 Reviewed-on: https://review.typo3.org/45292 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Reinhard Führicht authored
Reformats Fluid templates to use Bootstrap markup. Resolves: #72764 Releases: master Change-Id: I4fea730c2c790e23574bfb8476d430e6c689becb Reviewed-on: https://review.typo3.org/45995 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Ludwig Rafelsberger <ludwig.rafelsberger@gmx.at> Tested-by:
Ludwig Rafelsberger <ludwig.rafelsberger@gmx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Marco Huber authored
If you insert a content element (or a page) at a concrete position f.e. after content element 15 the value in $row['pid'] is -15. But in $this->data we already have the real pid, so we can just use it. Resolves: #72751 Releases: master,7.6 Change-Id: Ib441dacf68eebd377f48589b7aeff6af1159263d Reviewed-on: https://review.typo3.org/45969 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Morton Jonuschat authored
The api for fullQuoteArray allows the parameter $noQuote to be boolean. This patch corrects the handling of the case when true is being passed as value for $noQuote. Resolves: #71458 Releases: master Change-Id: I332934a471b1e8d7310272bcc2164a375104cb07 Reviewed-on: https://review.typo3.org/46017 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
Use a fixed font + the possibility for using the the tab character in the config field of backend_layouts. Resolves: #72769 Releases: master Change-Id: If535aff04ab1685f4b70dbf241ce6cbf70356e5c Reviewed-on: https://review.typo3.org/46016 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Reinhard Führicht authored
Fixed exception shown when 1) uploading an existing file without "Overwrite" setting activated 2) opening export module as a non-admin 3) opening import module as a non-admin without permission to access an available file storage Also improved error message for missing default file upload folder. Resolves: #72765 Releases: master Change-Id: Id1133d1a8adc6c28088ef85730fe01145b4fa3a2 Reviewed-on: https://review.typo3.org/45998 Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Tested-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Morton Jonuschat authored
git-review is a tool that helps submitting git branches to gerrit for review. Provide a default configuration for the TYPO3 gerrit to ease setup. Resolves: #72768 Releases: master Change-Id: I37ba4fe7f5723f7f4d3a7b6b9a3961016ac37f25 Reviewed-on: https://review.typo3.org/46014 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Bernhard Kraft authored
When importing a T3D or XML file the loaded data has to get cleansed first. The "extensionDependencies" array for example may contain an empty string which will cause a non-correct warning message in the importers warning tab. A new method "cleanupImportData" takes care to bring import data into an acceptable format. Resolves: #72761 Releases: master, 7.6 Change-Id: I314d5702bf07bb57e723d3b11f5e848cba1c7808 Reviewed-on: https://review.typo3.org/46012 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Ludwig Rafelsberger authored
The extbase plugin (pi2) of EXT:indexed_search previously used a different TypoScript setting to control the display of search rules than the setting that is shipped as default TypoScript. This changes the template to use the correct setting. Resolves: #51099 Releases: master, 7.6 Change-Id: I893ff0c85a3bc9fde885cbb5103d9ebf54e488a2 Reviewed-on: https://review.typo3.org/46002 Reviewed-by:
Bernhard Kraft <kraftb@think-open.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Bernhard Kraft <kraftb@think-open.at> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Andreas Fernandez authored
The MemcachedBackend now also supports the pecl-memcached module. The caching backend detects which modules are installed and uses "memcache" over "memcached" to avoid being a breaking change. If both modules are installed, an integrator can choose the PECL module by setting the new ``peclModule`` option. Resolves: #69794 Releases: master Change-Id: Idd4e85cf8ec71d47217b63dfe55b1231107c7b82 Reviewed-on: https://review.typo3.org/43303 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Sommer authored
Resolves: #71597 Releases: master Change-Id: Ife130169a9b7908b58a761505dd3da948fd25e97 Reviewed-on: https://review.typo3.org/45948 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
To calculate the level, the correct variable needs to be used. Change-Id: Ic53b4475412d4b29c408af95371ef2416603d1f1 Resolves: #72543 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/45957 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Morton Jonuschat authored
Resolves: #72767 Releases: master, 7.6 Change-Id: I0c585c0c50674aabf40aeec0af176bb34ad0edfd Reviewed-on: https://review.typo3.org/46006 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Markus Sommer authored
Resolves: #72748 Releases: master Change-Id: I53d7eb784c15d2adddc8574a77eb340e0d97cd7a Reviewed-on: https://review.typo3.org/45963 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Michael Oehlhof authored
Make the Declaration of TYPO3\CMS\Recordlist\Tree\View\ElementBrowserPageTreeView::wrapTitle() compatible with TYPO3\CMS\Backend\Tree\View\ElementBrowserPageTreeView::wrapTitle() Resolves: #72767 Releases: master, 7.6 Change-Id: Ic855be1b3e8020a28a7c44c21709d75a3a04e3b5 Reviewed-on: https://review.typo3.org/46000 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
Make it possible to render a section menu of content elements with ignoring the colPos field. Additionally, a comma separated list of columns can be used and not only a single colPos. Resolves: #71733 Releases, master, 7.6 Change-Id: I5f1284ee860c926afd81141d8459efd71cff409d Reviewed-on: https://review.typo3.org/45999 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-