Commit 28a2d836 authored by Neil Drumm's avatar Neil Drumm 👋
Browse files

Issue #3267863: Remove redundant author information from release pages

parent 5175bb81
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ dependencies[] = taxonomy
dependencies[] = text
dependencies[] = views
dependencies[] = views_content
datestamp = 1638214307
datestamp = 1648510695
features[ctools][] = field_group:field_group:1
features[ctools][] = panelizer:panelizer:1
features[ctools][] = strongarm:strongarm:1
@@ -405,6 +405,7 @@ features[variable][] = language_content_type_project_core
features[variable][] = language_content_type_project_drupalorg
features[variable][] = language_content_type_project_general
features[variable][] = language_content_type_project_module
features[variable][] = language_content_type_project_release
features[variable][] = language_content_type_project_theme
features[variable][] = menu_options_project_core
features[variable][] = menu_options_project_drupalorg
+14 −6
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ function drupalorg_projects_strongarm() {
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_form_location_project_release';
  $strongarm->value = '0';
  $strongarm->value = 0;
  $export['comment_form_location_project_release'] = $strongarm;

  $strongarm = new stdClass();
@@ -225,7 +225,7 @@ function drupalorg_projects_strongarm() {
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_preview_project_release';
  $strongarm->value = 1;
  $strongarm->value = '1';
  $export['comment_preview_project_release'] = $strongarm;

  $strongarm = new stdClass();
@@ -274,7 +274,7 @@ function drupalorg_projects_strongarm() {
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_project_release';
  $strongarm->value = 1;
  $strongarm->value = '1';
  $export['comment_project_release'] = $strongarm;

  $strongarm = new stdClass();
@@ -330,7 +330,7 @@ function drupalorg_projects_strongarm() {
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_subject_field_project_release';
  $strongarm->value = '1';
  $strongarm->value = 1;
  $export['comment_subject_field_project_release'] = $strongarm;

  $strongarm = new stdClass();
@@ -989,6 +989,13 @@ function drupalorg_projects_strongarm() {
  $strongarm->value = '0';
  $export['language_content_type_project_module'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_project_release';
  $strongarm->value = '0';
  $export['language_content_type_project_release'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
@@ -1215,7 +1222,7 @@ function drupalorg_projects_strongarm() {
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_preview_project_release';
  $strongarm->value = 1;
  $strongarm->value = '1';
  $export['node_preview_project_release'] = $strongarm;

  $strongarm = new stdClass();
@@ -1257,7 +1264,7 @@ function drupalorg_projects_strongarm() {
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_submitted_project_release';
  $strongarm->value = 1;
  $strongarm->value = 0;
  $export['node_submitted_project_release'] = $strongarm;

  $strongarm = new stdClass();
@@ -1283,6 +1290,7 @@ function drupalorg_projects_strongarm() {
  $strongarm->name = 'panelizer_defaults_node_project_release';
  $strongarm->value = array(
    'status' => 0,
    'help' => '',
    'view modes' => array(),
  );
  $export['panelizer_defaults_node_project_release'] = $strongarm;