Skip to content

Tags: palantirnet/drupal-rector

Tags

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: prepare 1.1.3 release

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove RemoveAliasManagerCacheMethodCallsRector (#418)

AliasManager::setCacheKey() and AliasManager::writeCache() became no-ops in
11.3.0, when the path alias preload cache was replaced by the Fiber-based
bulk-lookup strategy. Removing the call therefore reclaims nothing but a lost
micro-optimization, and because drupal-rector defaults to
minimumCoreVersionSupported 10.1.0 with BC enabled, the default output was a
DeprecationHelper::backwardsCompatibleCall() wrapper around a no-op.

The four contrib call sites don't make the case either:

  redirect                  already hand-fixed with its own
                            `instanceof AliasManager && version_compare(...)`
                            guard — the rector would wrap that a second time
  domain_path               AliasManagerInterface decorators; the matched line
  domain_unique_path_alias  is their own forwarding call, which must keep
                            forwarding until removal in 13.0.0
  seo_urls                  own SeoUrlManager, excluded by the type guard

Removes the rector, its two test classes and fixtures, the 11.3 deprecation
set registration, and the coverage-registry entry. The digest record is marked
skip so rector-discover does not resurface it.

Note for upgrade_status: DeprecationAnalyzer::isRectorCovered() still hardcodes
both messages, so it will keep reporting them as rector-covered until that list
is updated upstream.

Reported by catch in #415

1.1.1

Toggle 1.1.1's commit message

Unverified

This user has not yet uploaded their public signing key.
docs: prepare 1.1.1 release

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: prepare 1.1.0 release and backfill missing 1.0.1 section (#409)

- Add retroactive [1.0.1] section for the composer-based sets bootstrap
  fix (#404), which was tagged 2026-07-02 but never documented.
- Move the RemoveAliasManagerCacheMethodCallsRector fix and the new
  AddSymfonyConstraintValidatorTypeDeclarationsRector into a [1.1.0]
  section dated today; leave [Unreleased] empty.
- Fix the broken [#3600790] reference link (inline the full GitLab URL).

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update drupal bootstrap to load properly with composer based sets (

#404)

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: baseline EntityManagerRector::refactorExpression() argument.type…

… error (#403)

1.0.0-beta7

Toggle 1.0.0-beta7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: prepare 1.0.0-beta7 (#399)

1.0.0-beta6

Toggle 1.0.0-beta6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: prepare CHANGELOG for 1.0.0-beta6 (#397)

1.0.0-beta5

Toggle 1.0.0-beta5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: preserve positional id when converting plugin annotations to att…

…ributes [#3579141][#3470861] (#381)

1.0.0-beta4

Toggle 1.0.0-beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(scratchpad): remove obsolete files (#379)