Hello,
Happy new year to everyone.
I'm trying to have the email of an user and I want to put it on every
document the user creates.
For that, I try this two differents codes :
#set($mail=$xwiki.getUser($doc.getCreator(), false).getEmail())
and an other try :
#set($user=$xwiki.getUser($doc.getCreator(), false))
#set($mail=$user.getEmail())
But none of this two codes is right. What should I do to have the email of
my user ?
Best regards,
Stéphanie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Find-the-email-of-a-user-tp7146566p714656…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
How can I identify the reason of not being able to search through extension
repository with Extension Manager?
The symptoms are: no extensions returned on the extension search page, and
following error is displayed in the logs
2012-01-03 12:50:15,672
[http://192.168.0.3/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmi…]
ERROR aultExtensionRepositoryManager - Failed to search on repository
[org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository@17d76c]
with pattern=[polls], offset=[0] and nb=[20]. Ignore and got to next
repository.
XWiki 3.3
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-can-I-identify-the-reason-of-not-bein…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
I do the login with admin credentials in one internet explorer window. Now
i open one more seperate IE window and give my xwiki home url i.e
http://localhost:8888/myxwiki/ . I see in this second i am directly getting
logged in with admin credentials which is not correct. I should see login
screen on this second window here.
Then i did debugging and found out with both IE windows
xwikicontext.getRequest().getSession() returning the same session(
basically both sessions are having same session id). As per my
understanding session is specific to browser window . so both windows(or
request from diffent IE windows) should have different session attached to
them.
Not getting how come both request are having same session id.
Thanks
Hi all,
perhaps someone has the same problem (hopefully already solved):
After migrating from 1.x to 2.x and now to 3.1 and 3.2 I have some
problems :-(
a)
All links to the xwiki Main-Space look like the following example:
xwiki:$s:MyPage
regardless if I use [[Main.MyPage]] or [[MyPage]] the only solution
would be:
[[MyPage>>Main.MyPage]]
If the page is not in the xwiki Main-Space everything works fine.
b)
My Quicklinks Panel look horrible:
<https://www.smartics.eu/xwiki/bin/view/Administration/ServerAdministration>
Looks like it is in xwiki 1.0 Syntax, but 2.0 is expected.
Is there a possibility to get to the history of the quicklinks panel, to
restore my old one?
Is there a posibillity to change the xwiki syntax for a panel?
c)
And last but not least
After logging in I am forwarded to:
http://www.smartics.eu/xwiki/bin/loginsubmit/XWiki/%2Fxwiki%2Fbin%2Fview%2F…
Looks like to be an apache problem, but i use ProxyPass to forward
(proxy) all to my tomcat and RewriteEngine to redirect https:
80:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
ProxyPass /xwiki http://www.smartics.eu:8080/xwiki
ProxyPassReverse /xwiki http://www.smartics.eu:8080/xwiki
443:
ProxyPass /xwiki http://www.smartics.eu:8080/xwiki
ProxyPassReverse /xwiki http://www.smartics.eu:8080/xwiki
What happens:
I go to http://www.smartics.eu/xwiki
I am redirected to https://www.smartics.eu/xwiki
I do the login: and than I am forwarded to
http://www.smartics.eu/xwiki/bin/loginsubmit/......
And here somehow the redirect to https does not work and the page can
not be delivered, as apache states "Not Found".
Looks like both (Rewrite and ProxyPass) are pypassed somehow.
But when I now enter manually (in the same browser)
"https://www.smartics.eu/xwiki" I am logged in.
Any idea what might be wrong?
Any help to my problems would be highly appreciated.
Best wishes for the new year.
Best regards,
Anton Kronseder
Hello,
Since XWiki is positioned as a collaboration tool, where collaboration is
primarily on the documents, sooner or later there will emerge a need to
provide functionality similar to what Google Docs has: simultaneous editing
of documents, supporting text documents, spreadsheets (with ability to
generate charts, calculating subtotals), presentations, embedding
spreadsheet tables and charts into documents etc. - at least several times I
found myself in a need to do manual table-based calculations and to
simultaneously work on the document.
One more possible improvement is support rich brainstorming sessions like
in e.g. http://incubator.apache.org/projects/wave.html (integration?)
So I was wondering, are there any plans for those directions?
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Extending-XWiki-collaboration-toolset-tp6…
Sent from the XWiki- Users mailing list archive at Nabble.com.