I was wondering if anyone else thinks it would be a good idea to reorganize the files in the nodequeue module? Personally, I like things organized, and think we should do so like a few other modules have done (CCK, OG). We'd need to do this directly in the repo to keep the file histories.
I have attached a modified cvs move script from the OG reorg issue (#254655: Run CVS move script for OG HEAD). I don't know if it's necessary to move the .js and .css files into subdirectories, since there's only one of each file. Do we think there would ever be more than one?
As part of this, I would suggest renaming authorqueue to smartqueue_author and smartqueue to smartqueue_taxonomy and moving them to a 'modules' directory. (I have another smartqueue module I plan on posting soon, and could see a few others being developed at some point.)
Anyway, we'd have to get dww or killes to lookover and then run this script, but I wanted to see if anyone else supported this idea. I still need to include the patches to change the references to all these files, but we can apply those directly once this script is run.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_reorg.txt | 1.49 KB | joshuajabbour |
Comments
Comment #1
ezra-g commentedPlease pardon my delayed response. Thanks for taking the time to write this script. I'd like to see this done, especially renaming smartqueue.module. Smartqueue_author will be removed from the Drupal 6 version because it's not been updated and is deprecated by smartqueue_users. I prefer to see the views includes in their own /includes/views -- I can make this change and request that the script be run. Is there any chance you're able to rename smatqueue?
Thanks again.
Comment #2
fizk commented