[xwiki-users] Post-upgrade issue

2010-06-13 Thread Ivan Levashew
After upgrading from 2.3 to 2.4M1 there are lots of text strings everywhere on every page. They look like this: $xwiki.ssfx.use('js/xwiki/widgets/jumpToPage.css', true) $xwiki.jsfx.use('uicomponents/widgets/confirmationBox.js', true) $xwiki.ssfx.use('uicomponents/widgets/confirmationBox.css',

Re: [xwiki-users] Post-upgrade issue

2010-06-13 Thread Ivan Levashew
Additional info: I am playing in Sandbox now. Here are the results: {{velocity}} $xwiki {{/velocity}} turns into com.xpn.xwiki.api.xw...@223373 === {{velocity}} $xwiki.getXMLEncoded('abc') {{/velocity}} turns into abc === {{velocity}}

Re: [xwiki-users] Post-upgrade issue

2010-06-13 Thread Asiri Rathnayake
Hi Ivan, It looks like skin extension plugins are not loaded in your XE. You can try: {{velocity}} $xwiki.ssx {{/velocity}} And see if it outputs the plugin API object. Also, can you check whether your xwiki.cfg file has the plugins declared like: #-# List of active plugins. xwiki.plugins=\

Re: [xwiki-users] Post-upgrade issue

2010-06-13 Thread Ivan Levashew
Asiri Rathnayake asiri.rathnay...@... writes: Hi Ivan, It looks like skin extension plugins are not loaded in your XE. You can try: {{velocity}} $xwiki.ssx {{/velocity}} And see if it outputs the plugin API object. No, it doesn't. #-# List of active plugins. xwiki.plugins=\

Re: [xwiki-users] XWiki/1.0 and XWiki/2.0 escaping

2010-06-13 Thread Marius Dumitru Florea
On 06/12/2010 04:26 PM, Ivan Levashew wrote: Hello! Yet another problem I'm encountering is lack of proper escaping tools. I have noticed it when I decided to use [ and ] in page titles. «My Recent Modifications» became broken because XWiki parsed [ and ]. Currently I have added {pre} and

Re: [xwiki-users] The new GWT-based WYSIWYG editor doesn't support the syntax

2010-06-13 Thread Marius Dumitru Florea
Hi Lee, On 06/12/2010 09:51 PM, Lee Chalupa wrote: Hello. The plugin is in the config file. Here is a list of my plugins. xwiki.plugins=\ com.xpn.xwiki.monitor.api.MonitorPlugin,\ com.xpn.xwiki.plugin.calendar.CalendarPlugin,\

Re: [xwiki-users] XWiki/1.0 and XWiki/2.0 escaping

2010-06-13 Thread Marius Dumitru Florea
On 06/13/2010 11:43 AM, Marius Dumitru Florea wrote: On 06/12/2010 04:26 PM, Ivan Levashew wrote: Hello! Yet another problem I'm encountering is lack of proper escaping tools. I have noticed it when I decided to use [ and ] in page titles. «My Recent Modifications» became broken because

Re: [xwiki-users] [xwiki-devs] [Proposal] How about extending EscapeTool to add XWiki 1.0 and 2.0 escaping? Re: XWiki/1.0 and XWiki/2.0 escaping

2010-06-13 Thread Alex Busenius
Good idea. These methods should have been there from the very beginning IMO. Alex On 06/13/2010 11:51 AM, Caleb James DeLisle wrote: Right now $escapetool is included via velocity configuration. I don't see any reason why we couldn't change to a VelocityContextInitializer which adds an

Re: [xwiki-users] XWiki/1.0 and XWiki/2.0 escaping

2010-06-13 Thread Ivan Levashew
Marius Dumitru Florea mariusdumitru.flo...@... writes: http://platform.xwiki.org/xwiki/bin/view/Main/ XWikiSyntax#HEscapes ;) This doesn't fix your problem. What about http://platform.xwiki.org/xwiki/bin/download/DevGuide/ API/xwiki-core-2.3.1-javadoc.jar/com/xpn/xwiki/