- Jan 11, 2017
-
-
Morton Jonuschat authored
If an index is defined on a table that is stored on a MySQL database and uses the MySQL specific subpart length feature add the information to the schema diff so that the upgrade wizards don't show false positive changes. Change-Id: I49eb73c18f7b86aad70d11f3e222c44bd1bd827f Resolves: #78024 Resolves: #79065 Releases: master Reviewed-on: https://review.typo3.org/50081 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Mathias Schreiber authored
The log module of TYPO3 now shows a button to delete multiple errors at once based on the `details` field of the `sys_log` table. This comes in handy when you fixed an error that spammed the log before. Releases: master Resolves: #79235 Change-Id: I314abcae454e96b9809c6f4a2fb69b3b926f3118 Reviewed-on: https://review.typo3.org/51238 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
HTMLarea defines htmlSpecialChars=0 which is set by default. If it is overriden by an installation, this can still be done and does not break anything then. Resolves: #79268 Releases: master Change-Id: I39022320d3f4834ceea4a52e3a4e80cd34b90506 Reviewed-on: https://review.typo3.org/51260 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Benni Mack authored
The RTE option "proc.disableUnifyLineBreaks" was never set by default. If NOT set (= default), then all line breaks within the RteHtmlParser are converted as LF, and then migrated to CRLFs after all transformations are done. Activating the option did not do that, thus having problems when content was entered on different OSes (Windows / Unix) and leaving with mixed line break data in the database, the option was historically added to stay compatible with old versions where the unification was not available yet. Resolves: #79270 Releases: master Change-Id: If3b3f48ea7d9ba98882ee340d017296f7b650dda Reviewed-on: https://review.typo3.org/51261 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Benni Mack authored
The AJAX call to store uc settings should be handled as POST request, and not a GET request to ensure that even long data can be stored on the server and not run in Firewall/HTTP GET length restrictions. Additionally a really bad typo did not allow any POST requests in UserSettingsController as the key evaluation was wrong. Resolves: #79266 Releases: master, 7.6 Change-Id: I0fd10090416b1a16f6a9bdc6a07efceccf147336 Reviewed-on: https://review.typo3.org/51257 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Tymoteusz Motylewski authored
Fixes two issues: syntax error (missing semicolon), and "Uncaught TypeError: Cannot read property 'refresh' of undefined" when e.g. deleting a page or a file. In file module, refresh is not needed as all actions are refreshing the frames anyway. Releases: master, 7.6 Resolves: #79091 Change-Id: Icfc9f786c24099c55d8e60cf30f72f035ae28231 Reviewed-on: https://review.typo3.org/51251 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Ralf Zimmermann authored
With this patch is it possible to: * save existing forms within extension locations ("allowedExtensionPaths") if "allowSaveToExtensionPaths" is set to true (like before) * save new created forms within extension locations ("allowedExtensionPaths") if "allowSaveToExtensionPaths" is set to true * delete forms within extension locations ("allowedExtensionPaths") if "allowDeleteFromExtensionPaths" is set to true Resolves: #79250 Releases: master Change-Id: I2d06448f7ee9a0ab0a249ddfee750eda8aeee54e Reviewed-on: https://review.typo3.org/51254 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The base classes of the very very old CommandLineController and the Cleaner Command are deprecated. They are not in use anymore. Extbase Command Controllers or Symfony Commands should be used instead. Resolves: #79265 Releases: master Change-Id: I85a975038ce54b5a82069ec57679da9815e6e010 Reviewed-on: https://review.typo3.org/51249 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benni Mack authored
The _cli_scheduler backend user was necessary before the introduction of the unified "_cli_" user for all CLI processes. The scheduler module had an info and functionality to create such a user which is not needed anymore and can safely be removed. Resolves: #79264 Releases: master Change-Id: Ie2472869b9db1fc9dcb4add9fae6be63722156c6 Reviewed-on: https://review.typo3.org/51256 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benni Mack authored
The scheduler CLI controller that is triggered via "typo3/cli_dispatch.phpsh scheduler" is migrated to a Symfony Command, which also allows the scheduler to be called via "typo3/sysext/core/bin/typo3 scheduler:run" with the same arguments. The PHP class TYPO3\CMS\Scheduler\Controller\SchedulerCliController has been replaced by TYPO3\CMS\Scheduler\Command\SchedulerCommand. Resolves: #79263 Releases: master Change-Id: I3f117a5a4d46cffe303f0209ac256d0011afe979 Reviewed-on: https://review.typo3.org/51246 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Wouter Wolters authored
The system extension "t3skin" has been slowly trimmed down due to the native CSS/LESS building of the TYPO3 core into EXT:backend and EXT:core, and through the IconProvider / IconFactory concepts. The leftover files, which are mainly related to ExtJS (which will be removed soon anyway) have been moved to EXT:core for the time being. All other images are unused and deleted from the TYPO3 core. Resolves: #79259 Releases: master Change-Id: Ic0a0c47999ca57d4e6ea5d7499afc399b307b15f Reviewed-on: https://review.typo3.org/51252 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tymoteusz Motylewski authored
After the change https://review.typo3.org/#/c/47645/ was merged methods getRecordLocalization and getPreviousLocalizedRecordUid are not needed. Releases: master Resolves: #79258 Change-Id: I08fe089ddcaed2a7d879630acd046c8b7c303a06 Reviewed-on: https://review.typo3.org/51245 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jan 10, 2017
-
-
Benni Mack authored
* Make backend:unlock and backend:lock a separate class. * Manually require the CLI user for ReferenceIndexUpdateCommand * Cleanup the commands.php (as the "user" property is not evaluated anymore) Resolves: #79261 Releases: master Change-Id: Id3c90780de0dc299c07c5bca14dd4247b634d53c Reviewed-on: https://review.typo3.org/51247 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The new _CLI_ user authentication is now explictly set and required in each command (if a user is needed) during runtime, and not done by the bootstrap anymore, so this needs to be called separately. Additionally, some cleanups to the new CommandLineUserAuthentication is made. Resolves: #79260 Releases: master Change-Id: I6a882d083ec6fd878519c1472702f2a724bd7ed3 Reviewed-on: https://review.typo3.org/51248 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>
-
Oliver Hader authored
The setting noCopy is removed from the list of possible values of the TCA column property l10n_mode without any replacement. Resolves: #79242 Releases: master Change-Id: If6be272bd71f955a4f3a12c953ffedc55f7e07ac Reviewed-on: https://review.typo3.org/51235 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Müllenhagen <christianmuellenhagen@yahoo.de> Tested-by:
Christian Müllenhagen <christianmuellenhagen@yahoo.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The command line users prefixing with _CLI_scheduler etc. is flawed, however a single user is needed for doing e.g. DataHandler calls. This patch adds a new CommandLineUserAuthentication class, which extends the regular $BE_USER object to only allow a user called "_cli_" and which is created automatically if it does not exist, so the _cli_ user always exists. Additionally, the _cli_ user is now an admin user so access settings on command line are obsolete and crucial stuff like the DataHandler can be used without restrictions. * Adapt Extbase Bootstrap * Make sure to have an API to "opt-in" for the need for a user * Adapt documentation (e.g. in scheduler) because a new user is not needed. Resolves: #79240 Releases: master Change-Id: I5a6277fa2252ce6c61f57bbfa26e8be9dc47bbab Reviewed-on: https://review.typo3.org/51089 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Morton Jonuschat authored
When the Doctrine SchemaMigrator detects an added column and a removed column that only differ by name but not by configuration these separate changes get optimized into a column rename operation. Deoptimize these renames into distinct add/drop column operations to keep handling of columns consistent when multiple columns change at the same time. Resolves: #78771 Releases: master Change-Id: Ic6d06b99dfb3f33975969be39d904faac5b438a0 Reviewed-on: https://review.typo3.org/51085 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
In TYPO3 6.0 we introduced TYPO3.jQuery as a possibility to have jQuery run side-by-side with prototype.js in a no-conflict mode. Since TYPO3 7.5, prototype.js was removed, and $ can be used. PageRenderer now sets TYPO3.jQuery AND $ as shorthand-functionality and all places in the TYPO3 Core are replaced with the common $ functionality, so TYPO3.jQuery should be avoided. Resolves: #79221 Releases: master Change-Id: I9177d7d3ad618fa7bb3a7e2ea483f39d6d4231bc Reviewed-on: https://review.typo3.org/51212 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Josef Glatz authored
1) Move backend module specific TypoScript directly to `EXT:form/ext_typoscript_setup.txt`. It should be loaded automatically, when EXT:form is installed. 2) Do not load frontend specific TypoScript automatically and make it available through `ExtensionManagementUtility::addStaticFile()`. As this method do only TCA-related changes it's ok to put it into `TCA/Overrides`. Resolves: #79201 Releases: master Change-Id: I4c3f51b4bbd0cb472358e97350eed09ecd73f4e6 Reviewed-on: https://review.typo3.org/51200 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The ExtJS Page Tree has some functionality to add custom indicators to the page tree, which is loaded by ExtDirect. If you wonder what an indicator is, it's the blue box (or some other HTML content) which is shown if a temporary mount is shown or if a filter is active. However, both temporary mount points and filter information messages are custom, and not handled via the Page Tree. The functionality is hidden, and was never documented, and no public extension used this code (not even google found something). Therefore I opt to remove it without substitution. Resolves: #79228 Releases: master Change-Id: I4097cd3fbbdf736cc2a09e8258199b5aac01a1bc Reviewed-on: https://review.typo3.org/51228 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Wouter Wolters authored
Type mismatch leads to always closing module menu. Resolves: #79211 Releases: master Change-Id: Ib733853fa036c5fdb4e0d56086fddfc315c775e9 Reviewed-on: https://review.typo3.org/51229 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Jan 09, 2017
-
-
Ralf Zimmermann authored
Add a reference to the original authors since most of the Frontend functionality is heavily inspired and copied from the Neos/Flow Form package. Resolves: #79074 Releases: master Change-Id: I178a7314a0da70a7406df3bcc58f3dd28bdff463 Reviewed-on: https://review.typo3.org/51025 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Mathias Schreiber authored
AppVeyor is kind of broken by design. Most of the times something is messed up, dependencies don't work or it simply times out. For the time being we will drop AppVeyor and discuss a dedicated, fast windows testing infrastructure with Microsoft DX in February. Releases: master Resolves: #79226 Change-Id: Ie9487283d309e1f07113e3571ac3bc8ad4ad2050 Reviewed-on: https://review.typo3.org/51225 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Andreas Fernandez authored
A new API is introduced that allows to reload the backend’s topbar. The reload may be triggered via JavaScript and PHP. As the registered events of the toolbar items within the topbar get lost after reloading, the event registration for these toolbar items needs some adoption. The topbar is now reloaded in case of: - updating the user's avatar - after configuring an extension - opening the EXT:belog module from the System Information menu Resolves: #79196 Releases: master Change-Id: Ib6b65d7327c9db2b818ad9ad549cb2f2f00d1595 Reviewed-on: https://review.typo3.org/51183 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
The range configuration for a sorting field doesn't make any sense and can lead to unexpected bugs as sorting can be rewritten Resolves: #78986 Releases: master, 7.6, 6.2 Change-Id: I738877e6f9587d2570506f695fb7426a7536a964 Reviewed-on: https://review.typo3.org/51001 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Alexander Opitz authored
This reduces PHP notices, as we check arrays before acessing them. Resolves: #78992 Releases: master, 7.6 Change-Id: Ib0fc72be9e7957a27990d60dde844068ca9e24d1 Reviewed-on: https://review.typo3.org/50971 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Mona Muzaffar authored
Extract duplicate code in method and let FormFlexAjaxController and FormInlineAjaxController extend from abstract class. Change-Id: Idef25a758b6df857419983f0e6c93441103954a7 Resolves: #79159 Releases: master Reviewed-on: https://review.typo3.org/51148 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
As there is no relative path functionality but only absolute URLs (without the domain name but just prepended) the functionality of stripping the siteUrl is removed, thus allowing to remove the hardcoded "/typo3/" name in the URL and the siteUrl configuration option as well. Resolves: #79212 Releases: master Change-Id: I03a065950bb0401970a618bf30c71d69d6ed2188 Reviewed-on: https://review.typo3.org/51209 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Josef Glatz authored
Add missing title attribute to delete button in the backend user listing module. Resolves: #79203 Releases: master Change-Id: I511fdce6d29cf8c38682e08f14d2cbb33d127c77 Reviewed-on: https://review.typo3.org/51202 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The method csConv->strtrunc() is missing in the deprecation. Resolves: #78670 Releases: master Change-Id: I95284f2ded36f61410806494dd5cd8f1db22c586 Reviewed-on: https://review.typo3.org/51215 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
The values are hardcoded and not replaceable. We can put the hardcoded values in JavaScript directly. Resolves: #79215 Releases: master Change-Id: I64742cef34b73d88bbc0f44cfc959556555b2fad Reviewed-on: https://review.typo3.org/51214 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The obsolete State Provider for storing and retrieving the information if the backend module menu should be collapsed or not should not use ExtDirect but instead us the native Storage functionality already in place for TYPO3. The namespace (BackendComponents.States.typo3-module-menu) is kept for now (see BackendController.php for details on ExtDirect), but could easily be modified. Resolves: #79211 Releases: master Change-Id: I4de6b46ea0f18201cb8bb0af6077c1d9dfffcec7 Reviewed-on: https://review.typo3.org/51208 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Josef Glatz authored
Resolves: #79202 Releases: master, 7.6 Change-Id: Ie47e6b42a7429ce75a8d750c7e7aa7f1c1cb9bec Reviewed-on: https://review.typo3.org/51201 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Josef Glatz authored
Remove obsolete info about a removed setting in tsref.xml and remove one duplicate `to` just two lines later. Resolves: #79208 Related: #62888 Releases: master, 7.6 Change-Id: I4c2a437edb657eb380ffb2377947977a850da497 Reviewed-on: https://review.typo3.org/51204 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
- Jan 08, 2017
-
-
Tymoteusz Motylewski authored
Resolves: #79200 Releases: master, 7.6 Change-Id: I745f9762122dba5f2e1ecca8deafd440a78f8329 Reviewed-on: https://review.typo3.org/51198 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
- Jan 07, 2017
-
-
Michael Oehlhof authored
Because the escaping takes place when the PageZero template is rendered by the view, there is no need to escape it in the controller. Resolves: #79096 Resolves: #79060 Releases: master Change-Id: I3e06e2829e0d1d916b941329f835b4e7f5e29398 Reviewed-on: https://review.typo3.org/51046 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Tymoteusz Motylewski authored
Functional tests for following scenarios: - free-mode translation of a record in non-default language (live and in workspaces) - copy page translated in free mode (workspaces, live is already covered) Resolves: #79170 Releases: master, 7.6 Change-Id: Iff69e2b4333dfff7511871573352b270add4de01 Reviewed-on: https://review.typo3.org/51150 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Frans Saris authored
The typoscript template was meant as an example/showcase on how to use Fluid Widgets in FE. The current used includes are outdated or broken. Resolves: #78988 Releases: master Change-Id: I5c30b017c10d6244d6aa559d395e351dd242d48d Reviewed-on: https://review.typo3.org/51105 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
The identifier of the folder object is now retrieved and used in the exception message. Resolves: #79194 Releases: master, 7.6 Change-Id: Iebea177434c6913bab705df119d750b497238252 Reviewed-on: https://review.typo3.org/51178 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
Added some files that were not updated with the original change. Resolves: #79165 Releases: master, 7.6, 6.2 Change-Id: If8298c220ca7171d34e21aff9e49917ac8618686 Reviewed-on: https://review.typo3.org/51175 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-