<?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%3AWiki_2.0</id>
	<title>Development:Wiki 2.0 - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AWiki_2.0"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Wiki_2.0&amp;action=history"/>
	<updated>2026-05-07T13:46:57Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Wiki_2.0&amp;diff=12162&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Wiki_2.0&amp;diff=12162&amp;oldid=prev"/>
		<updated>2024-10-21T08:59:20Z</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:59, 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:Wiki_2.0&amp;diff=12161&amp;oldid=prev</id>
		<title>1&gt;Xavidp в 09:55, 17 ноября 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Wiki_2.0&amp;diff=12161&amp;oldid=prev"/>
		<updated>2009-11-17T09:55:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ludo&amp;#039;s DFwikiteam in UPC-Barcelona leaded by Jordi Piguillem are working in the new Wiki module for Moodle 2.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development process and testing =&lt;br /&gt;
&lt;br /&gt;
== First alpha release ==&lt;br /&gt;
[http://moodle.org/mod/forum/discuss.php?d=137439|Discussed at the Wiki forum]   [http://dl.dropbox.com/u/765393/wiki20.zip|download release]&lt;br /&gt;
&lt;br /&gt;
=== Howto install ===&lt;br /&gt;
Works with Moodle 2.0 devel tested Nov 9th, 2009&lt;br /&gt;
&lt;br /&gt;
Copy the Mod/wiki folder into the moodle&amp;#039;s Mod/wiki folder (replacing completelly the folder)&lt;br /&gt;
And you may also copy the contents of the /blocks folder into the /blocks folder of the moodle 2.0.&lt;br /&gt;
A clean install worked fine, so far. &lt;br /&gt;
&lt;br /&gt;
=== Main Features in this version===&lt;br /&gt;
&lt;br /&gt;
This version features a functional wiki featuring Creole 1.0 parser, Mediawiki like parser, and HTML WYSIWYG page edition. The teacher can let the students choose the page format of make mandatory one format.&lt;br /&gt;
The blocks don&amp;#039;t work very well.&lt;br /&gt;
As you may see the page differences engine has been borrowed from OUWiki.&lt;br /&gt;
A migration engine is in place, but requires heavy testing. &lt;br /&gt;
&lt;br /&gt;
=== Needs heavy testing ===&lt;br /&gt;
&lt;br /&gt;
Migration from Wiki, NWiki and ouwiki form Moodle 1.9.6 &lt;br /&gt;
&lt;br /&gt;
===Bugs reported ===&lt;br /&gt;
Place your complaints here&lt;br /&gt;
&lt;br /&gt;
* http://tracker.moodle.org/browse/MDL-20812&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Design and tecnical stuff =&lt;br /&gt;
&lt;br /&gt;
==Database design==&lt;br /&gt;
Changes compared to OU wiki&lt;br /&gt;
* used section titles instead of byte ranges&lt;br /&gt;
* section titles must bu unique on each page&lt;br /&gt;
* synonyms table&lt;br /&gt;
* text format in versions table (and maybe caching field for parsed text)&lt;br /&gt;
* Do we need one wiki per student mode?&lt;br /&gt;
* page lock option&lt;br /&gt;
&lt;br /&gt;
[[Image:Wikidatabasedesign.png]]&lt;br /&gt;
&lt;br /&gt;
==Formats, Editors &amp;amp; Filters==&lt;br /&gt;
&lt;br /&gt;
Implemented in core.&lt;br /&gt;
&lt;br /&gt;
===Filters===&lt;br /&gt;
We need filtering before and after conversion to HTML.&lt;br /&gt;
&lt;br /&gt;
===Editors===&lt;br /&gt;
New mforms editor element should support all types of formats.&lt;br /&gt;
&lt;br /&gt;
===Formats===&lt;br /&gt;
Responsible for conversions and diffs.&lt;br /&gt;
&lt;br /&gt;
==Locking==&lt;br /&gt;
&lt;br /&gt;
Should use section titles instead of byte ranges.&lt;br /&gt;
&lt;br /&gt;
==Version &amp;amp; diffs==&lt;br /&gt;
&lt;br /&gt;
Diffs not part of wiki code anymore, instead handled by format plugins.&lt;br /&gt;
&lt;br /&gt;
==Comments==&lt;br /&gt;
&lt;br /&gt;
We need general comments framework - to be used in blogs, glossary, database mod, assignments and wiki.&lt;br /&gt;
&lt;br /&gt;
Questions:&lt;br /&gt;
* do we need attachments? yes&lt;br /&gt;
* threads? no&lt;br /&gt;
* edit timeouts like in forum? yes&lt;br /&gt;
* some more capabilitites&lt;br /&gt;
&lt;br /&gt;
==Groups==&lt;br /&gt;
&lt;br /&gt;
Group mode can be used for emulation of one wiki per student mode.&lt;br /&gt;
&lt;br /&gt;
==Grading==&lt;br /&gt;
&lt;br /&gt;
General grading support for assignments and wikis with group grading mode.&lt;br /&gt;
&lt;br /&gt;
Grading is handled by gradebook plugins. Grading means the act of setting final grade. This is not a peer review.&lt;br /&gt;
&lt;br /&gt;
Gradebook plugins may use ratings, display overview of all pages, all contributions, etc.&lt;br /&gt;
&lt;br /&gt;
==Rating==&lt;br /&gt;
&lt;br /&gt;
Optional peer review - ratings, could be something like proposal for final grade.&lt;br /&gt;
&lt;br /&gt;
Two different types of ratings - open on wiki pages view, the other on versions history page. First for rating of page as the result of collaborative work, the other rating of individual contributions.&lt;br /&gt;
&lt;br /&gt;
==File handling==&lt;br /&gt;
&lt;br /&gt;
Supported in moodle core (file handling, editors, etc.).&lt;br /&gt;
&lt;br /&gt;
==Backup/Restore==&lt;br /&gt;
&lt;br /&gt;
Only basic restore support for 1.6-1.9. Full support only for 2.x&lt;br /&gt;
&lt;br /&gt;
==Tags==&lt;br /&gt;
&lt;br /&gt;
Core tags library.&lt;br /&gt;
&lt;br /&gt;
==Blocks==&lt;br /&gt;
&lt;br /&gt;
* Index map - ideally graph, text too?&lt;br /&gt;
* Add new or missing page&lt;br /&gt;
* List of orphaned pages&lt;br /&gt;
* My contributions&lt;br /&gt;
* Search?? better to have generic search&lt;br /&gt;
* standard tags (nothing special)&lt;br /&gt;
* navigation&lt;br /&gt;
* full list of pages&lt;br /&gt;
&lt;br /&gt;
==Permissions==&lt;br /&gt;
&lt;br /&gt;
view, edit, comment, change locking, manage (general)&lt;br /&gt;
&lt;br /&gt;
==Templates==&lt;br /&gt;
&lt;br /&gt;
we need to store the template in database, we need it in group mode&lt;br /&gt;
&lt;br /&gt;
==Export/Import==&lt;br /&gt;
portfolio and repository API&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Development:NWiki roadmap]]&lt;/div&gt;</summary>
		<author><name>1&gt;Xavidp</name></author>
	</entry>
</feed>