projects
/
Packages
/
TYPO3.CMS.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[CLEANUP] GeneralUtility::getFilesInDir()
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Classes
/
Utility
/
GeneralUtility.php
2014-02-19
Michiel Roos
[CLEANUP] GeneralUtility::getFilesInDir()
68/25768/20
blob
|
commitdiff
|
raw
2014-02-17
Tomita Militaru
[TASK] Cleanup GeneralUtility::rmFromList
23/25723/9
blob
|
commitdiff
|
raw
|
diff to current
2014-02-14
Helmut Hummel
[TASK] Class Loader optimisation
36/26836/5
blob
|
commitdiff
|
raw
|
diff to current
2014-02-14
Michiel Roos
[TASK] Optimize GeneralUtility path methods
05/26505/14
blob
|
commitdiff
|
raw
|
diff to current
2014-02-12
Michiel Roos
[BUGFIX] inval() -> (int) regressions in ternaries
76/27576/5
blob
|
commitdiff
|
raw
|
diff to current
2014-02-10
Alexander Stehlik
[BUGFIX] Fix behavior of revExplode if delimiter not...
24/27524/3
blob
|
commitdiff
|
raw
|
diff to current
2014-02-10
Georg Ringer
[TASK] Fix typos all over the core
23/27523/2
blob
|
commitdiff
|
raw
|
diff to current
2014-02-09
Oliver Klee
[BUGFIX] "else if" in GeneralUtility breaks the build
21/27521/3
blob
|
commitdiff
|
raw
|
diff to current
2014-02-09
Łukas Jurys
[BUGFIX] Use PHP native htmlspecialchars_decode()
73/27473/3
blob
|
commitdiff
|
raw
|
diff to current
2014-02-09
Przemysław Krukowski
[BUGFIX] Duplicate exception code
62/27462/3
blob
|
commitdiff
|
raw
|
diff to current
2014-02-09
Andreas Wolf
[TASK] Improve revExplode performance
55/27255/5
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Michiel Roos
[TASK] Use $x[n] instead of substr($x, n, 1)
36/27136/8
blob
|
commitdiff
|
raw
|
diff to current
2014-02-01
Jo Hasenau
[TASK] Use (int) instead of intval() or (integer)
40/26740/23
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
Andreas Wolf
[TASK] Skip GeneralUtility::resolveBackPath() if its...
97/27197/3
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
Michiel Roos
[BUGFIX] quoteJSvalue double encodes forward slash
83/27183/5
blob
|
commitdiff
|
raw
|
diff to current
2014-01-30
Stefan Neufeind
[TASK] Use short version ?: in ternary operator (PHP...
07/19007/10
blob
|
commitdiff
|
raw
|
diff to current
2014-01-28
Michiel Roos
[TASK] Replace JavaScriptEncoder with json_encode()
45/26545/12
blob
|
commitdiff
|
raw
|
diff to current
2014-01-15
Frans Saris
[BUGFIX] Add fileSuffix option to GeneralUtility::tempnam()
50/26650/8
blob
|
commitdiff
|
raw
|
diff to current
2014-01-15
Helmut Hummel
[BUGFIX] Bring back final class name cache
21/26821/3
blob
|
commitdiff
|
raw
|
diff to current
2014-01-13
Roland Waldner
[TASK] Fix typo in copyright notice
36/26736/2
blob
|
commitdiff
|
raw
|
diff to current
2014-01-09
Jo Hasenau
[TASK] Replace all strcmp() calls with ===
43/25843/30
blob
|
commitdiff
|
raw
|
diff to current
2014-01-08
Michiel Roos
[TASK] Use arrays in str_replace() calls
81/26481/8
blob
|
commitdiff
|
raw
|
diff to current
2014-01-08
Markus Klein
[TASK] Improve performance of array_merge_recursive_ove...
86/25986/11
blob
|
commitdiff
|
raw
|
diff to current
2013-12-21
Michiel Roos
[BUGFIX] isValidUrl() idna converts whole URI
36/25636/26
blob
|
commitdiff
|
raw
|
diff to current
2013-12-18
Stefan Neufeind
[TASK] Add tool-function to strip PATH_site-part of...
51/25851/3
blob
|
commitdiff
|
raw
|
diff to current
2013-12-16
Helmut Hummel
[BUGFIX] Fix side effect for new class instantiation
40/26440/3
blob
|
commitdiff
|
raw
|
diff to current
2013-12-14
Helmut Hummel
[TASK] Optimize speed for instantiating class with...
63/26363/6
blob
|
commitdiff
|
raw
|
diff to current
2013-11-28
Michiel Roos
[BUGFIX] Redundant compare: GeneralUtility::inList()
13/25713/4
blob
|
commitdiff
|
raw
|
diff to current
2013-11-10
Thorsten Kahler
[TASK] Don't use destructor as shutdown function
77/24277/4
blob
|
commitdiff
|
raw
|
diff to current
2013-10-16
Markus Hoelzle
[BUGFIX] Suppress empty tag names in output of array2xml
41/24841/4
blob
|
commitdiff
|
raw
|
diff to current
2013-10-15
Tomita Militaru
[FEATURE] Support for proxy NTLM authentication
10/23510/4
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Nicole Cordes
[BUGFIX] Detect unix-styled absolute paths on Windows...
21/24721/3
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Stefan Neufeind
[TASK] Performance: Use cache_hash with "mixed" data
12/24512/4
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Steffen Müller
[TASK] Rename API for ApplicationContext
41/24541/6
blob
|
commitdiff
|
raw
|
diff to current
2013-10-01
Christian Kuhn
[TASK] Remove closing PHP tags
12/24212/3
blob
|
commitdiff
|
raw
|
diff to current
2013-09-28
Susanne Moog
[FEATURE] Add possibility to use an extension as repository
72/23672/8
blob
|
commitdiff
|
raw
|
diff to current
2013-09-12
Christoph Dörfel
[TASK] Use lambda functions instead of create_function
82/23782/4
blob
|
commitdiff
|
raw
|
diff to current
2013-08-29
Susanne Moog
[FEATURE] Enable automatic file import for extensions
27/23427/3
blob
|
commitdiff
|
raw
|
diff to current
2013-08-27
Markus Klein
[TASK] Remove workaround for PHP bug in validEmail()
57/23357/3
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Steffen Müller
[FEATURE] Add public API to get ApplicationContext
18/23018/8
blob
|
commitdiff
|
raw
|
diff to current
2013-07-26
Wouter Wolters
[TASK] Use real boolean value for trimExplode third...
42/22542/3
blob
|
commitdiff
|
raw
|
diff to current
2013-07-21
Stefan Neufeind
[TASK] phpdoc: Use boolean/integer instead of bool/int
70/22470/2
blob
|
commitdiff
|
raw
|
diff to current
2013-07-18
Michael Schams
[TASK] Adhere enableDeprecationLog settings
10/18510/7
blob
|
commitdiff
|
raw
|
diff to current
2013-07-15
Markus Klein
[TASK] Fix usage of functions, which are deprecated...
56/21556/4
blob
|
commitdiff
|
raw
|
diff to current
2013-07-06
Stefan Neufeind
[TASK] CGL, switch(): Indent "case" correctly; no ...
48/21748/4
blob
|
commitdiff
|
raw
|
diff to current
2013-05-28
Anja Leichsenring
[TASK] Bring back int_from_ver
47/21047/4
blob
|
commitdiff
|
raw
|
diff to current
2013-05-27
Thomas Maroschik
[TASK] Merge submodule version into core
blob
|
commitdiff
|
raw
|
diff to current
2013-05-27
Thomas Maroschik
[TASK] Merge submodule workspaces into core
blob
|
commitdiff
|
raw
|
diff to current
2013-05-27
Thomas Maroschik
[TASK] Merge submodule linkvalidator into core
blob
|
commitdiff
|
raw
|
diff to current
2013-05-27
Thomas Maroschik
[TASK] Merge submodule fluid into core
blob
|
commitdiff
|
raw
|
diff to current
2013-05-27
Thomas Maroschik
[TASK] Merge submodule extbase into core
blob
|
commitdiff
|
raw
|
diff to current
2013-05-27
Thomas Maroschik
[TASK] Merge submodule dbal into core
blob
|
commitdiff
|
raw
|
diff to current
2013-05-06
Anja Leichsenring
[BUGFIX] Fix GeneralUtility::rmdir and usage in tests
95/20095/3
blob
|
commitdiff
|
raw
|
diff to current
2013-05-05
Philipp Gampe
[TASK] Cleanup: Must use "self::" for local static...
01/20501/2
blob
|
commitdiff
|
raw
|
diff to current
2013-05-01
Christian Kuhn
[TASK] Remove dummy files from ext:cms
81/20381/6
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Stefan Neufeind
[TASK] Deprecate \TYPO3\CMS\Core\Utility\MailUtility...
38/16138/8
blob
|
commitdiff
|
raw
|
diff to current
2013-04-12
Wouter Wolters
[TASK] Remove further t3lib mentions from codebase
67/19867/2
blob
|
commitdiff
|
raw
|
diff to current
2013-04-11
Christian Kuhn
[TASK] Update t3lib mentions
03/19803/3
blob
|
commitdiff
|
raw
|
diff to current
2013-04-02
Christian Kuhn
[TASK] Release installation procedure from LocalConfigu...
06/19506/4
blob
|
commitdiff
|
raw
|
diff to current
2013-03-28
Oliver Hader
[TASK] Optimize clearing file backend caches
33/16833/3
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Benjamin Mack
[TASK] Remove deprecated code
76/17676/5
blob
|
commitdiff
|
raw
|
diff to current
2013-03-19
Wouter Wolters
[TASK] Update copyright year to 2013
84/18984/4
blob
|
commitdiff
|
raw
|
diff to current
2013-03-06
Franz G. Jahn
[SECURITY] Open redirection with jumpurl
34/18734/2
blob
|
commitdiff
|
raw
|
diff to current
2013-02-28
Christian Kuhn
[FEATURE] Refactor TCA handling
52/18452/5
blob
|
commitdiff
|
raw
|
diff to current
2013-02-13
Christian Kuhn
Revert "[!!!][TASK] Get rid of loadTCA and simplify...
52/18252/3
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Christian Kuhn
[!!!][TASK] Get rid of loadTCA and simplify FE cache...
78/17978/5
blob
|
commitdiff
|
raw
|
diff to current
2013-02-01
Benjamin Mack
[TASK] Remove classFile option from services
50/11150/5
blob
|
commitdiff
|
raw
|
diff to current
2013-01-14
Sebastian Michaelsen
[BUGFIX] array_merge_recursive_overrule: __UNSET for...
96/17096/3
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Steffen Ritter
[TASK] CleanUp References to old ClassNames
blob
|
commitdiff
|
raw
|
diff to current
2012-12-02
Stefan Neufeind
[BUGFIX] Misspelled functionname in GeneralUtility
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Helmut Hummel
[BUGFIX] Fix early calls to makeInstance
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Helmut Hummel
[TASK] Introduce object implementation registry
blob
|
commitdiff
|
raw
|
diff to current
2012-11-19
Nicole Cordes
[BUGFIX] Replace calls of tslib_gifbuilder with namespa...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-16
Christian Kuhn
[TASK] Remove @package and @subpackage annotations
blob
|
commitdiff
|
raw
|
diff to current
2012-11-15
Christian Kuhn
[BUGFIX] GeneralUtility::validEmail() can throw warnings
blob
|
commitdiff
|
raw
|
diff to current
2012-11-03
Helmut Hummel
[TASK] Rename ExtensionManager class Part 2
blob
|
commitdiff
|
raw
|
diff to current
2012-11-02
Christian Kuhn
Revert "[BUGFIX] Hook to modify t3lib_div::getIndpEnv...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-02
Michael Klapper
[BUGFIX] Hook to modify t3lib_div::getIndpEnv return...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-28
Roland Waldner
[TASK] CGL violations "AssignmentArithmeticAndCompariso...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-28
Mattias Nilsson
[BUGFIX] Compare in install tool crashes
blob
|
commitdiff
|
raw
|
diff to current
2012-10-22
Stanislas Rolland
[BUGFIX] t3lib_div::unlink_tempfile does not always...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-26
Anja Leichsenring
[TASK] Add leading backslashes to InvalidArgumentException
blob
|
commitdiff
|
raw
|
diff to current
2012-09-22
Markus Klein
[TASK] Remove unused code from logDeprecatedFunction()
blob
|
commitdiff
|
raw
|
diff to current
2012-09-22
Wouter Wolters
[TASK] Fix CGL violations against SelfMemberReference
blob
|
commitdiff
|
raw
|
diff to current
2012-09-22
Andreas Wolf
[BUGFIX] Fatal error in GeneralUtility::logDeprecatedFu...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-18
Nicole Cordes
[BUGFIX] Fatal errors for interfaces with PHP version...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-16
Arvid Jakobsson
[TASK] Remove superfluous parenthesis in sysext core
blob
|
commitdiff
|
raw
|
diff to current
2012-09-09
Christian Kuhn
[TASK] Fix for unit tests to change singletons and...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-02
Christian Kuhn
[TASK] Stabilize some tests if run as root
blob
|
commitdiff
|
raw
|
diff to current
2012-08-24
Christian Kuhn
[BUGFIX] Endless loop in flushOutputBuffers()
blob
|
commitdiff
|
raw
|
diff to current
2012-08-23
Thomas Maroschik
[TASK] Move and Namespace classes
blob
|
commitdiff
|
raw
|
diff to current