The Needs Review Queue Bot โ tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- Status changed to Needs review
almost 2 years ago 5:53pm 11 February 2023 - Status changed to Needs work
almost 2 years ago 6:54pm 11 February 2023 The Needs Review Queue Bot โ tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- Status changed to Needs review
almost 2 years ago 9:53pm 11 February 2023 - Status changed to RTBC
almost 2 years ago 3:41pm 26 February 2023 - ๐ฎ๐ณIndia Ranjit1032002
I had Reviewed the patch and it's working as expected mentioned in comment #52
- ๐ฎ๐ณIndia rckstr_rohan
great work joachim, patch is all working fine and thanks ranjit for reviewing, reviewing a patch will help an issue move forward. The contributor guide contains move information about contributing.
- Status changed to Needs review
almost 2 years ago 1:58pm 27 February 2023 - ๐จ๐ณChina jungle Chongqing, China
<?php namespace Drupal\Core; /** * This class holds a <span> generated from the <nolink> route. */ class GeneratedNoLink extends GeneratedLink { /** * {@inheritdoc} */ const TAG = 'span'; }
<nolink>
is a special route too, which is not documented by the patch here, is it irrelevant here? - Status changed to Needs work
almost 2 years ago 5:51pm 9 March 2023 - ๐บ๐ธUnited States smustgrave
@jungle that is a valid route that can be added to the link so think it should be included as well.
- Status changed to Needs review
almost 2 years ago 4:52am 10 March 2023 - ๐ฎ๐ณIndia nikhil_110
Patch #60 is applied successfully and screenshot is also attached.
- Status changed to RTBC
almost 2 years ago 10:46am 13 March 2023 - ๐ฎ๐ณIndia Aziza Anwari Gujarat
Checked the patch given in #60 works properly
- Status changed to Needs work
almost 2 years ago 10:55am 13 March 2023 - ๐ฌ๐งUnited Kingdom longwave UK
-
+++ b/core/lib/Drupal/Core/Routing/NullGenerator.php @@ -28,6 +28,14 @@ public function __construct(RequestStack $request_stack) { + * - <nolink>: Used to enter a link, but only the text of the link to be shown, without actually creating a link.
This needs wrapping at 80 characters.
-
+++ b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php @@ -15,7 +15,13 @@ interface UrlGeneratorInterface extends SymfonyUrlGeneratorInterface { + * @see \Drupal\Core\Routing\NullGenerator.php::getRoute
This @see is not valid; it can't be part of @param and the .php extension shouldn't be added to the class name. Not even sure we need an @see here?
-
- Status changed to Needs review
almost 2 years ago 1:40pm 13 March 2023 - ๐ฎ๐ณIndia Ranjit1032002
Attaching patch and interdiff for the issue mentioned in comment #63
- Status changed to Needs work
almost 2 years ago 8:43pm 13 March 2023 - Status changed to Needs review
almost 2 years ago 4:09am 14 March 2023 - Status changed to Needs work
almost 2 years ago 6:27pm 14 March 2023 - ๐บ๐ธUnited States smustgrave
+ * - <nolink>: Used to enter a link, + * but only the text of the link to be shown, + * without actually creating a link.
that visually just doesn't read right.
- Status changed to Needs review
about 1 year ago 7:20am 4 October 2023 - last update
about 1 year ago 30,370 pass, 2 fail The last submitted patch, 72: 2719611-71.patch, failed testing. View results โ
8:04 7:13 Running- ๐ฎ๐ณIndia roshni27
Patch #70 has successfully passed the test in version 11.x, hence it should be moved to the "needs review"
- Status changed to RTBC
about 1 year ago 9:55am 10 November 2023 - last update
about 1 year ago 29,682 pass - Status changed to Needs work
about 1 year ago 11:39pm 10 November 2023 The Needs Review Queue Bot โ tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request โ . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- First commit to issue fork.
- Merge request !6225drupal-2719611: Document special route names ( <front>, <current>, and <none> ). โ (Open) created by shweta__sharma
- Status changed to Needs review
11 months ago 11:23am 18 January 2024 - Status changed to RTBC
11 months ago 4:04pm 18 January 2024 - ๐บ๐ธUnited States smustgrave
So #72 was not needed as #70 still applies cleanly to 11.x, same for the MR Ticket could of been put back into RTBC
- Status changed to Needs work
11 months ago 5:54pm 3 February 2024 - ๐ฌ๐งUnited Kingdom longwave UK
+++ b/core/lib/Drupal/Core/Routing/NullGenerator.php @@ -28,6 +28,16 @@ public function __construct(RequestStack $request_stack) { + * - <nolink>: Used to create text that appears as a link, + * but does not lead to an actual URL, only the text + * of the link is displayed without an actual link.
The second/third lines of the bullet point need to be indented another two characters. Also this can be wrapped more closely to 80 characters.
Same for the other instances of this. However, do we really need to repeat this in all three places?
- ๐ฎ๐ณIndia Akhil Babu Chengannur
Akhil Babu โ made their first commit to this issueโs fork.
- Status changed to Needs review
11 months ago 12:04pm 5 February 2024 - Status changed to RTBC
10 months ago 4:43pm 12 February 2024 - Status changed to Needs work
10 months ago 11:47am 18 February 2024 - ๐ฌ๐งUnited Kingdom longwave UK
Still not sure this is quite right, added some more suggestions.