Hubert Lenoir

Results 13 issues of Hubert Lenoir

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | |...

DependencyInjection
RFC
Status: Needs Work

Resolves #32 Add the possibility to add a DOMAIN_NAME for containers in a network. To specify the network concerned by the domain name, add `my_network_name:` before value. Exemple : ```...

| Q | A | ------------- | --- | Branch? | main | Tickets | #2769 | License | MIT | Doc PR | WIP When retrieving items or collection...

[WFC] Waiting for Change

This PR adds 2 new tests inspired from Javascript's functions: [some](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/some) and [every](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/every). Usage : ```twig Value {{ ([1, 2, 3] has some v => v == 2) ? 'found'...

In order to get the next node when traversing a tree, this PRs add new methods `NestedTreeRepository::getNextNode ` and `NestedTreeRepository::getNextNodes`. They take some arguments : * `$root` is the top...

New Feature
Tree
Still Relevant
Needs Rebase

This PR fixes all vulnerabilities listed by `npm audit`

# Description When using `TreeRoot` attribute/annotation, the `getNextSiblings` method crashes when it tries to get node's `root` value on top node (with no parent). It results with a `Error: Method...

Fixes https://github.com/doctrine-extensions/DoctrineExtensions/issues/2215 I experienced the same error when attempting to flush an entity with a self-referencing root due to the usage of `identifierMethod: 'getRoot'`. ```php #[Gedmo\TreeRoot(identifierMethod: 'getRoot')] #[ORM\ManyToOne(targetEntity: self::class)] #[ORM\JoinColumn(name:...

| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...

Feature
CssSelector
Status: Needs Work