Hello
I do not have a Wiki at the moment and was looking at a few options. XWiki
looks like a good choice but I am not familiar with Wiki (this on too) and
have a few questions please.
Can someone please assist with the following quires.
1: Is XWiki free?
2: I have WEB space on a Unix/Linux hoster e.g. PHP, MySQL etc.. Will this
Wiki work on my WEB space e.g. what language is it written in?
3: Do I need root access to my WEB space in order to
install/configure/maintain this Wiki
4: I have a quick look at the sandbox and tried to upload a video which was
more than 32MB, I received the error that the file was too large. With my
WEB hosting the storage is unlimited therefore can I configure XWiki to
upload say files up to 200MB for example?
5: If I upload say MP4 and Windows Media Files to my XWiki site, will the
play inline without the user having to have either an MP4 or Windows Media
player installed?
6: Will the search engine that comes with XWili search "inside of files" as
well as the file names? i.e. is there an option to say also search file
contents.
Thanks all for your time
EBrant
>
> Seems you've been unlucky… It's been working well for a lot of us. Would
> be interesting to find out what happened in your case… Would have been
> interesting to just refresh the page to see if it helped.
>
> What version of XWiki have you installed?
I upgraded 4.3-MILESTONE 1 to 5.1
Hi!
XEM 4.3. Attempt to install Freemind Macro to the sub-wiki via sub-wiki's Extension Manager:
   Resolving extension [fmancinelli:freemind-macro-1.0] on namespace [wiki:staff]
   Admin right is required to install extension [fmancinelli:freemind-macro-1.0] on namespace [wiki:staff]
The problem is: user is Global and has programming rights. Is it expected behaviour or bug?
Error details are following:
   class org.xwiki.extension.InstallException: Failed to resolve extension at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:685) at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:384) at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:296) at org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:226) at org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88) at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:154) at java.lang.Thread.run(Thread.java:722) Caused by: class org.xwiki.extension.InstallException: Admin right is required to install extension [fmancinelli:freemind-macro-1.0] on namespace [wiki:staff] at org.xwiki.extension.xar.internal.handler.XarExtensionHandler.checkInstall(XarExtensionHandler.java:308) at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:771) at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:683) at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:384) at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:296) at org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:226) at org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88) at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:154) at java.lang.Thread.run(Thread.java:722)
Kind regards,
Dmitry
Hi
I want to run the ActivityStreamCleanerJob (com/xpn/xwiki/plugin/activitystream/impl/ActivityStreamCleanerJob.java) within the Job Scheduler Application. I knew I had it running a while ago and it worked, but despite the same configuration it doesn't anymore. When I take a look at the database table activitystream_events nothing seems to be deleted.
What I did:
* installed Scheduler Job (as admin) as mentioned on the extension site
* created a new Job with following parameters
o Job Name: ActivityStreamCleaner
o Job Class: com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamCleanerJob
o Status: Normal
o Job Script:
o Cron Expression: 0 29 11 * * ?
o Job execution context user: XWiki.Admin
o Job execution context lang: en
o Job execution context database: xwiki
* checked if scheduler and activitystream plugins are loaded in xwiki.cfg
* set xwiki.plugin.activitystream.daystokeepevents=1 in xwiki.cfg
* unscheduled and scheduled the job again
* triggered it
* tested if other jobs work in general: OK
* tested on different xwiki instances
So do you have any advice, have I something missed out?
Hello,
I'm in the process of exploring different wikis for a classroom project. I'm a high school teacher and I want my classes to create a wiki of religion.
I'd like a wiki to be created in order to test the XWiki software.
I've registered on XWiki and my user name is lbergeron. The namespace I'd like to have is ecr-msl.myxwiki.org.
Thanks in advance.
Luc
--
Luc Bergeron
Enseignant d'?thique et de culture religieuse
Coll?ge Mont-Saint-Louis
lbergeron(a)msl.qc.ca
Hi,
I mapped a LDAP group to the Xwiki group. But Each time if I login it
creates a new entry in the Xwiki group. I logged in five times when I
checked the group members it shows five entries of same user(My name).
Thanks in advance
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi,
I have trouble with the tagcloud and the spaces macro:
Unknown macro: spaces
The "spaces" macro is not in the list of registered macros ...
Same for tagcloud.
I have seen some similar issue in JIRA, but that was about the macros not working after an import. For me, these macros did work originally. At some point they stopped working. Unfortunately I can't remember having done anything suspiciuos. I have a XEM environment running, this is only happening in one wiki. (In the important one of course!) It originally occurred in 3.1, updating to 3.4 didn't make any difference.
Any hints greatly appreciated!
Cheers,
Olaf
Hi,
I am new to XWiki and I am having problems trying to sort the result of
a Tag search using other Tags. Example: I have a Tag "Photoshop", Click on
the Tag and I get all documents tagged with "Photoshop" but what I want is
to sort them according to their other tags, so it could be Photoshop Header
with Sub Header "Tutorial" and under that could be all the documents. What
I have done till now is:
#set ($tag = "$!{request.get('tag')}")
#set ($list = $xwiki.tag.getDocumentsWithTag($tag))
#set ($list2 = $wiki.tag.getDocumentsWithTag('Tutorial'))
#foreach($doc in $list)
#foreach($doc2 in $list2)
#if($doc.fullName == $doc2.fullname)
$doc
#end
#end
#end
I need a way to display *$doc* as it would have been displayed if
*#displayDocumentList($doc
> false $blacklistedSpaces) *would accept *$doc*
I'm looking to migrate away from mindtouch (many reasons, not the least of which is the abandoning of Core and going to a cloud only model) and am considering XWiki (also TikiWiki and BlueSpice). Is it possible to migrate an existing installation of mindtouch to xwiki? We have over 4000 pages and MANY file attachments, so a manual migration (manually moving each page) would not be desirable. Any help or advice on migrating would be greatly appreciated.
Thanks in advance,
Jason
I'm using <video> tag on old XWiki 2.7 with 1.0 syntax,
though I cannot to get it shown on XWiki 5.1 with 2.0/2.1 syntax.
Sergiu said in
http://lists.xwiki.org/pipermail/users/2011-July/020245.html
that {{html clean="false"}} should be used,
but it still filters <video> tag out...
Valdis