Skip to content
Snippets Groups Projects
Commit 14f0f227 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #3473979: Make old links relative

parent dc9d5ac6
No related branches found
No related tags found
2 merge requests!312Issue # 3494493: Documentation: Document Maintainer Widget,!299Remove heroes from components field. Update CTA section and add variants.
...@@ -274,10 +274,11 @@ function drupalorg_change_notice_field_default_field_instances() { ...@@ -274,10 +274,11 @@ function drupalorg_change_notice_field_default_field_instances() {
// Exported field_instance: 'node-changenotice-field_description'. // Exported field_instance: 'node-changenotice-field_description'.
$field_instances['node-changenotice-field_description'] = array( $field_instances['node-changenotice-field_description'] = array(
'bueditor_profile' => -1,
'bundle' => 'changenotice', 'bundle' => 'changenotice',
'default_value' => NULL, 'default_value' => NULL,
'deleted' => 0, 'deleted' => 0,
'description' => 'Describe the change, and its impact on site users, site builders, themers, and module developers. If appropriate, give before/after code samples. Good examples: <a href="http://drupal.org/update/modules/6/7#drupal_set_title">6/7 module update guide section</a>, <a href="http://drupal.org/update/themes/6/7#search-result-headings">6/7 theme update guide section</a> (though it is not necessary to link to the issue).', 'description' => 'Describe the change, and its impact on site users, site builders, themers, and module developers. If appropriate, give before/after code samples. Good examples: <a href="/update/modules/6/7#drupal_set_title">6/7 module update guide section</a>, <a href="/update/themes/6/7#search-result-headings">6/7 theme update guide section</a> (though it is not necessary to link to the issue).',
'display' => array( 'display' => array(
'default' => array( 'default' => array(
'label' => 'above', 'label' => 'above',
...@@ -353,7 +354,7 @@ function drupalorg_change_notice_field_default_field_instances() { ...@@ -353,7 +354,7 @@ function drupalorg_change_notice_field_default_field_instances() {
'entity_type' => 'node', 'entity_type' => 'node',
'field_name' => 'field_description', 'field_name' => 'field_description',
'label' => 'Description', 'label' => 'Description',
'required' => FALSE, 'required' => 0,
'settings' => array( 'settings' => array(
'text_processing' => 1, 'text_processing' => 1,
'user_register_form' => FALSE, 'user_register_form' => FALSE,
...@@ -363,9 +364,7 @@ function drupalorg_change_notice_field_default_field_instances() { ...@@ -363,9 +364,7 @@ function drupalorg_change_notice_field_default_field_instances() {
'active' => 1, 'active' => 1,
'module' => 'text', 'module' => 'text',
'settings' => array( 'settings' => array(
'default_value_php' => NULL,
'rows' => 10, 'rows' => 10,
'size' => 60,
), ),
'type' => 'text_textarea', 'type' => 'text_textarea',
'weight' => 6, 'weight' => 6,
...@@ -800,7 +799,7 @@ function drupalorg_change_notice_field_default_field_instances() { ...@@ -800,7 +799,7 @@ function drupalorg_change_notice_field_default_field_instances() {
t('By default, change records are created in a draft state. Making the change published will make it appear on the default change list.'); t('By default, change records are created in a draft state. Making the change published will make it appear on the default change list.');
t('Change record status'); t('Change record status');
t('Check all that apply - who does this change impact?'); t('Check all that apply - who does this change impact?');
t('Describe the change, and its impact on site users, site builders, themers, and module developers. If appropriate, give before/after code samples. Good examples: <a href="http://drupal.org/update/modules/6/7#drupal_set_title">6/7 module update guide section</a>, <a href="http://drupal.org/update/themes/6/7#search-result-headings">6/7 theme update guide section</a> (though it is not necessary to link to the issue).'); t('Describe the change, and its impact on site users, site builders, themers, and module developers. If appropriate, give before/after code samples. Good examples: <a href="/update/modules/6/7#drupal_set_title">6/7 module update guide section</a>, <a href="/update/themes/6/7#search-result-headings">6/7 theme update guide section</a> (though it is not necessary to link to the issue).');
t('Description'); t('Description');
t('Enter the branch this change was first applied in. Examples: 8.0.x, 7.x-3.x'); t('Enter the branch this change was first applied in. Examples: 8.0.x, 7.x-3.x');
t('Enter the version this change was first applied in. Examples: 8.0.0-ALPHA3, 7.5, 7.x-3.2'); t('Enter the version this change was first applied in. Examples: 8.0.0-ALPHA3, 7.5, 7.x-3.2');
......
...@@ -19,7 +19,7 @@ dependencies[] = search ...@@ -19,7 +19,7 @@ dependencies[] = search
dependencies[] = strongarm dependencies[] = strongarm
dependencies[] = text dependencies[] = text
dependencies[] = views dependencies[] = views
datestamp = 1721768441 datestamp = 1726841806
features[ctools][] = field_group:field_group:1 features[ctools][] = field_group:field_group:1
features[ctools][] = strongarm:strongarm:1 features[ctools][] = strongarm:strongarm:1
features[ctools][] = views:views_default:3.0 features[ctools][] = views:views_default:3.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment