Hi,
As I have failed to find the related information of this subject, I hope
the email group can help me.
Why Glossary feature was not implemented in xwiki? Is there any extension
or alternatives?
I did think Glossary is a useful feature especially for a dev team.
Thanks
Regards
Peter
Hi, All!
I replied to one of the emails and received following:
Reporting-MTA: dns; borabora.xpertnet.org
Received-From-MTA: smtp; borabora.xwiki.com ([127.0.0.1])
Arrival-Date: Sun, 1 Feb 2015 09:42:57 +0000 (UTC)
Original-Recipient: rfc822;users(a)xwiki.org
Final-Recipient: rfc822;users(a)xwiki.org
Action: failed
Status: 5.7.0
Diagnostic-Code: smtp; 554 5.7.0 Bounce, id=29194-13 - spam
Last-Attempt-Date: Sun, 1 Feb 2015 09:42:57 +0000 (UTC)
Final-Log-ID: 29194-13/SfRQFeszKdSD
How can I convince this Borabora, that I'm not spamming users(a)xwiki.org?
Kind regards,
Dmitry
Dear XWiki users,
We’re getting close to the end of the XWiki 6.x cycle (6.4 is planned for the end of December) and in January we’ll start developing the XWiki 7.x cycle (which will last the whole 2015 year), starting with XWiki 7.0.
Thus it’s time for the XWiki devs to start defining the global roadmap for XWiki 7.x.
As XWiki users, I’d like to know if you have some needs for XWiki 7.x. What would you be interested in seeing in XWiki 7.x?
I’d like to start some proposal on the xwiki devs list (for the XWiki 7.x cycle) around end of December so it would be nice if you could shoot your suggestion ideas fast so that we can take them into account in the discussion! :)
Thanks a lot for your help and I hope you’re enjoying using XWiki!
-Vincent Massol
XWiki Committer
Hello Marius - thank you for the detailed reply. My goal is (2) - to find all documents with a .7z attachment, where those attachments include file(s) containing "foo". If I read your email correctly, Tika 1.6 (5) is root cause for my failure to search successfully for text within the files contained in a .7z attachment. I am successful with my search when using a .zip file as the attachment - so we will instruct wiki users to avoid .7z attachments.
Garth
> -----Original Message-----
> Message: 2
> Date: Thu, 11 Dec 2014 08:42:20 +0200
> From: Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
> To: XWiki Users <users(a)xwiki.org>
> Subject: Re: [xwiki-users] XWiki search/Solr support for additional
> filetypes
> Message-ID:
> <CALZcbBbprk=SJjhqGKKX1tx-TcMQbcq+qby6ZfnQqXZ-
> AkCcNA(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> It depends what you mean by "search attachments that are 7-Zip .7z
> archives":
>
> (1) Give me all the documents that have an attachment of mime type
> application/x-7z-compressed
> (2) Give me all the documents that have a 7-Zip archive attached that
> includes a file that contains the word "foo"
>
> If you use Solr, the default search engine for XWiki 6.2.4, then the
> code that is responsible for indexing the attachments is
> AttachmentSolrMetadataExtractor [1]. This is a component so it can be
> overridden as per [2]. The current implementation uses Tika [3] to:
>
> (1) detect the mime type of the attachment
> (2) extract indexable content from the attachment (whatever its mime
> type may be)
>
> For (1) Tika supports detecting the 7-Zip mime type since version 1.2
> [4]. For (2) judging by [5] it seems Tika also supports reading 7-ZIP
> archives but there were some issues in 1.6 that have been fixed in
> 1.7. We are currently using Tika 1.6 in XWiki. We should probably
> upgrade.
>
> Hope this helps,
> Marius
>
> [1] https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-
> core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-
> search-solr-
> api/src/main/java/org/xwiki/search/solr/internal/metadata/AttachmentSolr
> MetadataExtractor.java
> [2]
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Component+Module
> #HOverrides
> [3] https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-
> core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-
> search-solr-
> api/src/main/java/org/xwiki/search/solr/internal/metadata/AbstractSolrMet
> adataExtractor.java#L458
> [4] https://issues.apache.org/jira/browse/TIKA-940
> [5] https://issues.apache.org/jira/browse/TIKA-1411
>
> On Wed, Dec 10, 2014 at 9:20 PM, Arnold, Garth <arnold.g(a)ghc.org> wrote:
> > Hello - is it possible to enable searching of additional filetypes within XWiki
> 6.2.4? Specifically I would like to be able to search attachments that are 7-Zip
> .7z archives. It looks to me as though the underlying library (Commons
> Compress) supports this filetype, but I am a new XWiki user and non-java
> programmer so I may be assuming too much.
> >
> > Thanks in advance for your thoughts on this -
> >
> > Garth Arnold
________________________________
GHC Confidentiality Statement
This message and any attached files might contain confidential information protected by federal and state law. The information is intended only for the use of the individual(s) or entities originally named as addressees. The improper disclosure of such information may be subject to civil or criminal penalties. If this message reached you in error, please contact the sender and destroy this message. Disclosing, copying, forwarding, or distributing the information by unauthorized individuals or entities is strictly prohibited by law.
Does anyone have experience deploying a whiteboard within a wiki page similar to https://awwapp.com/ , http://webwhiteboard.com/#/ , http://cosketch.com/ or similar?
I have a need to deploy one - and using a third party service and embedding it in the page is fine, but am having trouble displaying it.
This one with the code pasted below seems to work, but the app/ third party service isn't what we really want - it's a mind map service. Others seem to embed, but then don't display anything.
This one seems to be one that could be hosted on our own server (??) which would actually be ideal longterm. https://code.google.com/p/online-whiteboard/
Ideally, I'd like to be able to use one that doesn't require further fees - as it sort of defeats the purpose of our own wiki structure.
Anyway, any ideas or your experience here would be appreciated! We are currently running XWIKI ENTERPRISE 5.4.5, but looking at upgrading to 6.3 shortly.
{{html clean="false"}}
<iframe src="https://www.mindmup.com/#m:a18712bed014d6013247a842795da66744" width="800" height="600" frameBorder="0" webkitAllowFullScreen mozAllowFullscreen allowfullscreen></iframe>
{{/html}}
Paul Pinkerton
ACLCO/ KnowledgeNow Project
I've been exploring connection pooling for an external database, but I'm struggling to use it. I'm running XWiki 6.3 on a Ubuntu server. In /etc/xwiki/context.xml I have
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<!-- JDBC datasource for myDB -->
<Resource name="jdbc/mydbds"
auth="Container"
type="javax.sql.DataSource"
username="dbuser"
password="dbpass"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql:alertdb"
maxActive="10"
maxIdle="4" />
</Context>
And I have a symlink to this at /usr/lib/xwiki/WEB-INF/context.xml
I'm trying to test that I can access this with a Groovy script. I'm not entirely sure of the correct approach here, but the most successful I've got it with
{{groovy}}
import groovy.sql.Sql
import javax.naming.Context
import javax.naming.InitialContext
import javax.sql.DataSource
Context ctx = new InitialContext();
DataSource dataSource = (DataSource) ctx.lookup("jdbc/mydbds");
def sql = new Sql(dataSource)
{{/groovy}}
However this fails with
javax.naming.NameNotFoundException: Name [jdbc/mydbds] is not bound in this Context. Unable to find [jdbc].
Would anyone be able to tell me whether this is the right sort of way to be going about using a JNDI resource, and what's wrong with my implementation?
Just want to apologize if this has been asked already, but I was not able to
find this in the archive.
I have a new instance of XWiki install and everything is working fine, but I
am having issue with the "Reset my password" link at the login page. It
send the email out fine, but when I click on the link, it takes me to the
xwiki with the error message: "Wrong Parameters. Back to the password reset
page". I searched the internet and I come up empty, is there a setting I
forgot to setup? Please let me know. Thanks.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Wrong-parameter-for-password-reset-tp7593…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like to use a temporary XWiki to prepare and announce a project for families around rare deceases.
We (CdLSWorld) would be only one of minimal 7 participants of this project.
Therefore i need a wiki without the cdlsworld.org logo and which does not require registration
(Public Wiki)
The owner will be me: GerritjanKoekkoek
name of wiki: WaihonaPedia
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
Hello,
In my xwiki application, I want prevent user to delete pages (even he is the creator).
Users create page with my form (some class/Sheet/Template/Velocity/API xwiki) and of course I want to keep original UserCreator info in the doc.
Is it possible? I didn't manage with right access (XWiki.XWikiRights object).
thxs
Pascal B