Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlotPress/GlotPress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0-alpha.3
Choose a base ref
...
head repository: GlotPress/GlotPress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0-alpha.4
Choose a head ref
  • 20 commits
  • 27 files changed
  • 9 contributors

Commits on Oct 5, 2022

  1. Show the exact amount of spaces added or missing on the translation w…

    …arnings (#1490)
    
    * Specify the space changes in translation warnings
    
    * Update tests
    
    * Update tests
    pedro-mendonca authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ad9836d View commit details
    Browse the repository at this point in the history
  2. Locales: Correct de_AT country_code, add fa_AF country code. (#1491)

    * Correct de_AT country_code, add fa_AF country code.
    
    * Whitespace fixes
    dd32 authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a4436a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Glossary: Add sorting to table (#1426)

    * Enqueue tablesorter on glossary view
    
    * Add glossary sorting for Item and Translation columns only
    
    * Move tablesorter to glossary.js
    
    * Show arrow and use cursor pointer only for sorteable columns
    
    * Keep newline
    
    * Move sorter property to column headers
    
    * Fix childrow sorting
    
    * Make tablesorter available to users with no edit permissions
    
    * Apply suggestions from code review
    
    Co-authored-by: Dominik Schilling <[email protected]>
    pedro-mendonca and ocean90 authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7f9edcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2984022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c1387 View commit details
    Browse the repository at this point in the history
  4. Add characters and words counts to editor (#1478)

    * Add characters and words counts to editor
    
    * Fix coding standards
    
    * Rever some css to minimize changes
    
    * Update assets/js/editor.js
    
    Use 'input' instead of 'change keyup paste'
    
    Co-authored-by: Dominik Schilling <[email protected]>
    
    * Update gp-templates/helper-functions.php
    
    Use number_format_i18n()
    
    Co-authored-by: Dominik Schilling <[email protected]>
    
    * Update gp-templates/helper-functions.php
    
    Use number_format_i18n()
    
    Co-authored-by: Dominik Schilling <[email protected]>
    
    * Use core Wordcound package
    
    * Use only Wordcount package to count words and characters
    
    Supports the words type set in the installed language
    
    * Add translation ID to the textarea to fix unique IDs for multiple translations for the same original ID
    
    * Fix WPCS
    
    * Update counts for all textareas from an editor row
    
    * Simplify jQuery
    
    * Move counts HTML from PHP to JS to format all in one place.
    
    * Use the new GP_Locale word_count_type property
    
    Property added in #1482
    
    * Render counts wrapper only if textarea is editable
    
    Co-authored-by: Dominik Schilling <[email protected]>
    pedro-mendonca and ocean90 authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6eabbb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Check the missing uppercase in the beginning of the translations (#1450)

    * Add the alphabet for each locale
    
    * Add a removed slug removed in the previous commit by error
    
    * Add the method and the tests to check the missing uppercase in the beginning of the translations
    
    * Update the method to detect if a string starts with uppercase or lowercase
    
    Use regex to detect if the original and the translation start with uppercase
    or lowercase.
    Sends notifications when a comment changes its status to "approve"
    Sends notifications when a comment changes its status to "approve"
    
    * Add the latin as default alphabet for all locales
    
    * Revert the changes adding the alphabet to the locale, because we do not need it
    
    * Update gp-includes/warnings.php
    
    Co-authored-by: Dominik Schilling <[email protected]>
    
    * Update gp-includes/warnings.php
    
    Co-authored-by: Dominik Schilling <[email protected]>
    
    * Update the strings in the tests
    
    * Remove an incorrect comment
    
    Co-authored-by: Dominik Schilling <[email protected]>
    amieiro and ocean90 authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f6c286c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Set as old the previous translations with changes requested (#1497)

    * Set as old the previous translations with changes requested
    
    * Add some tests and resolve a bug in the can_set_status function
    
    * Test that it denieds the changesrequested if the user does not have permission
    
    * Add 3 tests for the changesrequested status
    
    * Add a test with 3 translations and 2 changesrequested for the same original
    
    * Typo
    
    * Update some comments in the headers
    amieiro authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    42841f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Explain when the wp_locale filed should be used (#1537)

    * Explain when the wp_locale filed should be used
    
    * typo
    akirk authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    db7a85d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Add locale en_IE / English (Ireland) (#1520)

    * Add locale en_IE / English (Ireland)
    
    * Remove the wp_locale
    
    This should only be set for locales that are officially supported on translate.wordpress.org.
    
    Co-authored-by: Jesús Amieiro Becerra <[email protected]>
    2ndkauboy and amieiro authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9235885 View commit details
    Browse the repository at this point in the history
  2. Add locale es_PA / Spanish (Panama) (#1521)

    * Add locale es_PA / Spanish (Panama)
    
    * Remove the wp_locale
    
    This should only be set for locales that are officially supported on translate.wordpress.org.
    
    Co-authored-by: Jesús Amieiro Becerra <[email protected]>
    2ndkauboy and amieiro authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    57c9b3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51b390d View commit details
    Browse the repository at this point in the history
  4. Add an action gp_after_project_form_fields to enable additional field…

    …s to be added (#1522)
    
    * Add an action gp_after_project_form_fields to enable additional fields to be added
    
    * Update gp-templates/project-form.php
    
    * Update gp-templates/project-form.php
    
    * Update gp-templates/project-form.php
    
    * Remove whitespace at end of line
    
    Co-authored-by: Alex Kirk <[email protected]>
    2ndkauboy and akirk authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    2888a92 View commit details
    Browse the repository at this point in the history
  5. [1523] Get supported formats extensions dynamically (#1524)

    * Get supported formats extensions dynamically
    
    * Remove wrong gettext
    
    * Keep old foreach untouched and make use of get_file_extensions()
    
    * Add and use the new gp_get_format_extensions()
    
    Co-authored-by: Alex Kirk <[email protected]>
    pedro-mendonca and akirk authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c4e41e3 View commit details
    Browse the repository at this point in the history
  6. Locales: Add Tarifit locale (#1477)

    * Locales: Add Tarifit locale
    
    * Update locales/locales.php
    
    * Update the native name
    
    See https://dbpedia.org/page/Tarifit and https://en.wikipedia.org/wiki/Tarifit
    
    * Remove the default nplurals
    
    * Remove the default (n != 1) plural expression
    
    The plural_expression is n != 1 (the default one), as you can check in the next link, so we can remove it. https://translations.launchpad.net/+languages/rif
    
    * Following the @ipshel comments, I change the native name
    
    See #1477 (comment)
    
    Co-authored-by: Jesús Amieiro Becerra <[email protected]>
    ipshel and amieiro authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    cd8b6c4 View commit details
    Browse the repository at this point in the history
  7. Bump yoast/phpunit-polyfills from 1.0.3 to 1.0.4 (#1528)

    Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.0.3 to 1.0.4.
    - [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
    - [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/develop/CHANGELOG.md)
    - [Commits](Yoast/PHPUnit-Polyfills@1.0.3...1.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: yoast/phpunit-polyfills
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesús Amieiro Becerra <[email protected]>
    dependabot[bot] and amieiro authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1246ef0 View commit details
    Browse the repository at this point in the history
  8. Bump loader-utils from 2.0.2 to 2.0.4 (#1525)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.2...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesús Amieiro Becerra <[email protected]>
    dependabot[bot] and amieiro authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a9da30e View commit details
    Browse the repository at this point in the history
  9. Bump @wordpress/scripts from 24.3.0 to 24.6.0 (#1526)

    Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 24.3.0 to 24.6.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/scripts)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/scripts"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesús Amieiro Becerra <[email protected]>
    dependabot[bot] and amieiro authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    948010d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Check JSON for double array to fix fatal error (#1569)

    * Check JSON for double array
    
    * Check if value is not empty
    
    * Fix error in conditional statement
    
    * Set to empty array
    trymebytes authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9fe0dd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3f975 View commit details
    Browse the repository at this point in the history
Loading