-
Notifications
You must be signed in to change notification settings - Fork 134
Comparing changes
Open a pull request
base repository: GlotPress/GlotPress
base: 4.0.0-alpha.3
head repository: GlotPress/GlotPress
compare: 4.0.0-alpha.4
- 20 commits
- 27 files changed
- 9 contributors
Commits on Oct 5, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for ad9836d - Browse repository at this point
Copy the full SHA ad9836dView commit details -
Locales: Correct de_AT country_code, add fa_AF country code. (#1491)
* Correct de_AT country_code, add fa_AF country code. * Whitespace fixes
Configuration menu - View commit details
-
Copy full SHA for a4436a6 - Browse repository at this point
Copy the full SHA a4436a6View commit details
Commits on Oct 10, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7f9edcd - Browse repository at this point
Copy the full SHA 7f9edcdView commit details -
Bump @wordpress/scripts from 24.1.0 to 24.3.0 (#1503)
Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 24.1.0 to 24.3.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>
Configuration menu - View commit details
-
Copy full SHA for 2984022 - Browse repository at this point
Copy the full SHA 2984022View commit details -
Bump @wordpress/env from 5.2.0 to 5.4.0 (#1504)
Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 5.2.0 to 5.4.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/env) --- updated-dependencies: - dependency-name: "@wordpress/env" 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>
Configuration menu - View commit details
-
Copy full SHA for 81c1387 - Browse repository at this point
Copy the full SHA 81c1387View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6eabbb8 - Browse repository at this point
Copy the full SHA 6eabbb8View commit details
Commits on Oct 11, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f6c286c - Browse repository at this point
Copy the full SHA f6c286cView commit details
Commits on Nov 24, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 42841f8 - Browse repository at this point
Copy the full SHA 42841f8View commit details
Commits on Nov 30, 2022
-
Explain when the wp_locale filed should be used (#1537)
* Explain when the wp_locale filed should be used * typo
Configuration menu - View commit details
-
Copy full SHA for db7a85d - Browse repository at this point
Copy the full SHA db7a85dView commit details
Commits on Dec 14, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9235885 - Browse repository at this point
Copy the full SHA 9235885View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 57c9b3a - Browse repository at this point
Copy the full SHA 57c9b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b390d - Browse repository at this point
Copy the full SHA 51b390dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2888a92 - Browse repository at this point
Copy the full SHA 2888a92View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for c4e41e3 - Browse repository at this point
Copy the full SHA c4e41e3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cd8b6c4 - Browse repository at this point
Copy the full SHA cd8b6c4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1246ef0 - Browse repository at this point
Copy the full SHA 1246ef0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a9da30e - Browse repository at this point
Copy the full SHA a9da30eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 948010d - Browse repository at this point
Copy the full SHA 948010dView commit details
Commits on Feb 28, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 9fe0dd1 - Browse repository at this point
Copy the full SHA 9fe0dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e3f975 - Browse repository at this point
Copy the full SHA 4e3f975View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.0-alpha.3...4.0.0-alpha.4