-
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 #1580178: Added helper functions for N node types behaving as issues.
-
Issue #1586210 by dww: Fixed confusion about generic entity types.
-
Issue #1586210 by dww, mikey_p: Fixed confusion about generic entity types.
-
Fix #1548274 by dww: Removed allowed_values cruft for issue components.
-
Fix #1548274 by dww: project_issue now depends on dereference_list.
-
Fix #1548274 by chx, dww: Use dereference_list for issue components.
-
Fix #1549638 by dww: Moved project_solr into a separate project.
-
Fix #1549638 by dww: Moved project_solr into a separate project.