Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This release changes the folder structure of NodeStream, so that modules and themes now resides in modules/contrib and themes/contrib. This is done in order to make it easier to work with the project structure, but it also means that you have to be extra careful when you upgrade. Since the drupal class registry is pretty fragile you will probably have to use Registry rebuild to get your site up and running. Here are a few recommended tips when upgrading:
This is a initial dev snapshot. This code is running on production environments, but it could be a bit messy/dirty. It provides a basic API integration, a new Field, and a Content Type (via Features).
- Fix the ability to have more than one site home page within the same database
- Add link to edit groups from node edit form (matches MM page settings)
- Correct a typo which would cause a SQL error when enabling "Control comment readability at the node level" for the first time
- Fix a missing "}" in mm_path_create.inc. Courtesy of grahamtk #1529044: missing } in mm_create_path.inc.