Hello,
I have compiled xwiki-web-standard-2.1-SNAPSHOT + Oracle 10G but when I run
it, everything it's ok but I can see things like this in every page:
$xwiki.jsfx.use('js/scriptaculous/effects.js', true)
$xwiki.jsfx.use('js/xwiki/widgets/modalPopup.js', true)
$xwiki.ssfx.use('js/xwiki/widgets/modalPopup.css', true)
$xwiki.jsfx.use('js/xwiki/widgets/jumpToPage.js', true)
$xwiki.ssfx.use('js/xwiki/widgets/jumpToPage.css', true)
$xwiki.jsfx.use('uicomponents/widgets/confirmationBox.js', true)
$xwiki.ssfx.use('uicomponents/widgets/confirmationBox.css', true)
$xwiki.jsfx.use('uicomponents/widgets/confirmedAjaxRequest.js', true)
$xwiki.jsfx.use('uicomponents/widgets/notification.js', true)
$xwiki.ssfx.use('uicomponents/widgets/notification.css', true)
$xwiki.jsfx.use('js/xwiki/viewers/attachments.js', {'forceSkinAction': true,
'language':
${context.language}})$xwiki.ssfx.use('js/xwiki/viewers/attachments.css',
true
I haven't imported an .xar yet. I even tested with a correct xwiki.cfg from
an enterprise windows installation but it continues doing the same. I have
googled and I have read that I must include jsfx and ssfx plugins, but
where?
Thanks
Hi Sergiu,
On Mon, Nov 2, 2009 at 2:14 PM, Sergiu Dumitriu <sergiu(a)xwiki.com> wrote:
> On 10/15/2009 12:05 PM, asiri (SVN) wrote:
> > Author: asiri
> > Date: 2009-10-15 12:05:22 +0200 (Thu, 15 Oct 2009)
> > New Revision: 24508
> >
> > Modified:
> > Log:
> > [misc] Activated checkstyle for officeimporter code base.
> >
> > - Fixed 71/72 Checkstyles reported.
> >
> > - The remaining checkstyle issue (class fan-out ~ 22, max allowed is 20)
> is bit hard to fix without refactoring the officeimporter API a little.
>
> You can fix it by removing the readStream utility method, which can be
> replaced with something from commons-ioutils. This will remove all
> usages of ByteArrayOutputStream and IOException and add one class from
> ioutils.
>
Ok.
Thanks.
- Asiri
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
Hi devs,
Our jabber chat experience has now been going on for several months. I
think it's working quite well and I'd like to propose that we make it
official. I'd also like to keep the IRC bridge since it's also working
quite well.
Once we agree about making the jabber chat official I'll document it
on http://dev.xwiki.org/
Here's my +1
Thanks
-Vincent
Hi Devs,
Since we have decided to move officeimporter wysiwyg integration from
wysiwyg toolbar to wysiwyg menu bar, it's important we decide the structure
of the new "Import" menu:
I can see two methods for structuring the Import menu:
[1]
Import
|-> Office Document
|-> Office Paste
[2]
Import->Office
|->Document (Upload)
|->Clipboard (Paste)
I'm not sure about the exact wording to be used (please help on that) and
I'm currently +1 for proposal [1].
WDYT?
Thanks.
Hi devs,
I propose we add the following method to DocumentModelBridge:
/**
* @return a string identifying the current version of this document
*/
String getVersion();
I need it for the WYSIWYG sync plug-in service. I'm refactoring the code
to use components and I want to drop the dependency on xwiki-core.
Getting the document version is the last thing that stops me.
Here my +1.
Thanks,
Marius