- Jul 13, 2015
-
-
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>
-
Christian Kuhn authored
Disabling the by default enabled disableBigButtons TSconfig option disables the option_showBigButtons property of PageLayoutView, so some funny buttons in page module top bar and some misplaced buttons to edit rte elements are enabled. Easy, isn't it?! This option is dropped now. Resolves: #68020 Releases: master Change-Id: Ifea0cebac3a4f1e5c23a54e2acb5aba26a83998d Reviewed-on: http://review.typo3.org/41063 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>
-
David Greiner authored
Check if value to iterate over is set and is array. Without this check the install tool breaks if no table is selected for cleanup and displayErrors is set >= 1. Resolves: #68030 Releases: master Change-Id: I8af5c91107c70210001726cfb90e0e446f3e2450 Reviewed-on: http://review.typo3.org/41066 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>
-
Alexandru Catalin Dinis authored
Shows the task description below the task name in list. Releases: master Resolves: #67332 Resolves: #67830 Change-Id: I986a1df5c578e9d3160603a3b9c3d8e8fb8ce6ab Reviewed-on: http://review.typo3.org/40921 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jul 09, 2015
-
-
Wouter Wolters authored
Resolves: #68023 Releases: master Change-Id: Ib9456b9edad63b491e2e019d2afa38e3f8eaa310 Reviewed-on: http://review.typo3.org/41064 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>
-
Jan Helke authored
This patch substitutes the inline usage of BackendUtility::getFuncMenu with a Bootstrap styled variant. Resolves: #65927 Releases: master Change-Id: I2d5ec4097404a8a18cda6e4a205195230b81f53e Reviewed-on: http://review.typo3.org/38032 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> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
This allows to use the full set of relative date formats on a given base time: http://www.php.net/manual/en/datetime.formats.relative.php Resolves: #68022 Releases: master Change-Id: Icf7c204b9c1d280805679b6edba7c03f575d936e Reviewed-on: http://review.typo3.org/40843 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
Replace occurrences of count() with matching empty() pendants. Affected extensions: * compatibility6 * css_styled_content * dbal * documentation * extbase * frontend * indexed_search * lang * linkvalidator Resolves: #67965 Releases: master Change-Id: Ia7ee4bec0e36639ef28b0cd192484f8a22c6f1f1 Reviewed-on: http://review.typo3.org/40968 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>
-
Stephan Großberndt authored
Replace occurrences of count() with matching empty() pendants. Resolves: #67961 Releases: master Change-Id: I0f06ac003d4a155d86f269a8e80c5183fec71354 Reviewed-on: http://review.typo3.org/40964 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
The single column view was unused in the core for ages. Remove this leftover code now. Resolves: #68021 Releases: master Change-Id: I133338953175e3eb151f05b20f5a8f1eeb253444 Reviewed-on: http://review.typo3.org/41062 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> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de>
-
Wouter Wolters authored
Resolves: #68019 Releases: master Change-Id: I0236b5a477f2a74d111571f5bafb05f8d28b3e68 Reviewed-on: http://review.typo3.org/41061 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Morton Jonuschat authored
Add support for creating and removing indices to DBAL. The SQL is generated using the respective ADOdb methods, so adding/removing PRIMARY keys is not possible. MySQL prefix lengths will be removed from columns in an index definition unless the DBMS specifically enables support for this feature. To ensure that index columns get properly quoted by ADOdb the field names need to be wrapped in backticks. Due to the common requirement that index names must be unique within a database/schema the requested index name will be prepended with a unique table name identifier. Resolves: #67445 Resolves: #67531 Releases: master Change-Id: I274be8df3078867309dde0d5771853c67903719d Reviewed-on: http://review.typo3.org/40397 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
Resolves: #65550 Releases: master Change-Id: I4f6da5f4d4e6a2834e619f683e77d055ac682566 Reviewed-on: http://review.typo3.org/40932 Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
Instead of globally disallowing NOT NULL and DEFAULT field attributes make these attributes configurable per DBMS system. Data dictionaries for PostgreSQL and MySQL are adjusted to match the supported options. Resolves: #67442 Releases: master Change-Id: Ic0fb7a07ef4db9fc854489165ebc079382c2f011 Reviewed-on: http://review.typo3.org/40398 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Morton Jonuschat authored
Return the table information in the documented format (array with tablenames as key and arrays with status information as value). Resolves: #67067 Releases: master, 6.2 Change-Id: I7a35c5cfdaa469c407f5c4e4f80b55625034be91 Reviewed-on: http://review.typo3.org/39637 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Remove the standalone slim "ExtCore" functionality and the custom adapters for prototype 1.5, jquery 1.1 and YUI completely from the core (only use ext-base adapter natively). Drop all configuration to activate ExtCore in FE. Drop all configuration to configure custom adapters when loading ExtJS. Resolves: #68001 Releases: master Change-Id: I254b37f3637e829d7528422c13b41a8e96d90cd1 Reviewed-on: http://review.typo3.org/41028 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> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
The functionality to render the integrity state as a tree of items is disabled by default in TYPO3 CMS, and is now removed without substitution. Resolves: #68007 Releases: master Change-Id: I12a85a157efa9171a82d4d6f3b9c0429a1ad7ab9 Reviewed-on: http://review.typo3.org/41038 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>
-
Morton Jonuschat authored
Change-Id: I4e88dbf9c597901ee559fe1bdadf23bf011a91bc Resolves: #67711 Releases: master Reviewed-on: http://review.typo3.org/41055 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Thomas Schlumberger authored
Renders all folder and page trees in the same HTML manner. These are located in: - Link Wizards - RTE popups - Select / Group Field Selector Popups (e.g. Insert Record) Next steps: - Rework the impexp tree - Rework the Move Tree and the New Element Position Maps - Add highlighting - Simplify the calls to each method and remove "old" parameters to methods, rename the methods to make them speaking. Releases: master Resolves: #68018 Change-Id: I675368039f2065dcd9e4bb2555da4495f84eb87b Reviewed-on: http://review.typo3.org/41001 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Thomas Schlumberger authored
This patch is cleaning up the tree classes where properties were set via the init() function and are now handled by class properties, overriding the parent properties, itself. A function not needed in the AbstractTreeView has been removed. Resolves: #68005 Releases: master Change-Id: I6fad1ade76c015a60ccdef77c5a8b4251f3f12da Reviewed-on: http://review.typo3.org/41036 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Inside the popups the element browser trees don't reload anymore because the RequireJS calls are added too late. Resolves: #68012 Releases: master Change-Id: I492833615d9c16352af667e384de36637fa6ebea Reviewed-on: http://review.typo3.org/41041 Reviewed-by:
Thomas Schlumberger <thomas@b13.de> Tested-by:
Thomas Schlumberger <thomas@b13.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
The styling of records, e.g. fe_users, in the page module needs to be adopted to the new backend skinning. Change-Id: I27eb379c3cf693e09a71d223a6e5b68796bbb033 Resolves: #68011 Releases: master Reviewed-on: http://review.typo3.org/41040 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Move language files to correct locations. Resolves: #67991 Releases: master Change-Id: Ic16d218c608ba2a7b3311cdde603472e01088073 Reviewed-on: http://review.typo3.org/41006 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>
-
Frank Nägler authored
This patch add a check for max_input_vars setting. Resolves: #67978 Related: #64615 Releases: master Change-Id: Ib8b376184582733c85979a164da6580741472485 Reviewed-on: http://review.typo3.org/40987 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Markus Klein authored
Prevent a race condition in the initialization by registering a ready-function in case DOM is not ready yet. Resolves: #68006 Releases: master Change-Id: I80e9af2f71850ddc2856d76a3865f0b0c5e71adb Reviewed-on: http://review.typo3.org/41037 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-