- Sep 16, 2014
-
-
Frank Nägler authored
A lot of IDEs support a .editorconfig file, this file contains informations for the IDE how to handle and format files. This little file can be used for any kind of file. If the IDE support this file, the IDE configure it selfs to use the settings e.g. to use TAB instead of SPACES. Resolves: #61621 Releases: 6.2, 6.3 Change-Id: I76fb7901c0cf07a5b848523a0c0e46a6f705db4d Reviewed-on: http://review.typo3.org/32794 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Eric Chavaillaz authored
Resolves: #61660 Releases: 6.3 Change-Id: I4a3649332e70a935e7957d8a4132c27ea9614f87 Reviewed-on: http://review.typo3.org/32813 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Nicole Cordes authored
With https://review.typo3.org/32616/ a check with file_exists() was introduced to prevent warnings on accessing non-image files. The check returns true for files and folders. Now warnings are thrown, if an image icon links to a folder. This patch replaces file_exists() with is_file() to prevent further warnings. Resolves: #61640 Releases: 6.3, 6.2 Change-Id: If2f7db44588d7fb9f90d05fb3192653002fe0202 Reviewed-on: http://review.typo3.org/32803 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
The Typo3DbBackend.php places a dummy where condition in case $statementParts['where'] is empty. The condition is changed for compatibility reasons with some DBMS. Resolves: #61639 Releases: 6.3, 6.2 Change-Id: If3f23af43fea6460407e8b05f9bcd782c6e08f0d Reviewed-on: http://review.typo3.org/32801 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Franz Koch authored
The ImageService->getImageUri() method always prepends the public URL of the image object with a prefix, regardless whether the object already returns a fully qualified URL. This can be the case when the FAL driver is connecting a remote image storage that doesn't allow local processing and requires the images to be loaded from the remote server. Change-Id: Iac65bc93bc0d1c1cbeb2335b7e13fc2126b728b6 Resolves: #61617 Releases: 6.2, 6.3 Reviewed-on: http://review.typo3.org/32786 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Franz Koch <typo3@elements-net.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Eric Chavaillaz authored
Resolves: #57733 Releases: 6.3, 6.2 Change-Id: I57bd5e842374853a62a5c1e4b419c193837ccb6e Reviewed-on: http://review.typo3.org/31008 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Andreas Fernandez authored
The Extension Manager creates a virtual "position" field containing the relevance of a search hit. The relevance is calculated in a hacky way working in MySQL only. This is replaced by a more understandable query that is parsable by the SqlParser. Resolves: #61204 Releases: 6.3, 6.2 Change-Id: I541cbeef745e8dc25131af2a937ec2d028a2fc2c Reviewed-on: http://review.typo3.org/32393 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 15, 2014
-
-
Wouter Wolters authored
In InfoModuleController a property $CALC_PERMS is defined but unused. Resolves: #61486 Releases: 6.3 Change-Id: Ie1046be148304935bc736faadfe83c9cf8bd5d5f Reviewed-on: http://review.typo3.org/32693 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Use dispatching for file_upload.php Resolves: #61217 Releases: 6.3 Change-Id: I82adcc68e6583628255ac8442f4d5b24389a195f Reviewed-on: http://review.typo3.org/32407 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> 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>
-
Stefan Neufeind authored
Change-Id: I0aab3f628325fb2db3276d5d6d9e878e6328be0f Resolves: #27250 Releases: 6.3, 6.2 Reviewed-on: http://review.typo3.org/32783 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Nicole Cordes authored
The recommended xdebug.max_nesting_level was raised from 250 to 400 with issue #59391. Since the core itself usually works fine with 250 and more is usually only needed for extensios with deeply nested partials in fluid for example, the check is now split to two error levels: Below 250 throws error level warning, below 400 throws only a warning level warning. Resolves: #61523 Related: #59391 Releases: master, 6.2 Change-Id: I366a97fe8077a389fff7f03935ad5b89d1469bc9 Reviewed-on: http://review.typo3.org/32717 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> 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:
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>
-
Wouter Wolters authored
Use dispatching for file_rename.php Resolves: #61216 Releases: master Change-Id: Id1c42ba7d51fdede87b2834f7b3d766f8b5b6ac7 Reviewed-on: http://review.typo3.org/32406 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> 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>
-
Felix Kopp authored
Use Bootstrap CSS for FlashMessages. Also use TYPO3 standard status colors in Bootstrap. Resolves: #61586 Releases: master Change-Id: I8d5b98f71d83db3371c59838aefc031b12dbd278 Reviewed-on: http://review.typo3.org/32771 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The frontend parts are split into EXT:cms and EXT:frontend, and the legacy directory "tslib" and the constant PATH_tslib are hardly used anymore. The patch moves the respective eIDs in the correct folders, moves index_ts.php into a class and moves the frontend page template into EXT:frontend. Thus, the tslib directory can be removed completely. Additionally an old reference to tslib in indexed_search can be safely removed as well. Releases: 6.3 Resolves: #61459 Change-Id: I9c19dcbeb7c18ef24b2fee3f997a12b7b8d0f957 Reviewed-on: http://review.typo3.org/32660 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 14, 2014
-
-
Frank Nägler authored
Fix markup for checkbox in: * QueryGenerator.php * InfoPageTyposcriptConfigController.php * ConfigurationView.php * DatabaseIntegrityView.php * TemplateAnalyzerModuleFunctionController.php * TypoScriptTemplateInformationModuleFunctionController.php * TypoScriptTemplateObjectBrowserModuleFunctionController.php Also removed inlineDocStyles from: * TypoScriptTemplateModuleController.php Resolves: #61584 Related: #61577 Releases: master Change-Id: Ib4f6a55245d05cce2742b86c6381e9d73ee5de96 Reviewed-on: http://review.typo3.org/32770 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>
-
Alexander Schnitzler authored
Extensions requiring rewrittenPropertyMapper = 0 may not work properly any more. Releases: 6.3 Resolves: #57396 Change-Id: Id33a364194a9b6ff05301527df7a0af21b8d3807 Reviewed-on: http://review.typo3.org/28915 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Fix markup in CreatePagesWizardModuleFunctionController Resolves: #61581 Related: #61577 Releases: master Change-Id: I05b646018c4e8bae7f2f55548c1bdc21820af551 Reviewed-on: http://review.typo3.org/32766 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Nägler authored
Fix markup for checkbox in: * EditDocumentController.php * FileListController.php Resolves: #61579 Related: #61577 Releases: master Change-Id: Ie49f75853bb9a5cbfeb9d44268f29655afbc2e49 Reviewed-on: http://review.typo3.org/32764 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>
-
Felix Kopp authored
Kick-Off patch to bring semantic HTML5 for checkbox+label groups in the backend. Bootstrap compatible HTML5 mark-up for improved semantics. Adapts Web>Page and Web>List and Tools>Config. Resolves: #61577 Releases: master Change-Id: Ia0f030a3e3970462390563722d51f0bb0d4eb4de Reviewed-on: http://review.typo3.org/32762 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Felix Kopp authored
We have box-models in CSS. They define how the dimensions of elements are calculated. Modern CSS is based on the border-box outline definition where the *outer* dimensions are defined and not the *inner* dimensions. Bootstrap, Foundation and ExtJS 4 use the modern box sizing "border-box". This is the default now. ExtJS 3 CSS is based on the "old" content-box definition. Since CMS still uses ExtJS 3 we need to move ExtJS elements back into the former box-sizing mode. This patch sets box-sizing back to the previous content-box for input fields. Most dimensions in other widgets and elements are calculated with the help of JS and not based on CSS itself. Thus .x-form-field should be enought for the start. Resolves: #61574 Related: #32954 Releases: master Change-Id: Iacb9b0d3628940718ac5ba0099398320769f14ac Reviewed-on: http://review.typo3.org/32760 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>
-
Felix Kopp authored
Adapt Bootstrap variables to well-known EXT:t3skin layout: colors+gray, typography, paddings, table, buttons, inputs. Use as much bullet-proof CSS of Bootstrap as possible: Reduces inidividual CSS code in EXT: t3skin. Resolves: #61568 Releases: master Change-Id: Id5d6ea008692045f5b872fc13425fcb94caa5767 Reviewed-on: http://review.typo3.org/32751 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anja Leichsenring authored
This reverts commit b0134053. Change-Id: I46c056975813bc59867782a7fa667d7ec127ecbb Reviewed-on: http://review.typo3.org/32757 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Alexander Stehlik authored
Since the rendering in the Frontend does not merge the values the mergeIfNotBlank setting is replaced with prefixLangTitle for the alternative, description and title field. For the link field the mergeIfNotBlank setting is removed because a prefix does not make sense there. Releases: 6.3, 6.2 Resolves: #59972 Change-Id: I242b687a7ce851270022b86561f13eacea4d3949 Reviewed-on: http://review.typo3.org/31212 Reviewed-by:
Marcin Sągol <marcin@soee.pl> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Anja Leichsenring authored
In order to unify removal of files and directories created by unit tests, the basic UnitTestCase class get a property to register created files and directories. Removing those files is implemented in tearDown(). Tests now just need to add created files to $this->testFilesToDelete to get the automatically cleaned up after test run. The method is constructed to only remove stuff within typo3conf/ext and typo3temp to reduce the risk of removing too, it throws an exception if this rule is not followed. Change-Id: Ibca2b3a006432f2335fff8f0b0c05c62e363878c Resolves: #60123 Releases: 6.3 Reviewed-on: http://review.typo3.org/31359 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>
-
Michael Schams authored
This patch fixes two minor typos in the method description (comment) in class TYPO3\CMS\Extbase\Persistence\Generic\Query.php for method logicalAnd(). Resolves: #61569 Releases: 6.3, 6.2 Change-Id: I8fbf2cb6729b8086565ed9f09aa094fe707a6d53 Reviewed-on: http://review.typo3.org/32754 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Wouter Wolters authored
Use dispatching for file_newfolder.php Resolves: #61215 Releases: 6.3 Change-Id: If2ae411543b2a543c828cf029f2596666e0a1296 Reviewed-on: http://review.typo3.org/32405 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>
-
Fabien Udriot authored
In the context of Functional Tests, makes sure the storage record in initialized with caseSensitive "1" which prevents the on-the-fly storage creation by the Framework as this setting is dependent on the OS. Change-Id: I0baa8d7743968adc1106768be02671cc5a81628a Releases: master, 6.2 Resolves: #59527 Reviewed-on: http://review.typo3.org/30693 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>
-
- Sep 13, 2014
-
-
Benjamin Mack authored
The TemplateService class contains the functionality to parse the TypoScript constants that haven't been replaced yet. This is done each time in the frontend, although it is only useful when $this->tt_track is active, thus when a BE user is logged in, who can read the info. The improvement in this patch is to skip the strstr() check if not set, thus making first-hit page calls a bit quicker and the code more readable. Releases: 6.3 Resolves: #61512 Change-Id: I8ebdb5e4bdc643e24dc9328ef48ed91a67376636 Reviewed-on: http://review.typo3.org/32706 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Felix Kopp authored
Inherit input field styles from bootstrap for login screen. Resolves: #61557 Releases: master Change-Id: I5036841fe2c5c10f4d62dfc40534039d6f5dddd9 Reviewed-on: http://review.typo3.org/32740 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>
-
Georg Ringer authored
* The field "alternative" of the file should be used if filled. * The field "title" of the reference should be preferred over the name if filled. Resolves: #60429 Releases: 6.3, 6.2 Change-Id: I969dbb49a292f9980b9efa0e5e72ff2a9bc7e2f3 Reviewed-on: http://review.typo3.org/32640 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>
-
- Sep 12, 2014
-
-
Wouter Wolters authored
If the startModule is not available the fallback mechanism doesn't work. The check returns always true. Use jQuery to check the length of the submodule. Resolves: #61562 Releases: 6.3 Change-Id: I4b163ef6df86e9603da4ef50e2fb5a94193b31fb Reviewed-on: http://review.typo3.org/32744 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>
-
Jigal van Hemert authored
Deal with empty mod.SHARED and fill activeColPosList with colPosList in case the TSconfig setting is empty. Resolves: #39967 Releases: 6.2, 6.3 Change-Id: I5e2e4420de8f1d603e13a03758f97803e545d9a3 Reviewed-on: http://review.typo3.org/32712 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Helmut Hummel authored
Resolves: #60523 Releases: 6.3 Change-Id: I38d9379277b173ba03c0761576ca60569b2bc88a Reviewed-on: http://review.typo3.org/32736 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- Sep 11, 2014
-
-
Francois Suter authored
\TYPO3\CMS\Core\Utility\RootlineUtility::enrichWithRelationFields() tries to resolve relations to the current page record, including fields with MM-relations. But it wrongly tests only for the "foreign_table" property, whereas group-type fields will use the "allowed" property. This patch checks for "allowed" first and falls back on "foreign_table". Furthermore a check is added to ensure the final implode is indeed working on an array. Resolves: #50396 Releases: 6.3, 6.2, 6.1 Change-Id: I43427061a5051298a25e45584aa995846ebb877c Reviewed-on: http://review.typo3.org/29493 Reviewed-by:
Jacob Rasmussen <jacob@omnius.dk> Tested-by:
Jacob Rasmussen <jacob@omnius.dk> Reviewed-by:
Mattias Nilsson <tollepjaer@gmail.com> Tested-by:
Mattias Nilsson <tollepjaer@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 10, 2014
-
-
Helmut Hummel authored
The internal property activeColPosList is intermediately set to an array and not converted to a comma separated list any more, which breaks related code. Resolves: #39967 Releases: 6.2, 6.3 Change-Id: I6f2e4710174ad5277f9de47c2d7b2cbb7a5ebb80 Reviewed-on: http://review.typo3.org/32697 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-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>
-
Wouter Wolters authored
Syntax error in line 298 Releases: 6.3 Resolves: #55136 Change-Id: I497e0e2b65b40a87ef1f8af205a0991b4dd92f74 Reviewed-on: http://review.typo3.org/32698 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
Move the lines of the hook of extra_page_cm_options into EXT:backend to cleanup up the core. Resolves: #55136 Releases: 6.3 Change-Id: I318888775f4ec02caec6b0cb35f1e461f748224d Reviewed-on: http://review.typo3.org/32665 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
The functionality for using direct resources with TypoScript templates was removed with TYPO3 CMS 6.1. However the code still supports the resources, also the resolving of the resources and files within tslib/media - a directory which does not even exist anymore. The patch removes all functionality in the core. Resolves: #55442 Releases: 6.3 Change-Id: Idc3f4585a2ed59a5814ec9629c0a1f256da69b91 Reviewed-on: http://review.typo3.org/27130 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:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Sep 09, 2014
-
-
Wouter Wolters authored
Use dispatching for file_edit.php Resolves: #56743 Releases: 6.3 Change-Id: Ib25745dd29642a83aa5700752c83cda8e11ea7fa Reviewed-on: http://review.typo3.org/28238 Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Wouter Wolters authored
In #60633 the rewrite of the module menu was done but can lead to an error if the backend user startModule is set to help_aboutmodules. Check all backend users and update the setting if needed. Resolves: #61485 Releases: 6.3 Change-Id: Ib6f21c4bd4d4315e76cc7d51bebf08c9fa01b924 Reviewed-on: http://review.typo3.org/32692 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-