- Jan 21, 2016
-
-
Benni Mack authored
The functionality can be completely built with allowTags and is more flexible. ts_preserve was only used in the "old" "content (default)" ts_transform functionality, which was removed already. Resolves: #72870 Releases: master Change-Id: Ic4b8b9ce02c0f7672664c909be3e24955b17f873 Reviewed-on: https://review.typo3.org/46134 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>
-
Ralf Zimmermann authored
This patchset removes the compatibility layer of EXT:form. The layer made sure that EXT:form acts almost like in TYPO3 6.2. This mainly applies to the layout configuration and rendering. In the former days integrators could use .layout settings on different levels to change the output of the form elements in the frontend. The whole process is not intuitive and not well documented. Nowadyas integrators should use fluid templates to customize their forms. With this patchset this is the only way to go. Furthermore the SELECT, TEXTAREA and TEXTBLOCK elements are adjusted. The automatic transformation of the .data and .content attribute is removed. That way .text is the only valid attribute for adding a human readable text to the above mentioned elements. Using the old attribute causes no harm. There will be neither an output nor an error message. Resolves: #72861 Releases: master Change-Id: Ibe35e68637b904c7db705d3c8fcf70b77dc8a1b1 Reviewed-on: https://review.typo3.org/45384 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
Removed: - RteHtmlParser->siteUrl() - RteHtmlParser->getUrl() - RteHtmlParser->HTMLcleaner_db() second parameter unused - RteHtmlParser->getKeepTags() second parameter unused Resolves: #72686 Releases: master Change-Id: I0c4b4b6d17e3310218f9affc6d46418c1722ab68 Reviewed-on: https://review.typo3.org/45870 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
The rtehtmlarea RTE shipped with the TYPO3 Core does not work with the RTE options "useDIVasParagraphTagForRTE" and "remapParagraphTag" which allowed the content sent to the RTE to use <div> tags or no tags instead of the regular <p> tags. Using these options before resulted in having multiple <div> tags added every time the contents of the RTE were saved to the database. Since the RTE does not support this functionality, nor does it make any sense, it is removed. Resolves: #72866 Releases: master Change-Id: I684594dc5eea98e9f88ef69cb2edf592c3a67516 Reviewed-on: https://review.typo3.org/46130 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Thomas Schlumberger <thomas@b13.de> Tested-by:
Thomas Schlumberger <thomas@b13.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
$this->rte_p is not used at all anymore, and can safely be removed. Resolves: #72855 Releases: master Change-Id: I369296553313c0f21ca5d2e5448ea8d3d8fbf879 Reviewed-on: https://review.typo3.org/46123 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>
-
Benni Mack authored
Instead of having a local variable list, the code is cleaned up by moving the allowed tags list into the class property. No change in functionality is made. Resolves: #72852 Releases: master Change-Id: I58e26f02a58e5feb2096caa44c6a8538d59ea9b3 Reviewed-on: https://review.typo3.org/46121 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>
-
Wouter Wolters authored
Regular code cleanup about CGL standards. Executed via php-cs-fixer fix --config-file Build/.php_cs typo3 Resolves: #72860 Releases: master Change-Id: I5f9382a5ab9ad7ce1ab92da06c272e587ec78010 Reviewed-on: https://review.typo3.org/46131 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
DocumentTemplate::formWidth() is not available and should be removed anyway. Replace the calls by direct usage of style attribute. Change-Id: I141a4b74424c2ecd0a1341228856e23c8c42f20e Resolves: #72854 Releases: master Reviewed-on: https://review.typo3.org/46127 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Frank Nägler authored
This patch remove the usage of ExtJS and move the JavaScript logic into the new AMD module: TYPO3/CMS/Backend/GridEditor Old images has been removed and CSS moved into backend.css. Resolves: #72793 Releases: master Change-Id: I13bf37d46941c7cdd094153036cd00e20f89c8e0 Reviewed-on: https://review.typo3.org/46061 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
Textual changes Resolves: #72826 Releases: master Change-Id: I57bf559adff612a783176463365e1e8c36da6714 Reviewed-on: https://review.typo3.org/46128 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jan 20, 2016
-
-
Benni Mack authored
Treat DIV as block elements by default (= remove "preserveDIVSections"). The info is now stored within "blockElementList". KeepTags "font" and "allowedFontColors" is now treated like any other tag and attribute values. Thus, the TSconfig options within RTE.default.proc - allowedFontColors - preserveDIVSections have no effect anymore. Resolves: #72837 Releases: master Change-Id: I81daf95737058076fbf6bda763a39a7c02f7b732 Reviewed-on: https://review.typo3.org/46103 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> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Wouter Wolters authored
Resolves: #72847 Releases: master, 7.6 Change-Id: Iaf39687d014d32fa3c385a3747d8ea69076d70d3 Reviewed-on: https://review.typo3.org/46115 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
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>
-