- Jul 14, 2015
-
-
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>
-
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>
-