- Oct 26, 2016
-
-
Marc Willmann authored
Resolves: #78436 Releases: master Change-Id: I31e1d290f58ac01749091a05002025ee4598a49c Reviewed-on: https://review.typo3.org/50377 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Reviewed-by:
Daniel Lorenz <info@extco.de> Tested-by:
Daniel Lorenz <info@extco.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Michael Stucki authored
If options.pageTree.showPathAboveMounts is enabled in UserTS, don't add the name of the mountpoint startpage to this path. Resolves: #77734 Releases: master, 7.6 Change-Id: I68da82778921ac37e6b827ab8b6ca21993cf6491 Reviewed-on: https://review.typo3.org/49748 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Manuel Selbach authored
To remove the susceptiblity to errors of SQL injections within the core the principle of prepared statements should be followed for all queries. Even variables which will be casted to e.g. an integer should use setParameter(), setParameters() or createNamedParameter(). Change-Id: I7d6d256a199ba05f75791eb01f38b3b89b421989 Resolves: #78437 Releases: master Reviewed-on: https://review.typo3.org/50090 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
The code is only used in PageInformationController and should therefore reside in this class instead of PageLayoutView. Resolves: #78289 Releases: master Change-Id: I049782082a4cea9df2d777093c387b3b45756957 Reviewed-on: https://review.typo3.org/50220 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:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Claus Due authored
This change implements ViewHelper compiling traits from the new Fluid 1.1.0 ViewHelperCompiler feature. The Traits allow removing duplicated render methods and makes the TemplateCompiler compile the call to the ViewHelper as a direct call to `renderStatic` for improved performance in compiled templates. Change-Id: Ic421f6a5d94ced02944745c4f6c4bf7636f63ca7 Resolves: #78245 Releases: master Reviewed-on: https://review.typo3.org/50187 Tested-by:
TYPO3com <no-reply@typo3.com> 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 25, 2016
-
-
Stefan Bürk authored
Adding the possibility to access the menuArr and direct menuItem from the parent menu in subMenu instances to provide the ability to check for parent item information or parent sibling item informations. Providing two getters and a combined setter, called in the subMenu method to readd this data access instead of simple using the old unsafe and undeclared property set. Leaving the parentMenuArr member public for now, even it is not nice. Resolves: #77296 Releases: master, 7.6 Change-Id: I3cfce3c67e840e6e97fa9c55ffaf997a509ee0e8 Reviewed-on: https://review.typo3.org/49260 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> 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 lowlevel cleaner command for permanently delete records in the database that have been previously marked as "deleted=1" in the database is migrated to a Symfony Console command, reducing the complexity and enhances the readability of the function. Call it like this: typo3/sysext/core/bin/typo3 cleanup:deletedrecords --dry-run -vv --pid=49 --depth=4 You can also use "-p" instead of "--pid", or "-d" instead of "--depth". Resolves: #78417 Releases: master Change-Id: I79fb2292d96c38c1406896cbe9d0bac6494d1fa9 Reviewed-on: https://review.typo3.org/50358 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:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
In case a database default character set is latin1 but all tables created in the database are utf8, the reports module warns that the db is configured wrong, which might be the case, but on certain hosters this is not an excuse. Instead, all TYPO3 tables are created with a utf8 collation (equiv. to utf8 character set) and stored correctly, so there is no need to throw a big red box. The patch extends the utf-8 check to see if all database tables are utf8 and everything is fine. Resolves: #78413 Releases: master Change-Id: I78cc65e4fec58e40f41f36ec6dbf6d46e867246f Reviewed-on: https://review.typo3.org/50351 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Daniel Lorenz authored
This patch could stabilize the execution of acceptance tests. Resolves: #78433 Releases: master Change-Id: If2598f9f431dce57814a9bf42e384f6222196e2e Reviewed-on: https://review.typo3.org/50373 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Sascha Egerer authored
The extbase subclasses configuration does currently not work with a numeric database field that identifies the type of a record. This is due to a strict comparison that compares the stringish TypoScript value against the numeric database value. Both values are casted to string to make the comparision work. Resolves: #78416 Releases: master, 7.6 Change-Id: Iea4cf41301892a6788facd3befe5533e263cc3f6 Reviewed-on: https://review.typo3.org/50357 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> 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>
-
Daniel Lorenz authored
Resolves: #78405 Releases: master Change-Id: Ia821ec39f98a0fadefd7b44a59b2467f478ff9bc Reviewed-on: https://review.typo3.org/50345 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:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Gordon Brüggemann <gordon.brueggemann@di-unternehmer.com> Tested-by:
Gordon Brüggemann <gordon.brueggemann@di-unternehmer.com> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Gordon Brüggemann authored
Resolves: #78404 Releases: master Change-Id: I80c1155631702b4632018624d42362e648cb42a8 Reviewed-on: https://review.typo3.org/50344 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Lorenz <info@extco.de> Tested-by:
Daniel Lorenz <info@extco.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Daniel Lorenz authored
Change the resolution to have a proper overview when running acceptance tests in head-mode and when screenshots are taken. Resolves: #78427 Releases: master Change-Id: I587e91b72a25fdc4acb1e803528c8dbf3766d43f Reviewed-on: https://review.typo3.org/50367 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.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>
-
Claus Due authored
This change moves the default/global namespaces from being stored directly on the ViewHelperResolver to being stored in the global TYPO3 configuration array. This then allows the namespaces to be manipulated as part of the site configuration, including from within third party ViewHelper packages which follow TYPO3 extension rules. Change-Id: Ic324c023b4fbff6ab3e73e651dfca8dfd78453d9 Releases: master Resolves: #78415 Reviewed-on: https://review.typo3.org/50354 Tested-by:
TYPO3com <no-reply@typo3.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>
-
Gerrit Mohrmann authored
Insert column 'phash' in the select statement in checkContentHash() Resolves: #78429 Related: #77390 Releases: master Change-Id: I51395ec0a367fa54fba21d7b632ff37c77205dca Reviewed-on: https://review.typo3.org/50369 Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Anja Leichsenring authored
There is a phpunit shipped functionality to reliably fiddle with locale settings and have the valid settings back afterwards. This funcionality was not used in core unit tests yet, so it is introduced now. In this process, some sanitizing to prevent tests from fail due to non existent locales on a certain system is added. Resolves: #78387 Releases: master Change-Id: Iebd9b9251590283e6d2889db09a62a31a595fdb3 Reviewed-on: https://review.typo3.org/50334 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>
-
Claus Due authored
This fixes an issue where the CMS specific overridden setRenderingContext method on CMS AbstractConditionViewHelper is not present because the class does not subclass the CMS AbstractViewHelper (due to coupling concerns). Subsequently the ControllerContext is not assigned in $this->controllerContext. This inconsistency is fixed by adding the method just like it appears in the AbstractViewHelper class, along with declaring the property containing the ControllerContext. Change-Id: I74779c47e8077d727a8a18c0e00696ba265f3c7a Resolves: #78414 Releases: 8.4, master Reviewed-on: https://review.typo3.org/50352 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> 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>
-
Marc Willmann authored
Avoids impossible logins due to wrong mappings to old (deleted) users with the same username as a valid one. Resolves: #78378 Releases: master Change-Id: I74b09b036fdd264861509e236f62683b81ba7075 Reviewed-on: https://review.typo3.org/50333 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Daniel Lorenz authored
Resolves: #78423 Releases: master Change-Id: Ieba60cceb7eac17543783fb9a4d220ca58fe5bb5 Reviewed-on: https://review.typo3.org/50365 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
This patch implements the missing refresh methods in the Viewport.js. Workspaces need this method to refresh the content frame on switching the workspace in the top menu. Both methods now reload the according frames. Resolves: #78421 Releases: master Change-Id: I1266c873d00e7a811e23c36bc4be5c36b7899797 Reviewed-on: https://review.typo3.org/50362 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Marco Bresch <marco.bresch@starfinanz.de> Tested-by:
Marco Bresch <marco.bresch@starfinanz.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Daniel Windloff authored
Do not show the page tree toggle button for modules that don't use the page tree to select a current page or folder. In order to prevent a jumping logo, set the visibility to hidden or visible. Resolves: #78311 Releases: master Change-Id: I13ab164e1d1dd2a21e0dce94c709ac589970a69f Reviewed-on: https://review.typo3.org/50323 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> 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>
-
Frank Naegler authored
The generated JS files contain references to its source maps. Per default these maps should not be generated. To prevent side effects the target folder is removed before compiling the JavaScript files. Resolves: #78407 Releases: master Change-Id: I1cc25ef71165d3533e29777d585ae170bdc7f8ae Reviewed-on: https://review.typo3.org/50349 Reviewed-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Tested-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Oct 24, 2016
-
-
Marc Willmann authored
$backendUser may be null, this would cause an error. Add an additional type check to prevent this. Resolves: #78392 Releases: master Change-Id: Ifa2b2f30283f5740a60edddb5670be9291706f90 Reviewed-on: https://review.typo3.org/50337 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> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Kuhn authored
TCA changes within ext_tables.php can be moved to Configuration/TCA since core 6.2. Still having them in ext_tables.php is highly discouraged since version 7 and now breaks with version 8. The patch adds a feature to the Install Tool to find loaded extensions that still manipulate TCA within ext_tables.php files. Additionally, the frontend is changed to no longer load ext_tables.php files for normal requests and thus actively ignores TCA changes from those files. This way a frontend specific cache file is removed and the patch is a preparation of a possible core cache warmup phase. Change-Id: Ib639462ec92f4faf788fd20596aa4e7ce311701a Resolves: #78384 Releases: master Reviewed-on: https://review.typo3.org/50328 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Frank Naegler authored
This patch removes *.js.map files from the repository and adds a new rule to the .gitignore file. Resolves: #78407 Releases: master Change-Id: I227dc1748a0b53910d7fc2050ccf92bfd555d4ec Reviewed-on: https://review.typo3.org/50348 Reviewed-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Naegler authored
This patch adds a new option to the admin panel to show debug information about partials and sections in frontend. Resolves: #76085 Releases: master Change-Id: I3d37118280ef713db6d92a734f30c0f8bd4ae8eb Reviewed-on: https://review.typo3.org/50095 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:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Christian Kuhn authored
There are two FormEngine data provider for type=select: TcaSelectItems for "normal" renderTypes and TcaSelectTreeItems for renderType="selectTree". While this is hacky in the first place - the data provider should not depend on renderType at all but only on type, this can not be changed easily and a real solution is to make "trees" an own type instead, later. However, if extensions add a new renderType for select at the moment, the normal TcaSelectItems data provider does not kick in since it is restricted to the known renderTypes. This is usually not what an extension wants, typically just the rendering is different while the data providing from TcaSelectItems is used. The patch allows this by now blacklisting "selectTree" in TcaSelectItems instead of whitelisting the known types. Change-Id: Ic71177e22b191a5abee90a7cfb9871167fe4611e Resolves: #78381 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/50325 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Mamadou Mbow <mmbow@dfau.de> Tested-by:
Mamadou Mbow <mmbow@dfau.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Marc Willmann authored
Resolves: #77852 Change-Id: I60aae1b35219ac91e74d62cc57e1a48ec630a831 Reviewed-on: https://review.typo3.org/49865 Reviewed-by:
Marco Bresch <marco.bresch@starfinanz.de> Tested-by:
Marco Bresch <marco.bresch@starfinanz.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Frank Naegler authored
This patch add the role „typescript“ to the Includes.txt. With this patch code in a rst file can be declared as TypeScript. Resolves: #78406 Releases: master Change-Id: I0351089bda104562ea191a05d0c188b732ba7f08 Reviewed-on: https://review.typo3.org/50346 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Frank Naegler authored
Resolves: #78403 Releases: master Change-Id: I55ec9f662cd7ddd827f1f46ab9c1664aac22a5b6 Reviewed-on: https://review.typo3.org/50342 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Tested-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Reviewed-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Naegler authored
This patch add jasmine typings as dev dependency which brings IDE support / code completion for the testing framework. Resolves: #78397 Releases: master Change-Id: I174cc178ded87670dcd8baba6d08a42e633cec34 Reviewed-on: https://review.typo3.org/50340 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Tested-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Reviewed-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Naegler authored
Resolves: #78396 Releases: master Change-Id: I9a132a547b3be04417094b3ce5a2e1eed6dd843c Reviewed-on: https://review.typo3.org/50339 Reviewed-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Tested-by:
Stefan Bürk <stefan.buerk@impactmedia.de> 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>
-
Stefan Froemken authored
if pasteFormat or pasteStructur is activated in user settings, pastings in rtehtmlarea will be inserted twice. Once as plaintext and a second time as html. Instead of appending all different text types of ClipBoard we now override the complete clipboardText, if it is not of the expected type. To prevent pasting header data from OpenOffice/LibreOffice/Word we have added a default value for removeTagsAndContents which is configurable now. Resolves: #67661 Releases: master,7.6 Change-Id: I62418ed2d1ce72bb1fb2839e23eaeaa76f42a4c8 Reviewed-on: https://review.typo3.org/49871 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:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Frank Naegler authored
Resolves: #78389 Releases: master Change-Id: Ic022f1a19859cf48d92a1e50d45327c42ea7be21 Reviewed-on: https://review.typo3.org/50335 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Tested-by:
Patricia Tiedemann <pixelaeffchen@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Stefan Neufeind authored
So far a comma was required before the comment. But CGL says that the last element in an array should have no trailing comma. Change-Id: Ia8149624e1b5bb1d4a685b70f3c197344733e22f Resolves: #78333 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/50265 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:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Naegler authored
Resolves: #78388 Releases: master Change-Id: Id73c21676ebb0225429bb81334be23fd5f01ed66 Reviewed-on: https://review.typo3.org/50332 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Tested-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Claus Due authored
This patch changes the SQL field type of two fields on sys_file_metadata, caption and copyright, to increase the allowed size of content in the field. The change is marked as a bug fix since currently, attempting to save more than the allowed 255 chars truncates every byte beyond the barrier. See forge issue for further details about performance concerns and reasoning behind increasing the size. Change-Id: I7a407d3ed6eb4bd157330bd57b0093f3f3deb5ca Resolves: #78149 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/50248 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Oct 23, 2016
-
-
Tymoteusz Motylewski authored
t3_origuid field is covered in Workspaces Regular/Modify functional tests. Releases: 7.6, master Resolves: #78382 Change-Id: If4408534038fc695e28e507fd34cd41735d730dc Reviewed-on: https://review.typo3.org/50326 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 22, 2016
-
-
Christian Kuhn authored
Change-Id: Ifc6a7b251d216d3a3ab9b68752eb14444bc53474 Resolves: #78380 Releases: master Reviewed-on: https://review.typo3.org/50324 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
- Oct 21, 2016
-
-
Benni Mack authored
The AutoPublishTask and the WorkspacesUtility are actually very encapsulated and never used nor registered in EXT:version. Instead, EXT:workspaces provides EXACTLY the same functionality, and the scheduler task there is registered. Looking back in history, I did not find any functionality where this was actually used, so the files are removed. A class alias map is added to provide ultra-compatibility without any breaking changes nor deprecations. Resolves: #78374 Releases: master Change-Id: I86c7424f1dac7ea809a2f4e02993ffc69a9769b8 Reviewed-on: https://review.typo3.org/50315 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-