backdrop-contrib / backdrop_upgrade_status

Checks to see if the installed modules on a Drupal 7 site are ready for upgrade to Backdrop CMS.
1 stars 5 forks source link

CiviCRM #14

Open laryn opened 3 years ago

laryn commented 3 years ago

I know it's not a great idea to hard code for a particular module, but given the unique space that CiviCRM holds and the unique way that it needs to be installed, how do people feel about hard coding a check for CiviCRM?

Screen Shot 2020-12-16 at 3 16 04 PM

laryn commented 3 years ago

@herbdool or @jenlampton -- any thoughts on this? I think it would be good to roll out the red carpet for any D7 Civi sites that may be having cold feet about D8+ and making this display green is one way we could do that. If I can mix my color metaphors.

jenlampton commented 3 years ago

I would be fine hard-coding CiviCRM, or adding in some kind of hook or alter so that any module could add its own Backdrop update status -- or both?

yorkshire-pudding commented 3 years ago

I think this is a good idea. I was a little perplexed that there wasn't a module

herbdool commented 3 years ago

@yorkshire-pudding CiviCRM is hosted on its own server, and it a more complicated bundle of its own codebase plus a Backdrop module. So it's not straightforward like modules that are hosted on github and only work with Backdrop.

yorkshire-pudding commented 3 years ago

@herbdool Yes, it took me a while to work it out, but I got there. I haven't attempted it yet as still got lots of other things I'm trying.