- Mar 21, 2014
-
-
Nicole Cordes authored
With a static table name the extension key is not updated which sets a wrong table title for the extension before. This patch resolves table title from configuration with a fallback to table name part and sets group name and extension key. This helps to prevent any conflict between different extensions. Resolves: #23478 Releases: 6.2 Change-Id: I5f33b0a9ab616256f0b328a6d7c793677213531b Reviewed-on: https://review.typo3.org/28510 Reviewed-by: Vladimir Podkovanov Reviewed-by: Wouter Wolters Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Nicole Cordes authored
To support a smooth upgrade from a 6.0 or 6.1 system, we have to reduce the length if the identifier field for the key "identifier". Resolves: #57002 Releases: 6.2 Change-Id: Ic5928ceae1f288cfb3005ad271e493f356679c82 Reviewed-on: https://review.typo3.org/28622 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Wouter Wolters authored
When deleting the deprecation log file a not styled flash message is shown afterwards. This is fixed by setting renderMode to div. Resolves: #57162 Releases: 6.2 Change-Id: I4ccc3620b008cd765b8fb1d124957e66aee448b5 Reviewed-on: https://review.typo3.org/28620 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Wouter Wolters authored
Resolves: #57166 Releases: 6.2 Change-Id: I72aa55cff3322bbe46d271758fd04f3aba860ae7 Reviewed-on: https://review.typo3.org/28619 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Oliver Hader authored
To reduce queries to accordant relations saved in the reference index, add the current workspace that is used. This information will be used later during publishing nested record sets (e.g. for Inline Relational Record Editing). Resolves: #56977 Releases: 6.2 Change-Id: I92851e243581a525bb99fafc9ed656fd613eeb82 Reviewed-on: https://review.typo3.org/28472 Reviewed-by: Wouter Wolters Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Eric Chavaillaz authored
When you open the workspace toolbar, the bullets of the list are shown. It should not. Resolves: #57114 Related: #55819 Releases: 6.2 Change-Id: Ia58ddd1cd8005d6e2410c04e28a2a7b2111665c4 Reviewed-on: https://review.typo3.org/28591 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Pascal Dürsteler authored
As annotated in the files, a refactoring is made to remove duplicated code. Resolves: #57072 Releases: 6.2 Change-Id: Idef2c3c194aa1659603c8b6bcc0a515ccff13a23 Reviewed-on: https://review.typo3.org/28524 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Oliver Hader authored
$TCA[<table>]['ctrl']['shadowColumnsForMovePlaceholders'] behaves similar to shadowColumnsForNewPlaceholders but is only used for move placeholders. If shadowColumnsForMovePlaceholders is not defined in particular for a table, but shadowColumnsForNewPlaceholders is defined, then that value is used as a fallback - since that property existed for a longer time already. Resolves: #56994 Documentation: #56749 Releases: 6.2 Change-Id: Icdbd35234efae8162cfb2dc15a2838acd22370b1 Reviewed-on: https://review.typo3.org/28473 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Ernesto Baschny authored
Releases: 6.2 Change-Id: I3278984b1a7aa4ee704b9568f01d3ff3edf94da9 Reviewed-on: https://review.typo3.org/28617 Reviewed-by: Wouter Wolters Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Helmut Hummel authored
To protect the backend from click jacking attacks a HTTP header needs to be sent, which prevents embedding backend pages in an iframe on domains different than the one used to access the backend. All recommended browsers respect this header and prevents the backend page to be shown in an iframe, so we do not need to implement further JavaScript frame busting solutions. Resolves: #54201 Documentation: #57144 Releases: 6.2 Change-Id: Ic83cae4917bb62ff8fe8b55a947ace7dba86d223 Reviewed-on: https://review.typo3.org/28601 Reviewed-by: Christian Kuhn Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Helmut Hummel authored
It was previously possible to access the install tool by using a specially crafted URL, which caused the install tool enable file check to fail. As there was no easy solution to solve this issue, we now introduce the need to create a file on first install. So in the installation directory the following must be present: d typo3 f index.php f FIRST_INSTALL After the installation the file will be removed. Resolves: #55387 Releases: 6.2 Change-Id: I583581f18b939ba032950451bab17ac20131683b Reviewed-on: https://review.typo3.org/28612 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Steffen Ritter authored
The FrontendContentAdapter transforms tt_content and pages records within cObject to the format which they have been stored in in pre 6.x installations, so probably existing legacy TypoScript config can deal with the same data. This patchset introduces an AllConfiguration flag allowing to disable that service. For new installations the service is disabled by default, upgrading installations have the service enabled. Resolves: #54979 Releases: 6.2 Change-Id: I254f5c170c3e6a9f5ee214c0fe0e7a58e080cf34 Reviewed-on: https://review.typo3.org/26807 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Alexander Stehlik Tested-by: Alexander Stehlik Reviewed-by: Stefan Neufeind Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Ernesto Baschny authored
Resolves: #57126 Related: #55810 Releases: 6.2 Change-Id: Iea0e324b6942ec90a8da387a28ff0e7d926d63f8 Reviewed-on: https://review.typo3.org/28585 Reviewed-by: Marcin Sągol Tested-by: Marcin Sągol Reviewed-by: Pascal Dürsteler Tested-by: Pascal Dürsteler Tested-by: Christian Kuhn Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Christian Kuhn authored
Fix a failing unit test after change c23414d5 Change-Id: I427663a1a528b24a0e63d2fc9ed2a6371902a4f4 Resolves: #57159 Related: #57152 Releases: 6.2 Reviewed-on: https://review.typo3.org/28611 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Markus Klein authored
* Cleanup code style * Fix code issues like forgotten return values Resolves: #53539 Releases: 6.2 Change-Id: Iec21bbb118d15e46bb464389d6a7bf3661b007a5 Reviewed-on: https://review.typo3.org/25295 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Pascal Dürsteler Tested-by: Pascal Dürsteler Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Helmut Hummel authored
When file caches are flushed, the cache directory is also deleted. Now when a second request comes in and creates the caches it happens that the cache directory of a given cache is still there for this cache when calling setCache in the SimpleFileBackend, but is deleted by the first request afterwards. Now the cache directory for the second request does not exist and setting cache entries will fail. Mitigate this by immediately recreating the cache directory. Resolves: #57136 Releases: 6.2 Change-Id: I3c4c5c63c6c754447549285d9718798272f9e585 Reviewed-on: https://review.typo3.org/28594 Reviewed-by: Ernesto Baschny Reviewed-by: Thomas Maroschik Reviewed-by: Pascal Dürsteler Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Ernesto Baschny authored
For a first installer the directory structure is empty and the first step will try to create it. We do not need to show these as errors to the user, only if the root directory cannot be written. To achieve this we raise "Warnings" instead (which are not shown in first step). To keep the Folder Structure menu item on the left menu in the Install Tool showing a red badge for non existing directories, we change this to also include Warnings. Resolves: #57152 Releases: 6.2 Change-Id: Idd628ecdf946f9befdb7fefd7a9bb7bccc175c2b Reviewed-on: https://review.typo3.org/28605 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Xavier Perseguers authored
Additional attributes must be concatenated with a leading blank space in order to get valid HTML content. Fixes: #57127 Releases: 6.2 Change-Id: Iac0cf3033af37efd8e1a8efeb777083503166c5c Reviewed-on: https://review.typo3.org/28587 Reviewed-by: Andreas Fernandez Tested-by: Andreas Fernandez Reviewed-by: Eric Chavaillaz Tested-by: Eric Chavaillaz Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Nicole Cordes authored
On empty pages no page content is rendered at all. This patch brings the clipboard back, if it contains elements so you can check those on the empty pages. Besides the drawFooterHook is shown again on empty pages. this isn't set in the core itself and extension authors should be able to choose if the content should be visible on empty pages. Resolves: #57062 Releases: 6.2 Change-Id: Ie7bd6fda730e801b285d7876a1eff39c3ba1eff0 Reviewed-on: https://review.typo3.org/28603 Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Frans Saris Tested-by: Frans Saris
-
Jigal van Hemert authored
The stdWrap property escapeJsValue actually encodes the content and should thus be called encodeForJavaScriptValue. Also the value must be enclosed in quotes to prevent it from being used outside the target context of string values in JavaScript. Releases: 6.2 Resolves: #57107 Documentation: #57108 Change-Id: Id5f850d36a87d71ca80eb58e3359ddacdd5b655e Reviewed-on: https://review.typo3.org/28571 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Ernesto Baschny authored
This reverts commit 07714455 This new interface is not being used throughout the Core, as this was just the first step of three to complete this functionality. So we revert and postpone this change for the next release. Change-Id: I5dd0e074a0026ff49b1d096ff4fd8926370aba3f Reviewed-on: https://review.typo3.org/28598 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Helmut Hummel authored
The check if we have class information can be simplified to !empty() Resolves: #57117 Related: #56933 Releases: 6.2 Change-Id: I8532b26142cc39da2b9bcca9880df715da57d59e Reviewed-on: https://review.typo3.org/28596 Reviewed-by: Frans Saris Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Stefan Neufeind Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Francois Suter authored
With the changes introduced by the new cache grouping system, the "Clear all cache" menu item in the clear cache menu has become ambiguous. Labels and tooltips can be improved. Resolves: #57128 Releases: 6.2 Change-Id: I2c723e3581605f7040f8a1cc1598053155ee80a4 Reviewed-on: https://review.typo3.org/28588 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Ludwig Rafelsberger Reviewed-by: Stephan Großberndt Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Mar 20, 2014
-
-
Markus Klein authored
Resolves: #57117 Related: #56933 Releases: 6.2 Change-Id: Ie305b808b0a9b9e10b5adca4af9e2562cf5123f6 Reviewed-on: https://review.typo3.org/28577 Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Wouter Wolters authored
Resolves: #57124 Related: #55116 Releases: 6.2 Change-Id: I26ce6a340c06f6dfccf255b9b6c9424d9bd70efb Reviewed-on: https://review.typo3.org/28583 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Helmut Hummel Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Nicole Cordes authored
Install tool shows errors for file and folder permissions on Windows system. As those are writable by default the errors should be turned into information. Resolves: #57118 Releases: 6.2 Change-Id: Idc9f1126916e161bcde1e48c91ada2f9846a9ef9 Reviewed-on: https://review.typo3.org/28579 Reviewed-by: Wouter Wolters Reviewed-by: Xavier Perseguers Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Marc Bastian Heinrichs authored
This patch add functional tests for exporting and importing FlexForm fields of types "group" internal_type "file" and "file_reference" and a field with a soft reference link to a file. Resolves: #56612 Releases: 6.2 Change-Id: Ic66257dab15ec7a2fde522be9f74170eec346877 Reviewed-on: https://review.typo3.org/28466 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Marc Bastian Heinrichs authored
According to the fixes for the normal TCA fields of type "group" internal_type "file_reference" in #49538 and #56353, this needs also to be fixed for the FlexForm fields: handle the internal_type file_reference as an db reference to sys_file. Resolves: #56991 Releases: 6.2, 6.1, 6.0 Change-Id: Ie66c86c1bf3f0386d23259d0aee6706564beace3 Reviewed-on: https://review.typo3.org/28465 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Xavier Perseguers authored
Resolves: #57119 Releases: 6.2 Change-Id: I9be8b51fd695e2470e22fe084eeec507fd78f6f2 Reviewed-on: https://review.typo3.org/28578 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Markus Klein authored
Resolves: #53812 Releases: 6.2 Change-Id: I41ac63010ff245ccbd7b1c09f6ee9f42b64e79cd Reviewed-on: https://review.typo3.org/25547 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Ernesto Baschny authored
The recommended setup (660/770) should generate a green "ok" and not a Notice. It now also includes a comment if group read/writeable about the potential risk and if configured a hint to BE/createGroup. Also display errors in case the configured mask does not include user read/writeable flags. Resolves: #57025 Releases: 6.2 Change-Id: If42d505e0b1bac10cfca1d7b76faec058989ccb2 Reviewed-on: https://review.typo3.org/28492 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Markus Klein Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Markus Klein authored
The tests have not been adjusted when http://forge.typo3.org/issues/52668 was merged. Resolves: #57055 Releases: 6.2 Change-Id: I259c7b5462d372f3244ee4c2e89a96cef0780478 Reviewed-on: https://review.typo3.org/28513 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Alexander Stehlik authored
The icon_warning2.gif is used instead of the deleted icon_warning.gif. Resolves: #57116 Releases: 6.2 Change-Id: I3a902a0bfb362c29e8ff6b384b844bf1f7f63cf8 Reviewed-on: https://review.typo3.org/28575 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Xavier Perseguers authored
Fixes: #57075 Releases: 6.2 Change-Id: Ided1204857dabf4fb15045056cc8a14010a53ae9 Reviewed-on: https://review.typo3.org/28558 Reviewed-by: Marc Bastian Heinrichs Tested-by: Marc Bastian Heinrichs Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Thomas Maroschik authored
The class loader caches if it doesn't find a class name for subsequent calls. But currently it only checks for NULL results from the cache and not the empty strings returned from the cache and thus tries to resolve the non existing class name over and over again. The fix converts the empty string to a NULL and changes the semantics of NULL to FALSE in the class loader. Fixes: #56933 Releases: 6.2 Change-Id: I4cd1a18b4a4496c287a937d6d9882ae21d3ee9a3 Reviewed-on: https://review.typo3.org/28419 Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Marc Bastian Heinrichs authored
This patch fixes the import of fields type "group" "internal_type" "file_reference" and adds functional tests for exporting and importing records with fields of type "group" "internal_type" "file" and "file_reference", the types for file handling before introducing the File Abstraction Layer. Resolves: #56516 Resolves: #56071 Releases: 6.2 Change-Id: I4298f27ee77a89230188aa0df1b187429d555188 Reviewed-on: https://review.typo3.org/28021 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Marc Bastian Heinrichs authored
The field "link" of the table "sys_file_reference" handles links. To make the SoftReferenceIndex, which is used by impexp and linkvalidator, work right, the “softref” key "typolink" should be registered. Resolves: #57010 Releases: 6.2, 6.1, 6.0 Change-Id: I95cb8dbfa0c6d84926cd57d1fe4e4dad93e9c21a Reviewed-on: https://review.typo3.org/28484 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Frans Saris Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Francois Suter authored
New TSconfig option clearCache.system does not work as expected because class \TYPO3\CMS\Backend\Toolbar\ClearCacheToolbarItem wrongly checks access to that option. Thus if only clearCache.system is set the clear cache menu does not show up at all. Resolves: #57064 Releases: 6.2 Change-Id: I51c9605c830a9099f21d254ae86d8d6cc430b02a Reviewed-on: https://review.typo3.org/28518 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Wouter Wolters Reviewed-by: Kay Strobach Tested-by: Kay Strobach Reviewed-by: Francois Suter Tested-by: Francois Suter
-
Alexander Stehlik authored
Instead of using unnamend parameters (?) in parseComparison() in the Extbase Typo3DbQueryParser the matching parameter identifier will be used for building the comparison SQL. Additionally the non existing "$parameters" method parameter is removed from a lot of method calls. Resolves: #57053 Related: #55167 Releases: 6.2 Change-Id: I1123275af57e8803ecd792d65f91627cef54f501 Reviewed-on: https://review.typo3.org/28511 Reviewed-by: Felix Oertel Tested-by: Felix Oertel Reviewed-by: Wouter Wolters Reviewed-by: Markus Klein Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- Mar 19, 2014
-
-
Stanislas Rolland authored
Problem: Magic images inserted in RTE content may be missing, for instance after flushing the _processed_ directory. Solution: Regenerate any missing magic image when rendering the content element. Revolves: #56147 Releases: 6.2 Change-Id: Ifa156791bcd1c446c7ae61888465bb680abdf36d Reviewed-on: https://review.typo3.org/27884 Reviewed-by: Frans Saris Tested-by: Frans Saris Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Wouter Wolters Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-