More precisely we've decided to remove the ability to create content on XWiki Syntax
1.0 starting with XWiki 5.0, see:
http://jira.xwiki.org/browse/XWIKI-8988#
I've updated the config files:
#-# [Since 1.6RC1] Defines the list of supported syntaxes
#-# Available syntaxes are:
#-# xwiki/2.0, xwiki/2.1, confluence/1.0, jspwiki/1.0, creole/1.0, mediawiki/1.0,
twiki/1.0, xhtml/1.0,
#-# html/4.01, plain/1.0, docbook/4.4, markdown/1.0, apt/1.0
#-#
#-# Note that starting with XWiki 5.0 the xwiki/1.0 syntax is not shown in anymore in the
Edit Panel since we want to
#-# prevent users from creating content in that deprecated syntax. Existing documents in
that Syntax will be still be
#-# rendered properly though.
xwiki.rendering.syntaxes = xwiki/2.0, xwiki/2.1
Thanks
-Vincent
On Aug 20, 2013, at 6:25 PM, Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
wrote:
On Tue, Aug 20, 2013 at 3:51 PM, Valdis Vītoliņš
<valdis.vitolins(a)odo.lv> wrote:
I've changed XWiki 5.1 configuration file
.../xwiki/WEB-INF/xwiki.cfg
line to the:
...
xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0, xwiki/2.1
...
but Document Syntax combo box still shows only
XWiki 2.1
XWiki 2.0
as possible options.
Where could be the catch?
As you can see
https://github.com/xwiki/xwiki-platform/commit/b6687dbb466a12dd5c36fd1f2927…
the XWiki 1.0 syntax was hard-coded in the Document Information
panel.. so you'll have to put it back there too.
Hope this helps,
Marius