Commit graph

223 commits

Author SHA1 Message Date
Xavier Perseguers
3ca034c14b [TASK] Update system extension information
When shipped with TYPO3, system extensions should be stable, have a
version that is at least 1.0.0, have a version that is higher than
in TYPO3 4.5 LTS and should have at least the same basic dependencies
as the Core itself.

Change-Id: I141cd5a2254ae9430d3047a7506b4ae3cf9e7c9e
Resolves: #30853
Releases: 4.6
Reviewed-on: http://review.typo3.org/5743
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
Reviewed-by: Björn Pedersen
Tested-by: Björn Pedersen
2011-10-13 12:42:55 +02:00
Xavier Perseguers
794ceb82df [TASK] Update md5 checksums for system extensions
The md5 checksums for all system extensions not integrated as submodule
should be updated.

Change-Id: I845cc4204ca3f6c334fcdb7750ba5a927a9c36f7
Resolves: #30723
Releases: 4.6
Reviewed-on: http://review.typo3.org/5664
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
2011-10-10 14:49:54 +02:00
Bjoern Pedersen
f62a1a3ddc [BUGFIX] feedit: Use skinImage for edit icons
Replace hardcoded icons with t3lib_iconWorks::skinImage calls

Change-Id: I02236b36facb53222ccc8e0bfc17adf7b2ac7ae4
Resolves: #24920
Releases: 4.5, 4.6
Reviewed-on: http://review.typo3.org/3448
Reviewed-by: Steffen Kamper
Tested-by: Steffen Kamper
Reviewed-by: Stefan Neufeind
Reviewed-by: Susanne Moog
Tested-by: Susanne Moog
2011-08-21 10:14:38 +02:00
Susanne Moog
2d72041f79 [TASK] Refactor core usages of testInt, calcPriority, calcParenthesis
As testInt, calcPriority and calcParenthesis were moved and renamed to
t3lib_utility_Math we have to change the core usages, too.

Change-Id: Ia828ffbdf92dc72d35a1d3f5919869d043e3bb83
Depends: #28064
Resolves: #28096
Reviewed-on: http://review.typo3.org/3260
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
2011-07-11 22:55:03 +02:00
Susanne Moog
89641cd9f3 [TASK] Remove deprecated usages of intInRange, intval_positive and int_from_ver
This is part of the t3lib_div refactoring started at T3DD11.

With #28019 these methods have been moved to own utility
classes, now the Core should uses these.

Change-Id: Ib5b0d8f9a4322e5489b148e280993a3579fc21af
Resolves: #28026
Reviewed-on: http://review.typo3.org/3179
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
Reviewed-by: Stefan Neufeind
Reviewed-by: Steffen Gebert
Tested-by: Steffen Gebert
2011-07-09 21:45:39 +02:00
Stefano Kowalke
19201d6606 [TASK] Change "true" into "TRUE"
Booleans should be written in uppercase.

Change-Id: Ib29abc6e1e658e3a1b65cd1873a3a3edac7dba57
Resolves: #26346
Releases: 4.6
Reviewed-on: http://review.typo3.org/1790
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
2011-04-29 15:45:01 +02:00
Xavier Perseguers
1976c9c26b [TASK] Remove SVN auto properties $Id$
Remove SVN $Id$ auto-properties from TYPO3 source code

Change-Id: I26054ac32d77b212450b740178c8ce18be12e086
Resolves: #M18016
Reviewed-on: http://review.typo3.org/1272
Reviewed-by: Xavier Perseguers <typo3@perseguers.ch>
Tested-by: Xavier Perseguers <typo3@perseguers.ch>
2011-03-25 11:45:08 +01:00
Bjoern Pedersen
994ee13528 [BUGFIX] Missing initialization of DefaultBEMode in feedit
Formsonopage-mode raises error: Call to undefined method stdClass::getDynNestedStack.
Thus call initDefaultBEMode() during initialization.

Change-Id: If3ffc4b4fb3aff0dac72f3cbca405cb74d082783
Resolves: #M15553
Reviewed-on: http://review.typo3.org/1078
Reviewed-by: Björn Pedersen <bjoern.pedersen@frm2.tum.de>
Tested-by: Andreas Wolf <andreas.wolf@ikt-werk.de>
Reviewed-by: Andreas Wolf <andreas.wolf@ikt-werk.de>
2011-03-09 07:46:33 +01:00
Ernesto Baschny
0bc3c92e9b Cleaned up ext_emconf.php of all sysext
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10342 709f56b5-9817-0410-a4d7-c38de5d9e867
2011-01-26 19:09:09 +00:00
Ernesto Baschny
bd0ce3b2b7 Fixed issue #16712: Cleanup: centralize TYPO3 urls (Thanks to Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10317 709f56b5-9817-0410-a4d7-c38de5d9e867
2011-01-26 00:56:49 +00:00
Ernesto Baschny
b15b13a895 Cleanup: Updated ext_emconf.php files in system extensions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10266 709f56b5-9817-0410-a4d7-c38de5d9e867
2011-01-22 19:16:43 +00:00
Ernesto Baschny
68252b252e Fixed issue #17176: Remove unnecessary comments and color profiles from all shipped .png / .gif files (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10169 709f56b5-9817-0410-a4d7-c38de5d9e867
2011-01-20 19:39:43 +00:00
Oliver Hader
a02d210956 Cleanup: Updated copyright comments
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10120 709f56b5-9817-0410-a4d7-c38de5d9e867
2011-01-18 20:03:36 +00:00
Steffen Gebert
bfcecb9872 Fixed bug #16574: PHP notices from XCLASS inclusions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9758 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-12-05 11:25:36 +00:00
Benni Mack
f437aa0020 Fixed bug #12964: feedit - EDITPANEL -> "newRecordinPid" doesn't work anymore with feedit
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8819 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-09-19 14:24:39 +00:00
Steffen Kamper
465131235a Updated sysexts version numbers and md5 values
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8650 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-08-23 15:09:42 +00:00
Susanne Moog
851ae0e2ce Follow-up to #15045: Trailing newlines after php closing tag. (Thanks to Nikolas Hagelstein)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8156 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-07-11 12:42:05 +00:00
Oliver Hader
958d35ed70 Cleanup: Updated ext_emconf.php files in system extensions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8033 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-06-22 12:05:24 +00:00
Oliver Hader
678a633f07 Cleanup: Updated copyright comments
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7905 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-06-13 14:42:33 +00:00
Benni Mack
0c9475ce08 Added Feature #12066: Added constants throughout the core for LF, CR, TAB (Thanks to Oliver Klee)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7307 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-04-12 16:17:20 +00:00
Oliver Hader
fb12e3a1ba Cleanup: Updated ext_emconf.php files in system extensions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6210 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-10-21 09:31:43 +00:00
Rupert Germann
833113a54e Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5761 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-08-05 10:05:29 +00:00
Oliver Hader
30409c87da Follow-up to feature #9615: Renamed extension from fe_edit to feedit
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5666 709f56b5-9817-0410-a4d7-c38de5d9e867
2009-07-01 17:18:53 +00:00