Hi Everyone,
I installed google app extension. I can see for instance my document on the
drive.
But when i try to use it for login it doesn't work. The authentication
seems working on google but it redirect me to the login page. From there
the button "login with google" doesn't work.
Here is what i did:
my user in google is mathieu(a)rest-soln.com
I created a user in xwiki and the login is mathieu and this user is admin.
I read it on a website.
then i try to login with mathieu(a)rest-soln.com.
Then i redirect to this URL:
http://xxxx:8080/xwiki/bin/login/XWiki/XWikiLogin?srid=aZKKwbDe&xredirect=%…
do i need to do something else in xwiki? do you have documentation?
Thanks for your help,
[image: REST Solution Corporation] <http://www.rest-soln.com>
*Mathieu QUERE*
Co-Founder / Chief Executive Officer
Unit 205 Plaz@ B Northgate Cyberzone, Filinvest Corporate City,
Filinvest Avenue, Muntinlupa, Philippines 1781
*M: *+852 69025059
Follow us:
<https://www.linkedin.com/company/rest-solution>
<https://www.facebook.com/rest.soln>
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message, which arise as a result of e-mail
transmission. If verification is required please request a hard-copy
version.
We currently display an attached excel file on a wiki page using the office macro and syntax {{office filterStyles="false" reference="attach:MyFile.xlsx"/}}.
Instead we'd like to use the path of an file saved on our server, a working url for this is [[unc:\\serverhostname\folder\folder\MyFile.xlsx]]
However, {{office reference=" unc:\\serverhostname\folder\folder\MyFile.xlsx " filterStyles="false"/}} does not work (Failed to view office attachment).
The Office Macro documentation states: "The supported resources are URLs (url:) and attachments (attach:)."
Is there currently a way to use a file path with the office macro? I tried variants using url: but none of them worked.
Thank you.
Mario
I am trying to install xwiki on Debian 8.5 using Debian packages.
I made commands (according to instruction):
1) wget -q "http://maven.xwiki.org/public.gpg" -O- | apt-key add -
2) wget "http://maven.xwiki.org/stable/xwiki-stable.list" -P
/etc/apt/sources.list.d/
3) sudo apt-get update
4) apt-cache search xwiki - all ok, I see xwiki packages
When I trying to install -
5) apt-get install xwiki-enterprise-tomcat8-mysql
but result is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
xwiki-enterprise-tomcat8-mysql : Depends: xwiki-enterprise-mysql-common (=
8.2.1) but it is not going to be installed
Depends: xwiki-enterprise-tomcat8-common (= 8.2.1) but it is not going to
be installed
E: Unable to correct problems, you have held broken packages.
What is the problem and how I can correct it?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Debian-installation-failed-tp7600759.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi. I'm trying to customize permissions in xwiki
using ApplicationReadyEventListener.
I override some permission in XWikiPreferences XWikiGlobalRights page to
get page deletion work by default for all users.
https://gist.github.com/edvorg/4e2771ac02c4c64b705127964bc53c64
I set up permissions in these functions.
https://gist.github.com/edvorg/da7f8e64a46b7bbbf16f953e3fcc0e30
This solutions works fine. But I got a problem with fresh xwiki bootstrap.
Sometimes I get fully broken xwiki - all macros shows error. And I have
something about admin user not having permission to edit some page:
https://gist.github.com/edvorg/1bdec91e5483307696bc68841d2cb1d8
I tried to debug all this code but it doesn't make much sense to me. I only
found that this CacheChecker thing somehow affects the issue. Could someone
point me to possible issues in my solution and maybe describe how this
CacheChecker should be used? I would appreciate any help, as we can not get
rid of xwiki integration bugs for a long time. Thank you!
Hi folks,
I upgraded XWiki from 7.0.1 to 7.4.4 which went fine.
After checking everything is ok I ran the nested pages migration
application and noticed some things I have questions on:
1. After migrating my main wiki the heading "Wiki Home" was replaced by
"$services.localization.render('xe.home.title')". Sub wikis didn't have
this side effect. Maybe a bug in the migrator?
2. After migration I noticed that the spaces that were previously right
below Main stayed but are hidden now. In addition all spaces are now below
the node "XWiki Bereich" (German for "XWiki Space") as nested pages.
Creating new pages on the main page are placed right on the main page and
directly below the wiki node in the tree.
Example:
* Home / XWiki Space / Migrated Space / Sub docs
* Home / New Page / Sub docs
In the database they look like this:
* xwikidoc
** XWD_NAME: WebHome; XWD_TITLE: Migrated Space; XWD_PARENT: Main.WebHome;
XWD_WEB: Main.Migrated Space
** XWD_NAME: WebHome; XWD_TITLE: New Page; XWD_PARENT:
subwiki:Main.WebHome; XWD_WEB: New Page
* xwikispace (2 entries for the migrated space)
** XWS_REFERENCE: Migrated Space; XWS_NAME: Migrated Space; XWS_PARENT:
null; XWS_HIDDEN: 1
XWS_REFERENCE: Main.Migrated Space; XWS_NAME: Migrated Space;
XWS_PARENT: Main; XWS_HIDDEN: 0
** XWS_REFERENCE: New Page; XWS_NAME: New Page; XWS_PARENT: null;
XWS_HIDDEN: 0
I'd like to achieve a "sane" hierarchy which shows the migrated spaces
directly under the wiki node but before deleting anything or doing database
changes I'd like to know the community suggestions.
Thanks in advance for some hints.
Regards,
Dennis
Hi Folks,
I'm struggling with something I thought should be quite simple.
I want to style a series of elements in a page (box macro) so want to
just define a css style for this just for this one page.
I was trying to set styles using html content like this:
{{html}}<style>
h1 {color:red;}
p {color:blue;}
</style>
{{/html}}
but the style definition is not getting included (though in other cases
like this {{html}}<b>bold text</b>{{/html}} its working as expected).
What am I doing wrong here?
Thanks
Tim
Hi,
I have created an application holding info about customers. When creating
new pages in it I discovered that no sub pages can be created below those
application pages, new pages are always created right below the application
itself (on the same level as the customer itself).
Example:
Application / Customer 1 > Create new page
Outcome:
* Application / Customer 1
* Application / New Page
Desired:
* Application / Customer 1
* Application / Customer 1 / New Page
Is it possible to enable nested pages for applications? The goal is to
enable my colleagues to add documents about the customers and to have a
livetable (already prepared) to show them on the respective customer.
Thanks in advance once more,
Dennis
by [IDIS Technical Secretariat] Ricardo RodrÃguez
Hi!
I've managed to devote some time to understand how Livetable does work.
Nice feature! It has been there since the very XWiki beginnings and only
now I started to feel the power of that macro!
I needed some time to understand how the table data source is generated,
but I think I can now more or less manage this point. What I would like to
do now is to customize rows' appearance depending on cells contents. For
instance, change background color when cells' content match a given
string/value. Something like this...
http://goo.gl/alW3SU
I don't know to what extent this relies on XWiki features, or it is a
pure-CSS issue.
Please, could you point me in the right direction?
Thanks for your work!
Ricardo
description: A wiki to host my (and others) scripts, tips, tricks, macros and fuses for the Blackmagic Design Fusion compositor
owner name: TomBerakis
wiki name: fusion