- Jul 08, 2012
-
-
Susanne Moog authored
The file move_el.php first requires init.php and then template.php. As template.php was already required by the autoloader during initialization process this results in a fatal error: Cannot redeclare... The patch removes the require statement for template.php Change-Id: I096ecfb017f5ec78ac1be35d3bcd985d88b82a56 Fixes: #38763 Releases: 6.0 Reviewed-on: http://review.typo3.org/12712 Reviewed-by: Steffen Ritter Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Georg Ringer authored
This patch drops the functionality that resources (like images) can be uploaded and bound to TypoScript templates. This feature was hardly ever used and is bloated through the core. Change-Id: Ib4c0c107d10fb3dbe9b2ad02691df05709a14ae6 Resolves: #34471 Releases: 6.0 Reviewed-on: http://review.typo3.org/9322 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Felix Kopp Tested-by: Felix Kopp Reviewed-by: Susanne Moog Tested-by: Susanne Moog
-
Ingmar Schlecht authored
This patch fixes the update wizards, minor issues like the relation count, the descriptions etc. Change-Id: I84acfedcc673064b3f7842a8409ec99bda7c7af9 Resolves: #38749 Releases: 6.0 Reviewed-on: http://review.typo3.org/12705 Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Lars Peipmann authored
When page.javascriptLibs.jQuery.noConflict was set to 0, the page renderer API got "FALSE" for the parameter "$namespace", but it expects a string or a constant. Change-Id: Ib053d12371bace2b7b081b09f99f31a504879b08 Resolves: #38750 Relates: #38737 Reviewed-on: http://review.typo3.org/12706 Reviewed-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Benjamin Mack authored
When editing a sys_file database record - the metadata of a file - the header area is not localized, and the CSS styles for the preview image are inline-written. The change cleans this up by moving the labels in a file and the CSS styles into the according t3skin CSS file. Change-Id: I177a46f210cbe90cd142f5236c33a754999d7bca Releases: 6.0 Resolves: #37116 Reviewed-on: http://review.typo3.org/11151 Reviewed-by: Wouter Wolters Reviewed-by: Oliver Klee Reviewed-by: Ingmar Schlecht Tested-by: Ingmar Schlecht
-
Ingo Renner authored
To clean up TSFE from frontend preview code a hook is needed to post process the results of fetch_the_id() Change-Id: I6d8cdfb5c44d33ca67144a5a5e1ac688342f20b8 Resolves: #38743 Releases: 6.0 Reviewed-on: http://review.typo3.org/12704 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Philipp Gampe Reviewed-by: Ingo Renner Tested-by: Ingo Renner
-
Andy Grunwald authored
Some violations against the ClassDocComment was found in the UnitTests. Change-Id: I55e4c1b21635d9ff905b1d9e6685dd1498c03aca Fixes: #38738 Releases: 6.0 Reviewed-on: http://review.typo3.org/12700 Reviewed-by: Philipp Gampe Reviewed-by: Oliver Klee Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Andy Grunwald authored
In the TYPO3 core and two system extensions, there are some CGL violations against Squiz.WhiteSpace.LogicalOperatorSpacing. Change-Id: I63d345b5a1f9024938574467f90d4d2662abe944 Fixes: #38740 Releases: 6.0 Reviewed-on: http://review.typo3.org/12701 Reviewed-by: Oliver Klee Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Helmut Hummel authored
If jQuery is included with TypoScript, it is not possible to enable it with the default jQuery noConflict mode to just register "jQuery" as a global variable. Improve the page renderer to allow setting a custom namespace or to use the default jQuery noConflict mode. Change-Id: I83d427ed02505f4be30248234c605de901501f89 Resolves: #38737 Releases: 6.0 Reviewed-on: http://review.typo3.org/12699 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Steffen Ritter authored
Palette fields are always inline, to sit in one line aside. Therefore sizing is not possible. This has ugly effects on IRRE wildly resizing on collapse/expand. This does not make sense. Since image field is the only field within that palette (relict from pre-FAL) remove the wrapping palette. Change-Id: I3e92a4c8706ab613834c95c12178d6905f963704 Releases: 6.0 Fixes: #38741 Reviewed-on: http://review.typo3.org/12703 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Soren Malling authored
It would make sense to make the icons describing allowed record type in a TCEforms element clickable. This will create a filter, showing only the clicked record type Change-Id: I02f2a21d03b7fe788039c6dfe245ace0b3bd5807 Fixes: #666 Releases: 6.0 Reviewed-on: http://review.typo3.org/12696 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Helmut Hummel authored
Change f28bdc19 introduced new sorting icons for the list and file list module. To further improve it, use light arrows for the dark background in the file list module. Additionally change the naming from "sort" to "sorting" Change-Id: I5132e684ce461c61be097608f2d90f36f05528b9 Resolves: #11127 Releases: 6.0 Reviewed-on: http://review.typo3.org/12692 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
- Jul 07, 2012
-
-
Steffen Ritter authored
The UI of IRRE should be adapted to be to the new designs. In this matter we need to adapt the Collapse/Expand behaviour which is now build wih jQuery. Releases: 6.0 Resolves: #36052 Change-Id: I6ce22f9e147b03b9d9d630372ea221b5f5cddc86 Reviewed-on: http://review.typo3.org/12676 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Soren Malling Tested-by: Soren Malling Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Steffen Ritter authored
After editing a content element at the bottom of the page module an editor always returns to the top of the page module. The expected behaviour is to return to the previous CE. Change-Id: Ifa7240bc22eea20a6e0ba3e4ac2342433fbad68f Releases: 6.0 Fixes: #11227 Reviewed-on: http://review.typo3.org/12695 Reviewed-by: Ingmar Schlecht Tested-by: Ingmar Schlecht Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Lars Peipmann authored
Use function in page renderer to include jQuery via TypoScript settings with options to change the version and source. Change-Id: I7fc130bc5fc7ce5e27b8b58998af3406b26ce45d Releases: 6.0 Resolves: #38678 Reviewed-on: http://review.typo3.org/12630 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Ingo Renner authored
Just like there is a hook to post-process determineID(), there should be a hook to pre-process the determination of the page ID. This should be useful to extract f.e. page preview handling. Change-Id: I17a2d15c5c7488a4ead5b88cfeb7a365cb124be1 Resolves: #38725 Releases: 6.0 Reviewed-on: http://review.typo3.org/12693 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Ingmar Schlecht Tested-by: Ingmar Schlecht
-
Soren Malling authored
When translating a certain page to some languages, it would be helpful to have the well-known "save and new" buttons :-) Change-Id: I2a153ccc8c7dd97f304b7488ae17b1c1fc1e514a Fixes: #5377 Releases: 6.0 Reviewed-on: http://review.typo3.org/12694 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Wouter Wolters authored
Sort direction indicator in list module incorrect Change-Id: Ic28c66d1563fd948dd10ecd8da3d4375caa6ae1a Fixes: #11127 Releases: 6.0 Reviewed-on: http://review.typo3.org/12688 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Steffen Ritter authored
New Design of Jens for readOnly fields applied to TCEforms. Change-Id: I3b7987aa795778c2b77be18e8e7f9410e16eaaf2 Releases: 6.0 Resolves: #36967 Reviewed-on: http://review.typo3.org/12670 Tested-by: Philipp Gampe Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- Jul 06, 2012
-
-
Stanislas Rolland authored
Problem: The imported css file does not contain any css rule. Solution: Check for the presence of css rules in the imported file. Note: Thanks to Robert Volk. Change-Id: I4008e4475a6224331e0bc40ec2ebe2f8fa3cbf7d Releases: 4.5, 4.6, 4.7, 6.0 Resolves: #36316 Reviewed-on: http://review.typo3.org/12646 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Stanislas Rolland authored
Problem: Words containing special characters (f. e. German umlauts) can´t be added to the user´s personal dictionary. Solution: Work around Aspell issue. Change-Id: I4382cabc8d4d5190d5c27a0bcdb4ab212b2855eb Releases: 4.5, 4.6, 4.7, 6.0 Resolves: #38653 Reviewed-on: http://review.typo3.org/12679 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Benjamin Mack authored
Files with uppercase letters are sorted before all lowercase file names due to a bug in getFilesInDir(). This behavior is seen in the browse_links function, but not in the general file list module. The fix does the sorting independently from the uppercase characters. Change-Id: Ie748bc96d80ea284bfb9a5519b2769bba7aa8749 Resolves: #18771 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/12659 Reviewed-by: Karsten Madsen Tested-by: Karsten Madsen Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Benjamin Mack authored
jQuery 1.8 (beta1 currently, final will be released in July 2012) is now included in the typo3/contrib/ directory. Additionally jQuery in a noConflict mode is available in the TYPO3 Backend through "TYPO3.jQuery". The page renderer also has methods to include jQuery versions through CDNs and different versions. It also add namespace support, so that multiple versions of jQuery can be included in different namespaces. It is also possible to disable the namespace completely and let jQuery register itself globally which can be useful for frontend rendering. Once the final 1.8 version is released, the minified version of jQuery should be included as well. Currently we included two files both with the uncompressed version of jQuery 1.8 beta1 The support for jQuery Plugins and for TypoScript inclusion will be added in separate commits. Change-Id: I659e50867a189fe4b7d5ac8313040dcecb58ee71 Resolves: #38709 Reviewed-on: http://review.typo3.org/12222 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Ingo Renner Tested-by: Ingo Renner
-
Steffen Ritter authored
For the UXW new icons for import/export have been created by the Design Team. Integrate them finally after a long time. Change-Id: I6a21f91207fe534ed562084d2c72aa04a6b2e286 Releases: 6.0 Resolves: #627 Reviewed-on: http://review.typo3.org/12663 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- Jul 05, 2012
-
-
Soren Malling authored
In order to make the selection of a content element as smooth as possible, and avoid showing not needed content types, default renderMode is set to tabs Change-Id: I49cc0f11d9d1faed73aa963daeb5cdb9e2f28af6 Fixes: #38621 Releases: 6.0 Reviewed-on: http://review.typo3.org/12565 Reviewed-by: Susanne Moog Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Stanislas Rolland authored
Description: When pasting while pasteStructure or pasteFormat behaviour is enabled, the default behaviour should keep HTML5 block tags article, aside, footer, header, nav and section. These defaults may be modified in Page TSConfig with buttons.pastebehaviour.[behaviour].keepTags. Change-Id: I448b7c5e3dd73eeb037aba805406f429bb93461a Releases: 6.0 Resolves:#38683 Reviewed-on: http://review.typo3.org/12638 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Stanislas Rolland authored
Problem: There is no command "cat" on windows systems. The equivalent for these systems would be "type". Solution: Use "type" when OS is Windows. Change-Id: I114f9fe38ff0261fffee41a95926ff042e058371 Releases: 4.5, 4.6, 4.7, 6.0 Resolves: #36438 Reviewed-on: http://review.typo3.org/12632 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Ingo Renner authored
The progress bars introduced in the scheduler have two small issues: * an empty line between the progress bar and additional information * if progress is not far enough the percentage value breaks to a new line, becoming invisible to the user Change-Id: I4fbd5d5318aa248826fab8918e931533a4c0a852 Fixes: #38673 Releases: 6.0 Reviewed-on: http://review.typo3.org/12625 Reviewed-by: Ingo Renner Tested-by: Ingo Renner
-
Stanislas Rolland authored
Description: When IE9 is used in native IE9 mode, the RTE should always use the standards-based methods supported by IE9. Change-Id: I1a4b94706600c559e8468684441e6034089c16ba Releases: 6.0 Resolves: #38656 Reviewed-on: http://review.typo3.org/12616 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Jul 04, 2012
-
-
Stanislas Rolland authored
Remove code that was deprecated in TYPO3 4.6. Change-Id: Iae9791b7713daf5af0a4d1574d07203950f616ad Releases: 6.0 Resolves: #38650 Reviewed-on: http://review.typo3.org/12613 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Stanislas Rolland authored
Remove PageTSConfig properties that were deprecated in TYPO3 4.6. Change-Id: I22d3230134a85d36aa10ebe479cbcb156d4abb2e Releases: 6.0 Resolves: #38618 Reviewed-on: http://review.typo3.org/12564 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Oliver Hader authored
There is a known XSS vulnerability in swfupload which isn't fixed yet. Thanks to the Wordpress project for providing a fix - we just borrowed that code. Change-Id: Id4ca67f9cf57888a007ff6c9a2363830869eb8e6 Fixes: #38578 Releases: 6.0, 4.7, 4.6, 4.5 Security-Bulletin: TYPO3-CORE-SA-2012-003 Reviewed-on: http://review.typo3.org/12594 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
TYPO3 Release Team authored
Change-Id: I30875a714fa152bee5808c42831136cb6fe5c249 Reviewed-on: http://review.typo3.org/12588 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
Andy Grunwald authored
The change in #38604 introduced failing UnitTests for t3lib_div::validPathStr, because we changed the return value to real boolean. The UnitTest was checked about a NULL value. With the change in #38604, we return FALSE. Change-Id: I8d7203564401f0add45fbdbaa7e0b371d57e5b7d Fixes: #38613 Releases: 6.0 Reviewed-on: http://review.typo3.org/12561 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
The different ways of versioning (element, page, branch) have been defined to element versioning some TYPO3 version ago. With TYPO3 4.7, those settings, especially the handling of the field t3ver_swapmode has been removed from t3lib_TCEmain. Since the default value of t3ver_swapmode is not -1 anymore, but 0 instead, this will lead to inconsistent side-effects. The solution is to remove all occurrences. Change-Id: Ie729287cac07d6e5d3d88a23d1291f4d701b8ea4 Fixes: #38608 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/12553 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
If no hidden field in TCA for IRRE child records, this will lead to JavaScript errors on expanding the accordant child record in the TCEforms view. This regression has been introduced in issue #34303 Change-Id: If53182bf13a9d7d50479fe00561f3decbceb1fa2 Fixes: #37615 Related: #34303 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/11762 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Stanislas Rolland authored
Problem: There was a bug in ExtJS 3.1 that produced a JavaScript error when a window object was configured as resizable. Solution: Apparently, this is fixed in ExtJS 3.4, at least in IE and compatibility modes IE8/IE7. Change-Id: Icdf93aa61c8b53f4a2a3d4c00db1969cedf2194e Releases: 4.7, 6.0 Resolves: #38617 Reviewed-on: http://review.typo3.org/12562 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Jul 03, 2012
-
-
Stanislas Rolland authored
Problem: When using IE9, the RTE does not work correctly when using compatibility modes IE8 or IE7. In particular, the style sheets are not parsed, because they are not loaded in the same order as with the specified compatibility version. Solution: Check whether compatibility mode is activated and avoid reliance on order. Change-Id: I7a1ecf4ad0a4343311ce5aea4edcb893c58750e4 Releases: 4.5, 4.6, 4.7, 6.0 Resolves: #38574 Reviewed-on: http://review.typo3.org/12560 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Stanislas Rolland authored
This reverts commit 5e4d5cfc Avoid reliance on order of style sheets. Change-Id: I68640bbc7e49a7643db2070e3a6a5c27056e9fab Reviewed-on: http://review.typo3.org/12559 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Andy Grunwald authored
In t3lib_div::validPathStr() a boolean (TRUE) is returned, if this is a valid path string. If it is NOT a valid path string, then nothing will be returned. In the doc comment, there is a return type "boolean" mentioned. Just return a boolean, if it is not a valid path string. Change-Id: Ie1de33df3520cb0560d9f2c1a4bdd629bc897c6c Fixes: #38604 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/12549 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-