<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Available_update_notifications</id>
	<title>Available update notifications - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Available_update_notifications"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Available_update_notifications&amp;action=history"/>
	<updated>2026-05-06T18:46:08Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Available_update_notifications&amp;diff=2035&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Available_update_notifications&amp;diff=2035&amp;oldid=prev"/>
		<updated>2024-10-18T06:31:01Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:31, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Available_update_notifications&amp;diff=2034&amp;oldid=prev</id>
		<title>1&gt;Marycooch: update notifs disabled on MoodleCloud</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Available_update_notifications&amp;diff=2034&amp;oldid=prev"/>
		<updated>2024-03-01T14:43:43Z</updated>

		<summary type="html">&lt;p&gt;update notifs disabled on MoodleCloud&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Security}}&lt;br /&gt;
==Update notifications==&lt;br /&gt;
An administrator can configure update notifications for both Moodle core code and any contributed plugins installed on the site (from the [http://moodle.org/plugins plugins directory]) in &amp;#039;&amp;#039;Site Administration / Server / Update notifications&amp;#039;&amp;#039;.&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039;: Update notifications are disabled on MoodleCloud sites.&amp;lt;/p&amp;gt;&lt;br /&gt;
If the automatic check for available updates is enabled and there is a new update available, a notification will be sent to all site admins via email and/or popup message (according to the admin&amp;#039;s messaging preferences in their profile settings).&lt;br /&gt;
&lt;br /&gt;
Updates deployment i.e. the option to update installed plugins from within Moodle may be enabled by ticking the updateautodeploy checkbox. When updates are available, &amp;#039;&amp;#039;Install this update&amp;#039;&amp;#039; buttons are shown on the [[Plugins overview]] page (&amp;#039;&amp;#039;Site Administration / Plugins / Plugins overview&amp;#039;&amp;#039;). See [[Automatic updates deployment]] for more details.&lt;br /&gt;
&lt;br /&gt;
An administrator can specify the required code maturity (stable, alpha, beta or release candidate) for update notifications, also whether notifications of new builds (normally released each week) are sent.&lt;br /&gt;
&lt;br /&gt;
[[File:updates check button.png|thumb|Checking for available updates via the notifications page]]An admin can also check for available updates for contributed plugins installed on the site using the &amp;#039;Check for available updates&amp;#039; button in &amp;#039;&amp;#039;Site Administration / Plugins / [[Installing plugins|Plugins overview]]&amp;#039;&amp;#039;. Any updates available are highlighted, with further information and a download link in the notes column opposite the plugin.&lt;br /&gt;
&lt;br /&gt;
Available updates for core code can also be checked via &amp;#039;&amp;#039;Site administration / Notifications&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
# The information about available updates are available as a web service at download.moodle.org.&lt;br /&gt;
# When the &amp;#039;Check for available updates&amp;#039; button is pressed (or daily via cron), your Moodle site fetches information about available updates from the web service and stores it locally.&lt;br /&gt;
# The list of installed plugins is compared with the list of available updates. If a newer version of Moodle or a plugin is available, site administrators are notified.&lt;br /&gt;
&lt;br /&gt;
When calling the web service, your site must provide its own version and the list of all installed add-ons. No sensitive data (such as the location of your site, any user data etc.) are submitted.&lt;br /&gt;
&lt;br /&gt;
== Disabling update notifications ==&lt;br /&gt;
&lt;br /&gt;
In a few circumstances (such as completely managed servers, which may have a lot of local modifications) it is desirable to not have the check for updates active. The feature may be disabled completely by adding the following code to the [[Configuration file|config.php file]]:&lt;br /&gt;
&lt;br /&gt;
    $CFG-&amp;gt;disableupdatenotifications = true;&lt;br /&gt;
&lt;br /&gt;
== Errors and exceptions ==&lt;br /&gt;
&lt;br /&gt;
If you obtain an error, please [[Debugging|turn debugging on]] to obtain additional information about the cause of the error.&lt;br /&gt;
&lt;br /&gt;
=== Unable to fetch available updates data - unexpected cURL error ===&lt;br /&gt;
&lt;br /&gt;
See the debug info for the actual cURL error number and the error text.&lt;br /&gt;
&lt;br /&gt;
; cURL error 7 couldn&amp;#039;t connect to host : Make sure that the site http://download.moodle.org is up and running at the moment. If it is down, your site can&amp;#039;t call the web service to fetch the available updates info. Wait for http://download.moodle.org to be up again then re-check.&lt;br /&gt;
&lt;br /&gt;
; cURL error 60 (SSL certificate problem) : This suggests problems with the validation of the SSL certificate of the remote (moodle.org) site. This is also a known problem in Moodle Windows 7 servers running the Moodle package for Windows. See [[SSL certificate for moodle.org]] for more info.&lt;br /&gt;
&lt;br /&gt;
: This error can also be due to your Moodle site being configured to run behind a misconfigured proxy server.&lt;br /&gt;
&lt;br /&gt;
=== Unable to fetch available updates data - unexpected HTTP response code ===&lt;br /&gt;
&lt;br /&gt;
See the debug info for the actual HTTP response code. On success, the HTTP response code is 200. All other response codes throw this error.&lt;br /&gt;
&lt;br /&gt;
=== Unexpected version of the response format ===&lt;br /&gt;
&lt;br /&gt;
This could happen if you check for updates during the major Moodle upgrade. Please try to re-check for available updates once you finish upgrading your Moodle site.&lt;br /&gt;
&lt;br /&gt;
[[de:Aktualisierungsmitteilung]]&lt;br /&gt;
[[es:Notificaciones de actualización disponible]]&lt;/div&gt;</summary>
		<author><name>1&gt;Marycooch</name></author>
	</entry>
</feed>