- 🇮🇳India arjak-mondal
PLease ignore the above patch
Final patch for D11.1 and fixing upload validators. - 🇮🇳India arjak-mondal
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "file_validate_extensions" plugin does not exist. Valid plugin IDs for Drupal\Core\Validation\ConstraintManager are: Callback, Blank, NotBlank, Email, Choice, Image, AddressFormat, Country, BlockContentEntityChanged, CKEditor5MediaAndFilterSettingsInSync, SourceEditingPreventSelfXssConstraint, CKEditor5ToolbarItem, CKEditor5FundamentalCompatibility, CKEditor5ToolbarItemDependencyConstraint, SourceEditingRedundantTags, UniqueLabelInList, CKEditor5EnabledConfigurablePlugins, StyleSensibleElement, CKEditor5Element, CKEditor5ToolbarItemConditionsMet, CommentName, ModerationState, CropTypeMachineNameValidation, CropTypeAspectRatioValidation, DateTimeFormat, CssClasses, ParagraphUniqueId, EntityBrowserImageDimensions, Ulid, NegativeOrZero, Time, False, EqualTo, LessThanOrEqual, Isbn, Expression, DivisibleBy, NotIdenticalTo, Cidr, Type, IdenticalTo, Language, FieldValidationConstraint, NoSuspiciousCharacters, Luhn, NotEqualTo, Isin, SymfonyCountry, Hostname, GreaterThanOrEqual, Positive, Ip, Date, Issn, CssColor, Currency, Json, DateTime, Timezone, Iban, LessThan, PositiveOrZero, Locale, Negative, Bic, CardScheme, True, GreaterThan, FileSizeLimit, FileNameLength, FileImageDimensions, FileValidation, FileExtension, FileIsImage, FileEncoding, FileUriUnique, FileExtensionSecure, LinkNotExistingInternal, LinkAccess, LinkExternalProtocols, LinkType, MediaMappingsConstraint, oembed_resource, MenuSettings, PathAlias, RedirectSourceLinkType, SchedulerPublishOn, SchedulerUnpublishOn, TaxonomyHierarchy, UserMailUnique, UserCancelMethod, UserName, UserMailRequired, ProtectedUserField, UserNameUnique, VideoEmbedValidation, MenuTreeHierarchy, ContentTranslationSynchronizedFields, ExtensionExists, ExtensionName, ConfigExists, RequiredConfigDependencies, LangcodeRequiredIfTranslatableValues, ImmutableProperties, EntityType, ValidReference, EntityChanged, ReferenceAccess, EntityUntranslatableFields, Bundle, EntityHasField, UniquePathAlias, ValidPath, PluginExists, UriHost, Range, AllowedValues, FullyValidatable, PrimitiveType, CountryCode, Null, Length, UniqueField, ComplexData, Regex, Count, ValidKeys, Uuid, NotNull, EntityBundleExists in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of /var/www/html/docroot/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
Got this error for the upload validators. Fixed the issues
- @makbay opened merge request.
- 🇮🇳India Harpreet_singh_saluja
We need to update js files according to drupal 10 coding standard.
None of the above patch will work for drupal 10.
Let me do this.
I will update a standard patch soon.
Thanks! - 🇮🇳India arjak-mondal
The patch to fix the rector patch having issues in entity browser and media browser.
- 🇮🇳India arjak-mondal
The latest rector patch will fail if you use entity browser.
This patch will fix the issue.
Please ignore the above patch use this one - 🇮🇳India arjak-mondal
The latest rector patch will fail if you use entity browser.
This patch will fix the issue. - 🇺🇸United States dcam
I closed the old MR because the .inc file it was modifying has been changed into a service class. There's no point in rebasing that.
I started to write a test and then decided "There is no way I'm writing a Unit test that covers an entire, complicated, nearly 500 line function." So I split the offending code out into its own function in the same class. I tried to leave it as unmolested as possible - no arbitrary code formatting changes. That way it should be easier to verify that not much changed.
- @dcam opened merge request.
- 🇺🇸United States msielski
Moving to RTBC as we are using 8.x-1.x-dev including this change with Drupal 10.
- 🇨🇭Switzerland weri
Is there a plan to add support for Drupal 10 and 11?
Looks like only the versions needs to be added in setmore.info.yml (core_version_requirement).