- Sep 15, 2015
-
-
Mathias Brodala authored
This renames the "Abort" action to "Stay logged in" and makes it the default in the session timeout dialog. Thus one can simply press the Space/Return key to stay logged in which is the most likely action in this situation. This drops the translation label "mess.refresh_login_abort_button" from locallang_core.xlf which is now unused. Also the label "mess.refresh_login_confirm_button" is changed to "mess.refresh_login_logout_button". Resolves: #69774 Releases: master Change-Id: I71b797fb61750a293718e144bc76e28199874c38 Reviewed-on: http://review.typo3.org/43288 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
Enable SQL mode options that force MySQL to be more strict and not allow legacy defaults which truncate data, accept invalidate dates or silently change values on INSERT/UPDATE. STRICT_ALL_TABLES: Strict SQL mode for all tables, reject invalid data ERROR_FOR_DIVISION_BY_ZERO: Division by zero produces an error NO_AUTO_VALUE_ON_ZERO: Only NULL generates the next auto_incroment number NO_ENGINE_SUBSTITUTION: No automatic substitution of unavailable engines NO_ZERO_DATE: Don't treat '0000-00-00' as a valid date NO_ZERO_IN_DATE: Dates with zero parts are not permitted ONLY_FULL_GROUP_BY: Deny invalid use of aggregation functions Resolves: #69484 Releases: master Change-Id: Ife3755b56339a479d86c5535a301ebef1563ace8 Reviewed-on: http://review.typo3.org/42986 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Stehlik authored
Remove the deleted TcaSelectValues form data provider from the configuration. Resolves: #69742 Relates: #69755 Relates: #69761 Releases: master Change-Id: Ib67aa6df851cb3c9973a7070322bd8a64d313662 Reviewed-on: http://review.typo3.org/43319 Reviewed-by:
Thorsten Bringewatt <t.bringewatt@mittwald.de> Tested-by:
Thorsten Bringewatt <t.bringewatt@mittwald.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Fischer authored
Resolves: #69387 Releases: master Change-Id: I88d836b91d4dea20f461c48e35296edae3103cf0 Reviewed-on: http://review.typo3.org/43318 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Jan Helke authored
This patch removes the private property resultArray and merges the function getSingleField_typeSelect_multiple into render. Releases: master Resolves: #69724 Change-Id: Ia0211e004cf0397902c36864e6732ea16d08774f Reviewed-on: http://review.typo3.org/43260 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
Add the language handling information to the meta information of the data structure: * langDisable (bool) * langChildren (bool) * languagesOnSheetLevel (array) * languagesOnElementLevel (array) Default values for langDisabled / langChildren are set according to https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Flex/Index.html Resolves: #69716 Releases: master Change-Id: I068afb2f45efe64ca30d15d184540a49fb339ad1 Reviewed-on: http://review.typo3.org/43240 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Thorsten Bringewatt <t.bringewatt@mittwald.de> Tested-by:
Thorsten Bringewatt <t.bringewatt@mittwald.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Jigal van Hemert authored
An optional property 'condition' will only include the file or directory if the condition is met. Resolves: #16525 Releases: master Change-Id: I4be8b93d733ef40601a2943ebad357c095f997ad Reviewed-on: http://review.typo3.org/42431 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Oliver Thiele <mail@oliver-thiele.de> Tested-by:
Oliver Thiele <mail@oliver-thiele.de> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Resolves: #69805 Releases: master Change-Id: I311aaca035635a6675eef92104bbbcd5ce6ca9c4 Reviewed-on: http://review.typo3.org/43317 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Alexander Stehlik authored
The TcaSelectValues form data provider is merged in the TcaSelectItems provider. The possible select items are classified in dynamic items that come from a foreign_table and static items that come from TCA, PageTS etc. The value for single item select fields (the default) will not be processed because the handling of invalid values will currently be done by the select field element renderer. If the values from a multi value select field come from statically defined items (e.g. items directly added in the TCA) the value will always be added to the list of selected values. If the values comes from dynamic select items from a database relation the select values will only be added when they were validated by the RelationHandler. Finally the selected values are parsed by array_unique to prevent duplicate entries. Resolves: #69742 Relates: #69755 Relates: #69761 Releases: master Change-Id: I4dca24b26c36ae91dc527edcd900b352f705f5c4 Reviewed-on: http://review.typo3.org/43278 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Mack authored
Minor cleanups to the TCA definition. Resolves: #69804 Releases: master Change-Id: I54d316f25e0c4cb5883a56f90f58f9fa9cadc520 Reviewed-on: http://review.typo3.org/43316 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
Add new compiled CSS file for the backend. Releases: master Resolves: #69795 Change-Id: I7f32d30fe02d18c0b1b7142b5233627d6301b9a1 Reviewed-on: http://review.typo3.org/43310 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Sep 14, 2015
-
-
Mathias Brodala authored
Resolves: #69786 Releases: master Change-Id: I211a3564830fa2ae2005807e9d2b81959965cbb7 Reviewed-on: http://review.typo3.org/43296 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Frank Nägler authored
Add SVG icons for MimeTypes to the IconRegistry, add IconFactory->getIconForResource() as improved version of IconUtility->getSpriteIconForResource(). Also add IconFactory->getIconForFileExtension() similar to IconUtility->getSpriteIconForFile() but without the possibility to pass a path but only a file extension. Replace all core calls of getSpriteIconForFile() and getSpriteIconForResource() with calls to IconFactory. Resolves: #69744 Resolves: #69759 Releases: master Change-Id: I26b221fbba87c7f3e09ec10b61c13c8e74b8ecb3 Reviewed-on: http://review.typo3.org/43258 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Mack authored
Due to the shift to the new tabmenu logic, all leftover code that is unused is now removed. Releases: master Resolves: #69795 Change-Id: Ia875c2938dc852b478e49be82bf2922ce67ab165 Reviewed-on: http://review.typo3.org/43301 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Xavier Perseguers authored
Change-Id: I0b73a6c77502e1635f73734181b6af9f9757b6dc Releases: master Resolves: #69496 Reviewed-on: http://review.typo3.org/43200 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Häfner authored
The changes for issue #39280 did not consider that the localization file for the frontend controller is used in the backend controller as well and thus, this tiny regression got in, leading to not loading the language labels anymore in the backend form wizard. Resolves: #69433 Releases: master Change-Id: Ia27b5e321f2308cf4c3d3cecdfcb3419b4d4397b Reviewed-on: http://review.typo3.org/43307 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Morton Jonuschat authored
Move the TCA flex form migration from the FlexFormElementContainer to the TcaFlex data provider to separate parsing and rendering. Resolves: #69718 Releases: master Change-Id: Id9e132483394ff8efac0f21441798ff469ae3091 Reviewed-on: http://review.typo3.org/43276 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
Update the handling of human readable fields so that the values are not being set and only the hidden field with the actual value is submitted. This patch also updates the handling for the _list and _mul appendixes as these use the same methods and needed to be changed as well. Resolves: #69672 Releases: master Change-Id: I7a92c924a567621c2f79c736f878af288595c657 Reviewed-on: http://review.typo3.org/43254 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Loek Hilgersom authored
This fixes that l10n_display also affects the original not-translated record. Problem was caused by the type-change of $row[$languageField] from int to array. Added a few comments for making the code more understandable. Resolves: #69779 Releases: master Change-Id: I29b0ad47332f34a292624fad3938554fb1e55353 Reviewed-on: http://review.typo3.org/43302 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
Frank Nägler authored
Resolves: #69797 Releases: master Change-Id: I8bf1740315b302b2b4be43c0be5e94628986622a Reviewed-on: http://review.typo3.org/43305 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anja Leichsenring authored
While passing values via GET or POST, those values have been lost to the form. The handling has passed to a dedicated element class, that handles them correctly. Change-Id: If41ae361e8e4fd4012a13bf888dc62d94d5e079c Resolves: #69784 Resolves: #69661 Resolves: #69664 Releases: master Reviewed-on: http://review.typo3.org/43304 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anja Leichsenring authored
Change-Id: I0db183c873b16607a55683f195da5cf25ff6fff5 Resolves: #69787 Releases: master Reviewed-on: http://review.typo3.org/43297 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Thorsten Bringewatt <t.bringewatt@mittwald.de> Tested-by:
Thorsten Bringewatt <t.bringewatt@mittwald.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Jan Helke authored
Releases: master Resolves: #69739 Change-Id: Idb8a51532935d683e3cbfc2190bf41cea528ea69 Reviewed-on: http://review.typo3.org/43248 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Michael Oehlhof authored
The last 2 calls are replaced with this patch. Resolves: #69785 Releases: master Change-Id: Ie869ef7d6a3c97fba587b6dd6d3f80f1390de8cf Reviewed-on: http://review.typo3.org/43298 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Jan Helke authored
This patch removes the private property resultArray and merges the function getSingleField_typeSelect_single into the render() method. Releases: master Resolves: #69726 Change-Id: I3a8a230d3a61046652684f7ae68568e72d892e8f Reviewed-on: http://review.typo3.org/43255 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
To successfully add a new column with auto_increment enabled to a table the column needs to be included in a (primary) key. The install tool handled this in a two step process by ignoring the auto_increment attribute and separating adding the field and the key into two statements. This fails on existing tables with data as the column will include non-uniqued/non-incrementing values after the first statement leading to failures adding the key. The proper way to add a columns with the auto_increment attribute is to combine the ALTER TABLE statement to perform both alterations at the same time, this patch changes the behavior of the Install Tool to generate statements accordingly on MySQL. When running with DBAL enabled the statement will not be altered in any way to allow the SqlParser to take into account database specific handling of this case, an example test case is included for PostgreSQL which handles this case transparently using the SERIAL column type. Resolves: #69304 Releases: master, 6.2 Change-Id: I211b25b22e122e47d289b9d7f927b5c713cdd138 Reviewed-on: http://review.typo3.org/42902 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Mathias Brodala authored
This adds the annotation "@cli" to declare Extbase CommandController commands to be usable on CLI only and is used to remove these commands from the Scheduler task list. Also annotate the following commands as CLI only: - help:help - extension:install - extension:uninstall - extension:dumpclassloadinginformation Resolves: #68746 Releases: master Change-Id: Ifb55def33c11e4a10510433f03ddc9279ee56898 Reviewed-on: http://review.typo3.org/43268 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Stephan Großberndt authored
Resolves: #69752 Releases: master Change-Id: Ie0dfe4e09178b7a7f014a0bb7f67f0d153e28597 Reviewed-on: http://review.typo3.org/43265 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Anja Leichsenring authored
Upon missing SYS/isInitialDatabaseImportDone configuration value, the install tool throws an exception. Merging the LocalConfiguration array with the DefaultConfiguration solves the problem. Change-Id: Ic11e7ae4d4b38e50bf8b1cbd6f4ba649ec2edffa Resolves: #69777 Relates: #51930 Releases: master Reviewed-on: http://review.typo3.org/43290 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Anja Leichsenring authored
Streamlines the configuration for FormEngine FormDataProvider. Resolves: #69778 Releases: master Change-Id: I1ee0f0942c209a57ccd817f8ec693fc1a9df6863 Reviewed-on: http://review.typo3.org/43291 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Morton Jonuschat authored
Database error that occur during the initial install will not be silently suppressed anymore. The user will be shown the statement and the error reported by the database. To halt the installation at this step the state of the initial data import needs to be tracked and persisted. After all statements have been processed successfully a key will be added to the system registry marking the import as done. Resolves: #51930 Releases: master Change-Id: I21f9f85524344f2744ac70a54610775ae86c8ea2 Reviewed-on: http://review.typo3.org/43028 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Mathias Brodala authored
Resolves: #69009 Releases: master Change-Id: I5907a39933a7498da68ac89a192223a5e60e2c48 Reviewed-on: http://review.typo3.org/43264 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>
-
Helmut Hummel authored
The testing bootstrap creates several folder so that the tests can run properly. However this is also done if the tests are executed from a wrong directory which makes the tests fail. The folders are created anyways. To fix this we check for an essential file right after the directory path is determined. Resolves: #69767 Releases: master Change-Id: Ic85a12bd1f682b4e45e39031a1b3bda69f0afcdc Reviewed-on: http://review.typo3.org/43283 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
- Sep 13, 2015
-
-
Stephan Großberndt authored
Move icons for overlays to the IconFactory and use SVG. Resolves: #69745 Releases: master Change-Id: I551deb481ad61f747a267b6c1d1edc52af4d0111 Reviewed-on: http://review.typo3.org/43261 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>
-
Frans Saris authored
With the RenderingRegistry introduced with #61800 we have the option to render audio and video tags. #66366 adds a ViewHelper so you can use the Renderer classes in FE. What is missing is a convenient way for the editors to enable autoplay for a audio or video file attached to a Content Element. This change adds a autoplay checkbox to sys_file_reference and enhances the AudioTagRenderer and VideoTagRenderer to use this value when set. Releases: master Resolves: #66371 Change-Id: I4c551c0e966af406859641e21833eb12586c55e5 Reviewed-on: http://review.typo3.org/38625 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Kott authored
Resolves: #69756 Releases: master Change-Id: I322b6312c095dcdac4fd8ba6ba414026e1c722a5 Reviewed-on: http://review.typo3.org/43269 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Nicole Cordes authored
Currently class names ending with test or fixture suffix are excluded from the autoload classmap generation. Unfortunately this skips valid class names like Tx_RedirectTest_Domain_Model_Test as well. This patch improves the decision if class name can be skipped by assuming there is an alphabetic character in front of the suffix. Furthermore generation of the class map is skipped if a valid psr-4 annotation is found in the package information. Resolves: #69710 Releases: master Change-Id: Id433294f982f39b438b10393fda2c468cd1518fd Reviewed-on: http://review.typo3.org/43231 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Mathias Brodala authored
Resolves: #69762 Releases: master, 6.2 Change-Id: I6520afb1fc65f77dd12f4f771cce36cbdced3ce9 Reviewed-on: http://review.typo3.org/43277 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Nicole Cordes authored
The title of a record is fetched multiple times inside the core. The patch introduces an internal caching according to record and method parameters. Resolves: #69749 Related: #69721 Releases: master Change-Id: I7c0b227872f9ce552d3bf4cce7d6460f4f0b3db2 Reviewed-on: http://review.typo3.org/43259 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Benjamin Kott authored
Add a possibility to log calls to deprecated icon identifiers, replace "actions-system-refresh" with "actions-refresh" and deprecate it. Resolves: #69705 Releases: master Change-Id: I9e103be37f41ede35fa6de90d285209bd2cbfa00 Reviewed-on: http://review.typo3.org/43220 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-