Re: [xwiki-users] ModalBox Application Xar deleted

2009-05-07 Thread Jerome Velociter
Hi,

The link to download is now fixed on the Modal Box application page. It 
was 
http://code.xwiki.org/xwiki/bin/view/Applications/ModalBoxApplicationDownload, 
without the final s.
Sorry for that.

Cheers,
Jerome.

Dilipkumar Jadhav wrote:
 Hello friends,Found out that the page where the new ModalBox Application Xar
 is to be downloaded is a deleted page
 URL :
 http://code.xwiki.org/xwiki/bin/view/Applications/ModalBoxApplicationDownloads

 It looks like a really cool app to have on the wiki. For me, it will be a
 nice workaround to the balloon styled tooltip I had requested help with on
 the mailing list some time back.
 Hope the modal box is available soon...
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Modal window UI component for XWiki (was Re:Javascript issue)

2009-05-07 Thread Ajdin Brandic
Hi Jerome

This is a great news.  Thank you.

Ajdin 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
Of Jerome Velociter
Sent: 06 May 2009 19:27
To: XWiki Users
Subject: [xwiki-users] Modal window UI component for XWiki (was
Re:Javascript issue)

Hi Adjin

I've added on code.xwiki.org a modal box extension based on
http://www.wildbit.com/labs/modalbox/
You can find it here
:http://code.xwiki.org/xwiki/bin/view/Applications/ModalBoxApplication

Starting with XWiki 1.9 Milestone 2 (to be released very soon), there
will be a modal popup UI component that you will be able to reuse, too.
Check it on the release notes
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise19M2
#HNewreusable7E7Ecomponents7E7E
(Note the releases notes are still work in progress until the actual
release, there are even more new things in this release!)

Cheers,
Jerome.

Ajdin Brandic wrote:
 Hi

 I'm using a modal window (subModal) in my xwiki and things work fine 
 until I try to use it while in 'inline' mode and using Firefox 3.0.10 
 (IE works).
 The problem is that the modal window opens and closes straight away 
 making the parent page go from 'inline' to 'preview' mode!!
 Looks like js method 'window.setTimeout' is not executing. 

 Has anyone had js probs in the past??  Do xwiki developers have any 
 idea?


 I can see two errors in the Error console:
 Error: Permission denied to get property XULElement.accessibleType 
 Source File:
 http://localhost:8082/xwiki/resources/js/prototype/prototype.js
 Line: 2015

 And

 Error: Permission denied to get property XULElement.accessibleType 
 Source File:
 http://localhost:8082/xwiki/bin/jsx/scripts/subModal?language=en
 Line: 1
 (Problem here is that xwiki displayed js script on one line)


 Ajdin
  
  
 

 NOTICE

 This message and any files transmitted with it is intended for the
addressee only and may contain information that is confidential or
privileged. Unauthorised use is strictly prohibited. If you are not the
addressee, you should not read, copy, disclose or otherwise use this
message, except for the purpose of delivery to the addressee. 

 Any views or opinions expressed within this e-mail are those of the
author and do not necessarily represent those of Coventry University.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki diagram linking

2009-05-07 Thread goldring, richard
Hi,

Does anyone know if its possible in XWiki to create a diagram (e.g. UML
diagram, organisational diagram, etc) where you can click on a box or some
text on the diagram and go to the relevant wiki page and maybe from that
page back to its associated diagram? This would be quite useful for
navigating from a diagram to its underlying references.

Regards,

Richrd

Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on sender's telephone number above
and delete it and all copies from your system. We accept no responsibility
for changes to any e-mail which occur after it has been sent.  Attachments
to this e-mail may contain software viruses which could damage your system.
We therefore recommend you virus-check all attachments before opening.
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki diagram linking

2009-05-07 Thread Sergiu Dumitriu
goldring, richard wrote:
 Hi,
 
 Does anyone know if its possible in XWiki to create a diagram (e.g. UML
 diagram, organisational diagram, etc) where you can click on a box or some
 text on the diagram and go to the relevant wiki page and maybe from that
 page back to its associated diagram? This would be quite useful for
 navigating from a diagram to its underlying references.

Not yet, at least not as an official feature.

But you can use HTML tricks to do that: make a png image with an 
imagemap, on which you can define areas and their links. The problem is 
that you will either have to define the map yourself, or hope that your 
UML tool can do that for you.

Another option is to export the image as SVG, which has tags for links, 
then edit the SVG and add the links. The only problem is that SVG is not 
supported natively by IE.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki diagram linking

2009-05-07 Thread goldring, richard
Thanks Sergiu ... I'll try that.

Would be a great feature to have in XWiki to have a plugin that enables you
to import an image and add hot spots to
link out to other wiki pages. Not sure how that could be done though.

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Sergiu Dumitriu
Sent: 07 May 2009 12:14
To: XWiki Users
Subject: Re: [xwiki-users] XWiki diagram linking


goldring, richard wrote:
 Hi,
 
 Does anyone know if its possible in XWiki to create a diagram (e.g. UML
 diagram, organisational diagram, etc) where you can click on a box or some
 text on the diagram and go to the relevant wiki page and maybe from that
 page back to its associated diagram? This would be quite useful for
 navigating from a diagram to its underlying references.

Not yet, at least not as an official feature.

But you can use HTML tricks to do that: make a png image with an 
imagemap, on which you can define areas and their links. The problem is 
that you will either have to define the map yourself, or hope that your 
UML tool can do that for you.

Another option is to export the image as SVG, which has tags for links, 
then edit the SVG and add the links. The only problem is that SVG is not 
supported natively by IE.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on sender's telephone number above
and delete it and all copies from your system. We accept no responsibility
for changes to any e-mail which occur after it has been sent.  Attachments
to this e-mail may contain software viruses which could damage your system.
We therefore recommend you virus-check all attachments before opening.
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki diagram linking

2009-05-07 Thread Vincent Massol
Well we have a mindmap automatic generic in the code zone and Niels  
has done something with the Simile Timeline too for navigating by date.

-Vincent

On May 7, 2009, at 1:14 PM, Sergiu Dumitriu wrote:

 goldring, richard wrote:
 Hi,

 Does anyone know if its possible in XWiki to create a diagram (e.g.  
 UML
 diagram, organisational diagram, etc) where you can click on a box  
 or some
 text on the diagram and go to the relevant wiki page and maybe from  
 that
 page back to its associated diagram? This would be quite useful for
 navigating from a diagram to its underlying references.

 Not yet, at least not as an official feature.

 But you can use HTML tricks to do that: make a png image with an
 imagemap, on which you can define areas and their links. The problem  
 is
 that you will either have to define the map yourself, or hope that  
 your
 UML tool can do that for you.

 Another option is to export the image as SVG, which has tags for  
 links,
 then edit the SVG and add the links. The only problem is that SVG is  
 not
 supported natively by IE.
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Sectional editing (on headings) in XWiki syntax 2.0 1.0

2009-05-07 Thread Chris Wood

Hi to everyone here,

I have been experimenting with XWiki and am impressed so far.

One question: editing by section (sectional editing in xwiki.cfg, 
activated by setting xwiki.section.edit=1 there) does not appear to work 
  with a page written in XWiki syntax 2.0 whilst it does work in XWiki 
syntax 1.0.

(Version: XWiki Enterprise 1.8.17790)

Is this by design?

Any thoughts appreciated. I only noticed this change after converting a 
number of pages from syntax 1.0 to syntax 2.0

Thanks,

Chris Wood


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Sectional editing (on headings) in XWiki syntax 2.0 1.0

2009-05-07 Thread Anca Paula Luca
Hi Chris,

Chris Wood wrote:
 Hi to everyone here,
 
 I have been experimenting with XWiki and am impressed so far.

Thank you for your interest,

 
 One question: editing by section (sectional editing in xwiki.cfg, 
 activated by setting xwiki.section.edit=1 there) does not appear to work 
   with a page written in XWiki syntax 2.0 whilst it does work in XWiki 
 syntax 1.0.
 
 (Version: XWiki Enterprise 1.8.17790)
 
 Is this by design?

not quite, there is an open issue about it:
http://jira.xwiki.org/jira/browse/XWIKI-2881

Happy XWiki-ing,
Anca Luca

 
 Any thoughts appreciated. I only noticed this change after converting a 
 number of pages from syntax 1.0 to syntax 2.0
 
 Thanks,
 
 Chris Wood
 
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki diagram linking

2009-05-07 Thread Niels Mayer
On Thu, May 7, 2009 at 4:24 AM, Vincent Massol vinc...@massol.net wrote:

 Well we have a mindmap automatic generic in the code zone and Niels
 has done something with the Simile Timeline too for navigating by date.


Simile Timeline example apps w/ Xwiki:
http://nielsmayer.com/xwiki/bin/view/Timeline/TL2
http://nielsmayer.com/xwiki/bin/view/Timeline/NprTimeline
http://nielsmayer.com/xwiki/bin/view/Timeline/CoolMusicPodcasts

Also worth looking at, Simile's Exhibit:
http://simile-widgets.org/exhibit/

Exhibit can be integrated in to Xwiki:
http://groups.google.com/group/simile-widgets/browse_thread/thread/d9667ce6c16b061e?pli=1

In exhibit, you can navigate by all sorts of things, and it's up to you to
create the data and relationships so that this can happen automatically.  It
has the following plugins, some of which may do what you need.

drwxr-xr-x 4 root root 4096 2009-05-05 11:34 calendar/
 drwxr-xr-x 5 root root 4096 2009-05-05 11:34 chart/
 drwxr-xr-x 5 root root 4096 2009-05-05 11:34 curate/
 drwxr-xr-x 5 root root 4096 2009-05-05 11:34 editing/
 drwxr-xr-x 3 root root 4096 2009-05-05 11:34 freebase/
 drwxr-xr-x 5 root root 4096 2009-05-05 12:16 map/
 drwxr-xr-x 5 root root 4096 2009-05-05 11:34 time/
 drwxr-xr-x 5 root root 4096 2009-05-05 11:34 timeplot/


In the example http://nielsmayer.com/xwiki/bin/view/Exhibit/Presidents the
map and time plugins are used. (warning, doesn't work in IE yet due to
Exhibit bug in this particular rev).

See also
http://nielsmayer.com/xwiki/bin/view/Todo/MakeCoolUMLdiagramsOnTheWeb

Niels
http://nielsmayer.com
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Startup failure

2009-05-07 Thread Dan Svoboda
I'm setting up a debugging environment in Eclipse, and Tomcat fails 
startup with the following log:

May 7, 2009 8:31:02 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path: C:\Program Files
(x86)\Java\jdk1.5.0_16\bin;.;C:\Windows\system32;C:\Windows;C:\Program
Files (x86)\Java\jdk1.5.0_16\jre\bin;C:/Program Files
(x86)/Java/jdk1.5.0_16/bin/../jre/bin/client;C:/Program Files

(x86)/Java/jdk1.5.0_16/bin/../jre/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program
Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files
(x86)\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL Server
5.1\bin;C:\Windows\System32\WindowsPowerShell\v1.0\
May 7, 2009 8:31:02 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 7, 2009 8:31:02 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 624 ms
May 7, 2009 8:31:02 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 7, 2009 8:31:02 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.27
May 7, 2009 8:31:02 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
2009-05-07 20:33:34,608 [] [main] ERROR
8.2]- Exception sending context
initialized event to listener instance of class
org.xwiki.container.servlet.XWikiPlexusServletContextListener
java.lang.RuntimeException: Failed to initialize application contextt
at

org.xwiki.container.servlet.XWikiPlexusServletContextListener.contextInitialized(XWikiPlexusServletContextListener.java:58)
at

org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at
org.apache.catalina.core.StandardService.start(StandardService.java:448)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: javax.servlet.ServletException: could not lookup service
org.xwiki.container.servlet.ServletContainerInitializer
at

org.codehaus.plexus.servlet.PlexusServletUtils.lookup(PlexusServletUtils.java:94)
at

org.xwiki.container.servlet.XWikiPlexusServletContextListener.contextInitialized(XWikiPlexusServletContextListener.java:54)
... 15 more
May 7, 2009 8:33:39 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart

org.xwiki.container.servlet.ServletContainerInitializer.class is present 
in the published xwiki-core-container-servlet.jar.

What should I do next to troubleshoot?

Thanks,

Dan

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Sectional editing (on headings) in XWiki syntax 2.0 1.0

2009-05-07 Thread Sergiu Dumitriu
Anca Paula Luca wrote:
 Hi Chris,
 
 Chris Wood wrote:
 Hi to everyone here,

 I have been experimenting with XWiki and am impressed so far.
 
 Thank you for your interest,
 
 One question: editing by section (sectional editing in xwiki.cfg, 
 activated by setting xwiki.section.edit=1 there) does not appear to work 
   with a page written in XWiki syntax 2.0 whilst it does work in XWiki 
 syntax 1.0.

 (Version: XWiki Enterprise 1.8.17790)

 Is this by design?
 
 not quite, there is an open issue about it:
 http://jira.xwiki.org/jira/browse/XWIKI-2881
 

To explain a bit more, perhaps you've noticed, the 2.0 
syntax/rendering/WYSIWYG are in very active development, so not all the 
features of the old syntax/rendering engine are implemented yet, while 
still having a lot of new features and improvements. In the long run, 
we're trying to have all the old features implemented, minus the bugs. 
All we lack is time and manpower.

Patches welcomed!
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users