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 .
- 31 Oct, 2012 5 commits
-
-
Alexander Schnitzler authored
Releases: 6.0 Fixes: #42553 Change-Id: Ie2cfa7f3d736391385511dd87c576d5b8124baf1 Reviewed-on: http://review.typo3.org/16075 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Alexander Schnitzler authored
Releases: 6.0 Fixes: #42552 Change-Id: I46d6fa253711dbb5ad822bc4c294e3299d504efe Reviewed-on: http://review.typo3.org/16074 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Stanislas Rolland authored
Problem: The range of the selection may be modified by the execCommand in Firefox, at least since version 14. Solution: Re-establish the range. Change-Id: Ied6ff3570be99bac993163cc94b801a3872aa6a9 Resolves: #39662 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/15666 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Helmut Hummel authored
The classname field has been removed from the scheduler but has been forgotten to be removed when inserting a task Remove that last occurrence, too. Releases: 6.0 Change-Id: I54823d80b9a9a0f0cffdab3d76690b00b5522b19 Reviewed-on: http://review.typo3.org/16082 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
The introduction of the virtual tree root in TYPO3 4.7 made it so that the option to display the path to each mount point in the page tree is never used anymore. This patch restores full usage of this option. Change-Id: I2b6cd2ac3c055ee3433339bf21d846ec5344227e Resolves: #42046 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/15718 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 30 Oct, 2012 3 commits
-
-
Stefan Neufeind authored
Update to current version. Github-version contains several small fixes / cleanups, so a current checkout was used here. Change-Id: Ia7006af0ebf651f7a76395e8a684c81c2b37b888 Resolves: #42236 Releases: 6.0 Reviewed-on: http://review.typo3.org/15847 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Georg Ringer authored
The "apache-trailing-slash workaround" is not needed and can be removed Change-Id: Ic67cd24eb6ea6de2e78a871ec4b7831b8487be8b Resolves: #42503 Releases: 6.0 Reviewed-on: http://review.typo3.org/16032 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Georg Ringer authored
As the new Extension Manager got not possibility to edit files of extensions, this setting is not used anymore and can be removed Change-Id: I38470a79310a633828c8f163cac88a022f1cd4e3 Resolves: #41813 Releases: 6.0 Reviewed-on: http://review.typo3.org/16027 Reviewed-by: Mattias Nilsson Reviewed-by: Daniel Lorenz Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 29 Oct, 2012 4 commits
-
-
Georg Ringer authored
If a content element is not allowed to be edited, e.g. because the ctype is not allowed to the current backend user, the edit options should not be shown. Also the content element should not be linked - the form is not displayed anyway but an ugly error is shown. Change-Id: I94beefdf6fc6a910201ab8fba4dbda0c5d174359 Fixes: #42501 Releases: 6.0 Reviewed-on: http://review.typo3.org/16023 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Georg Ringer authored
The "Switch-User" functionality can be improved: * It should be possible to switch to other admin user, just not the current user * The title of the link is reintroduced * The order is as in previous TYPO3 version, switch-back-mode is the 2nd one Resolves: #42502 Releases: 6.0 Change-Id: I7d2a32d5682731798a0671715b2bbfac9a6eee77 Reviewed-on: http://review.typo3.org/16024 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Helmut Hummel authored
While introducing USER_INT handling for the pageRenderer a bug has been introduced which breaks traditional usage of additionalHeaderData and additionalFooterData. This is the case because the replacement of the headerData is done first, when the to be replaced strings are not present in the HTML content. They are stored in the pageRenderer context. Because of that, we need to replace the pageRenderer marker first and after that the marker for additionalHeaderData and additionalFooterData Fixes: #42490 Releases: 6.0 Change-Id: I91ef658b5b5c8ca5c6cf7e25752e59a33152c2ac Reviewed-on: http://review.typo3.org/16013 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Helmut Hummel authored
When RECORDS content object is used with pages as table no translation overlay is done. Fix that by adding a check and selecting the proper overlay method in this case. Resolves: #42279 Releases: 4.5, 4.6, 4.7, 6.0 Change-Id: I9be903c06abe8532390f814e2ff29825003359d7 Reviewed-on: http://review.typo3.org/15885 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Markus Klein Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 28 Oct, 2012 15 commits
-
-
Nicole Cordes authored
There is an information about the ThreadStackSize on Windows systems in the Install.txt. This information should be displayed in the Basic Configuration of the Install Tool as well. Change-Id: Iedbabccea903ab108220fbaf25492478b7e3ea1e Resolves: #42237 Releases: 6.0 Reviewed-on: http://review.typo3.org/15848 Reviewed-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
#41120 introduced a regression, as $GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir'] has a trailing backslash. Fix that by removing the trailing slash and quoting the value of the global for the case it contains further path segments. Fixes: #42454 Relates: #41120 Releases: 6.0, 4.7 Change-Id: I17455374ab2b9824bee9ceeaccbee7ea959b4841 Reviewed-on: http://review.typo3.org/15987 Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Change-Id: I9970ef5e2087233db095a1d296261c6eb06def18 Resolves: #41498 Releases: 6.0 Reviewed-on: http://review.typo3.org/15198 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I04f259646198c809cfe358e9a1ccc8816482c288 Reviewed-on: http://review.typo3.org/15994 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Some @param-tags are wrong or don't match the number of params for the function they refer to. Change-Id: I80641f7ef714e9416243336c5a0723b6ca66f80d Fixes: #42233 Releases: 6.0 Reviewed-on: http://review.typo3.org/15842 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Change-Id: I875f220cd3fee481077f5f2fa2296a611943a70c Resolves: #42196 Releases: 6.0 Reviewed-on: http://review.typo3.org/15827 Reviewed-by: Mattias Nilsson Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
This patch removes the check function and related to that, the use of the caching framework. Resolves: #41824 Related: #39963 Releases: 6.0 Change-Id: I3d3de72c287a9b1167f0d1ea563f16994fd0ffe3 Reviewed-on: http://review.typo3.org/15475 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Change \TYPO3\CMS\Core\Utility\GeneralUtility to Utility\GeneralUtility Change-Id: I4ebe25378873a6b11f906b872db92bffbad9f73f Resolves: #42456 Releases: 6.0 Reviewed-on: http://review.typo3.org/15992 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Fixes the docheader rows in their top position by using the standard css id "typo3-inner-docbody". Also includes the new 6.0 docheader html tags. Change-Id: Ifce74f41d1f882a5cb7095bc3546a0685935b688 Resolves: #42455 Releases: 6.0 Reviewed-on: http://review.typo3.org/15991 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
This patch adds a checkbox to the upload form, which makes it possible to overwrite the existing directory when uploading an extension which is already available in the system. Resolves: #41006 Releases: 6.0 Change-Id: Ib51a10a0e557060f0260e97ff8a9129f1c9f7eba Reviewed-on: http://review.typo3.org/15257 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Change-Id: I70ed54656bfa20598fbfd6f6cf8ecfa9844af3ce Resolves: #42346 Releases: 6.0 Reviewed-on: http://review.typo3.org/15923 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Change-Id: Icdf2b997282ff6934ae0fe5563f9a797fcc4b863 Resolves: #41472 Releases: 6.0 Reviewed-on: http://review.typo3.org/15167 Reviewed-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Philipp Gampe Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Removes the Module Menu item for OpenDocs on the left. Also moves Css/JavaScript/Images and Icons to default folders. Change-Id: I90c3f04f5981c6b0e02b036c8b604ce03b3d7b66 Fixes: #41240 Releases: 6.0 Reviewed-on: http://review.typo3.org/15107 Reviewed-by: Helmut Hummel Reviewed-by: Mattias Nilsson Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Resolves: #41944 Releases: 6.0 Change-Id: I11bc2feeb463cc66bf19d6613f191e294a8e65c5 Reviewed-on: http://review.typo3.org/15547 Reviewed-by: Steffen Ritter Reviewed-by: Philipp Gampe Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
Resolves: #41938 Releases: 6.0 Change-Id: I977d9ab1413078adfa1ea46055d389f2f1eaa6f6 Reviewed-on: http://review.typo3.org/15543 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
- 26 Oct, 2012 2 commits
-
-
Change-Id: Ib681cc7ea82d820655a856e0a8e391e3397844ea Releases: 6.0 Reviewed-on: http://review.typo3.org/15957 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Change-Id: Ie1dfe4306cad8bdc23864f31a77dac980eac3494 Fixes: #42054 Relates: #35212 Releases: 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/15741 Reviewed-by: Mattias Nilsson Reviewed-by: Stefan Neufeind Reviewed-by: Michael Stucki Tested-by: Michael Stucki
-
- 25 Oct, 2012 1 commit
-
-
Roland Waldner authored
Change-Id: I6b1e1b1fb346f43118382c6c39bec3088feb2c2c Resolves: #42399 Releases: 6.0 Reviewed-on: http://review.typo3.org/15940 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 23 Oct, 2012 2 commits
-
-
Hans Christian Reinl authored
* Use IIFE for faster access to jQuery and save $ use * Make JS lint-free Resolves: #42325 Releases: 6.0 Change-Id: Ia014de44570306ce9c5cd02c97a228205a7a2849 Reviewed-on: http://review.typo3.org/15915 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Jigal van Hemert authored
Add clear search button to the jQuery dataTables search box Change-Id: I83b57e0db29f7a948461ffdeab6375dfd16a4ad3 Fixes: #42286 Releases: 6.0 Reviewed-on: http://review.typo3.org/15897 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 22 Oct, 2012 7 commits
-
-
Steffen Müller authored
Resolves: #41943 Releases: 6.0 Change-Id: Ie9ee6fd200a330d7c78285afc380d1d59d4ec03a Reviewed-on: http://review.typo3.org/15545 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Philipp Gampe Reviewed-by: Ingo Renner Tested-by: Ingo Renner
-
Helmut Hummel authored
Add the dependency resolving when installing local extensions with the extension manager. Cleanup the download controller arguments on the go. Fixes: #41273 Releases: 6.0 Change-Id: I10876f09bf4bed7b33d803a80a3d89fb583d4c7e Reviewed-on: http://review.typo3.org/15873 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Christian Kuhn authored
\TYPO3\CMS\Form\Localization is a singleton class with constructor parameters. This is an antipattern and broken by design. As an effect it leads to warnings in unit tests and makes the class unusable with multiple files. The patch removes the implementation of the singletonInterface, but sets the default localization file as default parameter to keep backwards compatibility. Change-Id: I3ed5c77c5c3a653c8d5e7259baa64a41c8c20859 Resolves: #42280 Releases: 6.0 Reviewed-on: http://review.typo3.org/15886 Reviewed-by: Steffen Ritter Reviewed-by: Wouter Wolters Reviewed-by: Nicole Cordes Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Problem: The filename created by t3lib_div::tempnam may contain backslashes. Solution: Process the file name through t3lib_div::fixWindowsFilePath Change-Id: I47f8fe39ffb29894d78ac28141b88ea7abf6fd2c Releases: 4.5, 4.6, 4.7, 6.0 Resolves: #38699 Reviewed-on: http://review.typo3.org/12684 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Internet Explorer 8 raises an error on JavaScript objects with reserved words as property names. In the new form wizard an object was created with class as property name which is a reserved word. Surrounding with quotes fixes the bug. Change-Id: Id9ceef79e8503886cdaebbf14ddb4e92c4b7dcea Fixes: #33504 Releases: 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/8776 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Mario Rimann Tested-by: Mario Rimann Reviewed-by: Stefan Neufeind Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Jigal van Hemert authored
The extension state is stored as text in the TER dump, but stored as an integer in the database. The correct conversion must be done to be able to show the states from extensions in TER. Change-Id: I9fc05a61df1df71696c690874507f7bbc51e9aab Fixes: #42260 Releases: 6.0 Reviewed-on: http://review.typo3.org/15877 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Helmut Hummel authored
Through calculation of dependencies the dependency utility swapped lowest and highest constraint. Fix that and also make the dialogue work again when installing an extension with dependencies. Fixes: #42245 Releases: 6.0 Change-Id: I1701b966bbb0c9768992e5e8a9a6a88ae4917ce6 Reviewed-on: http://review.typo3.org/15862 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 21 Oct, 2012 1 commit
-
-
Andreas Wolf authored
Resolves: #41941 Releases: 6.0 Change-Id: Ia500d4892532a7e5ec7a997f4b3b0c521d22a654 Reviewed-on: http://review.typo3.org/15858 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-