Now that we are in feature freeze and concentrating on bug fixes, are there any modules currently being developed for HEAD/5.0 available in the CVS repository? I've seen the thread where developers discuss when they'll start porting, but the majority are waiting for a RC before they start. Has anyone already started?
Greetings, Drupalers,
I'd like to touch on a subject I'm sure all of us have dealt with. As our Drupal sites continue to grow and feature lists get longer, we find ourselves with quite a bit of CSS and JS files loading. Has anyone come up with a way to sort of aggregate CSS and JS into a couple files instead of loading several different ones?
Obviously we can do all this by hand, but it becomes cumbersome when it comes time to upgrade a module here and there.
In the core code, the user.module's autocomplete callback will only try to complete a single username. However, it seems as though this should be able to work for multiple names, like the free tagging in taxonomy module. Culling code form user and taxonomy modules, I think the code below could provide this functionality (I haven't tried it yet, however). Has anyone else wanted the same thing and gotten it working?