Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-36943

available plugin notification by mail is incorrect

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.3, 2.4
    • 2.3.4, 2.4.1
    • Administration
    • MOODLE_23_STABLE, MOODLE_24_STABLE
    • MOODLE_23_STABLE, MOODLE_24_STABLE
    • Hide

      Testing difficulty: HARD (requires site upgrade and DB access)

      1. Install a recent 2.3 site. Make sure that cron.php IS NOT executed automatically to have control over that. Also, DO NOT click on "Check for updates" button during this test.
      2. At the Site administration ► Server ► Update notifications, enable updateautocheck and updatenotifybuilds and set updateminmaturity to Alpha
      3. Install the latest HotPot activity module from the Plugins directory.
      4. Run cron.php
      5. TEST: Make sure that no notification about the HotPot available update is sent.
      6. TEST: You should get the notification about 2.4 and 2.5dev update available with no repeated line (this is to test MDL-37003).
      7. Upgrade the site to the latest 2.4 patched with submitted patches (again, DO NOT click the Check for updates button during the upgrade).
      8. Execute the following SQL to force re-fetching data on the next cron:

        UPDATE mdl_config_plugins SET value=1 WHERE plugin = 'core_plugin' AND name='recentfetch';

      9. Run cron.php
      10. TEST: Make sure you again receive no notification about the HotPot available.
      Show
      Testing difficulty: HARD (requires site upgrade and DB access) Install a recent 2.3 site. Make sure that cron.php IS NOT executed automatically to have control over that. Also, DO NOT click on "Check for updates" button during this test. At the Site administration ► Server ► Update notifications, enable updateautocheck and updatenotifybuilds and set updateminmaturity to Alpha Install the latest HotPot activity module from the Plugins directory. Run cron.php TEST: Make sure that no notification about the HotPot available update is sent. TEST: You should get the notification about 2.4 and 2.5dev update available with no repeated line (this is to test MDL-37003 ). Upgrade the site to the latest 2.4 patched with submitted patches (again, DO NOT click the Check for updates button during the upgrade). Execute the following SQL to force re-fetching data on the next cron: UPDATE mdl_config_plugins SET value=1 WHERE plugin = 'core_plugin' AND name='recentfetch'; Run cron.php TEST: Make sure you again receive no notification about the HotPot available.

    Description

      When I install a plugin, I receive an e-mail from Moodle that there is a new version available for the plugin. I receive this mail after the day the plugin is installed. However, the version mentioned in the e-mail is the same version that is installed on the server.

      the notifications page in Moodle don't show this information. it says that the Moodle code is up to date.

      I don't know if there is an duplicate bug of this problem. I couldn't find it.

      Attachments

        Issue Links

          Activity

            People

              mudrd8mz David Mudrák (@mudrd8mz)
              mvgerwen Mitchell van Gerwen
              Eloy Lafuente (stronk7) Eloy Lafuente (stronk7)
              Eloy Lafuente (stronk7) Eloy Lafuente (stronk7)
              David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                14/Jan/13