Skip to content
Snippets Groups Projects

Issue #3342489: Add default value for mail_notification in site.system config

Open Issue #3342489: Add default value for mail_notification in site.system config
2 unresolved threads
Open Kostia Bohach requested to merge issue/drupal-3342489:3342489-add-default-value into 11.x
2 unresolved threads

Closes #3342489

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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() {
  • Kostia Bohach added 57 commits

    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

    Compare with previous version

  • Kostia Bohach added 6 commits

    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

    Compare with previous version

  • Kostia Bohach added 75 commits

    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...

    Compare with previous version

  • Kostia Bohach added 27 commits

    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

    Compare with previous version

  • 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() {
  • Kostia Bohach added 1 commit

    added 1 commit

    • 9ce35f2a - Removed install file because all logic moved to the post update function

    Compare with previous version

  • Kostia Bohach added 7 commits

    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

    Compare with previous version

  • Please register or sign in to reply
    Loading