Git Product home page Git Product logo

repair_translation's People

Contributors

froemken avatar geraldaistleitner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

repair_translation's Issues

TYPO3 v9 compatibility

Currently the extension does not seem to work in TYPO3 v9 yet. Are there already plans here?

Workspaces und Übersetzung

Hey Stefan,

ich habe noch einen Fehler gefunden. Wenn man sich im WS befindet und dann bei der Übersetzung eines Datensatzes ein bisher schon bestehendes Bild löscht (im Live schon übersetzt) und dann ein neues einfügt verschwindet das "Live" Bild nicht sondern wird weiterhin im BE und FE (WS) angezeigt. Ich hatte leider noch keine Zeit mir das Problem selbst anzuschauen aber wäre cool wenn du das auch noch in deine repair Extension einbauen könntest :)

Viele Grüße
Marc

Extension extending Page-Settings does not show images of translated page-setting

Hi,
does my extension need special integration or configuration to show differnet image in translatet record? TYPO3 8.7.19

Exerpt from my moon_teaser/Configuration/TCA/Overrides/pages_language_overlay.php

'tx_moonteaser_image' => array(
        'exclude' => 0,
        'label' => 'LLL:EXT:moon_teaser/Resources/Private/Language/locallang_db.xlf:pages.tx_moonteaser_image',
        'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
            'tx_moonteaser_image',
            array(
                'maxitems' => 1,
                'appearance' => array(
                    'fileUploadAllowed' => FALSE,
                )
            ),
            $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']
        ),
    ),

Only the images from the original languages are shown .

Thanks in advance

News Bilder Sortierung

Die Sortierreihenfolge bei tx_news Bildern unterscheidet sich zwischen der Originalsprache und der Übersetzung, auch wenn diese in den Datensätzen gleich ist.
Wahrscheinlich wird in getNewlyCreatedTranslatedSysFileReferences in Repair.php im SQL Query die Sortierung von sys_file_reference.sorting_foreign nicht beachtet.

Viele Grüße
Tobias

Are there any plans to make the extension configurable?

It's rather a missing feature than an issue of course:

Are there any plans to add options for configuring the extension?
Once installed there are always the translations displayed, no matter how the language configuration of a single page is.

What I would appreciate is the possibility to determine (via TS) if the translation or the default record is being displayed in one case (or one page) or another.

Best,
barow

sorting

great extension !
But there is one small bug: it ignores the sorting of the files.
I fixed it by adding sorting_foreign to the query in /repair_translation/Classes/SignalSlot/Repair.php :

original:
$rows = $this->getDatabaseConnection()->exec_SELECTgetRows( '*', 'sys_file_reference', implode(' AND ', $where) );

new:
$rows = $this->getDatabaseConnection()->exec_SELECTgetRows( '*', 'sys_file_reference', implode(' AND ', $where), '', 'sorting_foreign' );

Version 1.4.0 not working correctly

I have got a TYPO3 8.7.13 running with three languages. After updating repair_translation from version 1.2.2 to 1.4.0 all filelinks to files in the translated language were not displayed anymore. Only if the file was the same in all languages, the title of the file was displayed in the correct language.
But if a content element had links to different files in every language, these link were not displayed in the other languages any more.
Downgrading to 1.2.2 solved the problem.

InvalidSlotException Typo3 8.7.9

Hi,
after the Installation i've got this exception:
`The given class "StefanFroemken\RepairTranslation\SignalSlot\Repair" is not a registered object. (More information)

TYPO3\CMS\Extbase\SignalSlot\Exception\InvalidSlotException thrown in file
/Users/daniel/Sites/mohn/corefiles/typo3_src-8.7.9/typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php in line 123.`

I cleared alle the Caches and temp-files.
Any Ideas what i can do?
Thx!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.