-
Issue #1569524 by dww, ChinggizKhan: Added node type settings for Project*. Added a 'Project settings' vertical tab on node type edit forms. There's a top-level set of radio buttons for how the node type behaves with Project* (is it a project, release, etc?). Also added a hook_project_node_type_settings() so that other Project* modules can inject their own choices for project behavior and their own module-specific settings for each node type. See project.api.php.
-
[#1571122] by dww: Fixed regression for 'variant' in release history feeds. When Drupal.org renamed 'Installation profiles' to 'Distributions' (#1314124) it broke the hack in this script that was adding 'variant' info to the release history feeds for distribution releases. Still a hack, but at least it's working again. ;)
-
Issue #1586210 by dww, mikey_p: Fixed confusion about generic entity types.
-
fix parse error in drush code.
-
Forward #1551356, adding TODO to fix query for dead tables in 7.x.
-
Forward #1551356, DBTNG fixes for project_usage.drush.inc.
-
Forward #1551356, clean up README.
-
Forward #1551356, add description in hook_permission, rip out dead hook_simpletest code.
-
Forward #1551356, clean up doxygen in .module file.
-
Forward #1551356, rip out unused, crufty custom query builder code, yay!