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 .
- 03 May, 2015 1 commit
-
-
Resolves: #66771 Releases: master Change-Id: Ie3e753257939922a38e70f1ce9acdf0cbaf8cdb2 Reviewed-on: http://review.typo3.org/39231 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>
-
- 17 Mar, 2015 1 commit
-
-
Ingo Pfennigstorf authored
The backend user module lacks the possibility to easily list and edit backend user groups. Add this functionality now. Resolves: #64686 Releases: master Change-Id: I5ddbdd03de2248619e0937d4d35e3998cbc83e40 Reviewed-on: http://review.typo3.org/36499 Reviewed-by:
Ingo Pfennigstorf <i.pfennigstorf@gmail.com> Tested-by:
Ingo Pfennigstorf <i.pfennigstorf@gmail.com> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
- 13 Dec, 2014 1 commit
-
-
This regular expression was used to replace PHPDoc style comments with ordinary comments: Search: /\*\*(\n \* This file is part of the TYPO3 CMS project.) Replace with: /*$1 Resolves: #63328 Releases: master Change-Id: Ic8f11dbfefee94a19657c8fe8426c81d1cb435d8 Reviewed-on: http://review.typo3.org/35103 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- 12 Nov, 2014 1 commit
-
-
To make it more clear that a ViewHelper outside EXT:fluid is only for internal usage. All other ViewHelpers marked with @internal Resolves: #62869 Releases: master Change-Id: I8a64724dcd760b3efc3515f1bba86b8987cf9fc5 Reviewed-on: http://review.typo3.org/33991 Reviewed-by:
Krzysztof Adamczyk <k.adamczyk@macopedia.pl> 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>
-
- 22 Jun, 2014 1 commit
-
-
Michael Schams authored
This patch replaces the copyright/license header in PHP files with a new, simplified one. The new header does not show the year figure, nor an author name, and refers to the LICENSE.txt file for the full copyright information. License is: GPL2 or any later version. This is a multi-part commit due to the huge number of changed files. See issue #59783 for further details. Resolves: #59783 Releases: 6.3, 6.2 Change-Id: I0e2f68990217f7442abe5b940fd769250c37aec0 Reviewed-on: https://review.typo3.org/31028 Reviewed-by: Krzysztof Adamczyk Tested-by: Krzysztof Adamczyk Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 05 Mar, 2014 1 commit
-
-
Thomas Luzat authored
A large number of files were stored with executable permissions. This may be a (minor) security risk and can be confusing. The patch removes the executable permissions on all files but: * typo3/cli_dispatch.phpsh * typo3/cleaner_check.sh * typo3/cleaner_fix.sh Resolves: #56571 Releases: 6.2 Change-Id: Ib6a9fb19fe716d7d5405d5a7120b50269bdbf5f8 Reviewed-on: https://review.typo3.org/28072 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 13 Jan, 2014 1 commit
-
-
Roland Waldner authored
"textfile" will be replaced by "text file" Resolves: #54893 Releases: 6.2 Change-Id: Ic7ce106a016f242cc47c70539876ff9810954a9b Reviewed-on: https://review.typo3.org/26736 Reviewed-by: Michiel Roos Tested-by: Michiel Roos Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
- 05 Oct, 2013 1 commit
-
-
Benjamin Serfhos authored
This allows the ViewHelper to render elements which are extending the model. Resolves: #52469 Releases: 6.2, 6.1, 6.0 Change-Id: If4b9b3019b44e38a5a25cb74ff993e572464bb9d Reviewed-on: https://review.typo3.org/24257 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 01 Oct, 2013 1 commit
-
-
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
-
- 19 Mar, 2013 1 commit
-
-
In this patch are also some fixes for files containing a interface. Due the namespace change all interfaces have the curly bracket not on the same line as the interface name. Change-Id: I64ba45de73693452d681ce7f018965968b11d2af Resolves: #46370 Releases: 6.1 Reviewed-on: https://review.typo3.org/18984 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 16 Feb, 2013 1 commit
-
-
This is a non-functional change that reformats the code, removes unnecessary empty lines and fixes namespaces in phpDoc. In addition the following to changes are made: - add $GLOBALS['TYPO3_DB']->sql_free_result() calls to free some memory - change bu:SpriteIconForRecord to bu:spriteIconForRecord in templates Change-Id: I6e832921c46f828c9db0c796d662bd8390b5ac5f Resolves: #45343 Releases: 6.0, 6.1 Reviewed-on: https://review.typo3.org/18190 Reviewed-by: Oliver Klee Reviewed-by: Markus Günther Tested-by: Markus Günther Reviewed-by: Stefan Neufeind Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- 27 Nov, 2012 1 commit
-
-
Felix Kopp authored
Wraps database query input in corresponding functions to clean input. Also fixes a bug in ViewHelpers to limit output to parameter uid list. Change-Id: Ie23babb20ab610193ad06cc4305c31f9e042fb9b Resolves: #42221 Releases: 6.0 Reviewed-on: http://review.typo3.org/15985 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 16 Nov, 2012 1 commit
-
-
Christian Kuhn authored
With namespaces the @package and @subpackage annotations do not have a real benefit anymore and can be removed. Change-Id: Id8f4718db0c1c51ae5143a3353dd5efb42dadf70 Resolves: #43019 Releases: 6.0 Reviewed-on: http://review.typo3.org/16474 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 23 Aug, 2012 1 commit
-
-
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
-
- 07 Aug, 2012 1 commit
-
-
This patchset includes a new backend user administration. Based on extbase a model for BackendUsers is included. All users can be listed and the listing can be filtered by * username * usergroup * admin/non-admin * active/inactive * ever logged in. The user listing includes the last login column also the limit of 1.000 users was removed and pagination integrated. Selected users can be compared in a table view. All active backend user sessions are listed - can be terminated. Of course the SU/change user feature was migrated. Clickmenu was widely integrated to allow editing right away. Change-Id: I32569c848581a49b3948e093d717dad50e973c5d Resolves: #39141 Resolves: #5288 Resolves: #37949 Resolves: #33427 Resolves: #18602 Resolves: #15494 Releases: 6.0 Reviewed-on: http://review.typo3.org/12935 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-