Re: [xwiki-devs] [xwiki-notifications] r11972 - platform/xwiki-tools/trunk/xwiki-configuration-resources/src/main/resources
Hi Marius, Is this still needed? Can we remove it now? Thanks -Vincent On Aug 22, 2008, at 4:56 PM, mflorea (SVN) wrote:
Author: mflorea Date: 2008-08-22 16:56:13 +0200 (Fri, 22 Aug 2008) New Revision: 11972
Modified: platform/xwiki-tools/trunk/xwiki-configuration-resources/src/main/ resources/xwiki.cfg.vm Log: XWIKI-2497: I added the xwiki.wysiwygnew parameter in order to enable/disable the new WYSIWYG editor.
Modified: platform/xwiki-tools/trunk/xwiki-configuration-resources/ src/main/resources/xwiki.cfg.vm =================================================================== --- platform/xwiki-tools/trunk/xwiki-configuration-resources/src/ main/resources/xwiki.cfg.vm 2008-08-22 14:44:31 UTC (rev 11971) +++ platform/xwiki-tools/trunk/xwiki-configuration-resources/src/ main/resources/xwiki.cfg.vm 2008-08-22 14:56:13 UTC (rev 11972) @@ -236,4 +236,9 @@ #-# Add a prefix to all databases names of the wikis in virtual mode and to the wiki name in non virtual mode # xwiki.db.prefix=
+#-# [SINCE 1.6M1] +#-# Enable the new, experimental, GWT-based WYSIWYG editor. +#-# It will be accessible by having 'editor=wysiwygnew' in the query string of the edit URL. +xwiki.wysiwygnew=1 + $!xwikiCfgAdditionalProperties
It is used, but I don't think it's useful anymore since we must have an editor for the xwiki/2.0 syntax enabled all the time. I'll remove it Monday morning.
Hi Marius,
Is this still needed? Can we remove it now?
Thanks -Vincent
On Aug 22, 2008, at 4:56 PM, mflorea (SVN) wrote:
Author: mflorea Date: 2008-08-22 16:56:13 +0200 (Fri, 22 Aug 2008) New Revision: 11972
Modified: platform/xwiki-tools/trunk/xwiki-configuration-resources/src/main/ resources/xwiki.cfg.vm Log: XWIKI-2497: I added the xwiki.wysiwygnew parameter in order to enable/disable the new WYSIWYG editor.
Modified: platform/xwiki-tools/trunk/xwiki-configuration-resources/ src/main/resources/xwiki.cfg.vm =================================================================== --- platform/xwiki-tools/trunk/xwiki-configuration-resources/src/ main/resources/xwiki.cfg.vm 2008-08-22 14:44:31 UTC (rev 11971) +++ platform/xwiki-tools/trunk/xwiki-configuration-resources/src/ main/resources/xwiki.cfg.vm 2008-08-22 14:56:13 UTC (rev 11972) @@ -236,4 +236,9 @@ #-# Add a prefix to all databases names of the wikis in virtual mode and to the wiki name in non virtual mode # xwiki.db.prefix=
+#-# [SINCE 1.6M1] +#-# Enable the new, experimental, GWT-based WYSIWYG editor. +#-# It will be accessible by having 'editor=wysiwygnew' in the query string of the edit URL. +xwiki.wysiwygnew=1 + $!xwikiCfgAdditionalProperties
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Marius Dumitru Florea -
Vincent Massol