- Sep 20, 2011
-
-
Oliver Hader authored
* remove superfluous __construct() methods * fix PHPdoc comments and add type hints * remove unused classes * fix CGL issues Change-Id: Ie859ea0a54a8234b5c5c8d6d16f0be6c947a9bc5 Resolves: #30046 Reviewed-on: http://review.typo3.org/5077 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Xavier Perseguers authored
Fix the method signatures that are statically called throughout the Core. Change-Id: Ic415b271eb66950de9dbaf1a82b130112b026f35 Fixes: #30063 Releases: 4.6 Reviewed-on: http://review.typo3.org/5090 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
Method t3lib_treeView::init() is not properly overriden in subclasses. Change-Id: Ia39eb8ba775e1f217fb77f402dd8f2ab4e1d24ae Fixes: #30062 Releases: 4.6 Reviewed-on: http://review.typo3.org/5089 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
Method toArray() from t3lib_tree_Node is not properly overriden in subclasses. Furthermore, many phpDoc comments are wrongly returning void instead of bool. Change-Id: I99bea296df305673d5c111fc9e5b92ea42599c5f Fixes: #30060 Releases: 4.6 Reviewed-on: http://review.typo3.org/5088 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- Sep 19, 2011
-
-
Xavier Perseguers authored
Invalid method override signature. Change-Id: Ifb82ee48c8a83c626004cf67e6529f386d8edb40 Fixes: #30061 Releases: 4.6 Reviewed-on: http://review.typo3.org/5087 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
Methods of class tx_em_Database miss the static keyword and, sometimes, the visibility as well. Change-Id: I477ca961ae9dc6fc456c3e90fd8f0871be2cc145 Fixes: #30059 Releases: 4.6 Reviewed-on: http://review.typo3.org/5086 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
A few methods in t3lib_TSparser are called statically but are not declared as being static. This leads to PHP notices. Change-Id: I7ea7cb659a830e74c4f8797f118662b517015614 Fixes: #30058 Releases: 4.6 Reviewed-on: http://review.typo3.org/5085 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
PHP Runtime Notice: Declaration of tx_rsaauth_sv1::authUser() should be compatible with that of tx_sv_auth::authUser(). Change-Id: Idbd7ca2b69d3142497b1770088d991901950a852 Fixes: #30057 Releases: 4.6 Reviewed-on: http://review.typo3.org/5084 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
PHP Runtime Notice: Only variables should be passed by reference. Change-Id: Ib1e9af4b58202f085d1afbba2b9bd0b288a8ef58 Fixes: #30056 Releases: 4.6 Reviewed-on: http://review.typo3.org/5083 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
Due to improper method signature in the parent class of t3lib_userAuthGroup, a PHP notice is generated when calling method checkLogFailures(). Change-Id: Ic41cb88889ee18f2508ae5b2e96858e8bf16c349 Fixes: #30055 Releases: 4.6 Reviewed-on: http://review.typo3.org/5082 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
Method tx_coreupdates_installsysexts::performUpdate() cannot be properly overriden because its signature is incomplete. This leads to PHP notices. Change-Id: Iaf13c166c07d04ee194bec1543ac5ae450f1e38b Fixes: #30053 Releases: 4.6 Reviewed-on: http://review.typo3.org/5078 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
A few methods don't have the static keyword. This leads to PHP notices. Change-Id: I90a99601a39cd26abed665b42a8b054385f561ff Fixes: #30050 Releases: 4.6 Reviewed-on: http://review.typo3.org/5075 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Helmut Hummel authored
Because of an information disclosure problem in the backend login we moved the session_start() in t3lib_userauth in a place which caused unwanted side effects with 3rd party extensions. Revert that change to avoid compatibility and performance problems and instead send no cache headers earlier in t3lib_userauth to also fix the information disclosure. Releases: 4.3, 4.4, 4.5, 4.6 Resolves: #29274 Related: #24456, #28694 Change-Id: I87226a21d9b1955773ceb3c377fa1b4c9938e6b2 Reviewed-on: http://review.typo3.org/5007 Reviewed-by: Christopher Hlubek Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Xavier Perseguers Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Oliver Hader authored
Change-Id: Ic41b317fdb608dcc5630859168d3d5674bfe0593 Resolves: #28679 Reviewed-on: http://review.typo3.org/4024 Reviewed-by: Xavier Perseguers Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Jigal van Hemert authored
The template for t3editor contains CRLF line endings on Windows systems. To prevent JS errors and to make the t3editor visible the CR parts of the line endings must be removed. Change-Id: If4f126c46ab243e616292a60563ebe4bea3fd624 Fixes: #30026 Branches: 4.6 Reviewed-on: http://review.typo3.org/5058 Reviewed-by: Oliver Hader Reviewed-by: Tobias Liebig Tested-by: Tobias Liebig
-
Ernesto Baschny authored
Change-Id: Ie72691fc5146bed17e11e959081f655371bfafed Resolves: #29802 Releases: 4.5, 4.6 Reviewed-on: http://review.typo3.org/5062 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Steffen Gebert authored
The Version Compatibility always appears at the first place and tells you that you should upgrade your compatVersion or that everything is okay, but you might.. if you really really want this.. in case of, don't know, whatever reason.. downgrad again. Remove this ugly thing. compat_version can still be changed again using "All configuration". Change-Id: Ie45a50ab20a0c8d59021362e45b7bed743e43199 Resolves: #24834 Releases: 4.6 Reviewed-on: http://review.typo3.org/5038 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- Sep 18, 2011
-
-
Steffen Gebert authored
The "Enable Install Tool" button in the User Settings is useless, as the Install Tool is automatically enabled (after request) since #28621 and #28689. Change-Id: I596a0b45d9b947e58b30e0082f23413b56e6f325 Resolves: #29996 Releases: 4.6 Reviewed-on: http://review.typo3.org/5040 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Function t3lib_autoloader::getAutoloadCacheIdentifier now respects the constant PATH_site. This is needed because otherwise a fatal error occures when the path to webroot changes (e.g. moving site to another webserver) Change-Id: I9755da82cbf71914d47bc0523bacc8413addcf63 Resolves: #29901 Releases: 4.6 Reviewed-on: http://review.typo3.org/5000 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Dmitry Dulepov authored
After 1-2-3 installation it is not possible to start using TYPO3 because caching framework tables are missing. TYPO3 backend shows SQL errors in the debug console (if enabled). Resolves: #29894 Releases: 4.6 Change-Id: I343ddd6ab3171b5337c53cb58e3e120ea3e6469a Reviewed-on: http://review.typo3.org/4996 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Tomas Norre Mikkelsen authored
Add some space between the Template Analyzer options and vertically align the labels. Change-Id: Ifb6124beed73f2b176826096e9c20e3a17fcd2af Resolves: #27588 Reviewed-on: http://review.typo3.org/5006 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
Tomas Norre Mikkelsen authored
Change-Id: I06c172211fb737ed51afd846c44e00ba2e0dbd0e Resolves: #27603 Reviewed-on: http://review.typo3.org/5013 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
- Sep 17, 2011
-
-
Xavier Perseguers authored
In an attempt to have the Remote Repository tab become a place to search and install new extensions, the tiny upload .t3x icon next to the filter textbox in "Local Extension List" should be moved. Change-Id: I198dc95ecd8dcd953f699428d7118a9670d6b277 Resolves: #29587 Releases: 4.6 Reviewed-on: http://review.typo3.org/4893 Tested-by: Soren Malling Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
Tomas Norre Mikkelsen authored
The file name and dimension information need some space for better separation in the "View Item" window. Change-Id: I0d737d85b7444747c7292362a43f48528a0d4806 Resolves: #27602 Reviewed-on: http://review.typo3.org/4987 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Dmitry Dulepov authored
The fix for #21381 causes "using filesort" in the List view for "pages" table. This happens due to the "hidden" field in the index. This field should be removed from the index because it is not needed for the List module and it is not useful in FE due to more expensive fe_group field. Change-Id: Ia5fc87f7b1fa89e515c292248365d1d684872be0 Resolves: #29896 Related: #21381 Releases: 4.6 Reviewed-on: http://review.typo3.org/4997 Reviewed-by: Björn Pedersen Reviewed-by: Frederic Gaus Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
Tomas Norre Mikkelsen authored
Adjust the background color of the module section table cells to match the "body" background color. Change-Id: Id688471665257a985004bf44cf5aec7fc646de08 Resolves: #27589 Reviewed-on: http://review.typo3.org/5004 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
- Sep 16, 2011
-
-
Tolleiv Nietsch authored
Curl is used when activated in the install tool. The core should check if curl is available before using it. Because the getUrl() refactoring will hopefully be ready in 4.7, I found that this simple solution should at least fix it for 4.6. Change-Id: I29e4d3b760aaf09f95a2ba6f560fe6562a7d5310 Resolves: #24984 Branches: 4.6, 4.5 Reviewed-on: http://review.typo3.org/4956 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Sebastian Fischer authored
As in typo3/init.php the TYPO3_mainDir is set to 'typo3/' the replacement in renderForeignRecord could not work because it uses the TYPO3_mainDir . '%2Fajax.php' which results in typo3//ajax.php By this the backpath of the add wizard in IRRE foreign records is fixed. Change-Id: Id2bb587243b7ffbf8458ac3cecfa9ddaa5266d5c Resolves: #29770 Releases: 4.6, 4.5, 4.4 Reviewed-on: http://review.typo3.org/4976 Reviewed-by: Björn Pedersen Reviewed-by: Tobias Liebig Tested-by: Tobias Liebig Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
- Sep 15, 2011
-
-
Steffen Gebert authored
Change-Id: I5a63a5ad1d491af6bbf9ac374b9df3d3f7a4d9b8 Resolves: #29495 Reviewed-on: http://review.typo3.org/4776 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Frederic Gaus authored
This fixes a bug introduced in #29695. There is a PHP bug when using $filename as a reference and later on as a variable in a foreach loop. The problem is described here: http://www.php.net/manual/de/control-structures.foreach.php#101425 PHP 5.3.2 (used in current Ubuntu) and 5.3.3 (used in current Debian) are affected. Other versions could be affected, too. Avoiding the use of reference in the foreach loop fixes the bug. Change-Id: I74c0ceee40e170b7cf2e7db91b1554d811a7c844 Resolves: #29832 Releases: 4.6 Related: #29695 Reviewed-on: http://review.typo3.org/4983 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Xavier Perseguers authored
Externally-referenced files such as jQuery included from a CDN fail to be concatenated or compressed. Change-Id: Idd02d85c98811167cccafd2e6a6a96fefda6a936 Fixes: #29695 Releases: 4.6 Reviewed-on: http://review.typo3.org/4924 Reviewed-by: Björn Pedersen Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Tested-by: Björn Pedersen Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- Sep 14, 2011
-
-
Helmut Hummel authored
Change-Id: Iaa91761cd2dafbe7be1d6f6c5db169e3a8f48b0c Resolves: #29400 Releases: 4.6, 4.5 Reviewed-on: http://review.typo3.org/4961 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Daniel Pötzinger authored
Change-Id: I9df3d7b4bf1d565fc5a429bad6ee2d3d186f6044 Releases: 4.6, 4.5, 4.4, 4.3 Resolves: #29366 Reviewed-on: http://review.typo3.org/4705 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Helmut Hummel authored
When updating an extension, updates of database tables are not shown and not offered to be updated. Thus they remain unnoticed and this leads to unexpected results. Show extension configuration and database updates after updating an extension. Resolves: #29625 Releases: 4.5, 4.6 Change-Id: I82281494b71cd9fa38235ebafaa2b2423d15436d Reviewed-on: http://review.typo3.org/4898 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
TYPO3 v4 Release Team authored
Change-Id: I88562065fcedd8503554a7f9c9411d9599ca1292 Reviewed-on: http://review.typo3.org/4957 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
- Sep 13, 2011
-
-
Tolleiv Nietsch authored
The TypoScript property select.selectFields does not consider workspaces in the frontend rendering process. Resolves: #17284 Releases: 4.6, 4.5, 4.4 Change-Id: Id9d1e7dcf56b5aeeec3070ff11416e82ec1bb978 Reviewed-on: http://review.typo3.org/2089 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Felix Kopp authored
The "View Item" window shows information about a record or file. Its height of 400px is very small, especially when an image preview is shown. Increase height to 600px. Change-Id: I4a97663e4a19c0319901cb82f4a3dc4d70cf3dd8 Resolves: #29627 Releases: 4.6 Reviewed-on: http://review.typo3.org/4900 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
Georg Ringer authored
The rendering of the content element "plugin" can be highly improved by changing just a fiew lines. Changes: - Remove "CODE:" when not needed - Remove the "Insert plugin" as there is no additional information Change-Id: I84795d537ecb15bace39d5e17cfafb5d90115a94 Resolves: #29556 Reviewed-on: http://review.typo3.org/4836 Tested-by: Soren Malling Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
Stanislas Rolland authored
Solution: Remove external attribute when switching to other type of link. Change-Id: Ica76a8d862fd2547ad0baac55b3770dc2cedf79a Resolves: #29167 Releases: 4.5, 4.6 Reviewed-on: http://review.typo3.org/4769 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Stanislas Rolland authored
Problem: In IE, setting the link node href attribute may update the link content when the content is recognized by IE as an url. Solution: Workaround the IE feature and restore the link content. Change-Id: I6f41dd2e43a64726e48dc3c714c7cfe89bbc860a Resolves: #29527, #25464 Releases: 4.5, 4.6 Reviewed-on: http://review.typo3.org/4863 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-