- Jul 01, 2015
-
-
Andreas Fernandez authored
Improve the example .htaccess file by adding rules for caching, MIME types and CORS. Also, the rewrite rules are extended to block access to certain files and folders. Additionally all rules are made compatible for Apache 2.4 as well. Resolves: #23078 Resolves: #66235 Releases: master, 6.2 Change-Id: I629f524b5a209769601f04a74bb7434736058ab8 Reviewed-on: http://review.typo3.org/39254 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Andreas Fernandez authored
Use single quotes for values in the query executed in WorkspaceService::isOldStyleWorkspaceUsed(). In ANSI SQL, single quotes have to be used for values. Resolves: #67835 Releases: master, 6.2 Change-Id: I5bf598d9acdbc7d2db6d5b8b6f1a4c668fe13ccb Reviewed-on: http://review.typo3.org/40748 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Xavier Perseguers authored
Change-Id: I691706710f9bfe3294c59010fa0fd3fdb21f6a3e Releases: master, 6.2 Resolves: #67867 Reviewed-on: http://review.typo3.org/40785 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> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
Nicole Cordes authored
If an incompatible extension is trying to be installed, a popup opens with the possibility to skip dependency checks and retry the installation. Currently the skipping is only implemented for system checks (TYPO3 and PHP versions). This patch adds the missing skip method during extension dependency resolving. Resolves: #67863 Releases: master Change-Id: Idbd4bc649a83a8e8a98652ffb8bd8081a7c65192 Reviewed-on: http://review.typo3.org/40775 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Florian Weiss <typo3org@leblanc.at> Tested-by:
Florian Weiss <typo3org@leblanc.at> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Morton Jonuschat authored
Deprecate MetaType() which always returned an empty meta fieldtype with DBAL and move function to getMetadata(). The signature for getMetadata() includes the field information for the query so that the cached field metatype can be used before resorting to querying the DBMS. Resolves: #67288 Releases: master Change-Id: I57dbd7501c9e7a62f2164fb755f1d1a73da01a05 Reviewed-on: http://review.typo3.org/39941 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Andreas Fernandez authored
Replace occurences of count() with matching empty() pendants. Resolves: #67778 Releases: master Change-Id: I16c0299db8afda4c0fe406f7465a41d5eee3dd88 Reviewed-on: http://review.typo3.org/40686 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Frederic Gaus authored
Cleanup \TYPO3\CMS\IndexedSearch\Domain\Repository\IndexSearchRepository Resolves: #67857 Releases: master Change-Id: I696b996d0f517a87deec7ba54cff46be5f069571 Reviewed-on: http://review.typo3.org/40768 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>
-
Mathias Brodala authored
Counting the results of the ``QueryResultInterface`` proxy returned by Repository finder methods always executed a ``COUNT query`` even if the results had been fetched or counted already. With this patch the number of results is cached as soon as the result is initialized and/or counted once. Resolves: #67837 Releases: master, 6.2 Change-Id: I98f680372b845f992ad3d436647b0cf5e460b606 Reviewed-on: http://review.typo3.org/40750 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Resolves: #67847 Releases: master Change-Id: Ia76a7166a7da9b1663acd8cd40edb6fe040f0f67 Reviewed-on: http://review.typo3.org/40763 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Frederic Gaus authored
Resolves: #67861 Releases: master Change-Id: I18531f6ef4d9541e9ef1163c3b4703f6b37bc84c Reviewed-on: http://review.typo3.org/40769 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> 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>
-
- Jun 30, 2015
-
-
Benjamin Mack authored
As the autoloader is now always present through the bootstrap and Composer class loader, the fallback of manually requiring classes can be removed. Resolves: #36061 Releases: master Change-Id: I299232630a0390688bd683b64e5d31c422baa444 Reviewed-on: http://review.typo3.org/40759 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #67849 Releases: master Change-Id: I9b532c45322bad3e9d776326a3d9aa9257325175 Reviewed-on: http://review.typo3.org/40764 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
In an effort to move away from TYPO3_MODE and global code an instance that acts as an entry point has been introduced. The Application class which serves as a wrapper for setting up the Bootstrap and calling the request has been introduced. Additionally, new Applications (like typo3_console) can benefit from the flexible way of registering RequestHandlers on their own while still using the bootstrap or only parts of it. Resolves: #67808 Releases: master Change-Id: I20c92d0bc8df5d50d76922a8dfe1cbd898e6f1dd Reviewed-on: http://review.typo3.org/40493 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Romain L authored
workspace The SYS_LASTCHANGED field was updated whenever which workspace was loaded, leading to SYS_LASTCHANGED being updated while no content was published yet. This patch changes this behavior by updating SYS_LASTCHANGED only if page is viewed from the live workspace or no workspace at all. Resolves: #42158 Releases: master Change-Id: I09aca547a7b22ba1699f521ea7609053991fed4c Reviewed-on: http://review.typo3.org/40259 Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Andreas Fernandez authored
Resolves: #67784 Releases: master Change-Id: I65b01b82692a981eee1c0d3cc6d6d161f9d80daf Reviewed-on: http://review.typo3.org/40691 Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Gilles FOUET authored
For menus of type "list" the option showAccessRestrictedPages is now taken into account as well and the enableFields omit the fe_group contraint if the option is set. Resolves: #16840 Releases: master, 6.2 Change-Id: I4203bf0087367781ecee15fe3aa42deea8d34039 Reviewed-on: http://review.typo3.org/40315 Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Add a missing "AND" concatenation to fix a SQL error. Resolves: #67834 Releases: master Change-Id: Ide173f13d9142b05db625648bf1ce995749ff233 Reviewed-on: http://review.typo3.org/40760 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Philipp Gampe authored
Since TYPO3 4.7 'stdWrap.cache' is available. This stores the rendered string into the cache_hash via the caching framework and retrieves it on successive renderings. However stdWrap kicks in too late for many cObjects, e.g. COA. Moving the 'cache.' logic into the central render method avoids the rendering of the cObject, thus gaining a major speed improvement if a cache entry already exists for a cObject. Custom cObjects and USER objects utilizing the 'cache.' property need adoption. This change allows to make effective use of page section caching to share the same generated HTML across many pages without regeneration. It provides the same power as Magento block caching. Additionally the properties key, lifetime and tags get stdWrap support. Resolves: #64200 Releases: master Change-Id: Ic0776082e09c70e03a9b432b41207031b4f2efa6 Reviewed-on: http://review.typo3.org/35915 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Benjamin Mack authored
Resolves: #18486 Releases: master Change-Id: Iba2514001570428e50eb55a75cee793ff7a409fb Reviewed-on: http://review.typo3.org/40751 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>
-
Tim Schreiner authored
Add a missing "AND" concatenation to fix a SQL error. Resolves: #67834 Releases: master, 6.2 Change-Id: I557ee19754462200a6baf52fd5b590c9b21eb21c Reviewed-on: http://review.typo3.org/40749 Reviewed-by:
David Greiner <hallo@davidgreiner.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Felix Kopp authored
Introduce annotation for table column fields "descriptionColumn". Is added in TCA > ctrl for tables. Optional setting. Defined table column that holds description / guidance for editors and admins within backend. Description should only displayed in the backend. Adds descriptionColumn to records that already hold internal description. This patch does not add new description table columns. Resolves: #67603 Related: #67550 Related: #67578 Releases: master Change-Id: Ib081e5f14b9cbbcabbbad0d45a7a90274cd3dc09 Reviewed-on: http://review.typo3.org/40449 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
Laurent Cherpit authored
sanitizeLocalUrl() fails to compare returnUrl value if the TCA column of a field type "select" contains configuration keys like "itemListStyle" or "selectedListStyle". In "AddController", using RemoveXSS on request_uri before assigning the returnUrl parameter, the comparaison of the params of returnUrl will match on the backlink generation used to close the editForm. If returnUrl contains string with "style" in it, it will be processed in the same manner by sanitizeLocalUrl. So the backlink of the editForm will not be dummy.php. Change-Id: I5f3282766fe6cf9cae24f70d7f979ce4be004d5f Resolves: #48096 Releases: master Reviewed-on: http://review.typo3.org/20680 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>
-
Xavier Perseguers authored
Change-Id: If9cf05b0d6d98a6aa3e07dc50ab8c96750183613 Resolves: #67814 Releases: master Reviewed-on: http://review.typo3.org/40724 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Felix Kopp authored
With the new field it is possible to give a short description about a user. Change-Id: I5ffbc0112d1f12099ccd544ceda600367ce51611 Resolves: #67578 Releases: master Reviewed-on: http://review.typo3.org/40379 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>
-
- Jun 29, 2015
-
-
Thorsten Kahler authored
RedisBackend denies identifiers and tags allowed in all other implementations of caching backends. This change allows all identifiers and tags which can be casted to string. Specifically it adds a check for objects having a __toString method. Change-Id: Id5cc372f6a00c68d9e44a1eb8bb38c8a3679f2a7 Resolves: #51031 Releases: master Reviewed-on: http://review.typo3.org/23191 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>
-
Alexander Stehlik authored
This patch introduces a functional test that makes sure that the exclude field mechanism works correctly with inline elements. Since the problem was already solved by the FormEngine rewrite no functional changes are made. The actual bugfix will be added in the TYPO3 6.2 backport. Resolves: #47359 Releases: master, 6.2 Change-Id: I5a7a2de16d767f854b4d3f89d599deec28266092 Reviewed-on: http://review.typo3.org/20026 Reviewed-by:
Jan Helke <typo3@helke.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>
-
Andreas Fernandez authored
Resolves: #67785 Releases: master Change-Id: I488a505fa811b76e216a3397bf4f1458d4f098df Reviewed-on: http://review.typo3.org/40692 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> 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>
-
Andreas Fernandez authored
Replace occurences of count() with matching empty() pendants. Resolves: #67781 Releases: master Change-Id: I4279ab12911ff7aa82c42e5a8bc2875c6e41f299 Reviewed-on: http://review.typo3.org/40689 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>
-
Christian Kuhn authored
The two README.txt files within typo3/ext and typo3/sysext do not provide crucial information that can't be found elsewhere and are dropped now. As a side effect, typo3/ext folder does no longer exist with new packages - the "global" system functionality is kept. A .rst file hints about this missing folder. Resolves: #67824 Releases: master Change-Id: Idc3c408f135a8be3ee2db43e4835a1c6b39436da Reviewed-on: http://review.typo3.org/40733 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
The typo3 logos used in various places of the backend including the default favicon are now moved to EXT:backend. Resolves: #67826 Releases: master Change-Id: Id3c01679aab1410a6e48020df57c451dd601c24c Reviewed-on: http://review.typo3.org/40735 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>
-
Wouter Wolters authored
This patch also removes TCA options "dim" and "tableStyle". Resolves: #67825 Releases: master Change-Id: I3812d791269e2fee69fce0f7c5ea2b579eeb8c1d Reviewed-on: http://review.typo3.org/40734 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> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Releases: master Resolves: #67823 Change-Id: I819844c20d1bac0070a66e6bfaf91ba9e72cb4cd Reviewed-on: http://review.typo3.org/40732 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>
-
Frank Nägler authored
Next step of QueryGenerator Refactoring. Main goals: - Remove all inline JavaScript - Remove usage of TBE_EDITOR - Introduce QueryGenerator AMD module - Improve HTML output - Improve styling - Use htmlspecialchars for all output Resolves: #67790 Releases: master Change-Id: I0a4f6ecf52e226f49f434ad8d472a969cb3b160b Reviewed-on: http://review.typo3.org/40694 Reviewed-by:
Markus Klein <markus.klein@typo3.org> 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>
-
Benjamin Mack authored
Resolves: #67821 Releases: master Change-Id: I70b1434d1350883ab55d39703af3b3ec4d32d7de Reviewed-on: http://review.typo3.org/40731 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>
-
Benjamin Mack authored
The dependency order resolver needs to be injected at runtime. Resolves: #67293 Releases: master Change-Id: Id7f2b65b0258e22081d326f06d3d13f874bea1ff Reviewed-on: http://review.typo3.org/40729 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>
-
Markus Klein authored
Introduce proper handling of quotes in titles of typolinks. Example title: 'Here "I\\" am' Expected link field value: '15 - - "Here \"I\\\\\" am"' Do not use the GeneralUtility::unQuoteFilenames() method anymore, since it was not made for the purpose to decode CSV-like strings. Use the newly introduced TypoLinkCodecService instead. Resolves: #55759 Releases: master Change-Id: Iea612842b4b9c70924ecf56b87513350dd9383a8 Reviewed-on: http://review.typo3.org/40162 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>
-
Frank Nägler authored
The IE code for ValueSlider is not needed anymore, also the QuickTips not used within FormEngine. Resolves: #67815 Releases: master Change-Id: I9919dc1350271281ece6aa8767fb8c375205e906 Reviewed-on: http://review.typo3.org/40726 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frederic Gaus authored
Minor cleanup of \TYPO3\CMS\Frontend\ContentObject\ContentContentObject Resolves: #67809 Releases: master Change-Id: I34ad1bba9497fbc61cd4d117ca7bbb287d6f54ea Reviewed-on: http://review.typo3.org/40719 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
Benjamin Mack authored
Due to the similar naming logic, the preset for configuring optimal debugging output conflicts with the ApplicationContext set as an environment variable (TYPO3_CONTEXT), is changed from "Production" and "Development" to "Live" and "Debug". Resolves: #67820 Releases: master Change-Id: I01f0db39532222a8cbeb3a45a745ce6fd977e137 Reviewed-on: http://review.typo3.org/40730 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Nägler authored
Resolves: #67812 Releases: master Change-Id: Ie7d8826ae56b5054114a58db13bd413c63d58940 Reviewed-on: http://review.typo3.org/40721 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>
-