For people who are for the most part endusers with little or no Drupal administration experience, the messages in the /admin/reports/status page generated by this module don't really explain what the options do or why. And the README.txt file doesn't help explain what this module does exactly.
I put together a patch of what I did to the module to make it a little easier to understand its purpose - and what it may mean to their site if they don't use it right.
Please consider adding these small changes to your module to help other users who are per-D7.50+ update stragglers and are just now coming across the "scary" error messages that bring them to this module in the first place.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | missing-module_improvements-to-ux_2854074-6.patch | 10.98 KB | aubjr_drupal |
| #2 | missing-module_improvements-to-ux_2854074-1.patch | 10.32 KB | aubjr_drupal |
Comments
Comment #2
aubjr_drupal commentedComment #3
aubjr_drupal commentedComment #4
helmo commentedThanks, but it looks like you based the patch on the last release version and not the latest from Git.
Therefore your patch does not apply. Please try it with a fresh git clone.
Comment #5
aubjr_drupal commentedMissed that - thanks. Here's an updated patch, based on HEAD.
I haven't personally tested this updated version yet, but based on the commits between 1.1..HEAD it should be OK.
Comment #6
aubjr_drupal commentedMy patch in #5 had a syntax error in it (bad quote pair).
I've fixed that and re-uploaded it.
Comment #7
Chris CharltonComment #9
helmo commentedThat got my attention ;), sorry for the delay.
I've committed most of the changes in this patch.
I did restore the $module_project variable as it was just added in #2774291: Wrong drupal.org missing module link .