Albuquerque, NM
Account created on 18 November 2007, over 17 years ago
#

Merge Requests

More

Recent comments

🇺🇸United States markie Albuquerque, NM

@bigbabert: That issue is outside the scope of mentor-team-coordination. It should stay with the site moderators and security team.

🇺🇸United States markie Albuquerque, NM

Hi there,

Thank you for reaching out.

The Community Working Group's main goal is to make sure the Drupal Community is a welcoming and nurturing community. Though open for use by all, the Community Working Group most commonly posts nudges, and then it is after an incident report is sent and/or when the topic has become escalated or off topic. We use the nudges in hopes of preventing more intrusive interventions by the Conflict Resolution Team.

After talking with the team, we are curious about the “open issue for logging of nudges.” Can you provide a link?

To answer some of your questions:

  • Do they actually defuse the situation, or do they raise tensions in the threads?
    • They intend to call out the negative behavior, as we know that, in the moment, the authors may not recognize what the community sees. We have not seen an incident where it raises tensions. It will generally defuse the situation. The only negative effect we have witnessed is that the thread goes silent.
  • Does anyone feel that a CWG Nudge was used too soon in a discussion?
    • We have not noticed this. Again, usually we consider a nudge after an incident report or if we’ve noticed a particular rise in tensions. Assuming the nudge is applicable and can be applied.
  • Are contributors more aggressive out of concern a nudge will be given on a sensitive topic shutting down discussion before a point can be made?
    • The nudges are focused on bringing the conversation back on topic. Usually, the issue/thread has gone from discussing an issue to personal attacks or other escalating topics.
  • Are nudges used by 'less experienced' developers or only used by 'well-established public figures' of the Drupal Community? (Are they being used to shut down discussion, creating a non-collaborative environment?)
    • The nudges are commonly used by the CWG, however, they are available to all. Everyone in the community is welcome and encouraged to use them and contribute in the spirit of our open-source community. We are all here to mentor and collaborate and not call out experience level or notoriety as proxies for ‘being right' or 'wrong’.

We are happy to hop on a call with you and discuss this and other issues/threads where nudges were applied.

Posted on behalf of the CWG

🇺🇸United States markie Albuquerque, NM
🇺🇸United States markie Albuquerque, NM

With a little assistance from @jimbirch I present

https://project.pages.drupalcode.org/smart_trim/preview-111/index.html

Please review and let me know if you have anything to add.

🇺🇸United States markie Albuquerque, NM

markie created an issue.

🇺🇸United States markie Albuquerque, NM

ok.. I named the branch incorrectly, but was able to apply the MR patch locally and successfully am able to upgrade to D10.

🇺🇸United States markie Albuquerque, NM

I am running into this as well. The 3.x version supports D9, however we can't use it to move to D10 without upgrading to 4.x which.. we can't do on Drupal 9.. I am suggesting adding D10 support back to the 3.x branch for a smoother upgrade. Will add a MR in a few.

🇺🇸United States markie Albuquerque, NM

markie made their first commit to this issue’s fork.

🇺🇸United States markie Albuquerque, NM

markie made their first commit to this issue’s fork.

🇺🇸United States markie Albuquerque, NM

Merged into codebase. Thanks for this

🇺🇸United States markie Albuquerque, NM

markie changed the visibility of the branch 3515123-incorrect-dependency-in to hidden.

🇺🇸United States markie Albuquerque, NM

markie created an issue.

🇺🇸United States markie Albuquerque, NM

additionally, application keys expire.. wu tang is forever..

in this instance 'wu tang' === 'ssh keys'

🇺🇸United States markie Albuquerque, NM

Was going through the instructions at https://www.drupal.org/docs/develop/development-tools/drupalpod/drupalpo... and am curious why drupalforge uses https instead of ssh to checkout the forks? It would be much simpler with a single ssh key instead of having to enter the username and password... This is how drupalpod was set up and once you have your ssh keys set up in gitlab, it's a much smoother process.

🇺🇸United States markie Albuquerque, NM

Updating to use the ssh repository checkout instead of https and adding --prefer-source switch to show how to check out the codebase and allow a person to work on the module.

🇺🇸United States markie Albuquerque, NM

markie created an issue.

🇺🇸United States markie Albuquerque, NM

The MR doesn't come close to matching the patch and has a lot of CS errors.

🇺🇸United States markie Albuquerque, NM

Please create an MR with this patch.. Thank you

🇺🇸United States markie Albuquerque, NM

This looks good and I'll rebase here in a few. I think we need to move the TruncateHTML functionality into a service all together. There might be a ticket for that already.. Thanks for these fixes.

🇺🇸United States markie Albuquerque, NM

Looks good. Thanks!

🇺🇸United States markie Albuquerque, NM

markie made their first commit to this issue’s fork.

🇺🇸United States markie Albuquerque, NM

markie created an issue.

🇺🇸United States markie Albuquerque, NM

Note to self:
```
composer require "drupal/maxlength:3.1.0 as 2.1.3"
composer require "drupal/registration_role:2.x-dev as 2.0.1"
composer require 'drupal/event_platform:^1.0'
```

🇺🇸United States markie Albuquerque, NM

We also might be able to replace the TruncateHTML file with the trait... That file probably needs a lot of clean out anyway.

🇺🇸United States markie Albuquerque, NM

The MR is missing a lot of stuff from the other patches. Please update.

🇺🇸United States markie Albuquerque, NM

Updated the deprecation found by upgrade_status however I was not able to follow the instructions on the project page to create a TOC block. There is no option as shown in the demonstration. That being said, this module does enable in Drupal 10 and 11....

🇺🇸United States markie Albuquerque, NM
gitpod /workspace/drupalpod (main) $ drush upgrade_status:analyze table_of_contents
Notice: running 'drush upgrade_status:analyze table_of_contents' in ddev
 [notice] Processing /var/www/html/web/modules/contrib/table_of_contents.

================================================================================
Table of contents, --
Scanned on Wed, 01/15/2025 - 21:56

FILE:
web/modules/contrib/table_of_contents/src/Plugin/Block/TextLongFieldTocBlock.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 36   Providing context definitions via the "context" key is      
                    deprecated in Drupal 8.7.x and will be removed before Drupal
                    9.0.0. Use the "context_definitions" key instead.           
--------------------------------------------------------------------------------

Failed to execute command drush upgrade_status:analyze table_of_contents: exit status 3
Failed to run exec_dir drush upgrade_status:analyze table_of_contents; error=exit status 1
🇺🇸United States markie Albuquerque, NM

Update info.yml to accept D11 and tested in Drupalpod. Still need to run through upgrade_status

🇺🇸United States markie Albuquerque, NM

markie created an issue.

🇺🇸United States markie Albuquerque, NM

I am going to close this since there is documentation pages with screenshots available on the main page. Thanks for your assistance.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

🇺🇸United States markie Albuquerque, NM

Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.

Production build 0.71.5 2024