- Dec 13, 2014
-
-
Roland Waldner authored
This regular expression was used to replace PHPDoc style comments with ordinary comments: Search: /\*\*(\n \* This file is part of the TYPO3 CMS project.) Replace with: /*$1 Resolves: #63328 Releases: master Change-Id: Ic8f11dbfefee94a19657c8fe8426c81d1cb435d8 Reviewed-on: http://review.typo3.org/35103 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Robert Vock authored
Fix these bug in the experimental extbase plugin of IndexedSearch: * TypoScript does not appear in include_static_file * Fatal error because views use variable named differently in Controller * Pagination does not work because the form is not present on resultpage which breaks JavaScript Change-Id: I55962d07c543a10358298d7e9c8096c18bc0a615 Resolves: #58003 Releases: master Reviewed-on: http://review.typo3.org/30023 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Cedric Ziel <cedric@cedric-ziel.com> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Sebastian Schawohl <s.schawohl@magnetic.coop> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Anja Leichsenring authored
With #63544 some test files were changed, what caused the functional tests of impexp to fail. This images are reset. Change-Id: I18cb2867f89dbbafae317f9d0a06f914eb3f700b Releases: master Resolves: #63823 Relates: #63544 Reviewed-on: http://review.typo3.org/35376 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Jochen Rau authored
The issue is caused by the implementation of optionSplit. This patch solves this issue by checking for noTrimWrap. Change-Id: I1d2a6705b679c2d11433902ca992bc907e520228 Fixes: #20793 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/7255 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Andreas Fernandez authored
Image files (jpeg and png) shipped in the core are optimized. Images within ./contrib are ignored. Resolves: #63544 Releases: master Change-Id: Id42fdf8f6d44880b4008eecb2a85015655837836 Reviewed-on: http://review.typo3.org/34978 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
In the main approach to drop prototype/scriptaculous usage, the BrowseLinks functionality is rewritten to be used as a RequireJS module. As BrowseLinks is still a lot of really old code this needs to be refactored more at a later stage. To test: FAL / IRRE usage, wizard functionality, RTE functionality. Resolves: #63690 Releases: master Change-Id: I58514fa83a627fe34d13dd77ece0c44f495ee45d Reviewed-on: http://review.typo3.org/35173 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- Dec 12, 2014
-
-
Benjamin Mack authored
There are still places in the CMS Core that reference locallang.php and locallang.xml although the default is the XLIFF file format. The old data from CSS Styled Content 6.1 and below are not respected as they will be removed in a later patch anyway. Resolves: #62828 Releases: master Change-Id: Iff48c614627ad99a3c5c76e38dc595ac6d80063e Reviewed-on: http://review.typo3.org/33949 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Christian Kuhn authored
Configuring RTE fields TCA in defaultExtras section with static_write enabled the DataHandler to write content to specific sections of files in a specific directory. This feature is documented and existed for a long time, but is not used in the wild. Searching for keywords just revealed a very outdated demo page, the according core source and documentation. No extension or real live use case was found and even a call for feedback on this by Benni half a year ago got no answers. The patch removes this feature without substitution and improves DataHandler performance as a nice side effect. Resolves: #63818 Resolves: #63668 Releases: master Change-Id: I5532ba1565370baeb03ce074c8ab8036a0936d5b Reviewed-on: http://review.typo3.org/35369 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #63585 Releases: master Change-Id: Id2f94cc304841a9fbe2e9422ca6519b4a7d9afab Reviewed-on: http://review.typo3.org/35062 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>
-
Stefan Neufeind authored
Change-Id: Iedee934b91eb22f9263de60e0f26c34af61222ec Resolves: #63619 Releases: master Reviewed-on: http://review.typo3.org/35130 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Klein authored
We always disable the global jumpurl feature when retrieving the URL for an external media element like a video. Resolves: #63807 Releases: master, 6.2 Change-Id: I3c108f4366869e39423bf1121ee7dfa125148a2a Reviewed-on: http://review.typo3.org/35342 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Kjeld Schumacher authored
Change-Id: Ia3adede080a9d405dad17b670a7033bc6715a847 Fixes: #39625 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/13530 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Steffen Müller <typo3@t3node.com> Tested-by:
Steffen Müller <typo3@t3node.com>
-
Andreas Lappe authored
Make the filename filter respect files in hidden directories, so that files inside those are not indexed by default. Resolves: #60649 Releases: master, 6.2 Change-Id: Ia0306cb8996964c4998d9d69b526c3d6a8da2ace Reviewed-on: http://review.typo3.org/31890 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Philipp Kitzberger authored
All explicitly defined fields of a sql task are now being rendered. Resolves: #44287 Releases: master Change-Id: Ie1e57e55ec440aecbe5a526cefc489adef606fec Reviewed-on: http://review.typo3.org/20980 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Stanislas Rolland authored
lib.parseFunc_RTE is not correctly configured by css_styled_content. ul and ol elements must be recursively parsed through lib.parseFunc_RTE (not lib.parseFunc). li element must be included in nonTypoTagStdWrap.encapsLines.encapsTagList so that unwrapped content of li elements is not wrapped in paragraphs. Releases: master, 6.2 Resolves: #61954 Change-Id: I916b385d32a11909f7c0b9b9458d86237da1be1b Reviewed-on: http://review.typo3.org/33613 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Stefan Neufeind authored
Get rid of the $moduleName again, use $MCONF['name'] for now. Change-Id: I1ccabc2dddd5814902138f0889c294e662d052a5 Resolves: #63583 Releases: master Reviewed-on: http://review.typo3.org/35141 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Klein authored
Remove the undefined $exception variable in ContentObjectRenderer::createExceptionHandler Resolves: #63811 Releases: master Change-Id: I1517f74f381534fdc264f39c8e4d425c3711e635 Reviewed-on: http://review.typo3.org/35348 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Stephan Großberndt authored
In ReferenceIndex->generateRefIndexData the strings from all input and text fields were collected in $this->word_strings. But the array was never accessed. Remove ReferenceIndex->words (unused) and ReferenceIndex->word_strings and the collection of word_strings. This greatly reduces memory usage when bulk inserting or editing records as well as updating the reference index. Resolves: #63780 Releases: master, 6.2 Change-Id: I56d6a3e615cab44cbecff5a7d4dec42a1da29fc6 Reviewed-on: http://review.typo3.org/35310 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
The flash messages needs to be changed to the new classes which are alerts. Change-Id: I1520477d10f80191dcf74777522f06757ed6f011 Resolves: #63795 Releases: master Reviewed-on: http://review.typo3.org/35337 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Stanislas Rolland authored
Releases: master Resolves: #63793 Change-Id: I936ac320e375ac7e1a5827221ee528f463785d08 Reviewed-on: http://review.typo3.org/35333 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stanislas Rolland authored
Releases: master Resolves: #63786 Change-Id: I3a01400a4790e173ed8e1d5410a708eedb23f63e Reviewed-on: http://review.typo3.org/35332 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
- Dec 11, 2014
-
-
Stephan Großberndt authored
Fetches the dateTimeFormats only for date- and datetime-fields instead of unconditionally for each input. Resolves: #63745 Releases: master, 6.2 Change-Id: I18fcdb8a991ebb82891d9da06a4ef2b01fbc104f Reviewed-on: http://review.typo3.org/35253 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Stephan Großberndt authored
In DataHandler->process_datamap for each record getTCEMAIN_TSconfig() is executed, but the returned TSconfig is used only if table is "pages" and status is "new". Fetches the TSconfig only if table is "pages" and status is "new". Resolves: #63778 Releases: master, 6.2 Change-Id: Ifded6daf2b5b6b61a9c95ba3962566450a07d72e Reviewed-on: http://review.typo3.org/35304 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Lukas Krieger <lukas.krieger@me.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Helmut Hummel authored
Remove the useless check for the number of existing files in the ExtendedFileUtility. We now let FAL try to delete recursively by default. It will tell us, if the permissions do not suffice for the current user. Resolves: #63580 Releases: master, 6.2 Change-Id: Iec7ab95d493ce3594a4131b45e5bcb77de9e21b6 Reviewed-on: http://review.typo3.org/35060 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Stanislas Rolland authored
RTE is not using the ExtJS registry anymore. Releases: master Resolves: #63785 Change-Id: I9d701062834d20c858c1043743f55e813f16dc37 Reviewed-on: http://review.typo3.org/35316 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Helmut Hummel authored
* Merge label configuration like module configuration * Correct the merging to be replace instead of merge * Remove possible notices by checking with empty() Releases: master Resolves: #63717 Change-Id: I325e2f35cfe643a54e7f77a76cd8ce2901b950b6 Reviewed-on: http://review.typo3.org/35208 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Markus Klein authored
This reverts commit f74d3d0e. The D&D functionality for fieldsets is broken. Change-Id: I68306d71c8efcd055482a1da6f95005dfea6cb0e Reverts: #59305 Resolves: #63767 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/35311 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Georg Ringer authored
* Move info modules and admin module to a central place * Use extbase & fluid * Add translations The old modules are removed with a different commit to make it possible to compare the output of old and new! Releases: master Resolves: #61511 Change-Id: Id750b0ad78e8ab115b917d4772281d3aceca6eee Reviewed-on: http://review.typo3.org/32708 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Stanislas Rolland authored
The status bar is plain JavaScript but still uses Ext.QuickTips markup. Releases: master Resolves: #63760 Change-Id: I1aafc0d0b87db198132c26a214950470368cb69f Reviewed-on: http://review.typo3.org/35282 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stanislas Rolland authored
Releases: master Resolves: #63758 Change-Id: I880002fcc6c2b9e5f44f67e6ab838486d4e4726a Reviewed-on: http://review.typo3.org/35280 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stanislas Rolland authored
Replace the extended Ext.Container with plain JavaScript. Use jQuery UI Resizable in replacement of Ext.Resizable. Releases: master Resolves: #63757 Change-Id: I86625b28228c30cdb7524f49014101a40351d17e Reviewed-on: http://review.typo3.org/35277 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Nicole Cordes authored
This patch adds a font size to the tool tip header class to show tool tips in Internet Explorer 8 and 9 again. Resolves: #63739 Releases: master, 6.2 Change-Id: Ib82190cbfc11dc9b51f7c0bb447b3ae9ae45a8c9 Reviewed-on: http://review.typo3.org/35239 Reviewed-by:
Jo Hasenau <info@cybercraft.de> Tested-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Dec 10, 2014
-
-
Benjamin Mack authored
If someone adds a new value/label pair for a select field in TCEforms/FormEngine, it is not possible to also add an icon to the new option. Alternatively, existing values can be changed through the new "altIcons" property that acts like the "altLabels" property. The patch adds another subelement for TSconfig to also add an icon, as well as a new property. TCEFORM.pages.doktype.addItems { 13 = My Label 13.icon = sysext/t3skin/icons/gfx/i/pages.gif } TCEFORM.pages.doktype.altIcons { 123 = EXT:myext/icon.gif } The icon path must be relative to the typo3/ directory. Resolves: #35891 Releases: master Documentation: #49752 Change-Id: Ic835b1fe350144bc3498eab9a19857e3f558088d Reviewed-on: http://review.typo3.org/22067 Reviewed-by:
Alessandro Bellafronte <alessandro@4eyes.ch> Reviewed-by:
Christoph Dörfel <christoph.doerfel@gmail.com> Reviewed-by:
Michel Georgy <michel@4eyes.ch> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Marc Bastian Heinrichs authored
Adds a functional test to verify imports with forced uids. The regarding error message for uncompatible forcing sys_file uids is also shown now after the import is done. Resolves: #58824 Releases: master, 6.2 Change-Id: If6062866903277ff32eae24354b6fd264fb65600 Reviewed-on: http://review.typo3.org/30141 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #63610 Releases: master Change-Id: I5eb82346151cb45efd38c870421141f58552308b Reviewed-on: http://review.typo3.org/35074 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Helmut Hummel authored
Specially crafted request could lead to anchors prefixed with URLs to domains controlled by the attacker on the domain root page (home page). No other pages are affected! Fix this by prefixing the anchors with a canonical URL to the current request. This could lead to the situation that the prefix does not match the current REQUEST_URI which leads to a page reload instead of just "jumping" to the page section. Additionally this change assures that REQUEST_URI always starts with a slash, which mitigates similar attack vectors when using getIndpEnv('REQUEST_URI') To mitigate the impact of this breaking change, the REQUEST_URI is used for anchor prefix if a backend user is logged in, to not disturb the preview functionality of the home page. In case prefixLocalAnchors is used in the HTML parser configuration with prefixLocalAnchors = 2, always the canonical URL is used as prefix. This change does *not* fix, that arbitrary (non functional) GET parameters will be included in the generated prefix URL. To fix this it is recommended to use absRefPrefix instead of baseUrl and prefixLocalAnchors. Resolves: #62723 Releases: 4.5, 6.2, master Security-Commit: 2c5092fe3f2a4fc9a97a17a3ed9dcc5314bf64e2 Security-Bulletin: TYPO3-CORE-SA-2014-003 Change-Id: Icf989abdbab8720be13b2fda0a6d088f100e3aa7 Reviewed-on: http://review.typo3.org/35224 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Stanislas Rolland authored
Simplify RTE framework from Ext.panel to Ext.Container. Reduce dependency on Ext.ComponentMgr.registerType Releases: master Resolves: #63723 Change-Id: I466fa37897e3db97350a7116ce1c3c0be17a6941 Reviewed-on: http://review.typo3.org/35212 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stephan Großberndt authored
Reduce memory consumption in DataHandler->processClearCacheQueue() for bulk inserts by filling $tagsToClear as an associative array instead of a normal array with array_unique()-call after each added record. Resolves: #63615 Releases: master, 6.2 Change-Id: I1f557f435088cab3aa928ec3f44b0ded9265d7a7 Reviewed-on: http://review.typo3.org/35085 Reviewed-by:
Lukas Krieger <lukas.krieger@me.com> Tested-by:
Lukas Krieger <lukas.krieger@me.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Dec 09, 2014
-
-
Stanislas Rolland authored
A JavaScript exception may be raised in Google Chrome on attempt to access a style sheet on a different domain. Releases: master Resolves: #63716 Change-Id: I16b5eb5630e0d4855023bb3ec7e5344574460cad Reviewed-on: http://review.typo3.org/35204 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Benjamin Mack authored
Web=>Functions=>Wizard is not needed anymore, as both wizard extensions hook into Web=>Functions directly since TYPO3 CMS 7. For compatibility reasons the WizardControllerModuleFunction is kept (e.g. for templavoila) but moved to EXT:compatibility6. The whole "func_wizard" Extension is not needed anymore and is removed. Resolves: #63687 Releases: master Change-Id: I58e93652859bbdb816335322a9b964ec14cb84ee Reviewed-on: http://review.typo3.org/35171 Reviewed-by:
Cedric Ziel <cedric@cedric-ziel.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-