This project is mirrored from https://git.typo3.org/typo3/typo3.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 02 Sep, 2015 1 commit
-
-
Conflicts in file names are handled with a list of plain text values in the code. This patch adds a DuplicationBehavior enumeration to improve the situation. It also streamlines the redundant use of different strings for the same thing. Change-Id: If07cacc77a4737bf52e6978dba79c22d72b7209c Resolves: #55419 Releases: master Reviewed-on: http://review.typo3.org/42794 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com>
-
- 01 Sep, 2015 3 commits
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-edit-merge-localization with the new IconFactory. Resolves: #68930 Releases: master Change-Id: I59cc9dc9dd88e22ed0d86f9ea1d149c3c4d4e4e9 Reviewed-on: http://review.typo3.org/42965 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-localize with the new IconFactory. Resolves: #68820 Releases: master Change-Id: I888655fdf18c444d33ec52d68d84dcffa0c46aff Reviewed-on: http://review.typo3.org/42968 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-insert-record with the new IconFactory. Resolves: #68972 Releases: master Change-Id: Ic4d4657f96e712e0169da866189b6bf8b6fd82d5 Reviewed-on: http://review.typo3.org/42964 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 31 Aug, 2015 2 commits
-
-
If an input field of a table is declared as "input" and evalued with "date", record lists show the date with an automatically calculated age. This is not needed, when a user only wants to see the date and no further information about the age related to now. This change enables integrators to disable the hard coded calculation by a new TCA option called "disableAgeDisplay". Par example, to remove age calculation for tt_content and the field "date", integrators can add the following lines to the TCA: $GLOBALS['TCA']['tt_content']['columns']['date']['config'] ['disableAgeDisplay'] = true; So, disabling the age display can be configured per table and field. Resolves: #28243 Releases: master Change-Id: Id2ce6512764881889b4181f73db36048d5704be8 Reviewed-on: http://review.typo3.org/42849 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Mats Svensson <mats@pixelant.se> Tested-by:
Mats Svensson <mats@pixelant.se> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Resolves: #69427 Releases: master Change-Id: Ia5e288b95a73c3c66416603fb59a913bfc34146a Reviewed-on: http://review.typo3.org/42938 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
- 28 Aug, 2015 1 commit
-
-
Attach new created FlexFormSectionContainer to the right element. Additionally, event stacking has been resolved. Resolves: #69361 Releases: master Change-Id: Iac09051b4dca2cf4393b18892359e14c43dfe8a3 Reviewed-on: http://review.typo3.org/42889 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> 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>
-
- 27 Aug, 2015 1 commit
-
-
The static MarkerUtility introduced by #69262 can easily replaced with an object. This makes mocking for tests easier. Deprecation will be easier as soon the marker support is dropped, too. Change-Id: I14c2a8402888dfaaa48b0fb9e6c9b40475fd800d Resolves: #69329 Relates: #69262 Releases: master Reviewed-on: http://review.typo3.org/42882 Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 26 Aug, 2015 1 commit
-
-
The marker substitution functionality has been moved from core/Classes/Html/HtmlParser.php to own class core/Classes/Utility/MarkerUtility.php The following methods within HtmlParser have been marked as deprecated. * HtmlParser::getSubpart() * HtmlParser::substituteSubpart() * HtmlParser::substituteSubpartArray() * HtmlParser::substituteMarker() * HtmlParser::substituteMarkerArray() * HtmlParser::substituteMarkerAndSubpartArrayRecursive() Resolves: #69262 Releases: master Change-Id: Ia0ffb3715b3ecef9739db4f6aad53bae9c224b90 Reviewed-on: http://review.typo3.org/41381 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 25 Aug, 2015 4 commits
-
-
Markus Klein authored
Fix wrong instanceof check. Resolves: #69276 Releases: master Change-Id: I9beb681c595cfa3e63cfe4ffdbf33557041511b4 Reviewed-on: http://review.typo3.org/42869 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
The back-reference to the underlying instance of ElementBrowser is now stored as member of the tree. Resolves: #69276 Releases: master Change-Id: Ie48a77cd01269ea7e13905d651663424dbb616a1 Reviewed-on: http://review.typo3.org/42853 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Resolves: #69293 Releases: master Change-Id: I069f3758fc96148043890c6448fda8bc964fd91b Reviewed-on: http://review.typo3.org/42847 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>
-
http://review.typo3.org/38004 removed the typo3/mod directory with the main modules and their configuration and added the configuration to `$GLOBALS['TBE_MODULES']`directly. However for that a sub array key `configuration` was used, which is inconsistent with all our current API and its usages across other modules, leading to the situation that this configuration was basically ignored. On top of that, http://review.typo3.org/39316 introduced the possibility to use sprite icons as module icons, which used the configuration key `icon` in the above mentioned sub array key `configuration`, making this key the only option evaluated in the sub array. This change removes this sub array and moves the sprite icon configuration on top for consistency. For that the key must be changed to 'iconIdentifier' as 'icon' was already taken for Extbase module icon configuration. Resolves: #69291 Releases: master Change-Id: I282841fdb09c9c2773ca6e5518fdda863f9f8ef5 Reviewed-on: http://review.typo3.org/42854 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>
-
- 24 Aug, 2015 2 commits
-
-
http://review.typo3.org/37611 made the navigation frame dispatched. For this it leveraged the addNavigationComponent API, which was introduced only for ExtJS tree components. Since we want to get rid of ExtJS (and this API specifically), we need to introduce a different way to make modules or routes navigation components. This change reverts the above changes to the API and instead uses the `navigationFrameModule` option which was introduced in https://review.typo3.org/#/c/30593 To make this option work with top level modules and inheritance of the navigation frame, the evaluation of the option is moved to the module loader, which has the benefit to have the code only in one place while it needed to be in two places before. Resolves: #69270 Releases: master Change-Id: I7cb2ca2ee6d04001af424c88a1db828d1712caa1 Reviewed-on: http://review.typo3.org/42856 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>
-
Resolves: #69269 Releases: master Change-Id: I99f2a486a6bdd5cfb813c5068d226167e4b3ad7f Reviewed-on: http://review.typo3.org/42846 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 22 Aug, 2015 1 commit
-
-
If an icon larger than 16x16 pixels is used for the record icon in TCA, it gets cutted and only the top left part is displayed. Apply proper CSS rules to fix this behaviour. Resolves: #69236 Releases: master, 6.2 Change-Id: I9f7643817f05fd6fba73b7884e70dbed2db84999 Reviewed-on: http://review.typo3.org/42812 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 21 Aug, 2015 2 commits
-
-
Markus Klein authored
A wrong variable initialization is fixed. Resolves: #59810 Releases: master, 6.2 Change-Id: Ied65743326e52e7e56e24a19db57ba40f6b4be47 Reviewed-on: http://review.typo3.org/42800 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Using the extension gridelements it is possible to restrict the selectable content elements instead of the full menu configured by TSconfig. At first, you might have 5 menus available and you click on the last menu tab (maybe the fifth), so the backend stores 5 as current tab. Adding content elements within a gridelement, which restricts the range of selectable CEs, you can only select the first tab (p.e.). The original code assumes that the fifth tab is still there and tries to select it. This patch checks first against the existence of the selected tab. If there is no "fifth" tab p.e. the index is set to 1. Resolves: #59810 Releases: master, 6.2 Change-Id: I829489737de4631dfe3362e4fb11909be9315864 Reviewed-on: http://review.typo3.org/42767 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 20 Aug, 2015 3 commits
-
-
Submit buttons need to have a value set, otherwise submit checks in the PHP code won't work. Some useless POST checks are removed after the removal of the type=image input fields for saving data. Resolves: #69194 Releases: master Change-Id: If42da73242d82d96d0042e0bedce69ad2a302427 Reviewed-on: http://review.typo3.org/42764 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
Disable drag and drop of content elements in Page module and inline page title editing if page's editlock is set. Resolves: #68388 Related: #68279 Releases: master Change-Id: Ibcb285babb84f0777eb621f244f2a9e40498596b Reviewed-on: http://review.typo3.org/41734 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> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Resolves: #68981 Releases: master Change-Id: I203ed2a58c30cf0da89bedb266453eeff32b34cc Reviewed-on: http://review.typo3.org/42647 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 18 Aug, 2015 7 commits
-
-
Resolves: #69168 Releases: master Change-Id: I88a73fde52af453181fb0b1bc33ea325e5424765 Reviewed-on: http://review.typo3.org/42722 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Releases: master Resolves: #69161 Change-Id: If0df623ea07c06781aad7f89496919ed2a5f8729 Reviewed-on: http://review.typo3.org/42719 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Resolves: #69162 Releases: master Change-Id: I1cd25425cf344212c192c78bdf4e2f002fb66173 Reviewed-on: http://review.typo3.org/42721 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
The ModuleRunner and its interface were initially designed to allow backend modules other than the "classic" modules that need a conf.php and index.php to be a flexible entry point Resolves: #69148 Releases: master Change-Id: I695e41544f2154115b95c1b120da7c227abd4bcf Reviewed-on: http://review.typo3.org/42702 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>
-
Markus Klein authored
Use a subfolder within typo3temp if files are meant to be persisted there. Only allow Install Tool, UnitTests and temporary files for a request to reside in the root typo3temp folder. Resolves: #69078 Releases: master Change-Id: I6202e84fefc7daff9dfcecb1c074d8e64de24718 Reviewed-on: http://review.typo3.org/42634 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
FormEngine is the last place using the module 'browser'. This module is the ElementBrowserFramesetController, which uses a frameset. The frameset has no further functionality and the additional JS provided by the class, is not used anymore. We can therefore use the 'wizard_element_browser' module directly, which does not render a frameset. Resolves: #69140 Releases: master Change-Id: Ibfc8147a6e822655ebd2e8f347f6f55c0e8382e5 Reviewed-on: http://review.typo3.org/42692 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Benni Mack <benni@typo3.org>
-
The TreeViews access the controllers via the global SOBE. This patch adds typehints to easily identify those usages. Resolves: #69139 Releases: master Change-Id: Ib280d4f9a2eeeb347893d1a9ab761760d993cac5 Reviewed-on: http://review.typo3.org/42691 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 17 Aug, 2015 3 commits
-
-
Markus Klein authored
Next step in cleanup and separation of concerns. Removal of unused or redundant code. Resolves: #69136 Releases: master Change-Id: I4a81c6856bf44cf15ceea1cad9e41f00ba43f70a Reviewed-on: http://review.typo3.org/42689 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Alexander Schnitzler authored
Currently the filelist module is not yet an extbase module. To be able to adjust the module in the future more easily the module will be based on extbase. Releases: master Resolves: #69083 Change-Id: I74884cd554272b68ab80509b7548647ff01632d6 Reviewed-on: http://review.typo3.org/42644 Reviewed-by:
Carsten Bleicker <carsten@bleicker.de> Tested-by:
Carsten Bleicker <carsten@bleicker.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Resolves: #69038 Releases: master Change-Id: I6ad5e541b1741f0b29a1f68d631404cb5a6d38d2 Reviewed-on: http://review.typo3.org/42609 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 16 Aug, 2015 1 commit
-
-
Markus Guenther authored
Replaces all IconUtility::getSpriteIcon calls for the icon actions-markstate and actions-unmarkstate with the new IconFactory. Change-Id: I8caec19854a56fcd4fe2b55e7b159936430a1ec9 Resolves: #68975 Releases: master Reviewed-on: http://review.typo3.org/42535 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com>
-
- 15 Aug, 2015 1 commit
-
-
Changed definition of Avatar/Image::url, renamed defaultAvatarProvider and adjusted some typos in rst file. Releases: master Resolves: #68429 Change-Id: Idbef24d94fb604b844e1c64ac54467441c5f98fc Reviewed-on: http://review.typo3.org/42601 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 13 Aug, 2015 6 commits
-
-
Drop the functionality to store relations to a second table in type=select fields as negative uid values. Resolves: #69028 Releases: master Change-Id: Ifa4fab62ea01f4aae3647802a22518792f70f350 Reviewed-on: http://review.typo3.org/42597 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
For all language overlays a record and edit icon are shown together with the title of the page translation. This change add the same icons and title for the default language so it is more consistent. Resolves: #69020 Releases: master Change-Id: Ia8856e6da10158a64c40d42a32a1357010060564 Reviewed-on: http://review.typo3.org/42577 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
To make providing a avatar image for BE users more flexible a proper API is needed to be able to register different AvatarProviders. Releases: master Resolves: #68429 Change-Id: Icfe9df0a82f1d812ca70af1fa1ddee506d1de583 Reviewed-on: http://review.typo3.org/41780 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Resolves: #69018 Releases: master Change-Id: I8d5ab1243d342b2153b30e4f0e9bba17ed8035a0 Reviewed-on: http://review.typo3.org/42554 Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
This fixes a wrong JS call that was introduced with #68166 Resolves: #69013 Releases: master Change-Id: I1181b9e1dbf2aff04910f704d5833f809baa4945 Reviewed-on: http://review.typo3.org/42561 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Resolves: #68394 Releases: master Change-Id: I539f9b063db55d677f47fc01a7691e8e9e2496e0 Reviewed-on: http://review.typo3.org/41760 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 12 Aug, 2015 1 commit
-
-
If the show info popup is opened by sys_file uid for a file does not exist anymore in filestorage an exception is thrown. This changes marks the file as missing so no exception is thrown but a error message is shown to the user about the missing file. Resolves: #64214 Releases: master, 6.2 Change-Id: I460013e21db149760a1b391d9cdbd68b6530d190 Reviewed-on: http://review.typo3.org/35929 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-