An error occurred while fetching the assigned milestone of the selected merge_request.
Issue #3342489: Add default value for mail_notification in site.system config
2 unresolved threads
Closes #3342489
Merge request reports
Activity
added 13 commits
-
cd6ed2c2...666f9e98 - 11 commits from branch
project:11.x
- 37d2ce1f - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
- 3a66138c - Added an update to upgrade path for existing path
-
cd6ed2c2...666f9e98 - 11 commits from branch
added 5 commits
-
3a66138c...b06be9b6 - 3 commits from branch
project:11.x
- 2b719b64 - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
- b1903189 - Added validation to prevent re-write existing values
-
3a66138c...b06be9b6 - 3 commits from branch
- core/modules/config/config.install 0 → 100644
1 <?php 2 3 /** 4 * @file 5 * Install, update and uninstall functions for the Config module. 6 */ 7 8 /** 9 * Adds default value for the mail_notification config parameter. 10 */ 11 function config_update_10100() { changed this line in version 5 of the diff
added 57 commits
-
b1903189...4c95ce55 - 55 commits from branch
project:11.x
- 7558a0fe - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
- 7a3a2e42 - Moved update function to the system post update
-
b1903189...4c95ce55 - 55 commits from branch
added 6 commits
-
66716dc9 - 1 commit from branch
project:11.x
- 9f72a13c - Issue #3342489: Add default value for mail_notification in site.system config
- 323e8548 - Fixed tests
- 84a8b3bd - Added an update to upgrade path for existing path
- c52d8a2f - Added validation to prevent re-write existing values
- c1129ee4 - Moved update function to the system post update
Toggle commit list-
66716dc9 - 1 commit from branch
added 75 commits
-
c1129ee4...6dfc9250 - 66 commits from branch
project:11.x
- 9cd95fb3 - Issue #3342489: Add default value for mail_notification in site.system config
- cd6ed2c2 - Fixed tests
- 37d2ce1f - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
- 3a66138c - Added an update to upgrade path for existing path
- 2b719b64 - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
- b1903189 - Added validation to prevent re-write existing values
- 742d1016 - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
- 28c34f25 - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
- e104773e - Merge branch '3342489-add-default-value' of...
Toggle commit list-
c1129ee4...6dfc9250 - 66 commits from branch
added 27 commits
-
e104773e...1d5b6183 - 26 commits from branch
project:11.x
- 67e06662 - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
-
e104773e...1d5b6183 - 26 commits from branch
- core/modules/config/config.install 0 → 100644
1 <?php 2 3 /** 4 * @file 5 * Install, update and uninstall functions for the Config module. 6 */ 7 8 /** 9 * Adds default value for the mail_notification config parameter. 10 */ 11 function config_update_10100() { changed this line in version 9 of the diff
added 1 commit
- 9ce35f2a - Removed install file because all logic moved to the post update function
added 7 commits
-
9ce35f2a...67dbfb98 - 6 commits from branch
project:11.x
- 5809698e - Merge branch '11.x' of git.drupal.org:project/drupal into 3342489-add-default-value
-
9ce35f2a...67dbfb98 - 6 commits from branch
Please register or sign in to reply