- Aug 15, 2016
-
-
Esteban Marín authored
This fixes saving the default language in BE user group permissions. Fixes: #75998 Releases: master,7.6 Change-Id: Iace9a0e04b57a7306a529402c7a44b777f494290 Reviewed-on: https://review.typo3.org/49485 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Aug 14, 2016
-
-
Markus Klein authored
The value of l10n_parent is not necessarily an array. It may as well be a string from a group-type or simple input. Adjust the condition for overlay detection accordingly. Resolves: #77301 Releases: master, 7.6 Change-Id: I9119dfc0a55d623f037f15ddf1e11f132cf38c0b Reviewed-on: https://review.typo3.org/49477 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Aug 09, 2016
-
-
Frank Naegler authored
Resolves: #77356 Releases: master, 7.6 Change-Id: I6127c03de37eb5b60dc13217e1f7528a4b628fa4 Reviewed-on: https://review.typo3.org/49430 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Aug 06, 2016
-
-
Frank Naegler authored
With #70477 the SpriteIcon stuff has been marked as deprecated. The patch removed the flags support. This patch fix the problem by checking the IconRegisty and return the icon by using the IconFactory. Resolves: #76996 Related: #70477 Releases: 7.6 Change-Id: I0323c6bc132eb9a8049294ee66ac3cf37d10f9fd Reviewed-on: https://review.typo3.org/49161 Reviewed-by:
Thomas Mayer <thomas.mayer@2bis10.de> Tested-by:
Thomas Mayer <thomas.mayer@2bis10.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tomita Militaru authored
Checks opendir result if it is a resource before passing it to readdir. Resolves: #47981 Releases: master, 7.6 Change-Id: I45ca844c7ab353a28dc7002ec206bcb054b01c96 Reviewed-on: https://review.typo3.org/49407 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Aug 05, 2016
-
-
Frank Naegler authored
This is a regression fix, introduced with #75397 Resolves: #77287 Related: #75397 Releases: master, 7.6 Change-Id: I405646aee0acc6a67753c79ae4b3d3c5f8de1bed Reviewed-on: https://review.typo3.org/49403 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Benni Mack authored
The extbase table column cache "extbase_typo3dbbackend_tablecolumns" stores all DB fields of all DB tables to detect if the TCA table contains a field named "pid". However, if a DB table has a TCA definition but no PID, then it fails at so many places. No need to execute a admin_get_fields call on every method call. (Which caches this information - ironically - in the database by default) The cache can be removed without substitution as the superfluous check on the DB field "pid" is removed. Resolves: #77411 Releases: master, 7.6 Change-Id: Ib4dca4e5f895f0e4334c26482423b833dcb773ca Reviewed-on: https://review.typo3.org/49396 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
EXT:filemetadata delivers a lot of sys_file_metadata fields with NOT NULL in it, which does not make sense. MySQL strict mode does not work with this SQL definition. Resolves: #77418 Releases: master, 7.6 Change-Id: Ia93c3fd88066ba148b26eb8044fa297d8572c86f Reviewed-on: https://review.typo3.org/49391 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Aug 04, 2016
-
-
Jörg Bösche authored
Concern extension "sysext". Additional field names in the database tables, which are greater than 40 characters are not completely saved. Often new columns have an extension prefix and a name. e.g. tx_myextension_model_tags_customFieldName Since MySQL 5.5+ it is possible to define database table name columns with 64 characters. The fix is for the master branch and backporting the version 7.6 LTS. Version 7.6 LTS requires MySQL version 5.5+. Resolves: #77323 Releases: master, 7.6 Change-Id: Ia163599c37c53275b0e36443f4f9f4c52919800a Reviewed-on: https://review.typo3.org/49371 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Björn Jacob authored
Added new screenshots. Removed documentation for obsolete "breakOnError" configuration. Corrected grammar and typos. Resolves: #70087 Releases: master, 7.6 Change-Id: Iaa1e58e0583f8293eb2d26c65fbf35f87ae4e017 Reviewed-on: https://review.typo3.org/48699 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-on: https://review.typo3.org/49370
-
- Aug 03, 2016
-
-
Oliver Hader authored
Scenario: * usage in a workspace * tt_content and sys_category records are created at the same time with defining an MM relation * sys_category.items (group/db field, with MM and opposite usage defined) is filled with accordant tt_content record Problem: * the remap-stack in DataHandler does not consider references that are defined in a group/db field * thus, these kind of relations are just not set, since the opposite reference uid cannot be resolved Solution: * process group/db relations with new record uids in remap-stack Resolves: #77374 Releases: master, 7.6 Change-Id: If5e6589e2a0995dc4fce3ff49bd309f2fdb6eb24 Reviewed-on: https://review.typo3.org/49337 Reviewed-on: https://review.typo3.org/49352 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
Functional tests are integrated to simulate editing MM references in a workspace context, however with submitting the live uids of the accordant entities to be referenced. Resolves: #77384 Releases: master, 7.6 Change-Id: I207f20ff4ac7d041a353e5d250f9283b0e62e591 Reviewed-on: https://review.typo3.org/49351 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Aug 02, 2016
-
-
Helmut Hummel authored
When defining a namespace prefix for psr-4 autoload in composer.json, it is possible to specify multiple paths as array. Thus, we must handle the array case properly and not falsely assume that there is only a path string. Resolves: #77365 Releases: 7.6, master Change-Id: If96f4ce9eb3f4466e8cc620025b1848681b56011 Reviewed-on: https://review.typo3.org/49336 Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
Wouter Wolters authored
Exclude: typo3/sysext/core/Build/Scripts/xlfcheck.sh typo3/cli_dispatch.phpsh Resolves: #77363 Releases: 7.6 Change-Id: I70871c4ebfb964f396e087ba4bbb1205a4fd8fab Reviewed-on: https://review.typo3.org/49333 Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
The tests now properly destroy occupied system resources. Resolves: #77364 Releases: master, 7.6 Change-Id: I54bd86385f9418ba9e7f3cba3bae440d1fd82d2d Reviewed-on: https://review.typo3.org/49330 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Francois Suter authored
Update documentation of extension "workspaces". Move all TSconfig related options here (over from TSconfig reference). Update rendering configuration (for docs.typo3.org). Resolves: #76799 Releases: 7.6, master Change-Id: I1e219edbc7d2c25cfd090ab54e7f0144f03c1608 Reviewed-on: https://review.typo3.org/49326 Reviewed-by:
Francois Suter <francois@typo3.org> Tested-by:
Francois Suter <francois@typo3.org>
-
Benni Mack authored
The TCA definition of backend_layout defines "thumbnail=resources" however the resources field does not exist at all in TYPO3. The definition should be removed. Resolves: #77353 Releases: master, 7.6 Change-Id: I76e82becfde1fbefbffc3d3b0d65b05bdc1a52cb Reviewed-on: https://review.typo3.org/49321 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Henry Singleton authored
Adds PDF file example to the fluid "image" viewhelper documentation. This demonstrates a capability of the image viewhelper that isn't currently explained in the documentation. Change-Id: Ice82c005ec66173c19d0f29efe069d23b3f46fdc Resolves: #77348 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/49319 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
If an extension is using a svg icon with no explicit height/width obviously, then the extension manager shows the icon on the full width of the table column, making it not only inconsistent but impossible to read the extension text. The patch removes the "width: auto" style in CSS. Resolves: #76381 Releases: master, 7.6 Change-Id: Idb9cfa9bd5720920f67b35d2dada6b21a469a1db Reviewed-on: https://review.typo3.org/49315 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Björn Jacob authored
Show values of CHECKBOX and RADIO elements on confirmation page. Send values in HTML and plain text mails. Change-Id: I59e6ed255d70902567812a9f7d9c6550c72f5a2d Resolves: #76866 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/49290 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>
-
Wouter Wolters authored
Add the missing LegacyTree initialization to FolderBrowser. Resolves: #76868 Resolves: #72369 Releases: master,7.6 Change-Id: I47494087e46ae63e100e38ff5345b230030c8b7d Reviewed-on: https://review.typo3.org/49312 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Ralf Zimmermann authored
The configuration key for the confirmation layout has been renamed from confirmation.layout to confirmationView.layout. Resolves: #77344 Releases: 7.6 Change-Id: I6dad180d58143abd1da4a9930ca36cb0dbfbc9c7 Reviewed-on: https://review.typo3.org/49305 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Markus Hölzle <typo3@markus-hoelzle.de> Tested-by:
Markus Hölzle <typo3@markus-hoelzle.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Jul 29, 2016
-
-
Mathias Brodala authored
Resolves: #77236 Releases: master, 7.6 Change-Id: I7806e9626826a06415f9b09de072ace89fb49059 Reviewed-on: https://review.typo3.org/49259 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Stefan Bürk authored
Fix a wrong condition in the procesItemState method for MENU handling for the USERDEF2 itemstate, so it would not be ignored anymore. Initializing the USERDEF2conf was never done, even if one or more USERDEF2 item states was found, because the condition was checking for NULL === TRUE, which will never be TRUE. Resolves: #77284 Releases: master, 7.6 Change-Id: I16c1d21f03c9aa3565744cae90b7f0cb487ec009 Reviewed-on: https://review.typo3.org/49257 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Mathias Brodala authored
While not exactly mandatory this extension is essential for a fully working TYPO3 installation, thus recommend to install it. Resolves: #77153 Releases: master, 7.6 Change-Id: Ifa88653e36a86771b7549f953a019d2cee0bd367 Reviewed-on: https://review.typo3.org/49250 Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Wrong usage of strpos leads to not respecting the given blacklist. Use in_array instead to solve the problem. Resolves: #72407 Releases: master,7.6 Change-Id: I774bb7c4c9c2bd1c32b2955368b5d9033256100b Reviewed-on: https://review.typo3.org/49258 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jul 28, 2016
-
-
Wouter Wolters authored
Use 7.6.3 as version instead of the first released version. Resolves: #77292 Releases: 7.6 Change-Id: I9f00fa4ef5586524ed799bf31ca0f6370e005cc0 Reviewed-on: https://review.typo3.org/49253 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jul 27, 2016
-
-
Benni Mack authored
When copying a record without permission, the log message does not show which table was affected. The patch adds the information to the log message and also sets the right log information to the logger. Resolves: #76885 Releases: master, 7.6 Change-Id: Ieb60bf90ac8062b9eb6e856d3b588e397af4dbfe Reviewed-on: https://review.typo3.org/49227 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Nicole Cordes authored
This patch removes default record title escaping in resolved DataProvider data and adds proper escaping where html output is generated. Resolves: #76399 Resolves: #76668 Resolves: #76900 Releases: master, 7.6 Change-Id: I03cf41c5200e920088116d1a67a2e342e46142d3 Reviewed-on: https://review.typo3.org/49185 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Helmut Hummel authored
To ease the usage of the core with extensions, we move the base test classes into a different place to be able to make them available when typo3/cms is pulled in as dependency, e.g. for testing extensions or in projects. This is a non breaking change, as the classes will be available in any case after that. By doing so, we can nicely cleanup the .gitattributes file Resolves: #76425 Releases: master, 7.6 Change-Id: I639f08a4e3e5dd73aa47570d326b72c64452acaf Reviewed-on: https://review.typo3.org/49159 Reviewed-by:
Peter Foerger <pfoerger@mac.com> Tested-by:
Peter Foerger <pfoerger@mac.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Timo Hund <timo.hund@yahoo.com> Tested-by:
Timo Hund <timo.hund@yahoo.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
Wouter Wolters authored
When opening a window with a file reference in a full window it is not possible to click the edit metadata button. Use a normal href to avoid the issue with choosing the correct frame. Resolves: #76729 Releases: master,7.6 Change-Id: Iaa140f28104782870c50ef0d876e472067a09fed Reviewed-on: https://review.typo3.org/49225 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jul 26, 2016
-
-
Andreas Fernandez authored
With Firefox, the RTE produces several JavaScript errors if the textfield is empty. The issue is that on Firefox it's tried to access the parent node of the html tag which is nonsense. Some regular expressions and an additional 'undefined' check are added to fix this wrong behavior. Resolves: #77191 Releases: master, 7.6 Change-Id: I617bdb6415c0468894aee08101c9d26cb790a077 Reviewed-on: https://review.typo3.org/49209 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Jul 23, 2016
-
-
Wouter Wolters authored
The function getRecordTitle does htmlspecialchars when 3rd parameter is set to true. Remove the surrounding htmlspecialchars to prevent double encoding. Resolves: #77192 Releases: master,7.6 Change-Id: Ic973c127dd6b5134ab74f89df7061144e5d03068 Reviewed-on: https://review.typo3.org/49176 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Jul 22, 2016
-
-
Helmut Hummel authored
Previously an active and valid session was dismissed, if login credentials are sent again. Now we do not start the user authentication if we have a valid session. This also fixes weird side effects during backend login, when it says that token is not valid. Resolves: #76995 Releases: master, 7.6 Change-Id: Ia070493eb99ff395c67e0ac40e85b5e8fe7debd3 Reviewed-on: https://review.typo3.org/48865 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tim Spiekerkötter authored
Fix a typo inside the query configuration with causes that there was no languageField key inside the query configuration. By fixing the typo the section menu can now render translated records in the default langauge again. Resolves: #77210 Releases: master, 7.6 Change-Id: Ibeece79e6aa5e4dbd29b2d613275ac2225d4098f Reviewed-on: https://review.typo3.org/49173 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Mark Watney authored
This is a follow-up commit to f648cdc5. To ease the usage of the core with extensions, with f648cdc5 we moved the base test classes into a different place to be able to make them available when typo3/cms is pulled in as dependency, e.g. for testing extensions or in projects. The current .gitattributes file causes that this class was not available when typo3/cms is pulled in as dependency, e.g. for testing extensions or in projects. This is a non breaking change, as the classes will be available in any case after that. Resolves: #77205 Releases: master, 7.6 Change-Id: I6f00ac1cb8c48cf2faea8bae666af691d8a1f7c2 Reviewed-on: https://review.typo3.org/49160 Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
- Jul 21, 2016
-
-
K J Kooistra authored
When editing a content element in the page module and (saving and) closing it the view will now jump back to the content element. This is especially useful for pages with a lot of content. Resolves: #70074 Releases: master,7.6 Change-Id: Ica27bb561f3b3c19c56b38d211a75e22e018e090 Reviewed-on: https://review.typo3.org/49123 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Jul 20, 2016
-
-
Benni Mack authored
It is not possible to change or override crop ratios via TSconfig for sys_file_reference (e.g. for a specific user or page tree branch), thus making the cropping functionality a pain for bigger sites. Setting a FormEngine option as expected like TCEFORM.sys_file_reference.crop.config.ratios.2\.15 = Widescreen does now work. Resolves: #77159 Releases: master, 7.6 Change-Id: I9b1366ed4339150c366fc36a814a251cc407afaa Reviewed-on: https://review.typo3.org/49122 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jul 19, 2016
-
-
Steven Cardoso authored
This patch deletes a file recycler instead of trying to move it into itself by renaming. The patch respects the user settings for recursive deletion. Resolves: #77091 Releases: master, 7.6 Change-Id: Iaf045f322c8fac661e1d0fa9bed2ae6e7a6ccc18 Reviewed-on: https://review.typo3.org/49113 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Marco Huber authored
For Apache 2.2 the current location is needed in the RewriteRule for the versionNumberInFilename feature. Resolves: #77098 Releases: master, 7.6, 6.2 Change-Id: I94fea70473d7598a00cfcf8b9ed4f464661c369b Reviewed-on: https://review.typo3.org/49111 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-