- Aug 30, 2016
-
-
Wouter Wolters authored
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>
-
- 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>
-
- 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
-
-
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>
-
- Apr 23, 2015
-
-
Markus Klein authored
Releases: master Resolves: #66546 Change-Id: Ic64205454a511efbd2b32a1eb7763e4ff0a653fd Reviewed-on: http://review.typo3.org/38862 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Mar 06, 2015
-
-
Andreas Fernandez authored
Fix two broken tasks in the scheduler: "Remove deleted records" from EXT:recycler refers to the right xlf now. "System Status Update" belongs to EXT:reports again Resolves: #65558 Releases: master Change-Id: I50319632f1a26cd48f36b1ec872d8cf04da8992b Reviewed-on: http://review.typo3.org/37583 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Mar 02, 2015
-
-
Philipp Bergsmann authored
Scheduler task to remove deleted records from content table(s) which are older than x days. If a deleted record also contains an upload field, then the file is also deleted. Releases: master Resolves: #32651 Change-Id: I58577c05a1a3b228579c05578cc8fdf2e3b393fa Reviewed-on: http://review.typo3.org/9013 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Jan 29, 2015
-
-
Felix Kopp authored
Refactors the recycler extension to a modern architecture. The backend is based on Extbase and Fluid, the UI is based on jQuery and Twitter Bootstrap now. Due to restrictions in the core, non-admin users cannot restore deleted pages for now. Kudos to Felix Kopp for porting the base to Extbase and Fluid. Releases: master Resolves: #64420 Change-Id: I9d330981af0b42703b8352c1d61bec818e08b38e Reviewed-on: http://review.typo3.org/36109 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Dec 06, 2014
-
-
Stefan Neufeind authored
(part for extensions starting with "r") Use name-resolution with ...::class instead of strings where possible. (needs PHP 5.5, which is meanwhile required for master) Change-set Iedbb896607adddce2b23ab67f990fa2296c0d1bb first introduced usage of ::class in master. We now add it in various more places. Change-Id: Ic9d7d5bd95a87fcc813b83dd53af08b4995f1283 Resolves: #63477 Releases: master Reviewed-on: http://review.typo3.org/34866 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Jul 05, 2014
-
-
Wouter Wolters authored
Change check for TYPO3_MODE: if (!defined('TYPO3_MODE')) { die('Access denied.'); } to defined('TYPO3_MODE') or die(); Resolves: #60112 Releases: 6.3 Change-Id: I2b4493509c912f620a993dc4ba69c4449fcac04d Reviewed-on: https://review.typo3.org/31338 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- Mar 23, 2014
-
-
Helmut Hummel authored
All core extensions need to benefit from the new Ajax API and will be CSRF protected by that. Resolves: #57196 Releases: 6.2 Change-Id: I8f6f45fc9426a0e9ae15e61670f52b7cf9f461af Reviewed-on: https://review.typo3.org/28654 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- Mar 18, 2014
-
-
Benjamin Mack authored
As TYPO3 is loading all ext_localconf.php on each call, the existing code can be cleaned up by removing old information, putting BE-only functionality in TYPO3_MODE == 'BE' and install-tool only in Install only mode. Also, some hardcoded require_once statements are removed. Benefits are that FE does not need to load everything all the time. I haven't noticed any side-effects so far, but please test extensively. Resolves: #55593 Releases: 6.2 Change-Id: Ibc37e84cb2af05ddb6b227290330aad31037a018 Reviewed-on: https://review.typo3.org/27286 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- Mar 13, 2014
-
-
Wouter Wolters authored
* Remove deprecated require_once call Resolves: #56835 Releases: 6.2 Change-Id: I7d79b4c9947c5f3da82c66a4dbb0e3d2e0fd9284 Reviewed-on: https://review.typo3.org/28313 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
- Feb 09, 2014
-
-
Christian Kuhn authored
Change-Id: I5d2233c5eb0860740e1858bf2f96a919fee26e5e Resolves: #55804 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/27505 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Oliver Klee Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- Oct 01, 2013
-
-
Christian Kuhn authored
Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b Resolves: #52360 Releases: 6.2 Reviewed-on: https://review.typo3.org/24212 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- Nov 03, 2012
-
-
Helmut Hummel authored
The class ExtensionManager is actually a utility to manage extensions. Rename it to better reflect it's purpose. Renaming in submodules will be done seperately. The third step will then be to remove the old namespaced class name from the class alias map and raise the submodule pointers Related: #42661 Releases: 6.0 Change-Id: I0be22f117e9e4121001b6a14118d289834438066 Reviewed-on: http://review.typo3.org/16163 Reviewed-by: Anja Leichsenring Reviewed-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- Aug 25, 2012
-
-
Wouter Wolters authored
Fix ajax scripts in recycler Change-Id: Idda6fbde50f300365b6659a8cb8efe6438b2de4b Resolves: #40175 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14070 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Aug 23, 2012
-
-
Thomas Maroschik authored
Change-Id: Id49218118087244bcd063b730631ee69b2820670 Resolves: #40096 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14015 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Jul 02, 2012
-
-
Wouter Wolters authored
Fix CGL violations against InlineControlStructure Change-Id: I93af6623bc7eb1e372e51df61642dbfcf8d80a28 Resolves: #38517 Releases: 6.0 Reviewed-on: http://review.typo3.org/12499 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Mar 10, 2009
-
-
Oliver Hader authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5180 709f56b5-9817-0410-a4d7-c38de5d9e867
-