20 May
2006
20 May
'06
10:38 p.m.
One of the changes that made it into 4.7 late in the game was automatic detection of moved modules whenever system/modules is loaded. It makes migrating modules from the /modules directory to the /sites/x/modules directory a snap, AND as a side benefit it makes this sort of migration loads easier. Seems like the same logic could apply pretty easily. --Jeff -----Original Message----- From: Khalid B [mailto:kb@2bits.com] Sent: Saturday, May 20, 2006 12:00 PM To: development@drupal.org Subject: Re: [development] Move all core modules into their own directories. We can have a _update_X() that does that. It can either do a rescan of the file the system and populate the system table, or we can use direct UPDATEs to change them.