As a college professor, I would like to set up an example wiki to teach my students about collaborative web-based tools for small-to-medium sized businesses. I believe that XWiki provides an excellent example, but our IT group will not allow me to purchase a cloud-hosted solution or to set up a local server. Specifically, I would be placing initial course materials on this wiki and then asking students to contribute to, comment on, and annotate these topics throughout the term.
Username: GlenCoulthard
Wiki name: coulthard.myxwiki.org or buad.myxwiki.org (where buad stands for Business Administration)
We have two different Microsoft AD Server(both are at different
locations)..
Can I configure these two servers to setup the user login from these
servers?
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi everyone,
I've got a problem with my main page.
I embedded 3 iFrames with a z-index of 2 and 3.
In the Firefox Browser everything is working perfectly, but the Internet Explorer (9) is displaying the iFrames on top of the menu points...
Here is a piece of code from the menu I am using:
{{menu type="vertical" position="left" id="Navigation links"}}
{{html}}
<span style="font-weight:bolder;font-size:125%">Navigation</span>
{{/html}}
* [[Navigation 1>>Main.Navigation1]]
** [[News>>Navigation1.News]]
** (...)
And here is the code for my iFrames:
<div style="position:absolute; top:250px; left:230px; z-index:3;">
<iframe src=" index.html" width="575" height="800" scrolling="no" frameborder="0"></iframe>
</div>
<div style="position:absolute; top:230px; right:260px; z-index:2;" id="container">
<iframe src=" index2.html" width="500" height="280" scrolling="no" frameborder="0"></iframe>
</div>
<div style="position:absolute; top:550px; right:250px; z-index:2;" id="accordion">
<iframe src="index3.html" width="650" height="400" scrolling="no" frameborder="0"></iframe>
</div>
In the colibri.css in the xwiki directory I saw, that the z-index for the menu is =1000...
Where is the problem for Internet Explorer to display the menu points ontop of the iFrames?
And also: Why does the Internet Explorer put the Navigation points 1cm downwards and displays an empty Navigation point???
Regards,
Tom Neumann
I setup my XWiki 5.1 env to use UTF-8, but in some situation XWiki damage my international chars (search, tags with int.characters).
For example:
I wrote some international text to search field - ( some documents are suggest ), but after pressing Enter and Search page is load, the characters in search field is replaced:
example: I wrote : "šiška" to search field and get "Å¡iÅ¡ka".
Where I forgot set something?
Thx
Rudolf
--------------------------------------------------------------------------
Táto správa a všetky pripojené súbory sú dôverné a určené
výhradne osobám alebo organizáciám, ktorým boli adresované. Ak nie ste
zamýšlaný príjemca alebo ste dostali tento e-mail omylom, prosím upozornite
okamžite odosielateľa a vymažte tento e-mail. Neoprávnené kopírovanie,
zverejnenie alebo distribúcia tohto e-mailu, je prísne zakázané.
This email and any attached file are confidential and intended solely for the
use of the individual or entity to which they are addressed. If you are not the
intended recipient or have received this e-mail by mistake, please notify the
sender immediately and delete this e-mail. Any unauthorized copying, disclosure
or distribution of this e-mail's content is strictly prohibited.
---------------------------------------------------------------------------
Pred vytlačením tohto e-mailu myslite na životné prostredie.
Please consider your environmental responsibility before printing this e-mail
Hi Everyone,
I am new to Xwiki so I most probably missing something obvious...
I followed the guide to shorten urls @
http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs
I am currently struggling getting rid of the /bin (Servlet path),
everything else works
- I have mapped the struts filter to /* as indicated into the doc
- I have updated my xwiki.cfg with the following:
* xwiki.servletpath=
* xwiki.defaultservletpath=
I am using the default Jetty container which I am pretty familiar with.
I have removed the Root context and "mounted" the xwiki context on "/"
with :
* <Set name="contextPath">/</Set>
When I try to access the wiki without the /bin, the following error
occurs (Everything still works fine as soon as I add the /bin prefix):
-----
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'hasAccessLevel' in class com.xpn.xwiki.api.XWiki
threw exception java.lang.NullPointerException at /templates
/xwikivars.vm[line 6, column 25]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 95 more
Caused by: java.lang.NullPointerException
at com.xpn.xwiki.api.XWiki.hasAccessLevel(XWiki.java:1676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
------
Anyone got an idea of what is going on ?
Thanks a lot in advance !
--
Chris
Hi,
I just installed xwiki 5.1 . I have followed the steps to enable
filesystem attachment storage, but when I try uploading a doc size 350MB, I
still get the message that I should choose a file under 32MB.
I have modified the max upload size to 400MB , I have also edited xwiki.cfg
file to enable the filesystem attachment storage, I have edited the value
for environment.permanentDirectory and restarted the application. I still
get the message to chose file under 32MB.
Am I missing any step ? thanks
--
Victor Eberechi
In XWiki we are using mail as login attribute and it creates user profile
with email. Please let us know shall we configure xwiki in such a way that
we need to login with mail but need to create profile with sn or uid
attribute.
Because in Activity Stream its listing users are listing with email id.
Or let us know how we can configure to list in Activity Stream with uid or
sn
Can anyone please help us.
Thanks
Geo
* <http://pcgeo.blogspot.in/>*
It seems XWiki localization site http://l10n.xwiki.org/ is somehow
disorganized now. I can't find how to edit XWiki enterprise resource
strings in Latvian anymore.
Can somebody check site content and links and update them or guide
accordingly?
(If it is some permission issue, my profile is
http://l10n.xwiki.org/xwiki/bin/view/XWiki/valdisvi)
Thanks!
Valdis