On 05/04/2011 07:46 PM, afrey wrote:
> Cool. Based on the documentation, I replaced
> #includeForm("XWiki.AdminSheet")
> with
> {{include document="XWiki.AdminSheet"/}}
> and switched to syntax 2.0.
> The {pre} tags went away, but I still have missing fields in Edit Mode
> Settings, under Versioning. The dropdown list fields for Editcomment,
> Editcomment_mandatory, and Minoredit are missing.
>
> Another issue that is new now, at the top of the XWiki page, above the top
> buttons, "Add", "Wiki", etc..., a bar showed up with the text
> {{velocity filter="none"}} {{html clean="false" wiki="true"}} {{/html}}
> {{/velocity}}
>
> Help anyone :)

Did you answer "No" when you switched to the xwiki/2.0 syntax and the 
browser asked you if you want to automatically switch the content?

For the missing fields, you should import the XWikiPreferences class...

In order not to lose the settings, you should export the current 
XWikiPreferences document as XAR, and manually edit the XML to merge in 
the settings into the new XML for that document.

Or, you can just import the new XWikiPreferences, and manually redo the 
current configuration.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to