<?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=Development%3ADebian_Packaging_Team</id>
	<title>Development:Debian Packaging Team - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3ADebian_Packaging_Team"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Debian_Packaging_Team&amp;action=history"/>
	<updated>2026-05-07T16:30:12Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Debian_Packaging_Team&amp;diff=11028&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Debian_Packaging_Team&amp;diff=11028&amp;oldid=prev"/>
		<updated>2024-10-21T08:51:10Z</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;Версия от 08:51, 21 октября 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=Development:Debian_Packaging_Team&amp;diff=11027&amp;oldid=prev</id>
		<title>1&gt;Poltawski: /* php-simpletest */</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Debian_Packaging_Team&amp;diff=11027&amp;oldid=prev"/>
		<updated>2009-11-01T19:52:14Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;php-simpletest&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page is a shameless abuse of the moodle docs wiki for the debian packaging team to keep track of their goals and not loose mind ;-)&lt;br /&gt;
&lt;br /&gt;
= Removing Embedded Libraries =&lt;br /&gt;
&lt;br /&gt;
== phpmailer ==&lt;br /&gt;
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429339&lt;br /&gt;
&lt;br /&gt;
We can probably fix this by helping changing the way that phpmailer is used in moodle, See MDL-20701&lt;br /&gt;
&lt;br /&gt;
== tinymce ==&lt;br /&gt;
In Moodle 1.9 this is not being used (I dont think). In Moodle 2.0 this needs thinking about&lt;br /&gt;
&lt;br /&gt;
== libphp-adodb ==&lt;br /&gt;
Won&amp;#039;t fix. Moodle customise it.&lt;br /&gt;
&lt;br /&gt;
== libphp-snoopy ==&lt;br /&gt;
Lookes like the changes are only in cosmetics. Can go.&lt;br /&gt;
&lt;br /&gt;
== libmarkdown-php ==&lt;br /&gt;
We can&amp;#039;t fix this one, moodle uses markdown extra&lt;br /&gt;
&lt;br /&gt;
== nusoap ==&lt;br /&gt;
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529573&lt;br /&gt;
&lt;br /&gt;
Doesn&amp;#039;t need to be used on debian since we have php5 and soap extension. Removing&lt;br /&gt;
&lt;br /&gt;
== php-simpletest ==&lt;br /&gt;
Need to investigate..&lt;br /&gt;
&lt;br /&gt;
: I believe there are a few Moodle-specific tweaks - look in the code:--[[User:Tim Hunt|Tim Hunt]] 19:10, 1 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Just seems to be declaring the $CFG global:&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
diff --git a/lib/simpletestlib/test_case.php b/lib/simpletestlib/test_case.php&lt;br /&gt;
index 62d0349..91835a3 100644&lt;br /&gt;
--- a/lib/simpletestlib/test_case.php&lt;br /&gt;
+++ b/lib/simpletestlib/test_case.php&lt;br /&gt;
@@ -458,6 +458,7 @@&lt;br /&gt;
          */&lt;br /&gt;
         function _requireWithError($file) {&lt;br /&gt;
             $this-&amp;gt;_enableErrorReporting();&lt;br /&gt;
+            global $CFG; // Moodle patch for $CFG global in unit test files&lt;br /&gt;
             include($file);&lt;br /&gt;
             $error = isset($php_errormsg) ? $php_errormsg : false;&lt;br /&gt;
             $this-&amp;gt;_disableErrorReporting();&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>1&gt;Poltawski</name></author>
	</entry>
</feed>