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 .
- 13 Jan, 2018 1 commit
-
-
Christian Kuhn authored
Patch renames the context menu options "Export to .t3d" to "Export" and "Import from .t3d" to "Import". The technical format detail is no good additional information and also misleading since xml exports are possible, too. Change-Id: I0d5bb6b1c390a6c74f58d41b06aac935bad82ec0 Resolves: #83552 Releases: master Reviewed-on: https://review.typo3.org/55346 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 20 Jun, 2017 1 commit
-
-
Currently an error is thrown if no post data was sent to the ImportExportController. This can easily happen if a t3d file should be uploaded but is larger than the configured post_max_size of the server. This patch checks the incoming information, sets the import action as default and displays an information to the user that he/she may have tried to upload a file that was too large. Resolves: #80681 Releases: master, 8.7, 7.6 Change-Id: I561dbf6abd74acace3eff179a513b4f9128d792d Reviewed-on: https://review.typo3.org/52363 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- 17 Jan, 2016 1 commit
-
-
Ludwig Rafelsberger authored
Allow editors to exclude all disabled records during export preparation (EXT:impexp). When preparing to export a page tree, users can now: - choose to exclude all disabled records recursively. This is the new default behaviour - toggle all disabled records which are scheduled to be exported (convenience method, this was already possible by manually checking all these records. Resolves: #19157 Releases: master Change-Id: Ibb3534151a9d08cf4a60b54430678563d6feb5be Reviewed-on: https://review.typo3.org/45960 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Reinhard Führicht <rf@typoheads.at> Tested-by:
Reinhard Führicht <rf@typoheads.at> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 16 Jan, 2016 2 commits
-
-
Reformats Fluid templates to use Bootstrap markup. Resolves: #72764 Releases: master Change-Id: I4fea730c2c790e23574bfb8476d430e6c689becb Reviewed-on: https://review.typo3.org/45995 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Ludwig Rafelsberger <ludwig.rafelsberger@gmx.at> Tested-by:
Ludwig Rafelsberger <ludwig.rafelsberger@gmx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Fixed exception shown when 1) uploading an existing file without "Overwrite" setting activated 2) opening export module as a non-admin 3) opening import module as a non-admin without permission to access an available file storage Also improved error message for missing default file upload folder. Resolves: #72765 Releases: master Change-Id: Id1133d1a8adc6c28088ef85730fe01145b4fa3a2 Reviewed-on: https://review.typo3.org/45998 Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Tested-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 14 Jan, 2016 1 commit
-
-
Previously it was possible to add additional thumbnails to exports of the EXT:impexp. This functionality is completely outdated and not needed anymore. Change-Id: I48964b56ecb707f3f47f70efcf080c603702f913 Resolves: #72697 Releases: master Reviewed-on: https://review.typo3.org/45881 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 25 Oct, 2015 1 commit
-
-
Michael Oehlhof authored
Resolves: #71007 Releases: master Change-Id: I67056e2df58daaff6107bae16a0385d01b48b964 Reviewed-on: https://review.typo3.org/44268 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- 08 Aug, 2015 1 commit
-
-
Have all levels-dropdowns use the same number of levels and use the same language-labels everywhere Change-Id: I061ae1ade6193497f9efdab7e7e79c1c570ab5a0 Resolves: #68833 Releases: master Reviewed-on: http://review.typo3.org/42364 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 05 Aug, 2015 1 commit
-
-
Frank Nägler authored
Resolves: #68249 Releases: master Change-Id: I9fb6fba5479059877ee650c567f20d77f711ef17 Reviewed-on: http://review.typo3.org/42278 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- 17 Jul, 2015 1 commit
-
-
Remove unused images. Resolves: #68277 Releases: master Change-Id: Id212373261647541a94251264ae2dcacec6f0dfb Reviewed-on: http://review.typo3.org/41571 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Valentin Funk <valentin.funk@computerfabrik.de> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
- 30 Mar, 2015 1 commit
-
-
Releases: master Resolves: #66163 Change-Id: Ia16247cb5dd34abfa97701012b7f652677739acb Reviewed-on: http://review.typo3.org/38361 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 14 Nov, 2014 1 commit
-
-
Add an identifier based on timestamp to all language files. This number must not be changed if a file is moved around. The numbers are unique throughout the project. From now on, each language file requires this number. This change is required for the translation server, see blueprint for details: http://wiki.typo3.org/Blueprints/TranslationHandling. Resolves: #62892 Releases: master, 6.2 Change-Id: If4b7483f68860fd144ee12c83cc5f1d468c610ce Reviewed-on: http://review.typo3.org/34048 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 20 Jun, 2014 1 commit
-
-
Impexp files are blown up from the files that are included as base64. This patch adds the possibility to have the files separated from the t3d/xml export file. They are saved to a folder beside the export file. Resolves: #57379 Releases: 6.3, 6.2 Change-Id: Ib8bdc4336c64d2eae0e993132a5fce84eb01f766 Reviewed-on: https://review.typo3.org/30453 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 04 May, 2014 1 commit
-
-
The file handling (downloading/storing or uploading/fetching existing T3D/XML files) is currently not full FAL compatible in the import/export module of the TYPO3 CMS backend. Also saving export file to folder on server shows an error, but the file is saved. In further TYPO3 version the .htaccess protected folder fileadmin/_temp_/ was used to store the export files. This was lately changed to the public accessible users default upload folder, normally fileadmin/user_upload/. This patch changes this back to a .htaccess protected folder, namely _temp_/importexport/ below users default upload folder. Resolves: #53552 Releases: 6.2 Change-Id: I250e08188d9e9aac011c759fccf7e831fea037fb Reviewed-on: https://review.typo3.org/25294 Reviewed-by: Sascha Wilking Tested-by: Sascha Wilking Reviewed-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Marc Bastian Heinrichs Tested-by: Marc Bastian Heinrichs
-
- 01 Dec, 2013 1 commit
-
-
There is faulty and superfluous code in import/export module: * ModuleFunctionController does not work at all, this points back to issue #22921 during TYPO3 4.4 development * ImportExportTask fetches thumbnail files from a (faulty) storage that are not used at all Since the required class "mod_user_task" has been removed in TYPO3 4.4, the module function component was broken since then. Thus, it will be removed completely with this change. Fixes: #53555 Releases: 6.2, 6.1, 6.0 Change-Id: I1cbdd967dc47ac2fcd256e7eefc756278822ad84 Reviewed-on: https://review.typo3.org/25302 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 21 Oct, 2011 1 commit
-
-
Xavier Perseguers authored
In order to ensure that multi-line labels can be properly translated on Pootle or any 3rd party tool, it turns out that an additional attribute xml:space="preserve" should be added to each and every <trans-unit> tag in the localization files. Change-Id: I74dbf92196b649b96023b329eb12ad98dac7be49 Fixes: #31141 Releases: 4.6 Reviewed-on: http://review.typo3.org/6121 Reviewed-by: Dominique Feyer Tested-by: Dominique Feyer Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- 18 Oct, 2011 1 commit
-
-
Pootle uses the English XLIFF file has the template language and as such it does not make sense to have "en" -> "en" translation files. English XLIFF files are templates and should contain only a 'source', not a 'target' element. This commit contains: - Remove of the target elements - Remove target-language attribute - Set the date attribute to the correct format - Remove approved attribute Change-Id: I84f4534f5ed595868c88f05816a73464a76f3f25 Resolves: #31035 Relates: #30916 Releases: 4.6 Reviewed-on: http://review.typo3.org/5916 Tested-by: Philipp Gampe Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- 30 Aug, 2011 1 commit
-
-
Change-Id: If71429224f5c1f79b497987b70135b96c2a5d86a Reviewed-on: http://review.typo3.org/4636 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- 26 Aug, 2011 1 commit
-
-
Xavier Perseguers authored
Attribute "approved" is currently put on "target" element instead of "trans-unit". Change-Id: I550eebbdcd549ada4a00c9cba4e45f690262381e Fixes: #29262 Releases: 4.6 Reviewed-on: http://review.typo3.org/4607 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
- 02 Aug, 2011 1 commit
-
-
Add translation files in the new XLIFF format. Change-Id: I6afaeab2f820c112bf99544c94c98037a901952c Relates: #25397 Reviewed-on: http://review.typo3.org/3986 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-