Commit graph

36 commits

Author SHA1 Message Date
Christian Kuhn
05ca4e2563 [TASK] Remove @package and @subpackage annotations
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
2012-11-16 13:01:03 +01:00
Helmut Hummel
2bbae1e47d [TASK] Rename ExtensionManager class Part 2
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
2012-11-03 17:15:01 +01:00
Thomas Maroschik
c39177551a [TASK] Clean up class alias mechanism
* adopt class loader to load the class alias map from a location
  Migrations/Code/ClassAliasMap.php in every extensions path
* split up core class alias map into extension class alias maps
* adopt tests to the compound class loader cache

Change-Id: I7102fd5aab7a6364d5bcb5603f011dfcdb859ec9
Resolves: #41012
Resolves: #41013
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/15085
Reviewed-by: Thomas Maroschik
Tested-by: Thomas Maroschik
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
2012-10-01 19:44:45 +02:00
Markus Klein
f264beb6e3 [CLEANUP] Remove all occurrences of edit_showFieldHelp == 'text'
The text version of edit_showFieldHelp is not supported since 4.5
anymore. This patch removes all references and dead code.

Resolves: #24623
Releases: 6.0

Change-Id: Idb915f4dbaba8ee0690c06fddcace4d0d4ad6813
Reviewed-on: http://review.typo3.org/14950
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
2012-09-23 00:15:01 +02:00
Markus Klein
c0d4310a28 [TASK] Update version number of all sysexts to 6.0.0
Fixes: #41261
Releases: 6.0

Change-Id: I6d60c27cf34161b5c9f4e0174e99de3811e87c42
Reviewed-on: http://review.typo3.org/14929
Reviewed-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
2012-09-22 19:41:59 +02:00
Arvid Jakobsson
0dcb973b0f [TASK] Remove superfluous parens in sysexts css_styled_content - feedit
Removes superfluous parenthesis in sysexts "css_styled_content",
"extensionmanager", "extra_page_cm_options" and "feedit".

Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.

Change-Id: I9ec62d6b2782e349cef447c7a9c87f4a4fbc2585
Resolves: #40964
Related: #40095
Reviewed-on: http://review.typo3.org/14623
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Jigal van Hemert
Tested-by: Jigal van Hemert
2012-09-17 21:57:04 +02:00
Felix Kopp
adfd45134d [BUGFIX] Namespace: Revert extension split-up: feedit
Reverts the split-up for the extension reedit:
Erroneous extKey was 'fe_edit'.

Also fixes minor CGL.

Change-Id: If727b7ffcefdd1fb917fc15d48b91e549f5b79b9
Releases: 6.0
Fixes: #40174
Related: #40095
Reviewed-on: http://review.typo3.org/14073
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
2012-08-25 16:12:15 +02:00
Thomas Maroschik
04b9ff4297 [TASK] Move and Namespace classes
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
2012-08-23 22:57:07 +02:00
Wouter Wolters
41ee705a92 [TASK] Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:

* typo3/sysext/cshmanual/ext_tables.php
* typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php
* typo3/sysext/extra_page_cm_options/ext_tables.php
* typo3/sysext/feedit/ext_localconf.php
* typo3/sysext/feedit/view/class.tx_feedit_editpanel.php
* typo3/sysext/felogin/ext_localconf.php
* typo3/sysext/felogin/ext_tables.php
* typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php
* typo3/sysext/felogin/tests/tx_feloginTest.php

Clean up provides:

* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)

Change-Id: Id09ec3f662b432098eb3b3897008cbeee76e0871
Resolves: #38242
Releases: 6.0
Reviewed-on: http://review.typo3.org/12245
Reviewed-by: Oliver Klee
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
2012-06-21 01:57:29 +02:00
Roland Waldner
adef1719c9 [TASK] Fix CGL violations InlineCommentWrongStyle in ext_emconf.php files
There are violations against the CGL rule "InlineCommentWrongStyle " in
ext_emconf.php files.

These will be fixed.

Change-Id: Ic8a83bf8a12246328a4c8fe48ef27fb99c2f3396
Resolves: #37685
Releases: 6.0
Reviewed-on: http://review.typo3.org/11793
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
2012-06-01 15:31:18 +02:00
Roland Waldner
447f42adb9 [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/f*/
There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/f*/.
These will be reduced by this commit.

Change-Id: I301a98427a558edbabc62e73e4ca05be546f3482
Resolves: #37512
Releases: 6.0
Reviewed-on: http://review.typo3.org/11652
Reviewed-by: Oliver Klee
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
2012-05-27 11:20:47 +02:00
Roland Waldner
82fd45bf17 [BUGFIX] Reduce spacing CGL violations in /typo3/sysext/
There were a lot spacing CGL violations in /typo3/sysext/.
These will be reduced by this commit.

Change-Id: Iae4dc7bfbca79f5e71446d850eebfceeb20e4a18
Resolves: #37310
Releases: 6.0
Reviewed-on: http://review.typo3.org/11311
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
2012-05-20 11:59:37 +02:00
Christian Kuhn
354d3ed9ad [TASK] Remove XCLASS definitions from typo3/
Remove all XCLASS definitions in typo3/ and all system extension
that are not handled as git submodules.

Change-Id: Ib9e1d8db31f91f5f1453deb694f2441ef41130f2
Resolves: #36821
Related: #31893
Releases: 6.0
Reviewed-on: http://review.typo3.org/10981
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
2012-05-03 22:33:39 +02:00
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