- Sep 07, 2014
-
-
Christian Kuhn authored
APC for travis-ci on cli was disabled for PHP 5.3 already because of instability. This patch kicks out APC for PHP 5.4 as well after recent failed travis runs in this area. Releases: master, 6.2 Change-Id: I1182a0fcfc5f94f7f778c9f0fde5f5d8672b17ee Reviewed-on: http://review.typo3.org/32623 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Felix Kopp authored
In TYPO3 CMS world each extension contains multiple icons: + "extension icons" (ext_icon.gif) to identify the whole extension (EM/TER) + "module icon" as Start button per backend module (module menu) + "record icons" in recordlist as clickmenu link + "action icons" like save, close or info (toolbar) Currently all icons look the same in the backend (16x16 pixels, same theme). Also many icon files are used multiple ways (e.g. ext_icon.gif as module icon). In order to be able to differentiate icons better by their primary function this patch introduces a common folder as defined location for backend module icon files and demontrastes a naming schema "module-name.xxx". Also this patch reduces cohesion and coupling of backend extensions since extensions now bring their own icons in a predictable fashion. This supports alternative backends that do not rely on t3skin at all. Resolves: #61200 Releases: 6.3 Change-Id: I035b7777f0c59546ec641dbb59165a98fd...
-
Felix Kopp authored
Resolves: #61395 Releases: 6.2, 6.3 Change-Id: If77a7b9163ef23d291ca6106c453da059fe5ff21 Reviewed-on: http://review.typo3.org/32617 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
When calling get(), all entries for the given namespace are loaded only if no value for this namespace has been set() before in the same run. This patch fix this by tracking the loading of namespaces and check the state before set() or get() is processed. In case the namespace was not loaded before, the loadEntriesByNamespace() is called to prevent overwrite of values. Resolves: #53182 Releases: 6.3, 6.2 Change-Id: Ib09e5892e35cef998413d2f0d8039ed49a7e7226 Reviewed-on: http://review.typo3.org/32608 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>
-
Wouter Wolters authored
During the last year some closing PHP tags are added again. Remove the new added closing tags. Resolves: #61393 Releases: 6.3 Change-Id: I40612b7ae10f3b0341bf46a894d193dbd732a70b Reviewed-on: http://review.typo3.org/32614 Reviewed-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Jigal van Hemert authored
The property mod.SHARED.colPos_list used to determine which columns were visible in the Page module. With backend layouts it will only determine which edit areas in the backend layout are accessible for editing. Resolves: #39967 Releases: 6.3, 6.2 Change-Id: Iba65ce84adf025802d1b0ebda00dff4d6299a06a Reviewed-on: http://review.typo3.org/31783 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Marcin Sągol <marcin@soee.pl> Reviewed-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Anja Leichsenring authored
Add documentation for changelog for merged feature 'Add generic data-* attribute' for Fluid ViewHelpers. Change-Id: Idfa80355b23d98ab6d9bf6b4ec3bed74b3365a7c Resolves: #61389 Related: #61351 Releases: 6.3 Reviewed-on: http://review.typo3.org/32612 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Sep 06, 2014
-
-
Wouter Wolters authored
Class in unused and marked for removal in TYPO3 CMS 6.2 Resolves: #61232 Related: #61218 Releases: 6.3 Change-Id: I720020e5d36045f2cba3535b9bbb043c34f33715 Reviewed-on: http://review.typo3.org/32459 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>
-
Frank Nägler authored
All elements in HTML5 can have any number of data-* attributes. This additional array attribute on tag bases viewhelpers makes it easier to add several data-* attributes to them: <f:form.textfield data="{foo: 'bar', baz: 'foos'}" /> Will render: <input data-foo="bar" data-baz="foos" ... This is a backport from TYPO3.Fluid Resolves: #61351 Related: #35748 Releases: 6.3 Change-Id: I3a6483e3293a7e18a3ee7fb5b04bf28bdb19d63d Reviewed-on: http://review.typo3.org/32590 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Martin Sonnenholzer <martin.sonnenholzer@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Sep 05, 2014
-
-
Samir Rachidi authored
In some cases $pObj->register['SYS_LASTCHANGED'] is NULL and therefore a MySQL error occurs during indexing a page. So, in these cases, we need to set the 'mtime' value by getting it from the page and we always want to prevent a NULL-value getting inserted into the DB. Resolves: #61135 Releases: 6.1, 6.2, 6.3 Change-Id: Idb78af3aa23350db4bd43f58638541e6b3ad3ae3 Reviewed-on: http://review.typo3.org/32355 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Roland Waldner authored
It is necessary that "exclusiveValues" is a string in the JavaScript method FormEngine.setSelectOptionFromExternalSource() because in JavaScript strings (but not numbers) have a method match() which is used in FormEngine.setSelectOptionFromExternalSource(). "exclusiveValues" representing a single key (e.g. -1) are of type "Number" - in this case an JavaScript error is thrown when the script calls match() on it. This commit ensures that "exclusiveValues" is always casted to String. Resolves: #61276 Releases: 6.3, 6.2 Change-Id: I049a5e6d11b3b27be901baa1e00429ab200b9a04 Reviewed-on: http://review.typo3.org/32591 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Kilian Hann authored
The 'where' part of the statement now takes stdWrap properties into account. Resolves: #61117 Releases: 6.3, 6.2 Change-Id: Id1b2fe88a1cc72ca12acdb6628ed4b713e121798 Reviewed-on: http://review.typo3.org/32296 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Helmut Hummel authored
In TYPO3 CMS the identity of objects/ records are integers (uids). Because of that, the persistent object type converter should be able to convert integers to objects, not only strings. Releases: 6.2, 6.3 Resolves: #61292 Change-Id: I0b69295ae7adfdbe49cf19056614b984f34290c6 Reviewed-on: http://review.typo3.org/32543 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 04, 2014
-
-
Wouter Wolters authored
Move all JavaScript code to a RequireJS module based on jQuery. Resolves: #61322 Releases: 6.3 Change-Id: I8558a4952f22410337011991f304fbec6bb9cb84 Reviewed-on: http://review.typo3.org/32561 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 03, 2014
-
-
Alexander Stehlik authored
The getAdditionalInformation() method is implemented in the linkvalidator scheduler task to show more information about the task in the scheduler Backend module. Resolves: #61198 Releases: 6.3 Change-Id: Iebb43923b73ff4ecebab4a6747655596be859604 Reviewed-on: http://review.typo3.org/32383 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Klein authored
The error handling code for PHP errors needs some cleanup. So does the description of the related settings in the Install Tool. Resolves: #61235 Releases: 6.3, 6.2 Change-Id: Ibd95fcdaa6a50a870035037a2332b95d2c5e1266 Reviewed-on: http://review.typo3.org/32464 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Viktor Livakivskyi <invisible.kinder@gmail.com> Tested-by:
Viktor Livakivskyi <invisible.kinder@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Class is unused and contains code that is deprecated and marked for removal in TYPO3 CMS 6.3 Resolves: #61231 Releases: 6.3 Change-Id: Ia0ec7aa95d54b0372edc340a8986a1d15c43d3e5 Reviewed-on: http://review.typo3.org/32458 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Markus Klein authored
Using the recursive stdWrap will work on the stdWrap twice, although the output is created only once. Fix this by preventing the recursive call to stdWrap() if the current function name is "stdWrap" as this will trigger a call to stdWrap_stdWrap() later on anyway. This will change rendering if LOAD_REGISTER or something similar is used in a recursive stdWrap context. Resolves: #60135 Releases: 6.3 Change-Id: I728f637b4e34f26b9cf6951f04667c8195638b3d Reviewed-on: http://review.typo3.org/32466 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 02, 2014
-
-
Wouter Wolters authored
Remove tx_cms_webinfo and tx_cms_webinfo_lang and use their namespaced variant for registration into web_info module. Resolves: #61218 Releases: 6.3 Change-Id: I66c25241197d0b3898aee3e126f0b5b212e38a45 Reviewed-on: http://review.typo3.org/32409 Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 01, 2014
-
-
Felix Kopp authored
Bring common html structure for EXT: beuser table. The other table (above in code) has already been changed before. Resolves: #61267 Releases: 6.3 Change-Id: I88f688ed421dcf8b2984fe3a1e0204b3ed6e19cf Reviewed-on: http://review.typo3.org/32504 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Aug 29, 2014
-
-
Georg Kühnberger authored
Added previewDomain in order to have Web-View functioning in the same way like Page-Preview does. Fixes: #61226 Related: #30889 Releases: 6.3, 6.2 Change-Id: I872651aeac1bda27f7a8a034fc30a21ff7162df0 Reviewed-on: http://review.typo3.org/32510 Reviewed-by:
Oliver Gassner <og@plan2.net> Tested-by:
Oliver Gassner <og@plan2.net> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Aug 27, 2014
-
-
Jacob Rasmussen authored
When using prepared statements for inserts and updates, the execute method currently fails due to a missing check on the return value from $this->statement->result_metadata(); Resolves: #61229 Releases: 6.3, 6.2 Change-Id: Ida17f617915c36a0c2e91663eee64b4c358090e2 Reviewed-on: http://review.typo3.org/32452 Reviewed-by:
Mattias Nilsson <tollepjaer@gmail.com> Tested-by:
Mattias Nilsson <tollepjaer@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Aug 26, 2014
-
-
Benjamin Mack authored
The current solution to add HTML5 placeholder attribute support for unsupported browsers (which are IE9 and lower) is using a combination of ExtJS and Prototype, which both need to be loaded for that. Currently this is used in FormEngine and the backend login form. However, there are better ways of creating these fallbacks, one being Placeholder.JS (see http://jamesallardice.github.io/Placeholders.js/) which can seamlessly be integrated, and only be loaded for IE9 and less. Resolves: #60578 Releases: 6.3 Change-Id: If8443276b85d15222c4fc0954e3f79b50ce6a4c9 Reviewed-on: http://review.typo3.org/31830 Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Stefan Neufeind authored
For create-table "tableType" was still used while an alter-table used "engine". Change-Id: Idee0e569e331ec66084484f1e8d55d9cab03ff9f Resolves: #61129 Releases: 6.3, 6.2 Reviewed-on: http://review.typo3.org/32304 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Aug 25, 2014
-
-
Helmut Hummel authored
To make it possible to use the module dispatcher with a click menu item, it is necessary to add the CSRF token to the URL of the called click menu functionality. Resolves: #60635 Releases: 6.3, 6.2 Change-Id: I0b378c3ba4c22f25b10e39950d08568f608decdb Reviewed-on: http://review.typo3.org/31987 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Aug 23, 2014
-
-
Stefan Froemken authored
The extensionmanager uses bad indexes. It is better to move col repository to the the end of the indexes. Resolves: #59809 Releases: 6.3,6.2 Change-Id: I0bb8d5cdfc8591bb35485b204ad5e8dafd1b4d16 Reviewed-on: http://review.typo3.org/31080 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Marcin Sągol <marcin@soee.pl> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Kay Strobach authored
This patch enables the browse menu to skip inaccessible items for prev and next links. It makes use of the filterMenuPages method, which is already applied to any kind of menu. Since it has not been applied to the sections of the browse menu type, which are actually menus themselves, inaccessible pages made browsing unusable. This applies to missing translations as well. Change-Id: I8779731139785dea72b078567912c96e3ad5c7ca Resolves: #58792 Releases: 6.3, 6.2 Reviewed-on: http://review.typo3.org/30098 Reviewed-by:
Jo Hasenau <info@cybercraft.de> Tested-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Marcin Sągol <marcin@soee.pl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
René Bigler authored
When importing a t3x file that contains files the function "getFiles" of the object TYPO3\CMS\Core\Resource\Folder is called which does not exist. Resolves: #60474 Releases: 6.3, 6.2 Change-Id: Ibc392bced57a85ad6eae333406ff507af7faefd4 Reviewed-on: http://review.typo3.org/31744 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Klaas Johan Kooistra authored
When persistence.recursive is configured when using a command controller no records can be retrieved because the storagePid is negated in the AbstractConfigurationManager, while claiming all implementations of getTreeList support negative ids. Using abs() on the id when it is negative fixes this. Also see the ContentObjectRenderer implementation of getTreeList Change-Id: I7732290126a83a79204b8224d52a3cd878360e64 Resolves: #60697 Releases: 6.3, 6.2 Reviewed-on: http://review.typo3.org/31919 Reviewed-by:
Peter Beernink <p.beernink@youwe.nl> Tested-by:
Peter Beernink <p.beernink@youwe.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Jigal van Hemert authored
In the page module information on neighboring content elements is collected while building the page layout. This information must be remembered for other elements on the page instead of generated new when rendering each element. This makes sure the move buttons and edit buttons have the correct URLs. Resolves: #60199 Releases: 6.3, 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I9fec256b145fe8aba229d8b026fba73871942347 Reviewed-on: http://review.typo3.org/31929 Reviewed-by:
Robert Heinig <robert.heinig@3m5.de> Tested-by:
Robert Heinig <robert.heinig@3m5.de> Reviewed-by:
Gerwin Kramer <gerwinkramer@gmail.com> Tested-by:
Gerwin Kramer <gerwinkramer@gmail.com> Reviewed-by:
Jo Hasenau <info@cybercraft.de> Tested-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Stefan Holz <sh@atlantismedia.de> Tested-by:
Stefan Holz <sh@atlantismedia.de> Reviewed-by:
Christian Hernmarck <ch_t3@hernmarck.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Aug 20, 2014
-
-
Andreas Fernandez authored
Currently, the method fetchMaximalVersionsForAllExtensions uses a subselect to determine the highest available version. This solution is rather inefficient and incomptabile to DBAL. The query is replaced by a LEFT JOIN. Resolves: #60857 Releases: 6.2, 6.3 Change-Id: I7ae3c523259bf260c41080aee269f6df33edb408 Reviewed-on: http://review.typo3.org/32062 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Wouter Wolters authored
Unexpected behaviour. Default of maxitems in now 1 by default which doesn't work if you need more items. Previously this was possible. Revert this to have the old working behaviour again. Releases: 6.3,6.2 Resolves: #60263 Reverts: #55731 This reverts commit c578d476. Change-Id: Ice5357aecb1969f11c6821cb81824d2d68200717 Reviewed-on: http://review.typo3.org/31818 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frans Saris authored
If the FAL indexer scheduler task finds a index record with same content hash as a new found file the file isn't added to the index if it isn't marked as missing. This patch changes the indexer so that new files with same content hash are added when no index record is found for a missing file with same content hash. Resolves: #60764 Releases: 6.3, 6.2 Change-Id: Ifb7f9e6f48ba327c958a7aa0e0b71f0575cabdf7 Reviewed-on: http://review.typo3.org/32000 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Markus Klein authored
The writeLog() function of the ErrorHandler tries to log the IP that caused the error. On CLI there is no IP hence a NULL value is being tried to insert into the DB, where the DB field is NOT NULL. Fix this by casting the IP to a string. Resolves: #61051 Releases: 6.3, 6.2 Change-Id: Id46e97468bf825307258e907811d5f2c77c62161 Reviewed-on: http://review.typo3.org/32247 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Daniel Hürtgen <daniel@higidi.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Aug 17, 2014
-
-
Matthias Kappenberg authored
Processing stdWrap for the select.recursive TypoScript property has just been forgotten in the original issue #18822 during the development of TYPO3 4.6. Change-Id: I34f2ac45e5112fbcc2becf7936f486f0b53d361a Resolves: #55707 Releases: 6.3, 6.2, 6.1 Reviewed-on: http://review.typo3.org/30043 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Aug 15, 2014
-
-
Lars Trebing authored
When directly comparing CAST(... AS CHAR) with a CHAR field (including VARCHAR and TEXT) whose collation isn't the same as that of the database connection, MySQL gives an error like this: > Illegal mix of collations (utf8_general_ci,IMPLICIT) and > (utf8_unicode_ci,IMPLICIT) for operation '<>' Wrapping the right side of the comparison in CAST(... AS CHAR) as well keeps the data unchanged while ensuring that both sides have the same collation. Change-Id: Icaec66412d6b6441ae30065ffb92565991e9a1e4 Resolves: #36754 Releases: 6.3, 6.2 Reviewed-on: http://review.typo3.org/32117 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Aug 14, 2014
-
-
Oliver Hader authored
Remove new-line at end of file that has been introduced by accident in commit:7ef6d2c8 Releases: master Change-Id: I0a18755d16aaef4496b21183f870dffbd86ee2c1 Reviewed-on: http://review.typo3.org/32158 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
The retrieval of file references in BackendUtility is currently bound to the thumbCode() method but is useful for other components as well. Resolves: #60054 Releases: master, 6.2 Change-Id: Id92bdeaed24d8924285a640f905ffd55db21da4d Reviewed-on: http://review.typo3.org/31287 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Hader authored
The record details view renders record icons for both live and versioned record. However, this representation is shown rather stand-alone and can be combined with the accordant headers. Resolves: #60015 Releases: master, 6.2 Change-Id: I2f468a06271f335c491d90d825f7bcef7a9db9f6 Reviewed-on: http://review.typo3.org/31254 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Aug 13, 2014
-
-
Andy Grunwald authored
Resolves: #60878 Releases: 6.3 Change-Id: I2cc8ec067adcc66bdd589104d03f20c385e52e99 Reviewed-on: http://review.typo3.org/32071 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-