- May 28, 2016
-
-
Valentin Despa authored
Remove the second parameter of sL and replace it with htmlspecialchars directly in the code. Resolves: #76325 Related: #71917 Releases: master Change-Id: I6668eea01d80446a6b6f2ec95435c6e3d93cb0c3 Reviewed-on: https://review.typo3.org/48346 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>
-
- May 05, 2016
-
-
Michael Oehlhof authored
Resolves: #75718 Releases: master Change-Id: I27a14e694cd17132bf71d2687b8ea2366409fa27 Reviewed-on: https://review.typo3.org/47763 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- May 03, 2016
-
-
Wouter Wolters authored
Resolves: #76037 Releases: master Change-Id: I501308fa7d239bde0a2707bc2e394bf70754db07 Reviewed-on: https://review.typo3.org/48000 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>
-
- Apr 27, 2016
-
-
Michael Oehlhof authored
Resolves: #75636 Releases: master Change-Id: I49611c3d0e6a0ec56e05871c5beb7f7de4bce949 Reviewed-on: https://review.typo3.org/47682 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>
-
- Apr 19, 2016
-
-
Morton Jonuschat authored
This name change transports the intent of the query context better and makes it more intuitive to use. Instead of explicitly disabling all enable fields and the deleted flag using the following code: $queryBuilder->getQueryContext() ->setIgnoreEnableFields(true) ->setIncludeDeleted(true); the more descriptive predefined context can be used: $queryBuilder->getQueryContext()->setContext('unrestricted') Releases: master Resolves: #75751 Change-Id: I4d38a328c2b6707a32f26022b4abfc48e945c0ed Reviewed-on: https://review.typo3.org/47759 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- Apr 18, 2016
-
-
Michael Oehlhof authored
Resolves: #75717 Releases: master Change-Id: I210f838568c47469eb9926b7b4b6774578a28732 Reviewed-on: https://review.typo3.org/47733 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
Resolves: #75713 Releases: master Change-Id: Ia82c7055e71ec154264f6b658addf49c5f9187a5 Reviewed-on: https://review.typo3.org/47730 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Mar 23, 2016
-
-
Wouter Wolters authored
Resolves: #75230 Releases: master Change-Id: I44c34a7ddb804a28031395b7e100b33d43e12a76 Reviewed-on: https://review.typo3.org/47360 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Mar 14, 2016
-
-
Michael Oehlhof authored
The DocHeader has now a reserved area for the nprogress loading indicator for use within modules. The area has a fixed position to ensure visibility in every case. The code of the Recycler and Extension manager have been adjusted to use that element for the progress bar. Resolves: #71509 Releases: master, 7.6 Change-Id: I07cacf61a1634357d4da0fe292ea22ba34a6100e Reviewed-on: https://review.typo3.org/45199 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Feb 23, 2016
-
-
Benni Mack authored
Remote XML entites can be loaded in places where TYPO3 expects only local files to be fetched. All places are changed so the option to load entities is disabled. Resolves: #61269 Releases: master, 7.6, 6.2 Security-Commit: 736a7ef0823893047843c6a7f5e72b220bfd4697 Security-Bulletins: TYPO3-CORE-SA-2016-005, 006, 007, 008 Change-Id: I26701fc2ffb5aed7ccbd96c168aef571d012091e Reviewed-on: https://review.typo3.org/46834 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Feb 12, 2016
-
-
Benni Mack authored
A leftover old-school AJAX handler with an invalid endpoint (pointing to an actual Cleaner Scheduler Task) was removed. Resolves: #73351 Releases: master, 7.6 Change-Id: I953a50e7d381e894cc473e6bab1fbb854551bf5c Reviewed-on: https://review.typo3.org/46605 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>
-
- Jan 16, 2016
-
-
Bernhard Kraft authored
When using the recycler as normal user (non admin) it isn't possible to restore any pages as the underlying BE API methods by default only allow to check for access to non-deleted pages. This situation is circumvented by disabling the "delete" flag in TCA while checking for access to deleted pages. Resolves: #70863 Releases: 7.6, master Change-Id: Ibf6ff305a6dbcf3eaf99fdca89b7bf7c78677319 Reviewed-on: https://review.typo3.org/45292 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>
-
- Jan 15, 2016
-
-
Anja Leichsenring authored
Resolves: #72704 Releases: master, 7.6 Change-Id: Ifa56d193a5d92048855b99b58807948d452fc17a Reviewed-on: https://review.typo3.org/45893 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>
-
- Jan 14, 2016
-
-
Andreas Fernandez authored
If enabled for an user or being an admin, deleted pages above the selected item are also recovered. If an user does not have this ability, the recover button is locked. Resolves: #1835 Releases: master Change-Id: I98d9876ee95f36cda64fc0730169197b153a2e7f Reviewed-on: https://review.typo3.org/36744 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>
-
- Jan 12, 2016
-
-
Andreas Fernandez authored
The paging size was hardcoded to the value of "20" in the JavaScript. The setting ``pagingSize``, holding the value defined by the controller is now used instead. Change-Id: Ief80070ca72b3f7b7bbcfcb803d088c35ef06709 Resolves: #72653 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/45841 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jan 01, 2016
-
-
Benni Mack authored
Resolves: #72501 Releases: master, 7.6, 6.2 Change-Id: I6b2636913da50e6b79ea3990175914add03a6cf3 Reviewed-on: https://review.typo3.org/45544 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>
-
- Dec 21, 2015
-
-
Benni Mack authored
The recycler module handles conversions to UTF8 and to other charsets, although the backend is solely UTF-8 since TYPO3 4.5. The logic and the according functions have been removed as they have no effect and only add complexity to code and slows down processing. Resolves: #72334 Releases: master Change-Id: Ifdae4a494e84dec1a7c42e96f36e48ecbf840ff3 Reviewed-on: https://review.typo3.org/45373 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Wouter Wolters authored
Resolves: #72359 Releases: master Change-Id: Ie67e977f9b9c77ddff4f9728a1d201494c854838 Reviewed-on: https://review.typo3.org/45323 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
- Nov 29, 2015
-
-
Nicole Cordes authored
Multiple button settings are double encoded with htmlspecialchars. This patch removes the hsc within the setters as the button settings are already escaped during render method. Resolves: #71915 Releases: master Change-Id: I470b6e4ce42859d4147e21acf9e7b6334a776848 Reviewed-on: https://review.typo3.org/45014 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Nov 22, 2015
-
-
Michael Oehlhof authored
Resolves: #71768 Releases: master Change-Id: I6527ccb5bbb11817989c7c9f6ba1ee3da9812e14 Reviewed-on: https://review.typo3.org/44888 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 20, 2015
-
-
Wouter Wolters authored
Resolves: #71726 Releases: master Change-Id: I4a356c8da668acee555149eee9cf56ccdb4dc0ee Reviewed-on: https://review.typo3.org/44822 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>
-
- Nov 08, 2015
-
-
Frank Nägler authored
Fix broken unit tests Resolves: #71249 Releases: master Change-Id: If20630dbeb52f1667d8b376d6baf4052d8460e21 Reviewed-on: https://review.typo3.org/44612 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Helmut Hummel authored
* Reverts the change that allowed HTML tags by default in flash messages * Simplifies flash message markup to be bootstrap alert style * Delegate flash message rendering completely to module template * Deprecate render method in flash message * Minor cleanups in flash message view helper and flash message class Resolves: #71249 Releases: master Change-Id: Idbb4bc31372fbc435519496168715e0bcc5cebf2 Reviewed-on: https://review.typo3.org/44592 Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- Nov 02, 2015
-
-
Frank Nägler authored
Resolves: #71249 Relaeses: master Change-Id: I5be260c96e6ae689a6716efe6a059e697f184872 Reviewed-on: https://review.typo3.org/44479 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
- Oct 31, 2015
-
-
Gernot Schulmeister authored
It was requested by the documentation team to add a Settings.cfg to all extensions that have a Settings.yml file. Resolves: #71133 Releases: master Change-Id: I10504557270d6e3d2fe49ad5e4ee41c3851493b7 Reviewed-on: https://review.typo3.org/44362 Reviewed-by:
Martin Bless <m.bless@gmx.de> Tested-by:
Martin Bless <m.bless@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 29, 2015
-
-
Benjamin Kott authored
Resolves: #71137 Releases: master Change-Id: Ieaf9a94ff37cebf9d1ecee3d6f89497ba1366dfc Reviewed-on: https://review.typo3.org/44364 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Oct 23, 2015
-
-
Frank Nägler authored
Resolves: #70966 Releases: master Change-Id: Ic78753be0facd860e5ab30ce6d7340e040dee59c Reviewed-on: https://review.typo3.org/44170 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 15, 2015
-
-
Markus Klein authored
Also remove useless closures and public exposure of modules, which are not used via the TYPO3 global. Moreover use single quotes for 'use strict' consistently. Resolves: #70601 Releases: master Change-Id: If7183f91a5b9fab320cea8eb1759e78b47141984 Reviewed-on: http://review.typo3.org/43999 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Oct 14, 2015
-
-
Andreas Fernandez authored
Use Promise objects in Recycler to handle dependencies between multiple AJAX requests. This drops the deprecated and blocking ``async: false`` setting. Thus, the client side performance of the recycler is heavily increased. Resolves: #70674 Releases: master Change-Id: Idada49773e560793a6e8e1cc574b26a97d22c6ce Reviewed-on: http://review.typo3.org/44039 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Frans Saris authored
Cancel button of the confirm modal missed the btn-default class. Resolves: #70277 Releases: master Change-Id: I6b23f828524f824184b09948c3ed3216ec4dba7d Reviewed-on: http://review.typo3.org/44045 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.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>
-
- Oct 13, 2015
-
-
Mathias Schreiber authored
With the introduction of the new Button types HelpButton and ShortcutButton we no longer need to use FullyRenderedButtons in the core thus changing all old code to use the new Button types Resolves: #70653 Releases: master Change-Id: Ie89cc2e2154af9a117f084ec8551192ffe4d6ef9 Reviewed-on: http://review.typo3.org/44032 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Oct 12, 2015
-
-
Markus Klein authored
Makes sure that AMD modules do not use top.TYPO3.Modal, but access the Modal via a normal dependency only. The Modal modules takes care of correctly registering and returning the necessary object. Resolves: #70614 Releases: master Change-Id: I52c41325a6363cf78d9bfb601d7dd5df67473a07 Reviewed-on: http://review.typo3.org/44005 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>
-
- Oct 09, 2015
-
-
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>
-
- Oct 05, 2015
-
-
Michael Oehlhof authored
Resolves: #70367 Releases: master Change-Id: I5861cd2de035e2b730aca2f40adf74ff913a7d95 Reviewed-on: http://review.typo3.org/43803 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>
-
Andreas Fernandez authored
Resolves: #70390 Related: #69916 Releases: master Change-Id: If18689ca2a5380a0cfe5508cf9298bd57b950fbf Reviewed-on: http://review.typo3.org/43822 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>
-
Benjamin Mack authored
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>
-
- Sep 29, 2015
-
-
Wouter Wolters authored
Releases: master Change-Id: Ic9608e3c91abe435beefc595a33f537f777f4446 Reviewed-on: http://review.typo3.org/43626 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Sep 24, 2015
-
-
Michael Oehlhof authored
Without this patch the collapsed record occupied the same size as the expanded record. Resolves: #69987 Releases: master Change-Id: I0deb660c4761ab8226f2cd5b57f720ab70f2b1c2 Reviewed-on: http://review.typo3.org/43450 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Loek Hilgersom <loek@netcoop.nl> Tested-by:
Loek Hilgersom <loek@netcoop.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Sep 23, 2015
-
-
Helmut Hummel authored
Protected is the correct visibility for those functions, as given by the base class. Resolves: #64642 Releases: master Change-Id: Ifb5233f391dfa348d1cbf96baf8999f3cda33d63 Reviewed-on: http://review.typo3.org/43511 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Josef Glatz authored
Since http://typo3.org has been changed to https, adopt all links in the core as well. Replace some outdated links to newer once (if it could be replaced). Resolves: #69989 Releases: master Change-Id: I5d612b3b01cb75b613483649e8c754336c0fe516 Reviewed-on: http://review.typo3.org/43459 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Josef Glatz <jousch@gmail.com> Tested-by:
Josef Glatz <jousch@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-