- Jan 22, 2015
-
-
Alexander Stehlik authored
A new User TSconfig option is introduced that allows the alternative element browser page tree mounts to be appended instead of beeing replaced: options.pageTree.altElementBrowserMountPoints.append Additionally the handling of temporary mount points within the RTE and the wizard element browser is unified. If a temporary mount point is active the altElementBrowserMountPoints will be ignored. Resolves: #50780 Documentation: #63009 Releases: master Change-Id: I2a0b616b398131684a2c7c71a25b4b51ef6f0c50 Reviewed-on: http://review.typo3.org/31898 Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> 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:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Francois Suter authored
Clean all reStructuredText markup errors that generate warnings during the rendering of the "core" sysext documentation. Furthermore a link is added to the "Howto" file, so that it is easier to find the instructions in the rendered version. Finally a Settings.yml file is added, just like all other manuals, with a title and version number. Resolves: #64431 Releases: master Change-Id: Ic75cad4d1d364aceef04a06f96b7fd74d454559c Reviewed-on: http://review.typo3.org/36174 Reviewed-by:
Francois Suter <francois@typo3.org> Tested-by:
Francois Suter <francois@typo3.org>
-
Christian Kuhn authored
The access module is restricted to admin users since core 6.0. The patch removes left over code checks for non admin users. Resolves: #64416 Related: #41229 Releases: master Change-Id: I6fddc2eb1ae8a720c3d157993621fe201bd692e7 Reviewed-on: http://review.typo3.org/36169 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
- Jan 21, 2015
-
-
Stanislas Rolland authored
This is a follow-up to the migration of toolbar ExtJS items to plain JavaScript. Releases: master Resolves: #64407 Change-Id: I3784f397015241020e9fdb4f0740b707decc0666 Reviewed-on: http://review.typo3.org/36162 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stanislas Rolland authored
Toolbar image/link button should be highlighted when cursor is positioned on image or in link. Releases: master Resolves: #64394 Change-Id: I4b9a8a5bf3ef6c369defd25e04ff261bbffb4091 Reviewed-on: http://review.typo3.org/36152 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
- Jan 20, 2015
-
-
Benjamin Mack authored
The method getFieldDefaultValue() inside ContentObjectRenderer is part of the FORM content object and is called there. Thus, it is moved to the FormContentObject class as a protected method. All calls to this method are changed accordingly. As the function is marked for private access, it is moved without any further documentation or deprecation. Resolves: #64391 Releases: master Change-Id: Ib99503973412b34e31eac976117b6d707f5b1577 Reviewed-on: http://review.typo3.org/36149 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>
-
Benjamin Mack authored
Resolves: #64393 Releases: master Change-Id: I3a184047c4af6c9b8656fc78c2d83a0ef3a9f4ec Reviewed-on: http://review.typo3.org/36151 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>
-
Stanislas Rolland authored
Releases: master Resolves: #64392 Change-Id: I00027870aba8c29b0c25df4bad3c297063bb7c35 Reviewed-on: http://review.typo3.org/36150 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stanislas Rolland authored
Releases: master Resolves: #64368 Change-Id: I28bc9b10f28a46eed21a0d86248dedef50e01922 Reviewed-on: http://review.typo3.org/36130 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
- Jan 19, 2015
-
-
Stefan Neufeind authored
Instead of doing a (locale-aware) escaping in various places use a central utility-function. Change-Id: If0486b340543c33fc0794d754af81a4a666988c3 Resolves: #39928 Releases: master Reviewed-on: http://review.typo3.org/35959 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
The DateTimePicker exchange from ExtJS to moment.js and twbs led to the problem that when using FormEngine in a popup the Date Format is not set due to the nature of not having an iframe but a popup. Releases: master Resolves: #64076 Change-Id: I6c1bf2019d9ae2292f207fbd553a373c567b53a3 Reviewed-on: http://review.typo3.org/35703 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>
-
Frans Saris authored
With the introduction of FAL folders are now addressed with their combinedIdentifier. Parts of the ElementBrowser were not adjusted yet. This patch makes sure the combinedIdentifier is used for folders so you can also use/select folders from non-public and remote storages. Resolves: #63651 Releases: master, 6.2 Change-Id: Id2f2021040950ade48f664c9576f5cd191afe324 Reviewed-on: http://review.typo3.org/35956 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
Resolves: #64136 Resolves: #64320 Releases: master Change-Id: Id578a02b98b4f4c5795e256c0c8d9120edf3609c Reviewed-on: http://review.typo3.org/35802 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #64367 Releases: master Change-Id: Ie86755a4b246cb8bc47753214d2b41cbd33d8373 Reviewed-on: http://review.typo3.org/36126 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> 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>
-
Stephan Großberndt authored
Use a mapping to date_create_from_format() in date validation of EXT:form if strptime() is not available. This prevents a fatal error on Windows because strptime() is not implemented on Windows platform. Resolves: #63945 Releases: master, 6.2 Change-Id: I92f66597ce362cc8dae66b09ba19ed428055a6de Reviewed-on: http://review.typo3.org/35530 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>
-
Helmut Hummel authored
Require composer class loader early in the bootstrap gives us many benefits: 1. Very early classes can be found and loaded very early in the bootstrap 2. Get rid of complexity for default cases 3. Test classes will only loadable in testing context 4. Cache warmup will be much faster as much less files need to be written Further details can be found on the wiki http://wiki.typo3.org/ComposerClassLoader Resolves: #64361 Releases: master, 6.2 Change-Id: Ida22edf8383a9706726a8fdd11297b2983d17b1a Reviewed-on: http://review.typo3.org/36091 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Frans Saris authored
Resolves: #64241 Releases: master, 6.2 Change-Id: If55b4e05ccd697a973e938b50f5cfd2f32a5d5b7 Reviewed-on: http://review.typo3.org/35957 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>
-
Stephan Großberndt authored
Deprecate the function checkExistance (typo) in SearchFormController and add a replacement checkExistence(). Releases: master Resolves: #64315 Change-Id: I01d8b4d07f5f04e46052af296fbf93fed128e678 Reviewed-on: http://review.typo3.org/36046 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
Change-Id: I4cd242dd7ae34b4d179acd494d4e84b10e37c6e6 Reviewed-on: http://review.typo3.org/36113 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Alexander Opitz authored
With shutdown function we can check if PHP is shutdown while cache generation, so we can remove leftovers from this process. Resolves: #63683 Releases: master, 6.2 Change-Id: I4038c10c50287ec4cceca1c0e5a73c954f2d8c1d Reviewed-on: http://review.typo3.org/35167 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>
-
Christian Kuhn authored
Follows https://review.typo3.org/#/c/35665/ Stabilize redis tests a bit with a clear order, otherwise tests may fail sometimes. Related: #64055 Releases: master Change-Id: Ibc472379ea8e4c453d7c52331cb23d5cf83b4d5d Reviewed-on: http://review.typo3.org/36110 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
A bogus test, which tests Flow behavior which is not present in TYPO3 CMS package management caused a test to fail. Fix this test to actually test the correct thing. Releases: master, 6.2 Change-Id: Ideff51a32c3cdf3471472f9df743da0b3387abdc Reviewed-on: http://review.typo3.org/36108 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>
-
Benjamin Mack authored
In order to deliver more information in custom installations for use with composer, the namespaces for using the composer autoloader are added to each composer.json of all system extensions. Releases: master, 6.2 Resolves: #64356 Change-Id: Ic0fa9e0969a48f68cce8ceeb77dbef3b75e6e6f1 Reviewed-on: http://review.typo3.org/36076 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stephan Großberndt authored
Create TYPO3\CMS\Core\Tests\BaseTestCase->getUniqueId() as a wrapper to all uniqid()-calls from tests. This fixes fatal errors on tests in Windows because multiple calls to uniqid() without parameters within one second will return the same value. TYPO3\CMS\Core\Tests\Functional\DataHandling\Framework\ActionService does not inherit from BaseTestCase and thus gets its own implementation for now. Resolves: #64055 Releases: master, 6.2 Change-Id: I15536c0f1766ad89a3d8daf7260b0dbe81ef82f8 Reviewed-on: http://review.typo3.org/35665 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>
-
Stephan Großberndt authored
Do the garbage collection of the caching framework with a single DELETE statement using JOIN instead of fetching all entries by identifier and deleting them in a separate statement afterwards. This improves performance especially for big installations. For EXT:DBAL the old behaviour is kept since Oracle does neither support subqueries nor DELETE statements with JOINs. Removed test collectGarbageSelectsExpiredCacheEntries since collectGarbage() doesn't perform a SELECT query anymore. Resolves: #61814 Releases: master, 6.2 Change-Id: Ifca9065e274b85219ca81afa87724ce8884cc662 Reviewed-on: http://review.typo3.org/33254 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nico de Haen authored
This enables that the database migration and comparison process includes mysql column comments. Resolves: #49060 Releases: master Change-Id: I8785690496bbc4fa80a8bf98ca75029c48f500f9 Reviewed-on: http://review.typo3.org/21478 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Francois Suter authored
Change the table of contents of the documentation of extension "core", so that changes for "archived" version (i.e. 7.0) can be easily navigated to. Resolves: #63791 Releases: master Change-Id: I2dbad6d449f3ae621a68ba81491865a976cc37a5 Reviewed-on: http://review.typo3.org/35323 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
SystemEnvironment check should not be run in CLI context as this can give false results. The php.ini used for CLI can be different from the one used by the webserver. This may result in false warnings and/or errors in the email report. Resolves: #56569 Releases: master, 6.2 Change-Id: Id448853c98342e43f7d82fa7bab9954f2a26f949 Reviewed-on: http://review.typo3.org/35954 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>
-
Christian Weiske authored
PageRepository::getMenu() calls getPageOverlay() for each single page in a menu, causing a lot of queries to the SQL database. This patch introduces getPagesOverlay() which is able to fetch multiple page record overlays at once. getMenu() is changed to make use of the new method. It reduces the number of SQL requests on an uncached "features" page from the introduction package from 721 to 648. Change-Id: I014c08b6b63bcee99f94567240f1835077f60f0b Resolves: #64258 Releases: master Reviewed-on: http://review.typo3.org/36054 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>
-
Oliver Hader authored
Hook to post-process BackendUtility::countVersionsOfRecordsOnPage result. BackendUtility::countVersionsOfRecordsOnPage is used to visualize workspace states in e.g. the page tree. Resolves: #61725 Releases: master Change-Id: I195167ff7989fb9b4ceeb910e2091fad9c9f475c Reviewed-on: http://review.typo3.org/32871 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Simon Schaufelberger authored
Support calling object methods starting with 'has'. Change-Id: Iec4913203b07fee70e6f5bb3ea9d980d2febc5c9 Resolves: #56529 Releases: master Reviewed-on: http://review.typo3.org/28036 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>
-
Christian Weiske authored
Instead of accepting only a single page ID, PageRepository::getMenu() now also supports an array of page IDs. This can be used to fetch the child pages of several pages with a single SQL query. Change-Id: I8a8b434177bf9b28a6295a746113c9519bbac997 Resolves: #64257 Releases: master Reviewed-on: http://review.typo3.org/36042 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Jan 18, 2015
-
-
Oliver Klee authored
* use "resource" or MySQL result instead of "pointer" * use the specific class instead of "object" * drop the @param of some removed parameters * fix a few typos in comments * add the missing parameter name in some @param This changeset does not add any type hinting in order to not break any existing code. Resolves: #38270 Releases: master Change-Id: Ied64439162d45fccafd15694f56ce675b5001a71 Reviewed-on: http://review.typo3.org/35885 Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
Ensure typolink considers the subfolder an instance might be running in when creating absolute URLs and absRefPrefix is not set. Resolves: #60545 Releases: master, 6.2 Change-Id: I8d3c2edc46bd01a9aa061cb695cb8795812cd305 Reviewed-on: http://review.typo3.org/31780 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> 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>
-
Martin Tepper authored
Function BackendUtility::getRecordLocalization() needs to respect TCA['ctrl']['transForeignTable'] in order to work with pages table. Change-Id: I4c1c9f0faf6de499fe094846874848c611af7cdd Resolves: #36971 Releases: master Reviewed-on: http://review.typo3.org/11092 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> 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>
-
Benjamin Mack authored
Using SwitchUser Mode keeps the module menu configuration (e.g. also closing help menu) the same even if the user has switched (or does not have the module available). This leads to unexpected behaviour. The change uses the new Storage API for JS and uses the Persistent Storage instead of the ClientStorage (localStorage) now. Resolves: #62894 Releases: master Change-Id: I10bb0ae5e8bc18e11646e9571a9314e5d3266ff6 Reviewed-on: http://review.typo3.org/34027 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tom Ruether authored
Sometimes it is necessary to use an object storage or an array instead of a query result. Resolves: #34944 Releases: master Change-Id: Ibbfbb30f005f9a21d4f59e7db1d3d0c7046b6a51 Reviewed-on: http://review.typo3.org/25687 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>
-
Georg Ringer authored
If something went wrong while updating a record via DataHandler show the table name and record uid too instead of only the field names. Resolves: #49000 Releases: master Change-Id: I0e5291324ec2be511ffb12164e4c0aec6f48f096 Reviewed-on: http://review.typo3.org/35507 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Klee authored
- reduce code duplication - add some @var - add a missing default case in a switch - small code formatting fixes - shorten types - polish some comments - add an accessor for $GLOBALS['LANG'] - move an onvertVersionNumberToInteger call out of a loop Resolves: #64340 Releases: master Change-Id: Iec21be743d684628b2a5845f3e3574d4a7256678 Reviewed-on: http://review.typo3.org/36093 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 Frömken authored
If the number of elements is reached (maxitems) then foreign_selector is still there. If maxitems is reached it does not make sense keep showing this selector. Resolves: #46552 Releases: master Change-Id: Ic780c2dfae0fcaaf1938c142ae8731a9109ff1b0 Reviewed-on: http://review.typo3.org/19336 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-