This project is under active development.

Taxonomy Freetag Detection

This module extends Term reference fields of type Autocomplete term widget (free tagging) with a button to scan other fields to find matching taxonomy (existing) terms.

Message subscribe

Generic module that allows users to subscribe to an entity and receive emails about changes in it.

UIComponents

This module is a developer-oriented module.

Whenever you build a site, you have to do a lot of customizations. This usually means creating a lot of .tpl.php files. And either a lot of css files, or a big one. Same for JS files. This usually gets messy fast enough and even though Drupal provides some ways to make it painless, it still is.

This module is for you if:

  • You have a lot of .tpl.php files in the same folder, you can't remember which field-- goes into which node-- or page--..
  • You have a huge CSS file and organizing is hard, you usually end up writing everything at the end of the file.
  • You have a lot of small CSS files to handle each part of the files. And you have to add each of them to the .info file. And you usually end up putting new stuff in a "put-it-all" CSS file because you can't remember what goes where.
  • You have a lot of small JS files and each of them ends up with a lot of unrelated stuff. Also, it's a pain to declare all the files in the .info file.
  • You have a huge JS file with everything in it.

Sounds familiar? Read on.

I had the same problem. Depending on the project I worked on, it always ended up in one of those situations.

Then, I read a blog post by TJ Holowaychuk: UI Components.

Apachesolr Url Switch

Provides a method of switching urls for solr entries.
This is predominately useful when attempting to index a site on one url and then swap out the index for another url.

Pages

Subscribe with RSS Subscribe to RSS - Under active development