- Oct 06, 2011
-
-
Benjamin Mack authored
Certain fields of type "select" which offer records from a "foreign_table" will contain a huge amount of t3-icon-empty icons just below the select box. If you have enough of them, you even get a horizotanl scrollbar. See some screenshots here: http://forge.typo3.org/issues/13422 The issue is not a CSS issue, but a bug in the rendering of such a field. See it in action in tt_content field "sys_language". Just create enough sys_language records so that you see the row of empty icons being created. This wasn't this way before. Change-Id: I664400ee6ee1d778e227b1858f79b9ed98482d0a Resolves: #25398 Releases: 4.6, 4.5 Reviewed-on: http://review.typo3.org/5569 Reviewed-by: Stefan Galinski Tested-by: Stefan Galinski Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Oliver Hader authored
Change-Id: Ie4d202bc29094f3c234c1929c7fdd6c129777044 Related: #22881 Reviewed-on: http://review.typo3.org/5586 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Xavier Perseguers authored
This reverts commit 6294f1fa This feature should be postponed to TYPO3 4.7, before feature freeze. Change-Id: I86909cdf8e7e0133082b68000b014d3d4ad2a1ca Reviewed-on: http://review.typo3.org/5566 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Alexander Stehlik authored
Removed dependency on TYPO3_MODE constant in saltedpasswords which was used to determine if the extension is enabled and which table (fe_users or be_users) should be updated. Since the mode is required in the init process of saltedpasswords where the parent auth object is not available the new data in the info array (introduced in #26410) is used. Change-Id: I04180d283d6818b2e09d33f82036f6f88a5cb26c Resolves: #22881 Reviewed-on: http://review.typo3.org/1778 Reviewed-by: Markus Klein Reviewed-by: Stefan Neufeind Reviewed-by: Steffen Ritter Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
- Oct 05, 2011
-
-
Soren Malling authored
Currently the "Info" popup (show_item.php) provides information with raw data from sys_refindex. A editor will get informations such as actual table name from the database and a uid - but no real hint to what records it's all about. This patch provides information about table (name shown in list module), field name ( as shown in TCEforms) for both references tables Screenshots in forge issue Change-Id: I3c053b261573eae47bc812978e3d9d23e69af2e1 Resolves: #29774 Reviewed-on: http://review.typo3.org/4971 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Stefan Neufeind authored
Adds some minor modifications for restructuring in the pi code, and some hooks in order to allow for other search engines to be used. Additionally, "indexed_search_mysql" is added to the core that allows the mysql fulltext search with it. Thanks to Michael Stucki for all the work! Change-Id: I19ebc78dd0bb79297ee78104c7c6979379f2001e Resolves: #28613 Reviewed-on: http://review.typo3.org/3925 Reviewed-by: Stefan Neufeind Reviewed-by: Xavier Perseguers Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Stanislas Rolland authored
Variable is not initialized leading to incorrect transformation on way to RTE. Change-Id: I38751c6c5eb56920eb1286f2d39393b3dae7ce34 Resolves: #29782 Releases: 4.4, 4.5, 4.6 Reviewed-on: http://review.typo3.org/5537 Reviewed-by: Markus Klein Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
- Oct 04, 2011
-
-
Steffen Gebert authored
On a utf-8 file system meaningful prefixes can contain utf-8 characters. To prevent truncating in the middle of a multi-byte character the API functions must be used instead of substr(). Change-Id: I760f80b8cfa2dcea8b554c24467f56b662d465d9 Resolves: #30416 Releases: 4.5, 4.6 Author: Steffen Gebert <steffen.gebert@typo3.org> Reviewed-on: http://review.typo3.org/5479 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Andreas Wolf authored
Due to a bug introduced with a refactoring of t3lib_extFileFunc, it became impossible to copy directories. The two wrong statements (they were not inverted though they should have been) are fixed with this commit. Change-Id: Iaac9cbcf30e2b73e2fd7f5df6986e1ccdf76c079 Resolves: #30213 Related: #24218 Releases: 4.6 Reviewed-on: http://review.typo3.org/5241 Reviewed-by: Markus Klein Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Tested-by: Markus Klein Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
TypoScript configuration option 'compressCss' is never tested and thus does not work. Only the deprecated configuration option 'minifyCSS' is taken into account. Change-Id: Ic9d15bd1da84c92602a7e88283161c5b109d2939 Fixes: #30537 Releases: 4.6 Reviewed-on: http://review.typo3.org/5522 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Stanislas Rolland authored
Problem: Fixed JS scripts may not be loaded when a new version of TYPO3 is released. This may happen if the version of htmlArea RTE was not incremented. This is an error-prone situation. Solution: Add TYPO3 version to hash of cached scripts Change-Id: I78b94620cf782423fa70b779661ddb759c4915f5 Resolves: #30534 Releases: 4.4, 4.5, 4.6 Reviewed-on: http://review.typo3.org/5511 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Stanislas Rolland authored
Solution: Use relative url. Change-Id: I5bca5cd8567f9489e07ec928b9b2e046e970f212 Resolves: #30533 Releases: 4.6 Reviewed-on: http://review.typo3.org/5510 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Oct 02, 2011
-
-
Xavier Perseguers authored
When opening user settings, two deprecated methods are called. The new methods cannot be used as they combine the business logic into a single call but do not offer the same information granularity. Change-Id: I13df6093e61d9ba2aa730c27ac4f9b7471443f6a Fixes: #30516 Releases: 4.6 Reviewed-on: http://review.typo3.org/5481 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
Kay Strobach authored
Modifies the jumpTo function as described in #28851 This replaces the call top.TYPO3.Backend.ContentContainer.setUrl() with top.TYPO3.ModuleMenu.App.openInContentFrame() Change-Id: I7101563ad92da7d15baaa135629e3185630ab727 Resolves: #30409 Releases: 4.6 Reviewed-on: http://review.typo3.org/5448 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Markus Klein Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Xavier Perseguers authored
The system extension "form" comes with a manual in typo3/sysext/form/Documentation/Manual/en/manual.sxw. As the corresponding 'docPath' key is not defined in ext_emconf.php, the link to open this manual in not shown in the Extension Manager. Change-Id: Ia644d3dcebdc8e8909a0a54a760825028e637104 Fixes: #30444 Releases: 4.6 Reviewed-on: http://review.typo3.org/5476 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Sep 30, 2011
-
-
Oliver Hader authored
The new system extension form can be used to render custom FORM elements as well as regular cObjects like TEXT or COA. Since the form wizard can be used by any editor in the backend and writes data to the field bodytext, this can also be used to execute arbitrary TypoScript without further access checks. This change introduces two defined and allowed content elements "header" and "textblock" that can be defined by using the form wizard. If the TypoScript that was generated by the mentioned wizard is rendered, regular cObjects are disabled. If the FORM or FORM_INT cObject is used directly from a TypoScript template, all possible cObjects can still be used. Change-Id: I573764de7583b078456e71e95ea7903b433c29db Resolves: #30095 Releases: 4.6 Reviewed-on: http://review.typo3.org/5128 Reviewed-by: Andreas Wolf Reviewed-by: Frederic Gaus Tested-by: Frederic Gaus Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- Sep 27, 2011
-
-
cybercraft authored
Change-Id: I73bb1739d9b85320f00f4a228ade898d41a5df9c Resolves: #29019 Releases: 4.6, 4.5 Reviewed-on: http://review.typo3.org/4377 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Sep 22, 2011
-
-
Xavier Perseguers authored
Module About TYPO3 shows this text: The SVN Repository and the ChangeLog can be found here. This has to be updated to read "Git" instead of "SVN". Change-Id: I8e708f9e47e5afa5f4528bd308ca13b7f2535364 Resolves: #30171 Releases: 4.5, 4.6 Reviewed-on: http://review.typo3.org/5164 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- Sep 21, 2011
-
-
Steffen Gebert authored
The description for config.typolinkEnableLinksAcrossDomains is missing in the t3editor auto-completion. Change-Id: I701773bf9f6525035754ad46e54af5716e753c47 Fixes: #27697 Releases: 4.6, 4.5 Reviewed-on: http://review.typo3.org/5028 Reviewed-by: Tobias Liebig Tested-by: Tobias Liebig
-
- Sep 20, 2011
-
-
Oliver Hader authored
Get rid of calling the constructor of the parent without any additional logic. Change-Id: I5ebfe092c4174db0c75d76c1469ddff15e6c4ddf Resolves: #30094 Releases: 4.6 Reviewed-on: http://review.typo3.org/5125 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
TYPO3 v4 Release Team authored
Change-Id: I8856a8f5dc9e59b7e6ae629f365c34cf07a7e605 Reviewed-on: http://review.typo3.org/5122 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
TYPO3 v4 Release Team authored
Change-Id: Id2eebe9044ef8c2710bcc16e2caca8d8e22eb28b Reviewed-on: http://review.typo3.org/5121 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
TYPO3 v4 Release Team authored
Change-Id: I68120670e097815523ebd628135b90ed939c8905 Reviewed-on: http://review.typo3.org/5120 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
Jigal van Hemert authored
The 1-2-3 installer checks for the presence of the required PHP modules. The Reports module needs to perform this check to catch problems in many situations. Change-Id: I0b19bfb4d0f6a5bdd48ba8df9869ecfc4dd3a2d6 Fixes: #30054 Releases: 4.6 Reviewed-on: http://review.typo3.org/5094 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Oliver Hader Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
-
Tobias Liebig authored
For the beta3 release of the 4.6 core, all sysexts should have the state stable. Further the t3editor version number needs to be adjusted for the upcoming 4.6.0 release. Change-Id: I20c0c4dba4600c95ee2411591004542f0e5dc354 Resolves: #30077 Releases: 4.6 Reviewed-on: http://review.typo3.org/5100 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Andreas Bouche authored
Adds a negative lookahead for trailing slash to the regular Expressions in method "cssFixRelativeUrlPaths" to exclude absolute paths from being rewritten. Change-Id: I36355f46da53d167a9fb318228383a6181920398 Resolves: #29904 Releases: 4.6, 4.5, 4.4 Reviewed-on: http://review.typo3.org/5051 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Oliver Hader authored
The ability to render custom content elements in the system extension form fails. Change-Id: Ib2ff3cc391705be458140c9a0dea0e6255948e83 Resolves: #30088 Releases: 4.6 Reviewed-on: http://review.typo3.org/5117 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
Misconfigurations in e.g. TypoScript lead to cased "Array" strings. Change-Id: I3e161b855d7628d2b2bfc10df9dab3e9ef1d5356 Resolves: #30086 Releases: 4.6 Reviewed-on: http://review.typo3.org/5109 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Xavier Perseguers authored
Since PHP 5.3, PHP INI setting magic_quotes_gpc is deprecated but still defaults to "On". A report should be added to raise awareness of the administrators. Change-Id: Icdaeee1ea054bda1f26c5d3060e74006e7077e26 Resolves: #30079 Releases: 4.6 Reviewed-on: http://review.typo3.org/5101 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Stefan Neufeind Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Stefan Geith authored
If you set 'disable_controls'=>'list' you can _once_ upload an image (or file). But because of a missing Delete-Button you never are able to change this image (or file) later. Solution is, to add the delete Button, even if the list is not shown. To remove even the delete button, use 'disable_controls'=>'list,delete' Change-Id: Ia13a9a25a64742eb49e64b7f26c085f15ca72b87 Resolves: #22679, #M14430 Releases: 4.6 Reviewed-on: http://review.typo3.org/3347 Reviewed-by: Stefan Neufeind Reviewed-by: Xavier Perseguers Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Xavier Perseguers authored
The old Extension Manager should be officially deprecated in order to concentrate on enhancing the ExtJS-based one. Change-Id: I6e5b2daf149faa92973f4a3f1c41aaa82cb90ae8 Resolves: #30027 Releases: 4.6 Reviewed-on: http://review.typo3.org/5057 Reviewed-by: Markus Klein Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
Wrong method is used to retrieve label status_configuration_PhpSafeModeEnabled. Change-Id: Ie14d4d446a9d5e51e60594576a1cf3d42468f952 Fixes: #30081 Releases: 4.5, 4.6 Reviewed-on: http://review.typo3.org/5102 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
Invalid use of variable passed by reference in the method signature throws a PHP Runtime Notice in tx_em_Repository_Utility. Change-Id: I37f0ebb551b2d4fc06baa2c13c4c8bfcb15266ee Fixes: #30072 Releases: 4.6 Reviewed-on: http://review.typo3.org/5099 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
Add type hints and fix obviously wrong references (missing "tx_" and wrong case in class name). Change-Id: I702ccf454d9a547a075537e36a250169442ba1e1 Resolves: #30074 Releases: 4.6 Reviewed-on: http://review.typo3.org/5098 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Steffen Gebert authored
Updated the syntax completion database of t3editor to the changes of TYPO3 4.6. Change-Id: I798196aafd16c75f924f49c2f01389e43fb901c5 Resolves: #29995 Releases: 4.6 Reviewed-on: http://review.typo3.org/5037 Tested-by: Stephan Petzl Tested-by: Jigal van Hemert Reviewed-by: Björn Pedersen Reviewed-by: Jigal van Hemert
-
Bjoern Pedersen authored
There are pathes through analyseTypoLinks where currentR is not set, it can happen that the fetchType hook gets called with currentR=null. This throws an API error as the fetchType interface requires the first arg to be an array. Change-Id: I2d517b8c57678e645c590b51d50343c42a3d36a9 Resolves: #30043 Releases: 4.6 Reviewed-on: http://review.typo3.org/5097 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Oliver Hader authored
* fix some PHPdoc comments * remove @author annotations Change-Id: If0600e654b785683e1b394154022c650fee7dcda Resolves: #30066 Releases: 4.6 Reviewed-on: http://review.typo3.org/5093 Reviewed-by: Björn Pedersen Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Oliver Hader authored
t3lib_utility_Mail::breakLinesForPlainEmail() is not defined. Change-Id: I7d375aa53e7ab32f8cce383afd0a458da21a80f3 Resolves: #30065 Releases: 4.6 Reviewed-on: http://review.typo3.org/5092 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
t3lib_TStemplate::sortedKeyList() is used in a static context but is not declared to be static. Change-Id: I2659730d60e750d42d7c46372067e926a0d2411d Resolves: #30064 Releases: 4.6 Reviewed-on: http://review.typo3.org/5091 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
* remove superfluous __construct() methods * fix PHPdoc comments and add type hints * remove unused classes * fix CGL issues Change-Id: Ie859ea0a54a8234b5c5c8d6d16f0be6c947a9bc5 Resolves: #30046 Reviewed-on: http://review.typo3.org/5077 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-