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 .
- 01 Dec, 2016 1 commit
-
-
Move languages files from the root of ext:lang to Resources/Private/Language/ Resolves: #78647 Releases: master Change-Id: I9271442c98f2fcf705a38a639a6d503caeba1759 Reviewed-on: https://review.typo3.org/50584 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- 28 Oct, 2016 1 commit
-
-
Fix invalid content type in toolbar items. Resolves: #78493 Releases: master, 7.6 Change-Id: Ie4341136a9978e1c446f3871ba44602dd7d7f53d Reviewed-on: https://review.typo3.org/50426 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 26 Oct, 2016 2 commits
-
-
Resolves: #78402 Releases: master Change-Id: I35b8555511a9560904048697c58e4f7a63b2023d Reviewed-on: https://review.typo3.org/50341 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Lorenz <info@extco.de> Tested-by:
Daniel Lorenz <info@extco.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
To remove the susceptiblity to errors of SQL injections within the core the principle of prepared statements should be followed for all queries. Even variables which will be casted to e.g. an integer should use setParameter(), setParameters() or createNamedParameter(). Change-Id: I7d6d256a199ba05f75791eb01f38b3b89b421989 Resolves: #78437 Releases: master Reviewed-on: https://review.typo3.org/50090 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
- 10 Oct, 2016 1 commit
-
-
A responsive CSS viewport replaces the legacy the ExtJS component TYPO3.Viewport. Resolves: #52877 Releases: master Change-Id: I6d9c6c4e32cf67df3eeb072448e6b4322853d10c Reviewed-on: https://review.typo3.org/47637 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 30 Aug, 2016 1 commit
-
-
As decided during T3ACME we will use the short array syntax in master. The 7.6 branch will also be done to make backporting easier. Resolves: #77692 Releases: master,7.6 Change-Id: I37e9484b1012fc9161148257a842054c24d162ba Reviewed-on: https://review.typo3.org/49651 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- 06 Jun, 2016 1 commit
-
-
Jan Helke authored
Releases: master Resolves: #75697 Change-Id: I9105289b14a3c2dba07275ff2690291c5cfba508 Reviewed-on: https://review.typo3.org/47719 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Peter Foerger <pfoerger@mac.com> Tested-by:
Peter Foerger <pfoerger@mac.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 05 Mar, 2016 1 commit
-
-
Already translated module labels were previously resolved and stored within $GLOBALS[LANG]. Several checks and calls were then made to ModuleLoader and $LANG. All information about the module, as well as all labels are now stored within ModuleLoader, a addLabelsForModule() method and a getLabelsForModule() method are placed within that method, where labels are stored (but not resolved to the language yet). The language service then is only used when outputting the labels in various places. The method $LANG->addModuleLabels() and the public property $LANG->moduleLabels were deprecated. Resolves: #72340 Releases: master Change-Id: I82f01e7641b1395d81895d246ef22f11206d927d Reviewed-on: https://review.typo3.org/46702 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> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
- 03 Mar, 2016 1 commit
-
-
Change-Id: Ie0b546d6baf962ee4d80f5fb08aeaadf54ca1a66 Reviewed-on: https://review.typo3.org/47019 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 19 Feb, 2016 1 commit
-
-
Resolve the todo's for translations and notification. Resolves: #73505 Releases: master, 7.6 Change-Id: I43cb48fcd7efeb388ed5c54c9df7464ee4e0472d Reviewed-on: https://review.typo3.org/46728 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 09 Feb, 2016 1 commit
-
-
The Icon API with icon identifiers is now used throughout the core when rendering module icons. This avoids some additional custom code on several places to identify backpaths etc. Resolves: #73186 Releases: master Change-Id: Ic146017a25e5872d0f835e7aae5ff6f00755926c Reviewed-on: https://review.typo3.org/46174 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 23 Jan, 2016 1 commit
-
-
Somehow on earth, regular (non-extbase) modules register their module icons via [labels][tabs_images][tab] when using addModule(). The icon is not related to the labels at all, and can be simplified. All icons registered are available via the module configuration option "icon" and old formats are migrated automatically (with a deprecation warning), and always stored in an absolute format. Using "icon" now in the available places makes it easier and is unified in ModuleLoader, FormEngine, EXT:about and the Module Menu. Resolves: #72827 Releases: master Change-Id: Ie5770539bcb94921a9319a1d8d53d981c49fbcd8 Reviewed-on: https://review.typo3.org/46100 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>
-
- 07 Jan, 2016 1 commit
-
-
Use htmlspecialchars instead of the 2nd Parameter in getLL/sL for all files in backend\Classes\Backend Resolves: #72280 Releases: master Change-Id: I68c5c0e209c544a46581c2478e722b9d3b6926d6 Reviewed-on: https://review.typo3.org/45326 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>
-
- 21 Nov, 2015 1 commit
-
-
Currently the check whether a module is accessible is only done for non-admins. Clicking on a shortcut that leads to an inaccessible module leads to an error. Move the check outside so that those shortcuts are at least not shown after a backend reload. Change-Id: I0bfcb50913bc4a45ad8442221dc45649f75cf554 Resolves: #71700 Releases: master Reviewed-on: https://review.typo3.org/44802 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 20 Nov, 2015 1 commit
-
-
Stefan Neufeind authored
Change-Id: I450ef2985bf1086fb8cc247406a94cce8971f061 Resolves: #71714 Releases: master Reviewed-on: https://review.typo3.org/44812 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>
-
- 16 Nov, 2015 1 commit
-
-
Change-Id: Ibd5f4905f273921a1377a6c2113f69ba4063c4b2 Resolves: #71612 Releases: master Reviewed-on: https://review.typo3.org/44740 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 29 Oct, 2015 1 commit
-
-
Michael Oehlhof authored
Resolves: #71013 Releases: master Change-Id: I22f16df64871c9dc6783509b8eae45965b191c66 Reviewed-on: https://review.typo3.org/44275 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>
-
- 25 Oct, 2015 1 commit
-
-
Michael Oehlhof authored
Actually the ShortcutButton shows the module name as label for a shortcut. For modules with different actions inside the module this results with the same label for all actions of a module. This patch add a new property displayName to the ShortcutButton. With this patch the label in the bookmark list can be set when creating the ShortcutButton using the new property displayName. If displayName is set it is used as label for the bookmark, if displayName is not set (empty) the ShortcutButton works as before. Resolves: #70698 Releases: master Change-Id: Ie650d08793f323581ebee52af59c32a8a85b08c9 Reviewed-on: https://review.typo3.org/44065 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>
-
- 20 Oct, 2015 1 commit
-
-
Resolves: #70155 Releases: master Change-Id: I5fbe9bd2610cf1d40f229981f689deae7c1c0169 Reviewed-on: https://review.typo3.org/43611 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
- 18 Oct, 2015 1 commit
-
-
Frans Saris authored
Resolves: #70612 Releases: master Change-Id: If4315a18885cdafa356f2a2b3ddadee0111ce291 Reviewed-on: http://review.typo3.org/44006 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- 15 Oct, 2015 1 commit
-
-
Resolves: #70603 Releases: master Change-Id: I5a60cc864859ea37427173b9a3a30dccdb3b7654 Reviewed-on: http://review.typo3.org/44000 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Tested-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 09 Oct, 2015 1 commit
-
-
Resolves: #70248 Releases: master Change-Id: I2ead1ca8b220b6a2f7168cfa85a5427503688509 Reviewed-on: http://review.typo3.org/43879 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Lorenz <forge@extco.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 08 Oct, 2015 1 commit
-
-
TYPO3 Release Team authored
In our efforts to achieve a better interoperability with other PHP projects, the PHP code base of the TYPO3 Core switches to the PHP coding guideline standard PSR-2. See http://www.php-fig.org/psr/psr-2/ for more information. Resolves: #70515 Releases: master Change-Id: I734c0d838af157003decfeb5fc0a11dddcb87bf5 Reviewed-on: http://review.typo3.org/43918 Reviewed-by:
TYPO3 Release Team <typo3cms@typo3.org> Tested-by:
TYPO3 Release Team <typo3cms@typo3.org>
-
- 05 Oct, 2015 2 commits
-
-
Resolves: #70417 Releases: master Change-Id: Ie855b996636b749562acf3baa67b1756c2ad3db2 Reviewed-on: http://review.typo3.org/43826 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>
-
The AjaxRequestHandler now first checks in the Router if an AJAX route exists. A new flag "ajax" in the routing mechanism allows to call ajax-based URLs which are then handed to the AJAX Request Handler. All controllers now receive proper Request and Response objects. All previous logic still works, but can slowly be migrated to the Routing concept. Resolves: #69916 Releases: master Change-Id: I1e67d5a341a4dd2769247531246c9e1fad900c76 Reviewed-on: http://review.typo3.org/43365 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 22 Sep, 2015 1 commit
-
-
Deprecate the IconUtility class from EXT:backend and handle its calls using the new IconFactory from EXT:core. Kudos to Benjamin Kott, Stephan Großberndt, Andreas Fernandez and Frans Saris for the great support on this big project. Resolves: #69057 Releases: master Change-Id: I27a045b7a3b9d31e6e3e915e1452d44af56b0cee Reviewed-on: http://review.typo3.org/42613 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 20 Sep, 2015 1 commit
-
-
Implement replacement and replace all core usages of IconUtility::getSpriteIconForRecord() with IconFactory->getIconForRecord(). Register and fix several icon definitions for core tables. Resolves: #69754 Releases: master Change-Id: I5adf4f58a0331c77458049e19c7c8ca441b9e4cf Reviewed-on: http://review.typo3.org/43272 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>
-
- 10 Sep, 2015 1 commit
-
-
Releases: master Resolves: #69564 Change-Id: I9d48093731539e51e3a129c83b698aaa9389deda Reviewed-on: http://review.typo3.org/43072 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 07 Sep, 2015 2 commits
-
-
This patch removes the SpriteManagerIconViewHelper and all usages within the core. Resolves: #69531 Releases: master Change-Id: I75e3c345973a9b51fb26cc1aeb305536e8c77d14 Reviewed-on: http://review.typo3.org/43019 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>
-
Replaces IconUtility::getSpriteIcon call for the icon actions-system-shortcut-new with the new IconFactory inside the description of the shortcut drop down. Resolves: #69547 Releases: master Change-Id: I4f91b3fb6ce68764639aefe63126c097d462ef19 Reviewed-on: http://review.typo3.org/43050 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>
-
- 05 Sep, 2015 2 commits
-
-
Releases: master Resolves: #69538 Change-Id: If1b41207ae24bc3200732f389063f75379fd2f68 Reviewed-on: http://review.typo3.org/43037 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: #69540 Change-Id: Iebb06b5f21fceb7a482ac2abd5608bc8f4b81122 Reviewed-on: http://review.typo3.org/43038 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>
-
- 04 Sep, 2015 2 commits
-
-
Releases: master Resolves: #69529 Change-Id: I19b3e8ffa6bcc8b87ff99f519f7dffc287dc29b9 Reviewed-on: http://review.typo3.org/43031 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-open with the new IconFactory. Change-Id: I8bdff1bb752f2735d553da859cec71256ceb2d2c Resolves: #68845 Releases: master Reviewed-on: http://review.typo3.org/42411 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 12 Aug, 2015 1 commit
-
-
Markus Guenther authored
Replaces all IconUtility::getSpriteIcon calls for the icon actions-edit-delete with the new IconFactory. Change-Id: I6b4bb25d9dd4113257a2d7eda6d5eadb36ea22dc Resolves: #68879 Releases: master Reviewed-on: http://review.typo3.org/42466 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- 07 Aug, 2015 1 commit
-
-
Sascha Wilking authored
After adding a page to bookmark list, the shortcut button gets an active state now. The shortcut button is disabled then and can not be clicked for a second time. Resolves: #68296 Releases: master Change-Id: I77d3e2b4a17131010442f5800f4733c243ef0146 Reviewed-on: http://review.typo3.org/42377 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jan Runte <jan.runte@hmmh.de> Tested-by:
Jan Runte <jan.runte@hmmh.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- 05 Aug, 2015 1 commit
-
-
The AjaxShortcut function has no validation of an already existing entry in the shortcut list before it create a new one. At this case you have multiple duplicated entries in your shortcut list and that is simply not expected and makes no sense. Additional behaviour for "Delete" buttons in the shortcut list: After clicking a "Delete" action of a shortcut list entry you get a modal window to confirm. But the gui blocker for the modal window cannot completely disallow the shortcut buttons outside the modal context. In this case the zIndex for the "modal" class (with gui blocker) is simply wrong here (too small). Resolves: #68297 Releases: master Change-Id: I3d10e25a90055d935e33c005274de87d6de098ef Reviewed-on: http://review.typo3.org/42279 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 21 Jul, 2015 1 commit
-
-
Markus Klein authored
Resolves: #60254 Releases: master, 6.2 Change-Id: Ie5e65ab761e8ce018a4d71daa39495fae3ad3572 Reviewed-on: http://review.typo3.org/41714 Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- 20 Jul, 2015 2 commits
-
-
Fix the broken bookmarks to single records. Currently existing bookmarks have to be recreated. Releases: master Resolves: #68369 Change-Id: Ibe4dcbba015e65b85869443e0a74e68a6fe39441 Reviewed-on: http://review.typo3.org/41705 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com>
-
When creating a shortcut to a backend module add the module name instead of using "Shortcut" as name. Resolves: #68298 Releases: master Change-Id: I12d6a7af2781520ec18e4c04c2eb485adb07ce9c Reviewed-on: http://review.typo3.org/41669 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-