- May 03, 2012
-
-
Stanislas Rolland authored
When no folder is selected, use $BE_USER->getDefaultUploadFolder(). Use the id of the base script so that the same styles are applied to the window. When enabled, move the folder creation form to the bottom of the window. Honour readonly filemounts. Slightly increase the default opening width of the image dialogue. Change-Id: I710e60ffe00125874532137422a4ee461b8850e7 Releases: 6.0 Resolves: #36815 Reviewed-on: http://review.typo3.org/10969 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Francois Suter authored
In the local list of extensions, the tooltips on the first two action columns are misplaced. Tooltips from the second one override those from the first one. Change-Id: I24f02ff8b28a49e4649b7139d7d9ce196a6fceb8 Fixes: #36610 Releases: 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/10810 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Francois Suter Tested-by: Francois Suter
-
Thomas Layh authored
If tt_content.image.20.maxW is not set, PHP throws a warning about division by zero. This is not necessary. After that the variable $scale is not set. This patch checks if $netW is greater zero and otherwise the else condition will set $scale to 1. Change-Id: Icd876b33d543080e486e0184c8af34c9a3831738 Fixes: #36777 Releases: 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/10928 Reviewed-by: Michael Klapper Tested-by: Michael Klapper Reviewed-by: Philipp Gampe Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Stanislas Rolland authored
Use FAL file properties "name" and "alternative" as default values for "title" and "alt" img tag attributes when inserting an image into the RTE content. Change-Id: If33bfbd26bea5e63e154cd4e042b327eb1e02199 Releases: 6.0 Resolves: #36796 Reviewed-on: http://review.typo3.org/10944 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- May 02, 2012
-
-
Stanislas Rolland authored
Problem: sys_refindex should be updated when an image is inserted or removed from RTE content Solution: Add rtehtmlarea_images softref key Change-Id: I40d504adf3d51e55fd271d01656e9db3f285d7ad Releases: 6.0 Resolves: #36789 Reviewed-on: http://review.typo3.org/10940 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Ingmar Schlecht authored
Several parts in the Core require class names to start with "tx_" or "user_", e.g. for working with user functions in a particular context. The "t3lib_" prefix is simply missing here... Change-Id: I577ce61506f2dacb5805493d29296f1b84b46419 Resolves: #36779 Related: #36726 Releases: 6.0 Reviewed-on: http://review.typo3.org/10901 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Ingmar Schlecht authored
Due to a wrong TCA configuration, the placeholder feature in content elements using images just shows the unresolved value "__row|__foreign|name" instead of the correct title. Change-Id: I7b574e1fb79a7bed02bb265671847449780ef0f4 Resolves: #36403 Releases: 6.0 Reviewed-on: http://review.typo3.org/10898 Reviewed-by: Ingmar Schlecht Tested-by: Ingmar Schlecht Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- May 01, 2012
-
-
Bart Dubelaar authored
Custom HTML tags would get malformed while editing in IE. If a tag is not present in HTML4 and the document mode of IE is lower than IE9 Standards, then the tag is not present in the DOM and not parsed correctly. This is fixed by specifying possible custom tags in TSconfig and creating dummy instances of the tags before loading the contents in the DOM, also known as the Shiv trick. Change-Id: Ie9ee09947a88dd73f92c0330f5d0c15609a7efb3 Fixes: #34786 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/9743 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Apr 30, 2012
-
-
Stanislas Rolland authored
Solution: Get original file from data-htmlarea-file-uid attribute Change-Id: I5c4aef33bdcbe7c5badac9173480e33fb627b302 Releases: 6.0 Resolves: #36718 Reviewed-on: http://review.typo3.org/10894 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Apr 29, 2012
-
-
Christian Kuhn authored
The correct check for the old xclass register usage is to test for array entry count greater than zero. Furthermore the comments have been improved. Change-Id: I0ce923c3bb220872dfc6482e963240271408d9ec Resolves: #36703 Releases: 6.0 Reviewed-on: http://review.typo3.org/10870 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Tolleiv Nietsch authored
After #31893 is merged we can remove the XCLASS blocks from the Core. This patchset removes it from the classes within t3lib. Besides that it declares t3lib_TimeTrackNull and t3lib_TimeTrack to be final to make sure that extending them is still denied. This patchset itself should not be merged before the related patch for EXT:dbal (#31183) is merged. Change-Id: I09e5253191972ac4b3b033aeb770758690ea3755 Fixes: #36184 Releases: 6.0 Reviewed-on: http://review.typo3.org/10556 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Clean up some of the comments of the new XCLASS handling, separate the deprecation handling to an own method and add a NEWS.txt entry. Change-Id: I16a828e15c8e3d347b8b331ffb554ac42aa82644 Resolves: #36698 Related: #31893 Releases: 6.0 Reviewed-on: http://review.typo3.org/10865 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Apr 28, 2012
-
-
Christian Kuhn authored
Change-Id: I78c3001968f546e04007a191ec963a0721dee025 Related: #35827 Reviewed-on: http://review.typo3.org/10853 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Alexander Jahn authored
Change-Id: I7b0dd0ef83d8fe62aeaf12849bcf87b00801eacc Fixes: #36296 Releases: 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/10700 Reviewed-by: Philipp Gampe Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
dkd-egerer Sascha Egerer authored
remove the old and ugly noBlur javascript stuff in menu rendering Change-Id: Ifd4ca7bcb11058b0b4610cc9c3aa5f1dd15d8118 Resolves: #35827 Releases: 6.0 Reviewed-on: http://review.typo3.org/10504 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Kilian Hann Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Oliver Klee Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
TYPO3 FAL Team authored
Change-Id: Ifd6c313eeab812b511b8ae9ae893cc399244b590 Resolves: #36387 Releases: 6.0 Reviewed-on: http://review.typo3.org/10656 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Tomita Militaru authored
Since typo3.com was replaced by typo3.org, current frontend copyright comment shows duplicate domain in copyright: TYPO3 is copyright 1998-2012 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at http://typo3.org/ and http://typo3.org/ Change-Id: Id0647274974032f20a1b5a050e439ed43213bcdb Fixes: #36164 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/10818 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Tomita Militaru authored
This is a no-brainer, fixes the bug with the title of phpinfo() in the Install Tool being hidden from CSS. Change-Id: Ia4ff710c24ae4b2537f0cbcdf154b62cce080784 Fixes: #34686 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10793 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
TYPO3 FAL Team authored
Change-Id: Ie2a8e10977b2363c75b5a78442460c606cd7b026 Resolves: #33752 Releases: 6.0 Reviewed-on: http://review.typo3.org/10658 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
TYPO3 FAL Team authored
Integrate a scheduler task that takes care of indexing files. Change-Id: Id967456dbefadc33d1a23e8756e2cfef30f7139a Resolves: #34284 Releases: 6.0 Reviewed-on: http://review.typo3.org/10657 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
TYPO3 FAL Team authored
Change-Id: I41ba039e98e077fdd5e4a9aff73fe194f3356308 Resolves: #33751 Releases: 6.0 Reviewed-on: http://review.typo3.org/10655 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
TYPO3 FAL Team authored
The File Abstraction Layer Handling is based on the API and adds the required TCA tables and configurations, upgrade wizards and language labels. Change-Id: I4c46ef1d8141562d44a8f53019be503c1c01e357 Resolves: #33750 Releases: 6.0 Reviewed-on: http://review.typo3.org/10654 Reviewed-by: Steffen Ritter Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Christian Kuhn authored
Add missing tests to the autoloader test case to test the new XCLASS handling of issue #31893. The patch also fixes a minor error when writing registered XCLASS files to the autoloader cache file. This error is covered by the third added test. Change-Id: I394c05a48ee2a2796299e72b17840689432212a2 Resolves: #36690 Related: #31893 Releases: 6.0 Reviewed-on: http://review.typo3.org/10843 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Francois Suter authored
In some browsers the action icons of the new EM disappear, to be replaced by an ellipsis (...). This is due to ExtJS using "text-overflow: ellipsis" and some browsers miscalculating the width of the column. This text-overflow directive is not necessary as the icons fit nicely anyway. Change-Id: I35aa04191f1f315e1e3ac7c22057d205bb0393b2 Fixes: #30900 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10809 Reviewed-by: Francois Suter Tested-by: Francois Suter
-
TYPO3 FAL Team authored
Integrates a helper method to setup proper TCA for FAL fields. Change-Id: I68b3026fe3264f6fbbe3e1502c53446af5627082 Resolves: #36384 Releases: 6.0 Reviewed-on: http://review.typo3.org/10652 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Susanne Moog authored
The new phpunit extension ships with a vfsStream version that changed the create methods parameters. Therefore all vfsStream dependent unit tests fail. Change-Id: I573535ac067c782f5c100f062406efc3201f64c2 Resolves: #36687 Releases: 6.0 Reviewed-on: http://review.typo3.org/10842 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Apr 27, 2012
-
-
Francois Suter authored
When displaying a column containing MM-relations in Web > List view, deleted records will show up, because the MM relations still exist and the foreign table is not checked for deleted records. Additionally an empty result in this case should display "N/A" just like for the other situations. Change-Id: Ibfd879482ebf3ff5d75b9c8535bad440150c68bf Fixes: #21713 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10745 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Tomita Militaru Tested-by: Tomita Militaru Reviewed-by: Oliver Klee Reviewed-by: Francois Suter Tested-by: Francois Suter
-
- Apr 23, 2012
-
-
TYPO3 v4 Release Team authored
Change-Id: Ie6e1fa3dfe3409ad4a9a872f8a882935d1173a9e Reviewed-on: http://review.typo3.org/10719 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
Francois Suter authored
When the TCEmain command "localize" is used on a table that has a type attribute, this type is not copied automatically. This may lead to a discrepancy between the parent record and its translations. The type must be copied when localizing. Change-Id: I5c460fa1d8fa3ab97b23ab548d9951a3ad2dd0ac Fixes: #35361 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10082 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Andreas Otto Tested-by: Andreas Otto Reviewed-by: Francois Suter Tested-by: Francois Suter
-
- Apr 22, 2012
-
-
Tobias Liebig authored
Some setups require to add a require() statement at the end of the localconf.php to be able to override the configurations. This patch introduces a new "edit end token" similar to the existing "edit token". Only the lines between the "edit token" and the "edit end token" will be updated by the install tool. The code above and below that will stay untouched. Change-Id: I87877503fe71196a7d099f96fb9f4a3018624bd5 Resolves: #24037 Releases: 6.0 Reviewed-on: http://review.typo3.org/10492 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
dkd-egerer Sascha Egerer authored
hide/unhide is broken when inline record is not opened before Change-Id: I05a2cb3add21a93e1c893664fa75ff6dfeab83d2 Resolves: #34303 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10525 Reviewed-by: Ingo Renner Tested-by: Ingo Renner Reviewed-by: Sascha Egerer Tested-by: Sascha Egerer Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Jakub Cernek authored
Allow dash in regular expression of cropHTML function. It is needed for recognition of W3C non-standard TYPO3 'link' element syntax. (e.g. <link email@example.org - mail "Open email window"> email@example.org</link>) Change-Id: Id7274fdab0be96a9118341a95dab82386d01c903 Fixes: #26915 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/2641 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Christian Kuhn authored
Change-Id: I87b4c4c4f4c7f5f2ff2f3af388a5b3dfb968eb6c Resolves: #36408 Releases: 6.0 Reviewed-on: http://review.typo3.org/10673 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Michael Staatz authored
When a reverse proxy is configured in $TYPO3_CONF_VARS and you call t3lib_div::getIndpEnv('TYPO3_SSL') it returns the wrong protocol. You can reproduce this in the following way: If realUrl has the configuration to take the next higher level in the page tree in the case of not finding the current page then the protocol will be changed by the static method t3lib_div::getIndpEnv('TYPO3_SSL') Change-Id: I7a3c74c117753edfc1b9552d4110479f3a013f46 Fixes: #36004 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10433 Reviewed-by: Sebastian Popovic Tested-by: Sebastian Popovic Reviewed-by: Tom Ruether Tested-by: Tom Ruether Reviewed-by: Chris Wittmann Tested-by: Chris Wittmann Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Felix Kopp authored
Cleans up the raster of icons in docheader (row1 & row2) and tree toolbar. Also aligned backend module headline to tree root. List module tables also receive an standard margin to the right. Change-Id: I96996051a3b6b4af503053d0d6b9ecb56a1be163 Fixes: #36197 Releases: 4.7, 6.0 Reviewed-on: http://review.typo3.org/10560 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Max Roesch Tested-by: Max Roesch Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
- Apr 21, 2012
-
-
Susanne Moog authored
All t3lib_extMgm methods are meant to be called statically. The function addFieldsToUserSettings is missing the static keyword. Change-Id: I4dbc1f64bc432695fac8a295261e53560bcb03d7 Fixes: #36399 Releases: 4.5,4.6,4.7,6.0 Reviewed-on: http://review.typo3.org/10669 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
fe_tce was a weird concept for form data handling from the old days. It was deprecated with 4.6 and can be removed now. Change-Id: Ib075b836706bb7d5b0e4952e08c73a38e6db164b Resolves: #36406 Releases: 6.0 Reviewed-on: http://review.typo3.org/10672 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
The methods are annotated as deprecated in the method comments, but did not log a deprecation message yet. Change-Id: I11e8b1632d15e675e45320bd23c8d74fa47027e1 Resolves: #36404 Releases: 6.0 Reviewed-on: http://review.typo3.org/10671 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Deprecated since 4.6 and can be removed in 6.0 Change-Id: Id7e77a26d2681480553b86fadfa147cf0f1ffcd2 Resolves: #36402 Releases: 6.0 Reviewed-on: http://review.typo3.org/10670 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Peter Niederlag authored
Problem was introduced by new API t3lib_befunc::helpTextArray() which changed ::helpText() Change-Id: Idc055446333bfaec008944e41b434e844fcbd241 Fixes: #36194 Relates: #23798 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/10577 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Susanne Moog Tested-by: Susanne Moog
-