Hi,
We are looking for the best way to access an external SQL database
using velocity exclusively (because we can't write a macro using
groovy language).
So, we installed and tried to use this plugin :
http://extensions.xwiki.org/xwiki/bin/view/Extension/SQL+Plugin. The
plugin is properly installed. Now we are unsure how to use it : there
is no mention of the user which is used to connect to the database, do
we have to to configure a JNDI ? How ?
As a side question, what is you guys your preferred method to program
xwiki pages with external database access ?
Thanks
--
Martin
Hi,
I imported several .xar files from another xwiki instance and afterwards
wanted to delete the uploaded .xar files.
All but one have successfully been deleted.
Everytime I delete "Xwiki_New.xar" from the import screen inside the
administration screen and refresh the page it's there again.
Also in document index I still see it in the attachments tab and not in the
deleted attachments tab.
Any hints?
Is it safe to simply delete it from xwikiattachment table in the database
with phpMyAdmin?
My system is Windows Server 2003 R2 with Apache 2.4, MySQL 5, Tomcat 7,
XWiki 6.3.
Thanks in advance,
Dennis
Hi,
I'm trying to understand the new SOLR search (i did not understand the old
Lucene very well)
My use-case is the following.
We have a special FAQ application where the object has, amongst others, the
following attributes:
- Subject
- Topic-group
- Language
- Question
- Answer
he default search returns page-title/name, but this is in our case a
non-informational, generated by the system code. So instead of Page name we
would like to show: Subject
As facets we would like to show Topic-group and Language,
Default (on entering the page with search box) we would like to set the
context-language as a search filter... So when reader is reading french the
result only shows french FAQ (with a french subject title) if english only
english.
By checking and unchecking languages in the facets the user could extend or
reduce the search.
A challenge is the topic field, this is a list with translation key. So if
user is french-language the list will show french topics, but if he/she
check english as well in facets things get complicated.
We have a business-rule that the english collection of FAQ's is the
baseline, and most comprehensive. The other languages are only translations
of the same. So another languages can not have a question not translated.
So my question is:
How to define the search
How to modify the output so page-title is no longer showing
How to modify facets so only the two fields can be set
Hello
In a groovy macro I can access the comments on the page like this :
comments = doc.getComments();
now I want to delete the last one... how can I do that?
I tried :
comments[0].delete();
but it doesn't work....
do you know what to type to make it work?
Thanks a lot
Adrien
Hi,
is there a way to make the search function on the main wiki also search
inside subwikis?
Couldn't find something in the documentation.
Thanks in advance,
Dennis
Hi all,
I set up a subwiki where the content is restricted to registered users.
Only global users (authenticated via LDAP from the main wiki) are allowed.
I also set up a color theme and logo.
Now when the subwiki is accessed you are automatically redirected to the
login page but there the default xwiki theme and logo is used instead of my
own.
I have to change the permissions for XWiki/DefaultSkin and allow
unregistered users and XWikiAllGroup to make the login page respect my
theme settings.
Is this by design or should I create a Jira bug report?
BR,
Dennis
I have an instance of XWiki Enterprise 6.3 running with no access for unregistered users. I am adding content as a user with membership to XwikiAdminGroup, which has admin and program rights across the wiki.
I wanted to add a Groovy component by creating a new page and then editing the object properties, but the "Edit" button does not have a list of edit options - I can only click it to edit in the default view (currently set to WYSIWYG). I can change to the object editor by explicitly changing the URL to add the GET parameters "?editor=object".
If I log in as Admin I get the usual "Edit" button, that includes the various edit modes including "Objects".
Any suggestions for how I can get the same options as another user? I don't recall having this problem in previous versions of XWiki.
Je serai absent(e) à partir du 27/11/2014 de retour le 01/12/2014.
je suis en formation.
Je répondrai à vos messages dès mon retour.
En cas de problème technique, veuillez contacter SYNOX au 05 67 34 66 56.
Merci
I want to use the Social Login extension to allow users to log in with their
Google credentials.
I have a couple of questions about generating OAuth key/secret pairs from
the Google Developer Console
1. What API should I use for login only? Google recommends the Google+ API.
Will that work?
2. I need to provide an "authorized redirect URI". Should I set it to the
main page of the wiki? Or is there a specific page in XWiki that handles
Oauth callbacks?
3. What should I set as the "authorized javascript origin"?
Any help here would be much appreciated.
Thanks,
J
--
View this message in context: http://xwiki.475771.n2.nabble.com/Configuring-Social-Login-Extension-for-Go…
Sent from the XWiki- Users mailing list archive at Nabble.com.