Exposes Salsa objects as entities to Drupal. Doing that allows close integration with various modules like Rules and Entity Reference.
The goal is to replace the public user interface of Salsa CRM completely, integrate it neatly into a Drupal website and allowing customizations through standard Drupal API's and concepts (e.g. hook_form_alter()).
Features
(Work in progress, not everything is completely working yet)
Exposes a growing list of salsa objects within Drupal, including but not limited
to:
Supporters
Groups
Signup pages
Donate Pages
Questionnaires
Tell a friend pages
Events
Petitions
Targeted Actions
Unsubscribe pages
The pages are displayed as forms which are then submitted to Drupal and the necessary actions are made through the API
All fields (including custom fields) are exposed as Entity properties
Rules integration
Entity reference integration, including support for the autocomplete widget
Provides an alternative page trails management workflow for customizing the page breadcrumb trail. Trails can also be combined with Rules to add individual crumbs at various points in displaying a page.
Twitter Bootstrap Project uses less. The PHP less compiler has issues that the less javascript / nodejs compiler doesn't have, creating inconsistent styles. Less inheritance is clunky, nested styles are not inherited. This means using semantic markup is out of the question. This makes it impossible to style Drupal using twitter without lots of theme overrides, which could mess up styles provided by 3rd party modules as the classes will be different.
Ded Theme uses sass to generate styles, this gives better inheritance, and makes integrating Bootstrap into Drupal painless. This theme also gives a smaller CSS footprint as there is no need to include all the bootstrap files, only the ones needed. Semantic markup, you don't have to sprinkle twitter classes in your code, simply use standard Drupal classes. Ded theme uses Drupal's built-in classes and styles them using twitter bootstrap css.
The Term Sibling Reorder module allows taxonomy term administrators to reorder a term and it's siblings from the add or edit page for a term.
This is especially helpful if you're using taxonomy for something more than backend categorization. If you have a list of all terms in a block for navigation with Views, or if you're using Taxonomy Menu with the sync option (currently only in the 7.x-1.x-dev release), this module can let you add a term without temporarily affecting your site's output.
Features
Place a term within a hierarchy from the add/edit form.
Reorder siblings to a term from that term's add/edit form.
Integrates with Taxonomy Menu if you have it configured for the vocabulary (see below).
Works well with with Taxonomy term Views (if you use the "Taxonomy term: Weight" sort).
To integrate with Taxonomy Menu:
As of May 12th, 2012: you must install the 7.x-1.x-dev release (I expect it will make it into a 7.x-1.3 release when there is one).
Configure Taxonomy Menu for the vocabulary as you need to.