Copilot
Copilot
### Motivation and Context When lectures have subtitles in multiple languages, users need a way to select their preferred language in the transcript panel. Previously, the panel hardcoded "English" as...
Addresses lack of feedback during long-running search-replace operations on large tables (e.g., 1M+ rows in postmeta). ## Description Adds progress feedback using `WP_CLI::log()` and `\WP_CLI\Utils\make_progress_bar()` for PHP-based row processing and...
This PR implements [Maven reproducible builds](https://maven.apache.org/guides/mini/guide-reproducible-builds.html) for the Jaxen project, ensuring that building the same source code multiple times produces bit-for-bit identical artifacts. ## Changes Made **Core Implementation:** - Added...
This PR fixes the remaining Javadoc warnings that occur when running `mvn javadoc:javadoc`. The warnings were caused by `@see` references pointing to classes in packages that are excluded from Javadoc...
Fixes issue where deleting custom post type posts already in trash incorrectly required `--force`. ## Changes - **src/Post_Command.php**: Added `'trash' !== $status` check to skip force requirement when post is...
## Overview This PR implements comprehensive Swagger/OpenAPI documentation for the MONARC API, making it easier for developers to integrate with MONARC programmatically. The implementation addresses the need to properly display...
Implements WebAuthn/Passkey support using ASP.NET Core 10's built-in Identity passkey functionality, allowing users to authenticate using biometrics, security keys, or device PINs. ## Backend - **Identity Configuration**: Enable `SchemaVersion3` in...
## OAuth 2.0 Support for User Account System ### ✅ Completed Features **Database Schema:** - `AspNetUsers.UserMetadata` (jsonb) - Flexible user fields storage - `OAuthProviders` table - OAuth provider configurations -...
- [x] Explore repository structure and understand the issue - [x] Understand gettext library and how mergeWith works - [x] Create test scenario to reproduce the issue - [x] Implement...
## Implementation of `wp i18n audit` command - Complete ✅ ### Latest Updates **Fixed `--ignore-domain` flag handling:** - When `--ignore-domain` is used, domain is now properly left unset to extract...