- Jul 14, 2015
-
-
Sascha Egerer authored
"0" must be an valid "last argument" value in the parseUserFuncArguments method. The implementation of the argument iteration must strictly check if the arguments string is empty. Change-Id: I8cee20a48030ea9163f55723d9027f39c43e5e1c Resolves: #68132 Related: #61256 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/41218 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>
-
Benjamin Mack authored
As most files are loaded via RequireJS now, the configuration needs to add a GET parameter in order to avoid browser caching of changed JavaScript files. For development environments the current timestamp is added. For other environments / application contexts a hash based on the TYPO3_version is added, allowing to have end-users to fetch the latest version after e.g. TYPO3 has been updated. Resolves: #68133 Releases: master Change-Id: Ifbc13cafe519a2a83f51c3869a028028f3b24368 Reviewed-on: http://review.typo3.org/41219 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
When editing a record with a regular file upload field (e.g. a fe_users record with property image), and one does not choose to upload a file, the PSR-7 implementation currently restricts this. The $_FILES array is filled with an empty data set. Thus, PSR-7 is actually canceling the whole request instead of letting it bypass, like the DataHandler would do the same when trying to process the uploaded files later. The patch allows the PSR-7 implementation only to add the files that have a filename (tmp_name) given. Resolves: #68118 Releases: master Change-Id: Ifdf9a59040ba6af3ca7214709f34e2e5be7f5759 Reviewed-on: http://review.typo3.org/41190 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benjamin Mack authored
The logic for working with galleries and calculating the maximum media size is done in a separate galleryProcessor. Resolves: #67663 Releases: master Change-Id: If00c3b800b2c6723d923cb3e3d427b850f9be7fe Reviewed-on: http://review.typo3.org/40509 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Patrick Broens <patrick@patrickbroens.nl> Tested-by:
Patrick Broens <patrick@patrickbroens.nl>
-
Georg Ringer authored
Acceptance tests will be done by using codeception Change-Id: Idad21948afc83d07b06a8fdd4ed095700c932985 Resolves: #68111 Releases: master Reviewed-on: http://review.typo3.org/41183 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>
-
Frank Nägler authored
A long long time ago jsfunc.evalfield.js found its way into the core. Now - after 12 years - it is time to leave. This patch removes the usage of jsfunc.evalfield.js from FormEngine and moves the logic into FormEngineValidation.js as a first step. The validators and processors have been split up into two methods. Resolves: #67852 Releases: master Change-Id: I781bae602ea09a4a4e359df0a461f2cfc1cdf6d8 Reviewed-on: http://review.typo3.org/40912 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> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Resolves: #68121 Releases: master Change-Id: I7822981c26d8ceae1ea51cf11aa75e2a8b94731d Reviewed-on: http://review.typo3.org/41189 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The bootstrap functionality for resolving the RequestHandler based on the request object added by the PSR-7 change. The Bootstrap::run() method is now renamed to ->configure() which does not call resolveRequest() anymore. Instead resolveRequest() is called explicitly at a later point inside every Application instance. This way, the Application instance decides what kind of Request object should be instantiated and hands it to the Bootstrap, which in return resolves the RequestHandler. The original RequestHandlerInterface is now moved to the Http/ namespace, and a RequestHandlerInterface for the Console application has been introduced for handling Console requests, based on Symfony Console. Resolves: #68085 Releases: master Change-Id: Ibbc48362739f9849f6e6d9fcadfd2e2a5247f89b Reviewed-on: http://review.typo3.org/41140 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Christian Kuhn authored
Two small .rst issues trigger warnings compiling .rst files. Resolves: #68117 Releases: master Change-Id: I775d9be46419e7266ed1e0473d32881e19fcc8f7 Reviewed-on: http://review.typo3.org/41186 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
Wouter Wolters authored
The option RTE.userLinks has been broken for some time now and with the upcoming Tabbing API this can be added again with an extension. Resolves: #68116 Releases: master Change-Id: I592923f5c7218001d28f7aff3c2e48c1533b2d48 Reviewed-on: http://review.typo3.org/41185 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benjamin Kott authored
Releases: master Resolves: #68115 Change-Id: I60c4637050dd4024d5246cb9380ebd910f2fa619 Reviewed-on: http://review.typo3.org/41181 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Wouter Wolters authored
To clean the typo3/ directory we move close.html to ext:backend. Resolves: #68108 Releases: master Change-Id: Ieee52bd3ebea8f5c3f1c7f594d6d565864e07a76 Reviewed-on: http://review.typo3.org/41169 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Oliver Hader authored
Using slots in GridDataService does not work since passing arguments by reference does not work. Since TYPO3 CMS 6.2 it's possible that the SignalSlotDispatcher returns (modified) arguments. Resolves: #60926 Releases: master, 6.2 Change-Id: If7f3a782bf8870bfb158c566df01cf2311fce048 Reviewed-on: http://review.typo3.org/32120 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Michael Oehlhof authored
Show a flash message when trying to create a folder with a name that already exists. Releases: master Resolves: #14509 Change-Id: Ia293ea61a3a892103c9b82affe5f527f1c05b39e Reviewed-on: http://review.typo3.org/36733 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com>
-
Christian Kuhn authored
The functionality provided by _HIDDENFIELD and hideParent on TCA wizard level can be better realized with the new renderType registration provided by the NodeFactory. A search showed that not a single TER extension used the two options, and it is probably also used very rarely in other 3rd party extensions. It is dropped now without substitution. Resolves: #68092 Releases: master Change-Id: I95fb96561e1879e302ba927d70d72bd454b7fa15 Reviewed-on: http://review.typo3.org/41150 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
Resolves: #68098 Releases: master Change-Id: Ice78388b6e39886bb3f2be13701d4b85f01f3967 Reviewed-on: http://review.typo3.org/41157 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> 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>
-
Frank Nägler authored
Remove usage of removed PNG. Resolves: #68090 Releases: master Change-Id: Ie44f5d436d0e20620fb15cb6df85a7a27985412c Reviewed-on: http://review.typo3.org/41165 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Frank Nägler authored
In some cases, the event handler was bind multiple times. This patch moves the binding into a new place. Resolves: #68095 Releases: master Change-Id: I40aeb1305b6e0c061a202ddb31a9e8f9fc9b9630 Reviewed-on: http://review.typo3.org/41160 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>
-
- Jul 13, 2015
-
-
Markus Klein authored
An old implementations expected icons to be img-tags, which is not the case anymore. The regex for replacing parts of the tag do not work with the span tags anymore and therefore all calls to the function are dropped. This also renders a whole class useless, which is therefore removed as well. Resolves: #68086 Releases: master, 6.2 Change-Id: I073e6e2d640ac5f53ae13ec564e6f8903b65e8b8 Reviewed-on: http://review.typo3.org/41141 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frank Nägler authored
This patch replace all PNG module icons with SVG icons. Resolves: #68090 Releases: master Change-Id: If206ef84453782b7a268a095d8ea4302fc925f11 Reviewed-on: http://review.typo3.org/41146 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #68091 Releases: master Change-Id: I6069a6ccb55527536b74a2065a65b094a514d043 Reviewed-on: http://review.typo3.org/41149 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Xavier Perseguers authored
Fix references to old Markdown manual. Resolves: #67946 Releases: master Change-Id: I4a2ff752e771acb9a1b4e52395dd5f34141e2787 Reviewed-on: http://review.typo3.org/41142 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>
-
Stefan Neufeind authored
The usage of the ternary operator just for conversion to boolean like ... ? TRUE : FALSE is be replaced by a normal (bool) typecast. Change-Id: Ia32f63b423ffa7e066c9cf8bb002dde51b419bfa Resolves: #68063 Releases: master Reviewed-on: http://review.typo3.org/41110 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Stefan Neufeind authored
The fallback-paths functionality offered by the parent class is now available for Fluid-widgets. Change-Id: I73d3a792b261502b1eafd92b3b7b514e049e6ac2 Resolves: #59505 Releases: master Reviewed-on: http://review.typo3.org/30672 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Resolves: #68078 Releases: master Change-Id: I1cc0abe0a6d0f962472061017a91c7fa8f5f8995 Reviewed-on: http://review.typo3.org/41134 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Andreas Fernandez authored
On a cached page, initialise the page config only if it does not exist yet. Merge the cached config with the template config to get the same array as on a uncached page. Releases: master, 6.2 Resolves: #66605 Change-Id: Idee4682cbfe5a8fb5f9522fc2f09e1c9bdb81396 Reviewed-on: http://review.typo3.org/38958 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
Benjamin Mack authored
Make install tool work again. Resolves: #67558 Releases: master Change-Id: Ia6630c705cbcd34fda95f797071cca56b19954b9 Reviewed-on: http://review.typo3.org/41130 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Nicole Cordes authored
It isn't possible to add icons in filelist extended view easily, because there is no way to get the current file or folder object nor get information about it. This patch adds the object to the cells variable and reset it after hook execution to ensure access to it. Releases: master, 6.2 Resolves: #67962 Change-Id: I44a4229128bcfdb2ed17900462f50a771ed63fdd Reviewed-on: http://review.typo3.org/41117 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Benjamin Mack authored
The PSR-7 standard is adapted into the TYPO3 Bootstrap with a backwards-compatible layer. The PSR-7 implementation brings several new classes: * Message (the base for Requests and Responses) * Request (for Requests made within PHP) * ServerRequest and a factory based on the current system environment * Response * Uri (a unified API for fetching several parts of an URI) At any TYPO3 request a new ServerRequest object is created inside the Bootstrap and handed over to the RequestHandler which can then use this object for checking certain GET and POST variables instead of using GeneralUtility. The proper call (usually a Controller) creates a Response object that is handed back to the RequestHandler + Bootstrap. The TYPO3 Bootstrap will output anything related in the shutdown() method. An example is shown with the LoginController and currently hard-wired as no proper routing/dispatching is there yet. Currently this is an internal API as the rest (Dispatch/Router and Controller API) will follow once the base is in. Please note that the PSR-7 standard works with Value Objects meaning that it is not possible to modify any object but instead new objects will be created for Message, ServerRequest and Response if modified. The next steps are: * Integrate proper Routing + Dispatching for Backend Routes to register new BE requests * Migrate all AJAX Calls to use the new API and request / response handling * Introduce a common Base Controller for all regular BE requests which is based on Request/Response and works as a replacement for sc_base * Then: proper documentation for the whole bootstrap / dispatch + routing / controller logic * Integrate symfony console app into the CLI Bootstrap as alternative for Request/Response * Refactor TSFE to use Response / Request objects properly * Refactor redirects logic to use Response objects Resolves: #67558 Releases: master Change-Id: I5b528284ecca790f784c7780b008356158343ee8 Reviewed-on: http://review.typo3.org/40355 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
In EXT:viewpage the option TCEMAIN.previewDomain is used but not evaluated correctly. The option can contain the protocol already and this is not respected in EXT:viewpage. Check if domain already contains a protocol. Resolves: #34820 Resolves: #36542 Resolves: #23115 Releases: master, 6.2 Change-Id: I13f7cda1dca54d60d350ba460e43ec924c140d35 Reviewed-on: http://review.typo3.org/41095 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:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Uploading an extension a zip file has a wrong check for directory existence. Fix the path to this directory in the check. Resolves: #65702 Releases: master,6.2 Change-Id: I61b46a6f9efb55e3f8b6843597a31b458752fc46 Reviewed-on: http://review.typo3.org/41096 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
The code which migrates the old localconf.php file is dropped now. Resolves: #68056 Releases: master Change-Id: I29847f8d1fbbd8be80790e2b340c2429f0d03a4c Reviewed-on: http://review.typo3.org/41102 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>
-
- Jul 12, 2015
-
-
Helmut Hummel authored
Before rendering _INT content objects, the page renderer is unserialized and stored in a TypoScriptFrontendController property. However this new object is not updated in the singleton store in GeneralUtility. This leads to the situation that plugin code that (legally) just instantiate the page renderer using GeneralUtility::makeInstance() receive the wrong object. Make sure the singleton store is updated once the page renderer is unserialized for _INT processing. Releases: master, 6.2 Resolves: #68061 Change-Id: I162b8a4dc102ffd8cc0fcc4d21ccc271c861b187 Reviewed-on: http://review.typo3.org/41109 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
- Jul 10, 2015
-
-
Andreas Fernandez authored
The table was printed twice, the first and obsolete rendering call is removed. Resolves: #65927 Releases: master Change-Id: I6ee2f7f23d66d9162f9683f159b499f892a1707a Reviewed-on: http://review.typo3.org/41091 Reviewed-by:
David Greiner <hallo@davidgreiner.de> Tested-by:
David Greiner <hallo@davidgreiner.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> 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. Change-Id: I09dfd6d971357ceaeaa08f60057323b3c7e33aa1 Releases: master Resolves: #59972 Reviewed-on: http://review.typo3.org/32758 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Markus Klein authored
Make the ext:cms removal non-breaking by installing a fallback for the label references. Additionally remove the leftover reference to EXT:cms from the root composer.json and replace a reference to a no longer existing path in tsref.xml. Resolves: #68017 Releases: master Change-Id: Iae6a66814adce5849cef577f036010c5323d8f2f Reviewed-on: http://review.typo3.org/41051 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
To improve the usability the message and checkbox should only be shown if there are elements actually hidden. Change-Id: I0bb652ce915d1e8896b38bf3f94ae2a276cc3881 Resolves: #68037 Releases: master Reviewed-on: http://review.typo3.org/41081 Reviewed-by:
David Greiner <hallo@davidgreiner.de> Tested-by:
David Greiner <hallo@davidgreiner.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> 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>
-
Sascha Egerer authored
* Reformatted Changelog Documentation * Add array type to function arguments to force parameter type Resolves: #67662 Releases: master Change-Id: I896633527345489394a920e5b351b1e584defe08 Reviewed-on: http://review.typo3.org/41078 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Christian Kuhn authored
NEWS.md is just a dummy file pointing to the Changelog .rst information. There is not much benefit in it, so it is removed along with the reference from README.md now. Since there is no stable link to the wiki pages with non volatile information, it also does not make much sense to link to them. This may however change in the future and a hint to a list of newest changes within README.md, a file that is for instance displayed by default on github, would be appreciated. Resolves: #68032 Releases: master Change-Id: I1a6d91e8d716b193bf81df20a28541c3a4da1faf Reviewed-on: http://review.typo3.org/41067 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #68029 Releases: master Change-Id: Idef60704c62cdeb6772b686b214ce464f8d261f5 Reviewed-on: http://review.typo3.org/41065 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-