-
-
Notifications
You must be signed in to change notification settings - Fork 124
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/dom-crawler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/dom-crawler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 16 files changed
- 11 contributors
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5786d2c - Browse repository at this point
Copy the full SHA 5786d2cView commit details
Commits on Dec 22, 2022
-
* 6.2: Fix integration test gha Update RedisTrait.php Use static methods inside data providers [VarExporter] Fix exporting classes with __unserialize() but not __serialize() [Validator] Fix IBAN format for Tunisia and Mauritania [Workflow] Allow spaces in place names so the PUML dump doesn't break [VarExporter] Generate proxies for static abstract methods [SecurityBundle] Prevent RuntimeException "Impossible to access an attribute ("security_enabled") on a null variable."
Configuration menu - View commit details
-
Copy full SHA for 9b37627 - Browse repository at this point
Copy the full SHA 9b37627View commit details
Commits on Jan 1, 2023
-
* 6.2: Bump LICENSE year Bump LICENSE year Fix LICENSE year Bump license year to 2023 Fix CS Fix CS
Configuration menu - View commit details
-
Copy full SHA for 9e4f9af - Browse repository at this point
Copy the full SHA 9e4f9afView commit details
Commits on Jan 11, 2023
-
[DomCrawler] Add argument
$normalizeWhitespace
to `Crawler::innerTe……xt()` and make it return the first non-empty text
Configuration menu - View commit details
-
Copy full SHA for 0c005b9 - Browse repository at this point
Copy the full SHA 0c005b9View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 923521a - Browse repository at this point
Copy the full SHA 923521aView commit details -
minor #48793 Leverage arrow function syntax for closure (tigitz)
This PR was merged into the 6.3 branch. Discussion ---------- Leverage arrow function syntax for closure | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #47658 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | <!-- required for new features --> Rationale in the RFC [here](https://wiki.php.net/rfc/arrow_functions_v2#introduction) It's also notable that using arrow function syntax rather than the classic one has been enforced in the past by symfony core member: symfony/symfony#48069 (comment) So this PR would be consistent. Commits ------- f5802d3a2a Leverage arrow function syntax for closure
Configuration menu - View commit details
-
Copy full SHA for 5eb8c0d - Browse repository at this point
Copy the full SHA 5eb8c0dView commit details
Commits on Jan 20, 2023
-
* 6.2: Update ComposerPlugin.php [Notifier] [OvhCloud] handle invalid receiver [Security] Return default value instead of deferring to lower prio resolvers when using #[CurrentUser] and no user is found [Cache] fix collecting cache stats when nesting computations [VarDumper] Fix JS to expand / collapse [Validator] Fix Email validator logic Fix user_identifier support after username has been deprecated in favor of it. [Tests] Remove `$this` occurrences in future static data providers [PropertyInfo] Fixes constructor extractor for mixed type use method_exists() instead of catching reflection exceptions
Configuration menu - View commit details
-
Copy full SHA for 9db7195 - Browse repository at this point
Copy the full SHA 9db7195View commit details
Commits on Feb 2, 2023
-
* 6.2: Fix LICENSE year Fix LICENSE CI check [Notifier] Mention Prisma Media as backer of v6.2 fixes retrieving multiple values for extra fields Clarifies when to update UPGRADE-7.0.md [String] Remove duplicates in fold maps fail with a meaningful error when a needed package is missing [6.2] Remove mentions of v6.1 backers [Translation] Crowdin renewed their sponsorship for v6.2 [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types Update license years (last time) [Tests] New iteration of removing `$this` occurrences in future static data providers
Configuration menu - View commit details
-
Copy full SHA for 15f2b48 - Browse repository at this point
Copy the full SHA 15f2b48View commit details
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70f01db - Browse repository at this point
Copy the full SHA 70f01dbView commit details
Commits on Feb 11, 2023
-
* 6.2: Fix merge Fix merge [FrameworkBundle] Improve error message in MicroKernelTrait when using deprecated configureRoutes(RouteCollectionBuilder) with symfony/routing >= 6.0 Add warning about Symfony 5.2 changing pcntl_async_signals [Tests] Fix static calls and Mock var annotation [FrameworkBundle] Fix checkboxes check assertions [Notifier][WebProfilerBundle] Ignore messages whose `getNotification` returns `null` [HttpClient] Fix over-encoding of URL parts to match browser's behavior Fix Psalm job Revert "[HttpClient] Add support for "friendsofphp/well-known-implementations"" [HttpClient] Fix data collector [Tests] Migrate tests to static data providers [Semaphore] Fix test Fix: Split and clean up tests Remove unused data provider [Form] Check for `RepeatedType` child in `PasswordHasherListener` add Sender to the list of bypassed headers
Configuration menu - View commit details
-
Copy full SHA for c2f9688 - Browse repository at this point
Copy the full SHA c2f9688View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f24248 - Browse repository at this point
Copy the full SHA 8f24248View commit details
Commits on Feb 14, 2023
-
* 6.2: Fix merge Migrate to `static` data providers using `rector/rector`
Configuration menu - View commit details
-
Copy full SHA for 3d3f1f4 - Browse repository at this point
Copy the full SHA 3d3f1f4View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d58c22d - Browse repository at this point
Copy the full SHA d58c22dView commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68800eb - Browse repository at this point
Copy the full SHA 68800ebView commit details
Commits on Mar 9, 2023
-
* 6.2: [Security] remove deprecated conditions in supports and authenticate methods from AccessListener class [Tests] Replace `setMethods()` by `onlyMethods()` and `addMethods()`
Configuration menu - View commit details
-
Copy full SHA for 64a4ec5 - Browse repository at this point
Copy the full SHA 64a4ec5View commit details
Commits on Mar 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 207c5e2 - Browse repository at this point
Copy the full SHA 207c5e2View commit details
Commits on Apr 11, 2023
-
* 6.2: Avoid call on null [Notifier] Document Firebase options object in readme [ErrorHandler] Fix sending Vary header with SerializerErrorRenderer Fix intl data tests Improve the description of the Intl component [DoctrineBridge] fix issue with missing stopwatch events [HttpClient] Fix canceling MockResponse
Configuration menu - View commit details
-
Copy full SHA for a91111a - Browse repository at this point
Copy the full SHA a91111aView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 321d4f7 - Browse repository at this point
Copy the full SHA 321d4f7View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2611ec9 - Browse repository at this point
Copy the full SHA 2611ec9View commit details
There are no files selected for viewing