... because in Drupal 7 there are some modules for which it won't work; see #1539940-94: Encourage best practices in /sites/README.txt, /modules/README.txt, /profiles/README.txt and /themes/README.txt for further details.
The current text:
It is safe to organize modules into subdirectories, such as "contrib" for
contributed modules, and "custom" for custom modules. Note that if you move a
module to a subdirectory after it has been enabled, you may need to clear the
Drupal cache so that it can be found.
needs to be rewritten somehow to acknowledge that.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | move-modules-2500101-1.patch | 835 bytes | David_Rothstein |
Comments
Comment #1
David_Rothstein commentedMaybe something like this, based loosely on #1539940-98: Encourage best practices in /sites/README.txt, /modules/README.txt, /profiles/README.txt and /themes/README.txt. I guess if they move the module while it's enabled and it fails spectacularly, they can always move it back and then try the alternate method?
Comment #2
jhodgdonThat looks fine to me, very reasonable. As you're the branch maintainer, and probably don't want to commit your own patch :), I'll just go ahead and review/commit it.
Comment #4
David_Rothstein commentedThanks. You probably should have given yourself a commit credit too, though - about 80% of the wording of that was yours :)