Git Product home page Git Product logo

Comments (2)

dryabov avatar dryabov commented on July 1, 2024

There is an artifact of merging conflict in en-GB.com_jedchecker.ini file:

COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
<<<<<<< HEAD
<<<<<<< HEAD
COM_JEDCHECKER_TOOLBAR_CHECK="Check"

from jedchecker.

dryabov avatar dryabov commented on July 1, 2024

My local version found following issues:

  1. [WARN] Leftover files/folders detected: .github, .drone.yml, .gitignore, composer.lock (because I just downloaded zip of the develop branch from GitHub).

  2. [WARN] Use of superglobal $_GET['deepscan'] in jamss.php.

  3. [COMPAT] JFactory::getXml is removed in Joomla! 4 (it should be fixed in the PR related to J!4 support).

  4. [COMPAT] JError is deprecated (it should be fixed in the PR related to J!4 support).

  5. [WARN] Base64 encoding in jamss.php (3 lines with list of functions to check, it's ok there).

  6. [WARN] "At least two characters in hexadecimal or octal notation" for BOM detection code (comes from one of JAMSS rules):

    if ($lineno === 0 && strncmp($line, "\xEF\xBB\xBF", 3) === 0)
    
  7. [ERROR] Errors with translation strings in es-ES (note \\" at the end of string, the backslash is escaped, but the quotation mark is not---most likely the string should ends in \"." without duplicated backslash)

    COM_JEDCHECKER_UNZIP_SUCCESS="\"La descompresión se realizó correctamente, haga clic en el botón Comprobar\\"."
    

    and it-IT (the same)

    COM_JEDCHECKER_CONGRATS="\"Congratulazioni Se si utilizza questo componente, allora avete molto probabilmente sviluppato una estensione di Joomla Ora arriva il &quot; duro &quot; parte - requisiti ottenerlo elencato nella Directory Estensione di Joomla (JED) La JED ha rigorose che devono. essere rispettate prima di un'estensione sarà pubblicato nella directory. Tali requisiti possono essere trovati <a href='%s' target='_blank'> qui </a>. Questo componente è stato costruito con l'obiettivo di semplificare lo sviluppo processo controllando automaticamente il codice per gli errori più comuni nelle estensioni \\"."
    
  8. [WARN] There are 3 duplicated found in en-GB.com_jedchecker.ini file (COM_JEDCHECKER_TOOLBAR_CHECK, COM_JEDCHECKER_TOOLBAR_CLEAR, COM_JEDCHECKER_CLICK_TO_VIEW_DETAILS). Duplicates should be removed.

  9. [INFO] Unknown language key COM_JEDCHECKER_LANG_TRANSLATION_MISSED_RIGHT_QUOTE found in the code. (Fixed in PR #122)

    $msg = JText::_('COM_JEDCHECKER_LANG_TRANSLATION_QUOTES') . ' ' . JText::_('COM_JEDCHECKER_LANG_TRANSLATION_MISSED_RIGHT_QUOTE');
    

from jedchecker.

Related Issues (20)

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.