On Sun, Mar 29, 2009 at 9:11 PM, Sergiu Dumitriu <sergiu(a)xwiki.com> wrote:
Make sure you have a recent version of the Panels
application, as the
syntax selector was introduced recently.
I downloaded the newest version and installed it with the import
function in the administration dialog of the xWiki.
The selections works now, but there are some things that seem to be broken now:
Some panels' names and entries in them are lost now, and just read, for example:
* xe.panels.quicklinks
* xe.panels.quicklinks.dashboard
* xe.panels.quicklinks.index
* xe.panels.quicklinks.blog
* xe.panels.quicklinks.sandbox
Then, on top of the panel wizard, th text reads:
Drag and drop panels to rearrange them inside a column or between
columns. To add or remove panels, drag them from the list of available
panels to one of the columns or from the column into the list,
respectively.
$xwiki.jsfx.use("js/scriptaculous/scriptaculous.js")
$xwiki.jsfx.use("js/xwiki/accordion/accordion.js")
$xwiki.jsfx.use("js/xwiki/panelwizard/Drag.js")
$xwiki.jsfx.use("js/xwiki/panelwizard/ieemu.js")
$xwiki.jsfx.use("js/xwiki/panelwizard/toolTip.js")
And, I guess it has something to do with especially the last part, I
cannot change any setting anymore - all the javaScript stuff seems to
be broken now.
What can I do to fix it?
Henning