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
about 2 years ago 4:27am 16 February 2023 Adding the patch against Drupal 10.1.x-dev. No interdiff since the previous patch does not apply.
- Status changed to Needs work
about 2 years ago 5:29am 16 February 2023 - 🇨🇳China jungle Chongqing, China
Sass has two syntaxes! The SCSS syntax (.scss) is used most commonly. It's a superset of CSS, which means all valid CSS is also valid SCSS. The indented syntax (.sass) is more unusual: it uses indentation rather than curly braces to nest statements, and newlines instead of semicolons to separate them. All our examples are available in both syntaxes.
See https://sass-lang.com/documentation/syntax
.sass
is a valid sass file extension. Meanwhile,.less
is a similar one (e.g. Less is used in Bootstrap 3)So I would suggest securing .sass and .less files as well.
- 🇨🇳China jungle Chongqing, China
Meanwhile, HtaccessTest, core/assets/scaffold/files/web.config, web.config, should be updated
- Status changed to Needs review
about 2 years ago 5:51am 16 February 2023 The last submitted patch, 23: 3190045-23.patch, failed testing. View results →
- 🇨🇳China jungle Chongqing, China
Add 3 files: access_test.scss, access_test.sass and access_test.less for testing.
- Status changed to Needs work
about 2 years ago 4:31pm 19 February 2023 - 🇨🇳China jungle Chongqing, China
Right
.pcss.css file exists in Drupal see https://api.drupal.org/api/drupal/core%21themes%21olivero%21css%21base%2...
.pcss is in use, see #3151341: Change the PostCSS file extension to pcss → - Status changed to Needs review
about 2 years ago 6:03pm 19 February 2023 - Status changed to RTBC
about 2 years ago 7:37pm 19 February 2023 - 🇺🇸United States smustgrave
Tested this on ddev, Drupal 10.1 with an apache-fpm server.
Visited https://drupal-10-x.ddev.site:8443/core/themes/claro/css/components/acti... and got an access denied. - 🇮🇳India rckstr_rohan
Reviewed Patch on #34, access has been successfully invoked, can be merged now.
- Status changed to Needs work
about 2 years ago 6:08pm 23 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
about 2 years ago 6:54pm 23 February 2023 - 🇨🇳China jungle Chongqing, China
Update
core/scripts/css/postcss-build.js
to ignorecore/modules/system/tests/fixtures/HtaccessTest/access_test.pcss.css
- Status changed to Needs work
about 2 years ago 7:05pm 23 February 2023 - Status changed to Needs review
about 2 years ago 8:05pm 23 February 2023 - 🇨🇳China jungle Chongqing, China
Added a dummy comment to the
.pcss.css
file and generated its associated.css
file for testing. - 🇨🇳China jungle Chongqing, China
+++ b/core/assets/scaffold/files/web.config --- /dev/null +++ b/core/modules/system/tests/fixtures/HtaccessTest/access_test.css +++ b/core/modules/system/tests/fixtures/HtaccessTest/access_test.css @@ -0,0 +1,6 @@ +/* + * DO NOT EDIT THIS FILE. + * See the following change record for more information, + * https://www.drupal.org/node/3084859 + * @preserve + *//* foo */ --- /dev/null +++ b/core/modules/system/tests/fixtures/HtaccessTest/access_test.pcss.css +++ b/core/modules/system/tests/fixtures/HtaccessTest/access_test.pcss.css @@ -0,0 +1 @@ +/* foo */
Changes since #34
- Status changed to RTBC
about 2 years ago 9:27pm 23 February 2023 - 🇮🇳India rckstr_rohan
Reviewed the Patch on #42, works for me, so issue noticed.thanks
The last submitted patch, 42: 3190045-41.patch, failed testing. View results →
The last submitted patch, 42: 3190045-41.patch, failed testing. View results →
- Status changed to Needs work
about 2 years ago 5:44am 29 March 2023 - 🇮🇳India rckstr_rohan
The failure occurred in the testContextualLinks function, where there was an assertion failure due to a NULL value being evaluated as empty.
- Status changed to RTBC
about 2 years ago 12:19pm 29 March 2023 The last submitted patch, 42: 3190045-41.patch, failed testing. View results →
- 🇫🇷France vbouchet
Given the previous comments and the issue reported, I think it is again random failure.
- last update
almost 2 years ago Custom Commands Failed - last update
almost 2 years ago Custom Commands Failed - last update
almost 2 years ago Custom Commands Failed - last update
almost 2 years ago Custom Commands Failed - last update
almost 2 years ago Custom Commands Failed - last update
almost 2 years ago Custom Commands Failed - last update
almost 2 years ago Custom Commands Failed - Status changed to Needs work
almost 2 years ago 4:37pm 11 July 2023 The Needs Review Queue Bot → tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- last update
11 months ago Patch Failed to Apply - last update
11 months ago Custom Commands Failed - 🇨🇦Canada fengtan Montreal, Canada
We are working on this issue at DrupalCon Portland 2024
- First commit to issue fork.
- Merge request !8006Issue #3190045: Block access to .scss, .sass, .less, .pcss and .pcss.css files. → (Open) created by fengtan