Labdoo / Labdoo-3.0

Labdoo 3.0
GNU General Public License v3.0
0 stars 4 forks source link

Labdoo 2.0 Drupal 7 Module Analysis #2

Open greggmarshall opened 2 years ago

greggmarshall commented 2 years ago

I took the .make file for Labdoo 2.0, which is Drupal 7, and reviewed each module and theme. Here are the results of that review:

Themes

Modules that have a Drupal 9 compatible version

Note that modules will need to be manually configured and configuration exported. Do not attempt to use the existing Drupal 7 features, they will not work.

Modules that do not have a Drupal 9 version or have been incorporated into Drupal core

jrosgiralt commented 2 years ago

great, let's discuss this during our meeting tomorrow. Thank you!

greggmarshall commented 2 years ago

This comment might be relevant to the homebox module if you move forward with it

https://www.drupal.org/project/gin_dashboard/issues/3251194#comment-14403892

jrosgiralt commented 2 years ago

@greggmarshall , how worrysome is this kind of warning when requiring a module via composer?

Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
greggmarshall commented 2 years ago

Reasonably common. I usually ignore them.

sent from my phone Gregg Marshall, CPMR, CPSC

On Fri, Apr 29, 2022, 5:24 PM Jordi @.***> wrote:

@greggmarshall https://github.com/greggmarshall , how worrysome is this kind of warning when requiring a module via composer?

Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead. Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.

— Reply to this email directly, view it on GitHub https://github.com/Labdoo/Labdoo-3.0/issues/2#issuecomment-1113873846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGWP5FWSUZGBM43MNXQCWDVHR4TBANCNFSM5O2XOYLQ . You are receiving this because you were mentioned.Message ID: @.***>

jrosgiralt commented 1 year ago

Hi @greggmarshall ,

The module nodeaccess_userreference (https://www.drupal.org/project/nodeaccess_userreference) is not available in D8/D9 version. Any thoughts on how I can have this feature? The use case is as follows:

Thanks.

greggmarshall commented 1 year ago

@jrosgiralt Take a look at https://www.drupal.org/project/access_by_ref. I haven't used it but it looks like it might be a solution.