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 or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 16 Feb, 2013 3 commits
-
-
Reformats the code, fixes indents and removes extra empty lines. This is not a functional change but a visual clean up. Change-Id: I0d11dd7c43eee5d181c4bc0565c85d651c5c29e1 Resolves: #45392 Releases: 6.0, 6.1 Reviewed-on: https://review.typo3.org/18207 Reviewed-by: Stefan Neufeind Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Benni Mack authored
When submitting a RSA-supported form twice, the JS error "Invalid RSA public key" is thrown. In order to suppress this double RSA decryption, an additional JS check is needed. The change also modifies the minified version of the JS done with http://refresh-sf.com/yui/ Change-Id: I7133e320c76e14a6f6855f477ba5a34e50eecf58 Resolves: #40085 Releases: 6.1, 6.0, 4.7, 4.6, 4.5 Reviewed-on: https://review.typo3.org/17541 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Georg Ringer authored
The LocalDriver needs also to respect the flag "is_writeable". This means: if the flag is not set, no folder/file can be edited/moved... Fixes: #44370 Releases: 6.0,6.1 Change-Id: I404ed51c62ab96d9b5eaaf6c0b7b255bdea3538b Reviewed-on: https://review.typo3.org/17501 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 14 Feb, 2013 4 commits
-
-
Xavier Perseguers authored
When retrieving a label in TypoScript in a locale that is not available locally, the English label is returned instead of using the locale fallback mechanism introduced in TYPO3 4.6. Change-Id: I29f4b25e3fc23497d6afe74659810ca8995a39df Fixes: #44099 Relates: #41996 Releases: 4.6, 4.7, 6.0, 6.1 Reviewed-on: https://review.typo3.org/17247 Reviewed-by: Mattias Nilsson Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Xavier Perseguers authored
PageRenderer does not take language dependency into account when reading localization files to be included as JavaScript labels. Change-Id: I23d12dd06a99e72968a26d5930decb87901e8af6 Fixes: #44273 Releases: 4.6, 4.7, 6.0, 6.1 Reviewed-on: https://review.typo3.org/17313 Reviewed-by: Mattias Nilsson Reviewed-by: Begoña Garea Garcia Tested-by: Begoña Garea Garcia Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Fix a bug which was introduced by #25397 (commit:cb390c79). If the selected language key is "en", do not override it to "default". This allows custom updates to translations even for the English language. Change-Id: I3fcbd35f0144a0cc152acd45d0861d153cc8b495 Resolves: #42084 Related: #25397 Releases: 4.6, 4.7, 6.0, 6.1 Reviewed-on: https://review.typo3.org/17414 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Fix wrong string formatting Resource Abstract Repository Change-Id: I96a5c26d07410e8123ed8175183babaa019bf366 Resolves: #45467 Releases: 6.0 Releases: 6.1 Reviewed-on: https://review.typo3.org/18253 Reviewed-by: Wouter Wolters Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 13 Feb, 2013 6 commits
-
-
Christian Kuhn authored
This reverts commit d7b5d829 Change-Id: Ifdde18979c8ca0b617132daf84d283e9fc257a3d Related: #45107 Reviewed-on: https://review.typo3.org/18252 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
This reverts commit 21e6d9f8 Change-Id: I86705f4fd33a1f7c7c4c9d120cf132a61f5b6c42 Related: #45187 Related: #45107 Reviewed-on: https://review.typo3.org/18249 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I708dbf666debc1994e586bf61b232f0d731e5462 Reviewed-on: https://review.typo3.org/18251 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
This reverts commit cf59e1fd Change-Id: I11adda17c2ae9cebd16ca14403205f7e38e1b6cb Related: #45107 Related: #45188 Reviewed-on: https://review.typo3.org/18248 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
This reverts commit ef90adce Change-Id: I96ed7987e90addfeb44afe9577ee58ff5dab3344 Related: #45107 Related: #45220 Reviewed-on: https://review.typo3.org/18247 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I1aef0f174d1390ddae29f7c0387ce5a767fbfef9 Reviewed-on: https://review.typo3.org/18246 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 10 Feb, 2013 7 commits
-
-
Christian Kuhn authored
Change-Id: I4ce715620a9981e285cd800c049242d7a88d1fb6 Reviewed-on: https://review.typo3.org/18188 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Introduce a utility class for several naming issues like converting class names from Model to Repository and vice versa and exploding controllerObjectNames into used parts. Thanks to Alexander Schnitzler for the initial patch. Releases: 6.1 Fixes: #43052 Change-Id: I2e056498cb7ce4e193f71d7c3fea908418f5de7c Reviewed-on: https://review.typo3.org/16518 Reviewed-by: Markus Günther Tested-by: Markus Günther Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Christian Kuhn authored
Change-Id: Ia6bd5bcafad3ea3fe47a02b6bd4ed90ff7857f97 Reviewed-on: https://review.typo3.org/18184 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Markus Günther authored
The SelectDefaultValueViewHelper in beuser is not used at the moment and since TYPO3 fluid 6.1 it is possible to add a prependOption with the default selectViewHelper. Fixes: #45338 Releases: 6.1, 6.0 Change-Id: Ie47021c2d74441243d116cc6cfcbfbb8fd5fdb1e Reviewed-on: https://review.typo3.org/18178 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Christian Kuhn authored
Change-Id: Ia1e46b622c3375ec722bb013cfcc59e4378b2afe Reviewed-on: https://review.typo3.org/18181 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Since Extbase ObjectManager::create is deprecated replace all usages of the create method with get. Change-Id: If6658a7620303ccdb88394f31a1b5685a18ecbca Resolves: #45333 Releases: 6.1 Reviewed-on: https://review.typo3.org/18174 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
If a recurring task is converted to a single task and the endtime is set before now, then the exception "Task is past end date" is thrown as the next execution time for the "at" daemon is calculated. The fix is to catch the exceptions and ignore them, as we don't care about tasks that will never run again when calculating the next execution date. Fixes: #45265 Releases: 6.1, 6.0 Change-Id: If6fd368e6c11c0b9058eb8a82a736220ef538b70 Reviewed-on: https://review.typo3.org/18106 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 09 Feb, 2013 6 commits
-
-
The setting pageNotFoundOnCHashError should be true by default for perfomance reasons: If it is true, a 404 error is thrown when an invalid cHash is found. This is way faster than re-rendering an otherwise cached page (and then not caching it because of the invalid cHash). Change-Id: I384e5ba5c2954a9c25d2124e728b2bbb06802340 Resolves: #45287 Releases: 6.1 Reviewed-on: https://review.typo3.org/18121 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
When working with the "old" XML based translation files, numeric keys aren't translated properly. The reason is, that LocallangXmlParser uses array_merge to combine the translation arrays of the default language and the current language. array_merge renumbers numeric keys. Therefore, numeric key in translation files result in wrong translations in Frontend. Fixes: #44626 Releases: 6.0, 6.1 Change-Id: I8fdff385f681428b4cb5a3e994828a4a29305c98 Reviewed-on: https://review.typo3.org/17615 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Christian Kuhn authored
Change-Id: Ib2df1587f1914ccaa9b70f3b1cb09bb22de2e36a Reviewed-on: https://review.typo3.org/18168 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Andreas Wolf authored
After a file is being (re)processed, the information about it is updated in the database by the ProcessedFileRepository. The repository gathers information for the update from the processed file. For unprocessed files (i.e. those where the original file should be used), the ProcessedFile class does a fallback to the original file object. Unfortunately, this fallback is also applied for the uid property, which makes the repository overwrite a random record in sys_file_processedfile. This leads to wrong images being displayed in the frontend. This patch makes the processed file only return its own uid. IMPORTANT: To make sure your sys_file_processedfile data is not corrupted, empty the table and your processed files folder (usually fileadmin/_processed_/). This will slow down your site as all processed files are regenerated, but afterwards all data will be correct. Change-Id: I40685d5748a5a0fcf015c7d876a374f42154831d Resolves: #45308 Related: #44616 #45168 Releases: 6.1, 6.0 Reviewed-on: https://review.typo3.org/18145 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Christian Kuhn authored
Change-Id: I6fa896f7a5a923eabd61a79286ef3a2441488c11 Reviewed-on: https://review.typo3.org/18151 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
The fileproperties are not updated correctly. In case of this issue it is the filesize which was not updated in filelist-module Resolves: #44585 Releases: 6.0, 6.1 Change-Id: I539b6ab94c4f5aa90933302687f0c666953270fa Reviewed-on: https://review.typo3.org/17569 Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Dan Untenzu Tested-by: Dan Untenzu Reviewed-by: Wouter Wolters Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
- 08 Feb, 2013 5 commits
-
-
Christian Kuhn authored
Change-Id: I2c060f47ceadce0caefa89165338e1df8c268f8e Reviewed-on: https://review.typo3.org/18135 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I2c3e8a2d6f77748011eaf9fe879d2442a09ed03a Reviewed-on: https://review.typo3.org/18120 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
* Create one file per TCA table in ext:core/Configuration/TCA * A single TCA file returns the full array definition of a table * Merge TCA 'columns' and 'ctrl' definition in one file * Move t3lib/stddb/tables.php to ext:core/ext_tables.php * For now, let ext:core/ext_tables.php require TCA files * The T3LIB: prefix of dynamicConfigFile definitions is obsolete Change-Id: Ie074daa86cd7c2b2c0eb2acc25eb18836d2e6a4b Resolves: #45220 Releases: 6.1 Reviewed-on: https://review.typo3.org/18080 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Christian Kuhn authored
Change-Id: I74915a4d522ef86b9575eae7b37401821acaf748 Reviewed-on: https://review.typo3.org/18112 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Follow-up bug after merged feature #25631 Releases: 6.1 Resolves: #45262 Change-Id: I4f7402bc54f71bd1a90586d46e3e6782319efb7e Reviewed-on: https://review.typo3.org/18104 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 07 Feb, 2013 5 commits
-
-
Change-Id: I2b5438edd23650fd63b1771c9d6a825ae1aaa210 Related: #24389 Releases: 6.1 Reviewed-on: https://review.typo3.org/18100 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
An identifier must be unique in the database. If some entry is set(), the PdoBackend removes any entry with a given identifier if the cache entry exists already. The remove() call is encapsulated with has(), but has() returns FALSE if a cache entry is expired, so entries with expired lifetime are not removed properly. This leads to a \PDOException because of duplicate identifier. The patch removes the check to has(), so set() will also remove expired cache entries with this identifier before creating a new one. Change-Id: Ife4e35223394805fc6d9e0b820a5d42789133f7b Fixes: #34129 Releases: 6.1, 6.0, 4.7, 4.6, 4.5 Reviewed-on: https://review.typo3.org/9144 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Possibility to insert multiple emails in reports task to notify multiple people. Resolves: #41002 Releases: 6.1 Change-Id: I931cd5af64d21bffb34bd024c1f362f06dcaf37c Reviewed-on: https://review.typo3.org/18019 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Tomita Militaru Tested-by: Tomita Militaru Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: Ie237c62fcd25d0f4ac2430983183756c7aebc633 Resolves: #45257 Releases: 6.1, 6.0 Reviewed-on: https://review.typo3.org/18092 Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Steffen Gebert authored
Cache the domain records in a runtime cache for improved rendering of links generated with typolink function. This change takes only effect, when config.typolinkCheckRootline = 1 is set, which otherwise costs immense performance in terms of huge number of SQL queries. Resolves: #24389 Releases: 6.1 Change-Id: I7c6bee1cd6ee1cb0901d926dd6ce9a22c00501ab Reviewed-on: https://review.typo3.org/9023 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Simon Schaufelberger Tested-by: Simon Schaufelberger
-
- 06 Feb, 2013 4 commits
-
-
Oliver Hader authored
This reverts commit 4fbb2b58 Change-Id: I2f936cabac3392f0c7eeb85cda9caad68b59553d Reviewed-on: https://review.typo3.org/18070 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Dmitry Dulepov authored
If $TYPO3_CONF_VARS['FE']['defaultTypoScript_constants'] or $TYPO3_CONF_VARS['FE']['defaultTypoScript_setup'] are set in the Install tool, cached TS will not be found in cache. This would result in TS parsing every time when there are USER_INT objects on the page. Generally it will slow down the page with USER_INT objects by at least 300% comparing to the cached version. Change-Id: Ia0fd65a35897c71d60c48c0b03098ce67ad16c70 Resolves: #43540 Releases: 4.5, 4.6, 4.7, 6.0, 6.1 Reviewed-on: https://review.typo3.org/16939 Reviewed-by: Adrian Dymorz Tested-by: Adrian Dymorz Reviewed-by: Stefan Neufeind Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Sebastian Michaelsen Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
This patch checks if the finfo extension is available before using it to determine the MIME type of a file. If it is not available, the old function mime_content_type is used as fallback. When none of them are available, we give up. This fixes a crash on Windows after uploading a file, since finfo is by default not installed on PHP windows distributions. Change-Id: I53a0eef3ee839c17ddaaeb303b9a0b9bae3ee485 Fixes: #37440 Releases: 6.0, 6.1 Reviewed-on: https://review.typo3.org/17466 Reviewed-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Copy and Paste problem. Table name 'tx_taxonomy_domain_model_concept' instead of 'sys_category' Resolves: #44911 Releases: 6.0, 6.1 Change-Id: I92130a8dc5416b822edc71be148e35f193b5ea3b Reviewed-on: https://review.typo3.org/18040 Reviewed-by: Wouter Wolters Reviewed-by: Thomas Loeffler Tested-by: Thomas Loeffler Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-