- Mar 01, 2015
-
-
Jan Helke authored
Changing the backend view to use grid elements caused an ancient piece of code in PageLayoutView.php to be never executed. In fact an if statement in PageLayoutController.php always evaluates to "FALSE" which lets the code in PageLayoutView.php never get executed. Change-Id: I4f97690b54efeb7659f86f1ef15fa8603e97f69b Resolves: #53898 Releases: master Reviewed-on: http://review.typo3.org/25662 Reviewed-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The Extension viewpage (Web => View) is still using a mixture of ExtJS and jQuery. In order to use the logic from the new Storage API (which replaces the ExtJS Part for this module) the whole JavaScript was rewritten in RequireJS. The shipped jquery-ui JavaScript file is not necessary anymore, as it is loaded from the contrib/ directory as a AMD module (new version). Resolves: #64103 Releases: master Change-Id: Ic0cc1dd0eb56b0440a5d8c78c40ac2120aa0f215 Reviewed-on: http://review.typo3.org/35767 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Furthermore the copyright year is adjusted. Resolves: #65439 Releases: master Change-Id: I332321bd4e84c66e381140caacbd23ef381441e2 Reviewed-on: http://review.typo3.org/37429 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Use dispatching for logout.php Resolves: #65291 Releases: master Change-Id: Ic003ec6dda083f69da2aaf0373ad48ea3bf4f56f Reviewed-on: http://review.typo3.org/37411 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Anja Leichsenring authored
The TranslateViewHelper has no unit tests so far. Change-Id: Ib7bdedf7e64276fcfcb7280fafc5d48c860f21c8 Resolves: #65436 Releases: master Reviewed-on: http://review.typo3.org/37416 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de>
-
Francois Suter authored
The FileStorageIndexingTask should not handle exceptions itself. Instead it should let them bubble up to let the Scheduler take care of the reporting. Resolves: #65248 Releases: 6.2, master Change-Id: Ib29c20b40de8abd27869682c9f6d4479718d25f5 Reviewed-on: http://review.typo3.org/37156 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
Add accidentally forgotten guard clause for case insensitivity. Releases: master, 6.2 Resolves: #65434 Change-Id: I374a7201f3c5ef356883302fc0825f9a02ef0c30 Reviewed-on: http://review.typo3.org/37423 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Oliver Hader authored
If creating a new parent record that contains inline child records as part of a FlexForm configuration, the resulting reference count is the temporary "NEW..." identifier. The expected result is to have the number of child references in that case as well. Resolves: #58307 Releases: master, 6.2 Change-Id: I36a4dd06a38ad5d9f197190658b97f8a3b5fa234 Reviewed-on: http://review.typo3.org/37345 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>
-
Helmut Hummel authored
As a backwards compatibility measure, the composer class loader checked for class existence before requiring a class file, which could only happen if wrong class name casing was used before. We now enable this also for interfaces. Releases: master, 6.2 Resolves: #65434 Change-Id: I6dc1dc6cbf8cb7018ceeff1eb881c80658c11e33 Reviewed-on: http://review.typo3.org/37412 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Kott authored
- make type color working again - use wizard_colorpicker instead of farbtastic - streamline styling with formengine Releases: master Resolves: #65427 Change-Id: Ib175a794521ee346341325757a76091b03c52326 Reviewed-on: http://review.typo3.org/37093 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>
-
Andreas Allacher authored
Due to missing check of the last char being a new line, it is possible that a closing bracket character is removed by using INCLUDE_TYPOSCRIPT. This leads to broken typoscript. By introducing the missing check this kind of error is prevented. Change-Id: I92ef213d31c4d62ba797e2741d5a0beaa042c6b3 Resolves: #62280 Releases: master Reviewed-on: http://review.typo3.org/37038 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
Previously the URI to a module which was dispatched through mod.php was stored in a global variable $GLOBALS['MCONF']['_'] In terms of cleanup of global variable usage and module configuration cleanup, this functionality is removed without substitution. Instead BackendUtility::getModuleUrl() API must be used now. Releases: master Resolves: #65432 Change-Id: Iad436056e96d2334357320278cd8243f0f975538 Reviewed-on: http://review.typo3.org/37406 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
backend/classes/Controller/Wizard/ColorpickerController.php To get it "green" in PhpStorm several changes were made: - set correct return type in PhpDoc comment - makeInstance of GraphicalFunctions to call non-static function imageCreateFromFile - change local variable names to lowerCamelCase Resolves: #65431 Releases: master Change-Id: I54182c8ed17423e1cbc1c97e424d92a58dd5e3a9 Reviewed-on: http://review.typo3.org/37404 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>
-
Frederic Gaus authored
Fix code completion in t3editor when substituing a value with completed code behind a typoscript operator. Change-Id: Id1fbb99aba850ee0787dba4b8562d0a22c119979 Resolves: #25594 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/36804 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Frans Saris authored
Resolves: #65040 Releases: master, 6.2 Change-Id: I14d6d362db1796c90b03254f6339cb131f152a45 Reviewed-on: http://review.typo3.org/37159 Reviewed-by:
Viktor Livakivskyi <invisible.kinder@gmail.com> Tested-by:
Viktor Livakivskyi <invisible.kinder@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Jigal van Hemert authored
The functionality is unnecessary and it's confusing when using DataHandler that it must be explicitly set to FALSE to handle properly prepared data. The only place in the core where it was set to TRUE only handles integer values. Releases: master Resolves: #65381 Change-Id: I968fccc9311bb9ad5f9153217ecf84ff4777df4a Reviewed-on: http://review.typo3.org/37316 Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Michael Oehlhof authored
backend/Classes/Controller/File/RenameFileController.php To get it "green" in PhpStorm several changes are made: - set correct parameter type in PhpDoc comment - set correct return type in PhpDoc comment - add getter for LanguageService - add getter for DocumentTemplate Resolves: #65426 Releases: master Change-Id: I1794d12fed33ab06d460c043632139bc30682a76 Reviewed-on: http://review.typo3.org/37398 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Use dispatching for show_item.php Resolves: #65283 Releases: master Change-Id: If70f513ecc50445ea67b7e68bf7cd1df44cbf013 Reviewed-on: http://review.typo3.org/37186 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frederic Gaus authored
Add code autocompletion for property listNum and property preIfEmptyListNum in t3editor. Resolves: #25732 Releases: master, 6.2 Change-Id: I13c15e2e262a926e8444d7f50933823b27cdcd9d Reviewed-on: http://review.typo3.org/36793 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Michael Oehlhof authored
Resolves: #65376 Releases: master Change-Id: If06b63748fba645f7bdd4dce3938d313e598a1ae Reviewed-on: http://review.typo3.org/37307 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Feb 28, 2015
-
-
Wouter Wolters authored
Resolves: #65296 Releases: master Change-Id: I08a3c8b6f89c029efacad06e13ea137560370e43 Reviewed-on: http://review.typo3.org/37293 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Michael Oehlhof authored
Resolves: #65375 Releases: master Change-Id: I880f4f467e3a634cbabd375d13cb0e9f0029107c Reviewed-on: http://review.typo3.org/37306 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The alias cObjects COBJ_ARRAY for COA and CASEFUNC for CASE are moved to compatibility6. Resolves: #65422 Change-Id: I419997c3b70d0dfd9e23d9bc67bf909295e4faff Reviewed-on: http://review.typo3.org/37379 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Helmut Hummel authored
Doing a composer install directly in typo3 source has been a requirement for core development for a while and a convenient shortcut to quickly set up a TYPO3 installation for executing tests for extensions. Respecting the class loading information generated in that location is unfortunate however as it would require editing of the core composer.json if additional classes from the core should respected. Instead of respecting this as valid composer autoload file location, we always fall back to the hard coded and committed class loading info if no autoload file of a composer distribution call is found. Releases: master, 6.2 Resolves: #65420 Change-Id: I1953303c6d2b5b221017deb7d2d7a0b43e4d08bf Reviewed-on: http://review.typo3.org/37373 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Nicole Cordes authored
This patch allows the use of links with file scheme in typolink(). Releases: master, 6.2 Resolves: #65358 Change-Id: I25a8ca88637d1ecab4881127cf2228214b6c954a Reviewed-on: http://review.typo3.org/37370 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
Missed some removal of old classes, also make sure that they are registered for FE and BE. Resolves: #64719 Releases: master Change-Id: I416d1a9fa19aacb5950e8f33e0e085b020f4d242 Reviewed-on: http://review.typo3.org/37377 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Alexander Schnitzler authored
The SelectViewHelper tries to resolve the value and label field as long as options are of type object, i.e. domain objects but that functionality must also exist for arrays because their structure is similar to objects. Example: <f:form.select options="{items}" optionValueField="uid" optionLabelField="title" /> $items = array( 0 => array( 'uid' => 1, 'title' => 'Foo' ), ); Currently the view helper tries to use the array key as value field (i.e. 0) and the array value (i.e. array) as label and fails calling htmlspecialchars on the array. This patch allows values to be arrays themselves and to be treated like domain objects. Resolves: #65073 Releases: master, 6.2 Change-Id: Ia803ceb38c1f7488d48863f5a6781b229def50c4 Reviewed-on: http://review.typo3.org/36909 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Andy Grunwald <andygrunwald@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
EXT:cms still registers logic that is completely placed inside EXT:frontend (classes, content element wizards, tables, CTypes). These leftovers are moved to EXT:frontend. Resolves: #65418 Releases: master Change-Id: I3919340de863a7b1c07149161d2ce758e42de4db Reviewed-on: http://review.typo3.org/37368 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>
-
Wouter Wolters authored
Resolves: #65374 Releases: master Change-Id: I64d942327a49d6e5cb6d292ee260b4c37b459374 Reviewed-on: http://review.typo3.org/37303 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Nicole Cordes authored
If you add a page link to a field which is defined as softrefs, the ReferenceIndex creates an index to a FAL record if there exists a file record with the page id. As file links are always prefixed with 'file:' this patch adds a proper check before generating a file ref_index. Because the functional tests of impexp extension still use a hardcoded file path for the header_link field the patch corrects the value to refer to a file. Furthermore if you add a file or folder link, the field is referenced twice for the FAL record. So we have to suppress the softreference for those records. Releases: master, 6.2 Resolves: #60226 Change-Id: I969224e2a291491cb7ece1f61b375071bf0eaebc Reviewed-on: http://review.typo3.org/37086 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Files related solely to the media Content Element are moved from typo3/contrib/ to the extension itself. Resolves: #65417 Releases: master Change-Id: I8223f204ccf35c4f4399760da90a90d6a7d1e46d Reviewed-on: http://review.typo3.org/37367 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-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
When using the element browser for image insertion in backend form or in RTE, there should be some Back button on the Info page to go back to the wizard form. Currently, one has to close the window and start over. Releases: master Resolves: #55787 Change-Id: I909767feaacf260736707b3b28cb34efe2bf82e6 Reviewed-on: http://review.typo3.org/36848 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Alexander Stehlik authored
The submitted sword_list GET parameters are parsed through preg_quote() when loaded into TSFE->sWordRegEx to prevent invalid regular expressions. The initialization is moved to a seperate method PageGenerator::initializeSearchWordDataInTsfe() and unit tests are added. Releases: master, 6.2 Resolves: #41728 Change-Id: Id96fd5e201c25b06001f7e1c7811d6c38239aafa Reviewed-on: http://review.typo3.org/37328 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> 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>
-
Nicole Cordes authored
Due to FAL checks it's not possible to link to a file:// resource as external link. This patch checks for correct "file:" prefix for FAL relations and allows the use of file:// as external link scheme. Furthermore a Javascript error is resolved which prevents the closing of the Element Browser in Chrome. Releases: master, 6.2 Resolves: #65358 Change-Id: I706fd975654bf82a0830d9901f08ae9de7cc49bf Reviewed-on: http://review.typo3.org/37329 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> 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>
-
Michael Oehlhof authored
When editing a group in the edit document popup the browse for records button was without function, this is now fixed. Resolves: #65215 Releases: master Change-Id: I1bed83669d8a62f193f6b92d3fd3a39f5250707f Reviewed-on: http://review.typo3.org/37089 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> 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>
-
Benjamin Mack authored
When clicking on the edit button wizard in FormEngine (e.g. when editing a be_group inside the be_user record) then there is a JS error preventing from opening a popup. Resolves: #65415 Relates: #63846 Releases: master Change-Id: Iafac6759054d0e2ce229b34b17b6a5312e1408df Reviewed-on: http://review.typo3.org/37359 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
As the refactoring of FormEngine now always includes the suggest JS code, scriptaculous needs to be loaded all the time as well for the time being (as long as scriptaculous is still needed). Resolves: #65416 Relates: #55575 Releases: master Change-Id: I276448c7c0dc6745926eb18a0ffae49836c718f2 Reviewed-on: http://review.typo3.org/37360 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>
-
Benjamin Mack authored
For historical reasons the "Static Template #43" was "content.default" and the possibility to add TypoScript after this default rendering was introduced in order to have CTypes and plugins register their TypoScript just after e.g. "content.default" or "css_styled_content". Since TYPO3 CMS 6.2 the preferred option is called "defaultContentRendering" instead of the magic number "43". Some leftover parts in sysexts are replaced with "defaultContentRendering", as well as some more descriptive information on how the legacy number exists. Releases: master Resolves: #65346 Change-Id: I7268ec9ee8454d1eb4b0fda9f12fdfb5cb191ba8 Reviewed-on: http://review.typo3.org/37239 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>
-
Andreas Wolf authored
The MIME type is stored in a field "mimetype" in the drivers, while the field is called "mime_type" in the database. As the file object deals with both when retrieving the type, it must respect this mismatch. Change-Id: I06882c4d77e38284a48f7f7d7527bfc1c535edf3 Resolves: #65335 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/37214 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>
-
Frederic Gaus authored
The usage of getBackendUser and getBackendUserAuthentication is mixed up in the core. But at least in inheritance this should be consistent. Rename ScheduleModuleController::getBackendUserAuthentication to ScheduleModuleController::getBackendUser Change-Id: Icf21b4565ed66d3dabaf1df2d62d6b022c07248c Resolves: #64982 Releases: master Reviewed-on: http://review.typo3.org/36823 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-