Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: symfony/asset-mapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.5
Choose a base ref
Loading
...
head repository: symfony/asset-mapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.0
Choose a head ref
Loading
  • 17 commits
  • 32 files changed
  • 11 contributors

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    db28cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad8b44c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Configuration menu
    Copy the full SHA
    777908c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    df9a4f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    bf303b1 View commit details
    Browse the repository at this point in the history
  2. minor #59178 [AssetMapper] Adding 'Everything up to date' message (Th…

    …omasLandauer)
    
    This PR was squashed before being merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [AssetMapper] Adding 'Everything up to date' message
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | not really
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    Adding friendly message for `php bin/console importmap:outdated` if no updates are found.
    Wording is taken from `composer outdated`
    
    Commits
    -------
    
    2bfcd897c96 [AssetMapper] Adding 'Everything up to date' message
    fabpot committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    bc4cdc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Configuration menu
    Copy the full SHA
    03323ec View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2: (47 commits)
      Remove comment about AppVeyor in `phpunit`
      [Webhook][RemoteEvent] fix SendgridPayloadConverter category support
      Update old Appveyor skip conditions
      sync the Dutch translation file with changes from the 7.2 branch
      [Yaml] fix inline notation with inline comment
      clean up code for doctrine/persistence 2.x
      Generate missing translations using Gemini
      fix(property-info): make sure that SerializerExtractor returns null for invalid class metadata
      add translations for the Slug constraint
      [RemoteEvent][Webhook] fix SendgridRequestParser & SendgridPayloadConverter in case of missing sg_message_id
      [Messenger] Fix `TransportMessageIdStamp` not always added
      [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3
      [PropertyInfo] Fix add missing composer conflict
      [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances
      [VarDumper] Fix displaying closure's "this" from anonymous classes
      [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope
      [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass
      reject inline notations followed by invalid content
      Fix predis command error checking
      [Security] Fix triggering session tracking from ContextListener
      ...
    xabbuh committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    f1cc592 View commit details
    Browse the repository at this point in the history
  2. minor #59057 [AssetMapper] use constants in MappedAssetFactoryTest (a…

    …lexislefebvre)
    
    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [AssetMapper] use constants in MappedAssetFactoryTest
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        | no
    | License       | MIT
    
    This avoids repeating `__DIR__` in several places.
    
    Follow-up of:
    
    - #58859
    
    Commits
    -------
    
    cdb30809b44 feat: use constants in MappedAssetFactoryTest
    nicolas-grekas committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    809cc3d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    f59b64c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Configuration menu
    Copy the full SHA
    88e3c6c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. Configuration menu
    Copy the full SHA
    fe73bd9 View commit details
    Browse the repository at this point in the history
  2. feature #59004 [AssetMapper] Detect import with a sequence parser (sm…

    …nandre)
    
    This PR was squashed before being merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [AssetMapper] Detect import with a sequence parser
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #58928  and #58944  (maybe)
    | License       | MIT
    
    Third attempt after #54134 and #58999.. this is the good one 👍
    
    I initially started this PR to learn / try things, but it really behaves well.. and _may_ stop (or help stopping) what seems to be a never-ending suite of special cases.
    
    Open to any feedback
    
    Commits
    -------
    
    720c3874608 [AssetMapper] Detect import with a sequence parser
    fabpot committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    f864a0a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2: (21 commits)
      [FrameworkBundle] Add missing `not-compromised-password` entry in XSD
      [AssetMapper] Fix CssCompiler matches url in comments
      Add support for doctrine/persistence 4
      fix(sweego): Fix channel parameter value to fixed value for Mailer and Notifier Transports
      Ensure TransportExceptionInterface populates stream debug data
      Fix typo in validators.sk.xlf
      [Mime] Fix body validity check in `Email` when using `Message::setBody()`
      Review Arabic translations for the validator
      Fixed mistakes in proper hebrew writing in the previous translation and confirmed the rest to be correct and in the same style.
      Review translation
      [Cache] Don't clear system caches on cache:clear
      [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers
      [Config] Add missing json_encode flag when creating .meta.json files
      Mark Czech Validator translation as reviewed
      [PropertyInfo] Fix `TypeTest` duplicated assert
      [Validator] Fix `Url` constraint attribute assertion
      convert legacy types to TypeInfo types if getType() is not implemented
      [HtmlSanitizer] Avoid accessing non existent array key when checking for hosts validity
      [Messenger ] Extract retry delay from nested `RecoverableExceptionInterface`
      Update validators.ar.xlf
      ...
    xabbuh committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    7f50de3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    dca8652 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      use Table::addPrimaryKeyConstraint() with Doctrine DBAL 4.3+
      [Serializer] Fix ObjectNormalizer default context with named serializers
      [Serializer] Fix code skipped by premature return
      [TypeInfo] Fix `isSatisfiedBy` not traversing type tree
      Update JsDelivrEsmResolver::IMPORT_REGEX to support dynamic imports
    alexandre-daubois committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    984f807 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Configuration menu
    Copy the full SHA
    6516f38 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.