[xwiki-devs] Remove config related to xwiki/1.0 from xwiki.cfg
Hi devs, Since we’ve removed default support for xwiki/1.0 syntax in XWiki, we should also probably remove it from xwiki.cfg and just document it somewhere on xwiki.org (where we document that syntax and how to enable it). I’m referring to: #--------------------------------------- # XWiki Syntax 1.0 Rendering Engine # #-# Disable particular renderers. #-# Macro mapping # xwiki.render.macromapping=1 #-# Velocity interpreter # xwiki.render.velocity=1 #-# Groovy interpreter # xwiki.render.groovy=1 #-# Plugin rendering # xwiki.render.plugin=1 #-# Radeox wiki renderer # xwiki.render.wiki=1 #-# Simple wiki syntax rendering # xwiki.render.wikiwiki=0 #-# [Since 2.4M1] #-# Rendering order: content will be rendered by the first renderer on the list, output rendered by the second, etc. #xwiki.render.renderingorder=macromapping, groovy, velocity, plugin, wiki, wikiwiki #-# Maximum number of documents to keep in the rendered cache # xwiki.render.cache.capacity=100 #-# Default target for external links. Use _blank to open external links in a new tab/window. # xwiki.render.externallinks.defaulttarget= WDYT? Thanks -Vincent
+1 Thanks, Marius On Sun, May 15, 2016 at 12:34 PM, Vincent Massol <[email protected]> wrote:
Hi devs,
Since we’ve removed default support for xwiki/1.0 syntax in XWiki, we should also probably remove it from xwiki.cfg and just document it somewhere on xwiki.org (where we document that syntax and how to enable it). I’m referring to:
#--------------------------------------- # XWiki Syntax 1.0 Rendering Engine #
#-# Disable particular renderers. #-# Macro mapping # xwiki.render.macromapping=1 #-# Velocity interpreter # xwiki.render.velocity=1 #-# Groovy interpreter # xwiki.render.groovy=1 #-# Plugin rendering # xwiki.render.plugin=1 #-# Radeox wiki renderer # xwiki.render.wiki=1 #-# Simple wiki syntax rendering # xwiki.render.wikiwiki=0
#-# [Since 2.4M1] #-# Rendering order: content will be rendered by the first renderer on the list, output rendered by the second, etc. #xwiki.render.renderingorder=macromapping, groovy, velocity, plugin, wiki, wikiwiki
#-# Maximum number of documents to keep in the rendered cache # xwiki.render.cache.capacity=100
#-# Default target for external links. Use _blank to open external links in a new tab/window. # xwiki.render.externallinks.defaulttarget=
WDYT?
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 Should probably be documented as configuration of the module http://extensions.xwiki.org/xwiki/bin/view/Extension/Old+XWiki+1.0+syntax+re.... On Sun, May 15, 2016 at 11:34 AM, Vincent Massol <[email protected]> wrote:
Hi devs,
Since we’ve removed default support for xwiki/1.0 syntax in XWiki, we should also probably remove it from xwiki.cfg and just document it somewhere on xwiki.org (where we document that syntax and how to enable it). I’m referring to:
#--------------------------------------- # XWiki Syntax 1.0 Rendering Engine #
#-# Disable particular renderers. #-# Macro mapping # xwiki.render.macromapping=1 #-# Velocity interpreter # xwiki.render.velocity=1 #-# Groovy interpreter # xwiki.render.groovy=1 #-# Plugin rendering # xwiki.render.plugin=1 #-# Radeox wiki renderer # xwiki.render.wiki=1 #-# Simple wiki syntax rendering # xwiki.render.wikiwiki=0
#-# [Since 2.4M1] #-# Rendering order: content will be rendered by the first renderer on the list, output rendered by the second, etc. #xwiki.render.renderingorder=macromapping, groovy, velocity, plugin, wiki, wikiwiki
#-# Maximum number of documents to keep in the rendered cache # xwiki.render.cache.capacity=100
#-# Default target for external links. Use _blank to open external links in a new tab/window. # xwiki.render.externallinks.defaulttarget=
WDYT?
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
+1 2016-05-15 15:34 GMT+02:00 Thomas Mortagne <[email protected]>:
+1
Should probably be documented as configuration of the module
http://extensions.xwiki.org/xwiki/bin/view/Extension/Old+XWiki+1.0+syntax+re... .
On Sun, May 15, 2016 at 11:34 AM, Vincent Massol <[email protected]> wrote:
Hi devs,
Since we’ve removed default support for xwiki/1.0 syntax in XWiki, we should also probably remove it from xwiki.cfg and just document it somewhere on xwiki.org (where we document that syntax and how to enable it). I’m referring to:
#--------------------------------------- # XWiki Syntax 1.0 Rendering Engine #
#-# Disable particular renderers. #-# Macro mapping # xwiki.render.macromapping=1 #-# Velocity interpreter # xwiki.render.velocity=1 #-# Groovy interpreter # xwiki.render.groovy=1 #-# Plugin rendering # xwiki.render.plugin=1 #-# Radeox wiki renderer # xwiki.render.wiki=1 #-# Simple wiki syntax rendering # xwiki.render.wikiwiki=0
#-# [Since 2.4M1] #-# Rendering order: content will be rendered by the first renderer on the list, output rendered by the second, etc. #xwiki.render.renderingorder=macromapping, groovy, velocity, plugin, wiki, wikiwiki
#-# Maximum number of documents to keep in the rendered cache # xwiki.render.cache.capacity=100
#-# Default target for external links. Use _blank to open external links in a new tab/window. # xwiki.render.externallinks.defaulttarget=
WDYT?
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Delhumeau ([email protected]) Research & Development Engineer at XWiki SAS Committer on the XWiki.org project
Starting move with Markdown Syntax 1.0 and 1.1. Hmm I wonder if we should have a single git repo + one single jira project for all versions of a given syntax or not… Often, a new version of the syntax will extend the previous version so I think it makes sense to have a single repo/jira. On the downside, it means risking releasing the older versions even when there are no changes to them. The other problem is that you’ll usually need common classes to for all versions and it would be awkward to have to add yet another repo just for those… So all in all I’m in favor of having a single repo/jira. WDYT? Thanks -Vincent
On 17 May 2016, at 10:16, Guillaume Delhumeau <[email protected]> wrote:
+1
2016-05-15 15:34 GMT+02:00 Thomas Mortagne <[email protected]>:
+1
Should probably be documented as configuration of the module
http://extensions.xwiki.org/xwiki/bin/view/Extension/Old+XWiki+1.0+syntax+re... .
On Sun, May 15, 2016 at 11:34 AM, Vincent Massol <[email protected]> wrote:
Hi devs,
Since we’ve removed default support for xwiki/1.0 syntax in XWiki, we should also probably remove it from xwiki.cfg and just document it somewhere on xwiki.org (where we document that syntax and how to enable it). I’m referring to:
#--------------------------------------- # XWiki Syntax 1.0 Rendering Engine #
#-# Disable particular renderers. #-# Macro mapping # xwiki.render.macromapping=1 #-# Velocity interpreter # xwiki.render.velocity=1 #-# Groovy interpreter # xwiki.render.groovy=1 #-# Plugin rendering # xwiki.render.plugin=1 #-# Radeox wiki renderer # xwiki.render.wiki=1 #-# Simple wiki syntax rendering # xwiki.render.wikiwiki=0
#-# [Since 2.4M1] #-# Rendering order: content will be rendered by the first renderer on the list, output rendered by the second, etc. #xwiki.render.renderingorder=macromapping, groovy, velocity, plugin, wiki, wikiwiki
#-# Maximum number of documents to keep in the rendered cache # xwiki.render.cache.capacity=100
#-# Default target for external links. Use _blank to open external links in a new tab/window. # xwiki.render.externallinks.defaulttarget=
WDYT?
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Delhumeau ([email protected]) Research & Development Engineer at XWiki SAS Committer on the XWiki.org project _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
I don't think we can make a general rule of it. In the case of markdown we should definitely put them in the same repo IMO. On Wed, May 18, 2016 at 6:42 PM, Vincent Massol <[email protected]> wrote:
Starting move with Markdown Syntax 1.0 and 1.1.
Hmm I wonder if we should have a single git repo + one single jira project for all versions of a given syntax or not…
Often, a new version of the syntax will extend the previous version so I think it makes sense to have a single repo/jira.
On the downside, it means risking releasing the older versions even when there are no changes to them.
The other problem is that you’ll usually need common classes to for all versions and it would be awkward to have to add yet another repo just for those…
So all in all I’m in favor of having a single repo/jira.
WDYT?
Thanks -Vincent
On 17 May 2016, at 10:16, Guillaume Delhumeau <[email protected]> wrote:
+1
2016-05-15 15:34 GMT+02:00 Thomas Mortagne <[email protected]>:
+1
Should probably be documented as configuration of the module
http://extensions.xwiki.org/xwiki/bin/view/Extension/Old+XWiki+1.0+syntax+re... .
On Sun, May 15, 2016 at 11:34 AM, Vincent Massol <[email protected]> wrote:
Hi devs,
Since we’ve removed default support for xwiki/1.0 syntax in XWiki, we should also probably remove it from xwiki.cfg and just document it somewhere on xwiki.org (where we document that syntax and how to enable it). I’m referring to:
#--------------------------------------- # XWiki Syntax 1.0 Rendering Engine #
#-# Disable particular renderers. #-# Macro mapping # xwiki.render.macromapping=1 #-# Velocity interpreter # xwiki.render.velocity=1 #-# Groovy interpreter # xwiki.render.groovy=1 #-# Plugin rendering # xwiki.render.plugin=1 #-# Radeox wiki renderer # xwiki.render.wiki=1 #-# Simple wiki syntax rendering # xwiki.render.wikiwiki=0
#-# [Since 2.4M1] #-# Rendering order: content will be rendered by the first renderer on the list, output rendered by the second, etc. #xwiki.render.renderingorder=macromapping, groovy, velocity, plugin, wiki, wikiwiki
#-# Maximum number of documents to keep in the rendered cache # xwiki.render.cache.capacity=100
#-# Default target for external links. Use _blank to open external links in a new tab/window. # xwiki.render.externallinks.defaulttarget=
WDYT?
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Delhumeau ([email protected]) Research & Development Engineer at XWiki SAS Committer on the XWiki.org project _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (4)
-
Guillaume Delhumeau -
Marius Dumitru Florea -
Thomas Mortagne -
Vincent Massol