Index: standard/src/main/webapp/WEB-INF/xwiki.cfg
===================================================================
--- standard/src/main/webapp/WEB-INF/xwiki.cfg (revision 3816)
+++ standard/src/main/webapp/WEB-INF/xwiki.cfg (working copy)
@@ -76,6 +76,9 @@
## is empty. 0 means there is no popup. This setting is ignored is mandatory is set)
xwiki.editcomment.suggested=0
+## Use minor edit feature
+xwiki.minoredit=1
+
# GraphViz plugin configuration. The GraphViz plugin is not configured by default.
# To enable it, add "com.xpn.xwiki.plugin.graphviz.GraphVizPlugin" to the list of plugins
# in the xwiki.plugins property.
Index: standard/src/main/webapp/skins/albatross/editactions.vm
===================================================================
--- standard/src/main/webapp/skins/albatross/editactions.vm (revision 3816)
+++ standard/src/main/webapp/skins/albatross/editactions.vm (working copy)
@@ -45,6 +45,14 @@
$msg.get("core.comment"):
#end
#end
+
+#if((!$minorFieldAdded)&&($xwiki.hasMinorEdit()))
+#set($minorFieldAdded = 1)
+
+$msg.get("core.minoredit"):
+
+#end
+
#set($param = "")
#if ($sectionNumber && ($sectionNumber != 0))
#set($param = "section=$sectionNumber")
Index: standard/src/main/webapp/templates/preview.vm
===================================================================
--- standard/src/main/webapp/templates/preview.vm (revision 3816)
+++ standard/src/main/webapp/templates/preview.vm (working copy)
@@ -17,6 +17,7 @@
+