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 .
- 07 Dec, 2012 2 commits
-
-
Steffen Ritter authored
There are plenty references calls to old classnames which need to be clean up. Change-Id: I45065edccf30e548ee7ccbdada04d2fa552ee3de Releases: 6.1, 6.0 Resolves: #43584 Reviewed-on: http://review.typo3.org/16953 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Georg Ringer authored
Catching all errors which can happen during image generation to avoid a non caught exception for users. Problem is especially the Exception "File has been deleted" which happens at some sites when having empty typo3temp/_processed_/ directory and empty sys_file DB table. Change-Id: I5f4e9ce520c828c222f91a2a816263cd433c5c60 Fixes: #43484 Releases: 6.1, 6.0 Reviewed-on: http://review.typo3.org/16993 Reviewed-by: Mattias Nilsson Tested-by: Wolfgang Freund Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 06 Dec, 2012 1 commit
-
-
Markus Klein authored
This function uses implode() on several variables without properly checking if they are actually arrays. This might cause PHP warnings. Change-Id: I83d2de074a49f1d724f95ee0def6b3c8a170317e Fixes: #32278 Releases: 6.1, 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/7042 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
- 04 Dec, 2012 3 commits
-
-
Steffen Müller authored
The FE session records are never removed, even if no session data are left. Change-Id: Ibc281b2831567476dc0ba607de0753cd6ad39bc9 Fixes: #34964 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/9719 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Stefan Neufeind Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Michael Stucki authored
t3lib_cs::entities_to_utf8() triggers a PHP warning on versions lower than 5.3.4 because too many parameters were given. See http://php.net/manual/en/function.get-html-translation-table.php Change-Id: Ic302f2b8c2902ec8685dfb2d974273071bbbdcb7 Fixes: #39287 Releases: 6.0, 4.7 Reviewed-on: http://review.typo3.org/13504 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Stefan Neufeind authored
Name is .strPad to follow usual TypoScript-syntax. Parameters: * left (number) * padWith (string; default: space) * type (left, right, both; default: right) Change-Id: Iedb29a774b6a696b9f3de09049ba9da5a75cd9b8 Resolves: #40001 Releases: 6.1 Reviewed-on: http://review.typo3.org/13969 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
- 02 Dec, 2012 4 commits
-
-
Nicole Cordes authored
The database function searchQuery can build queries for multiple search words. But those words are expected to be all in the field. Sometimes it is useful to use an OR constraint. So this function should be extended to have another parameter to do so. Change-Id: Ie2d83d5875ce5de6680a4a45b43995be4b48debc Resolves: #43234 Releases: 6.1 Reviewed-on: http://review.typo3.org/16686 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
The login screen gradient and background color was changed. This background image is shared with the error pages. Now the error page background color must also be adapted. Also see EXT: t3skin/stylesheets/visual/login_screen.css #typo3-index-php Change-Id: I9d8acbf97be6affd66e03e29f520e75098756c53 Fixes: #43518 Releases: 6.0, 6.1 Reviewed-on: http://review.typo3.org/16936 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
static protected function geImplementationForClass() Change-Id: Ia6334e533794bbb26c85bce8fb810f03f0d722b4 Fixes: #43510 Releases: 6.0, 6.1 Reviewed-on: http://review.typo3.org/16929 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wrong category assignment in sys_note. For example select the "to-do" category and save the note. After saving the category is called "Template" Change-Id: I41e2c9e84e3cc8cf8bdcfddb416a7b87b8ce01a7 Fixes: #43433 Releases: 6.1, 6.0 Reviewed-on: http://review.typo3.org/16908 Reviewed-by: Stefan Neufeind Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 01 Dec, 2012 4 commits
-
-
Once you upgrade to TYPO3 6.0 your browser might still use the old cached gray gradient background "images/login/background.png" which doesn't fit the new login screen layout. By renaming it, we make sure that browser will fetch the new one. As the file is also being used by the "error page", we move it to a more generic location (images/backgrounds instead of images/login). Releases: 6.1, 6.0 Resolves: #43323 Change-Id: I8e5e96112878006a111d1bff37500c699dd279a3 Reviewed-on: http://review.typo3.org/16864 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
As user functions have their own output the type adding should be prevented. Change-Id: Iee9bec99f746dddeb56c3de8be089011fcfa6e30 Fixes: #43321 Releases: 6.0 Reviewed-on: http://review.typo3.org/16774 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
When activating the field colPos for tt_content elements and using a backend_layout the wrong column titles are shown, without respect to a backend_layout set. Resolves: #25113 Releases: 6.1, 6.0, 4.7, 4.6, 4.5 Change-Id: Ie85bf8ba195343faa2c846aa6eb847646510a13e Reviewed-on: http://review.typo3.org/16838 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
SqlParser only trimmed semicolon and newlines from end of string. Make it strip all characters usually stripped by trim(). Add a unit test to avoid regressions. Change-Id: I2ddc1fca2ac0db1b6ca0989c93c37ab39e0675d8 Fixes: #43470 Releases: 4.5, 4.6, 4.7, 6.0, 6.1 Reviewed-on: http://review.typo3.org/16875 Tested-by: Stefan Neufeind Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 30 Nov, 2012 7 commits
-
-
Remove typo3.pageModule.js as it is not used in the core Resolves: #43459 Releases: 6.1, 6.0, 4.7, 4.6, 4.5 Change-Id: I5090c29e99a9ca8ce93e3fa47b46f48ed775a875 Reviewed-on: http://review.typo3.org/16867 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Fix the Task examples in scheduler. The values cannot be saved due the namespace change Change-Id: I091c7982fb08add4c4640d2da32c80f38fbad384 Fixes: #43468 Releases: 6.1, 6.0 Reviewed-on: http://review.typo3.org/16899 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
The reference images for reading PDF and AI images in the Install Tool > Image Processing are still using the old TYPO3 logo. Replace both images with a freshly generated copy. Note: The images have been generated with 'gdlib_png' => 1, 'im_version_5' => 'gm', Change-Id: I90069d89abd8afa9d6dd9d572e4888d9b1b33372 Fixes: #42292 Releases: 4.5, 4.6, 4.7, 6.0, 6.1 Reviewed-on: http://review.typo3.org/16850 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Add several tests for each filter of the form extension. Resolves: #43473 Releases: 6.1, 6.0 Change-Id: I1c5ebf074cb68cbab12b3ea25cd895853284f686 Reviewed-on: http://review.typo3.org/16877 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
the saltedpassword conversion task has been adopted to the namespace changes. However the HTTP GET variable must not be namespaced. Change the GET variable to tx_scheduler again. Fixes: #40706 Releases: 6.0, 6.1 Change-Id: Ic646bd16600d1eb07e78677dd60dd61eb87f6c88 Reviewed-on: http://review.typo3.org/16876 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Mario Rimann Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
When e.g. installing tt_news version 3.4.0 (compatible to TYPO3 CMS 6.0.0) a fatal error will be shown since tt_news uses a class in ext_tables.php that requires the autoloader's registry information. The following happens on installing an extension: * flushing the caches (including the class loader cache) * redirecting to list view of extension manager * triggering shutdown method in ClassLoader * updating cache if $cacheUpdateRequired is set This updates the autoloader registry with old data since the extension's ext_autoload.php has not been considered at that time. The issue is fixed by explicitly reloading the ClassLoader cache after TYPO3_LOADED_EXT has been reloaded. Change-Id: Ifd2240bf004dbdfd34ded76618a5650f7af08d0e Fixes: #43381 Releases: 6.0, 6.1 Reviewed-on: http://review.typo3.org/16832 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Patch '[BUGFIX] Remove BE login scrollbars' for issue #43330 broke the page module drag&drop for unknown reasons. The patch reverts the change from #43330. Change-Id: Ifdf637ed1008f3e8b54cd75c990d2cd6530fc847 Fixes: #43466 Related: #43330 Releases: 6.1, 6.0 Reviewed-on: http://review.typo3.org/16882 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 29 Nov, 2012 5 commits
-
-
nl2br() is executed before htmlspecialchars(). Needs to be the other way round so the <br/> is not encoded as well. Change-Id: I2f8fab16e6c605928934267fa9193430ef031bd7 Fixes: #32515 Releases: 6.1, 6.0, 4.7, 4.6 Reviewed-on: http://review.typo3.org/16825 Reviewed-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
The content object renderer still instantiates content objects with tslib_content_ prefix. The patch changes this to the namespaced class. Additionally, all content objects are now tested for successful instantiation with additional unit tests. While creating those tests it became obvious that the ShockwaveFlashObject content object was named incorrectly, so this is adapted along the way. Change-Id: Ie12474df270b29e8e2d8d8894fa94d24747d94d8 Fixes: #43456 Releases: 6.1, 6.0 Reviewed-on: http://review.typo3.org/16858 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
The BE login should not have scrollbars as long as it fits on the screen. Fixes: #43330 Releases: 6.0 Change-Id: I959d1951302e1bccb5b549f86fe39a27e4f75794 Reviewed-on: http://review.typo3.org/16781 Reviewed-by: Ingo Pfennigstorf Tested-by: Ingo Pfennigstorf Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Currently the Extension Manager looks up the field in the extension repository repository on how many extensions are in the system. Since the result of this getter might be a string or the number in there might not be up to date, the EM does not update the extension list. Change that to a count on the extension table, which is the wanted behavior here. Fixes: #43460 Releases: 6.0, 6.1 Change-Id: I3917148852995d0853fbca60848881d6aeacc989 Reviewed-on: http://review.typo3.org/16857 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Helmut Hummel authored
Change-Id: I316add5b375527ffd3e91dfec701c781c376d857 Reviewed-on: http://review.typo3.org/16859 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 28 Nov, 2012 2 commits
-
-
Alexander Schnitzler authored
The extbase team wants to be in sync with TYPO3 Flow again which leads to the change of the Repository Interface that defines three new methods one has to implement to fulfill the interface contract. As the AbstractRepsoitory of FAL directly uses the interface instead of the Repository class it has to implement these methods itself. Releases: 6.1 Fixes: #43092 Change-Id: I14a1c8f3111c55f4a7b77d6c82669073b5a4a150 Reviewed-on: http://review.typo3.org/16564 Reviewed-by: Mattias Nilsson Reviewed-by: Stefan Neufeind Reviewed-by: Oliver Klee Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
This fixes a HTML syntax error in the login.html file. One double-quote is superfluous. Fixes: #43373 Releases: 6.1, 6.0 Change-Id: If6c839cfc9a3d55b9cfd44ce774c776683bae69a Reviewed-on: http://review.typo3.org/16826 Reviewed-by: Wouter Wolters Reviewed-by: Ingo Pfennigstorf Tested-by: Ingo Pfennigstorf Reviewed-by: Jan Loderhose Tested-by: Jan Loderhose Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 27 Nov, 2012 12 commits
-
-
Change-Id: Ia4274d154621c1e7d48dd89483b932a1279fc5e7 Releases: 6.1 Reviewed-on: http://review.typo3.org/16802 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
TYPO3 Release Team authored
Change-Id: Ia15f4c22ea5f3948486a952bb25218c2c3855640 Reviewed-on: http://review.typo3.org/16800 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
TYPO3 Release Team authored
Change-Id: I22dc30f6d000482eb13e79fb9e985889a1868b82 Reviewed-on: http://review.typo3.org/16799 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
Helmut Hummel authored
This reverts commit 72116577a84da92979511e296324e9ffc3e0020d Change-Id: I392ce4a044a491ac61d9ba194361edc0a8d8c7d6 Reviewed-on: http://review.typo3.org/16796 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Change-Id: Id6be33c7b6073ce801aa0a9e3b7b75f6964ef2c3 Releases: 6.0 Reviewed-on: http://review.typo3.org/16782 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Helmut Hummel authored
nl2br() is executed before htmlspecialchars(). Needs to be the other way round so the <br/> is not encoded as well. Change-Id: I8006e27393105dd425a17d14e7d9553e15d797be Fixes: #32515 Releases: 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/9020 Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
Jigal van Hemert authored
Increase height of title to prevent content from below to cut off part of the text. Change-Id: Ia3f93e061ece32b37ef855ba37b026dc1e20a811 Fixes: #43340 Releases: 6.0 Reviewed-on: http://review.typo3.org/16791 Reviewed-by: Philipp Gampe Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Helmut Hummel authored
Change-Id: Ia03c62e6755f385021aec981235c498de382b5aa Reviewed-on: http://review.typo3.org/16788 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Felix Kopp authored
The grid columns in Page module were pushed to far to the left because of two patches fixing the position. Reset the grid position in Page > Columns and Page > Language module views. Change-Id: I97b581b7e0abb6586c571e42f69b7a4f623e3259 Fixes: #43325 Releases: 6.0 Reviewed-on: http://review.typo3.org/16779 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Steffen Ritter Reviewed-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Christian Kuhn authored
The compatibility class loader overwrites method requireClassFileOnce and adds a parameter. This triggers a PHP strict warning. Change-Id: I6adedd1c6586e84f35d83433cba14dd3201bfe0c Resolves: #43331 Releases: 6.0 Reviewed-on: http://review.typo3.org/16783 Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Helmut Hummel authored
The upgrade wizard should install the extension simulatestatic, which is now available in the TER and not part of the core any more. At the same time remove the dependency to the TER frontend extension on typo3.org and instead hardcode the version number in the ugrade wizard. Fixes: #43324 Releases: 6.0 Change-Id: Idaf87bb7ae34b4179b489e081480d71208fb3cfa Reviewed-on: http://review.typo3.org/16778 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Helmut Hummel authored
Adapt the tests to the latest changes. We now expect the the extension list is updated only if the list is empty or an update is forced. Releases: 6.0 Related: #43319 Change-Id: Ie2eb9cdf618d93465e3ec8fbe8f849ff02b8c34c Reviewed-on: http://review.typo3.org/16777 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-