Hi!
In out organization we faced with problem after update xwiki from
6.4-milestone-2 to latest stable version 7.1.2 .
In pages on xwiki we have animated pictures.
And animation worked after resize on previous version. For example (test.gif
- animated gif):
[[image:test.gif||height="30" width="20"]]
We saw animated picture after resize.
But now on version 7.1.2 it not work.
On link such as ...../test.gif?width=20&height=30 we see only picture
without animation
On link such as ...../test.gif we see normal animation (but we need resize
it).
How to resolve this problem ?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-view-animated-pictures-in-7-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello, I am interested in tracking who downloaded attachments from specific wiki pages. I saw this isn't available in the Stats app. Is this functionality available in any other module/extension?
Thanks,
Assia E. Alexandrova
Sr. Technology Strategist
Information Management Division
Fort Lauderdale Police Department
1300 West Broward Blvd.
Fort Lauderdale, Florida 33312
Tel.: (954) 828-5867
aalexandrova(a)fortlauderdale.gov<mailto:aalexandrova@fortlauderdale.gov>
This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to which they are addressed. This communication may contain material protected by the attorney-client privilege. If you are not the intended recipient, you are hereby notified that any disclosure, photocopying or distribution of these contents is unauthorized and prohibited by law. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received the e-mail in error; please immediately notify the sender by replying to this e-mail and placing "INCORRECT DESTINATION ADDRESS" in the subject line.
Hi,
We faced with next error on xwiki version 6.4-milestone-2 (it stable work ~1
year, but the number of users increased and problem appeared some weeks
ago):
At random time no one cannot access to any xwiki page (admins also) - in
interface we see message that we have no right to access this page.
In output log we find errors such as (pages in the log as well as users can
be different):
2015-09-02 07:13:02,630
[http://domainxwiki/xwiki/bin/jsx/AnnotationCode/Script?language=ru] ERROR
c.i.DefaultSecurityCacheLoader - Failed to load the cache in 5 attempts.
Giving up.
2015-09-02 07:13:02,631
[http://domainxwiki/xwiki/bin/jsx/AnnotationCode/Script?language=ru] ERROR
.a.DefaultAuthorizationManager - Failed to load rights for user
[xwiki:XWiki.testuser] on [xwiki:AnnotationCode.Script].
Only reboot helped us to avoid this error. But errors after some days appear
again.
How we can solve this problem?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Problem-Failed-to-load-rights-for-user-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I try to rename document to put them in the same space.
I did it with a groovy script but i have a problem ; documents which contain
dot are not renamed.
This is my script :
{{groovy}}
def context = xcontext.getContext();
def xwiki = context.getWiki();
String spaceDestination = "NewSpace"
def spaceNameList = ["Space1","Space2","Space3"];
def document = "";
for (spaceName in spaceNameList)
{
for(docName in xwiki.getSpaceDocsName(spaceName, context))
{
document = xwiki.getDocument(spaceName+"."+docName,
context);
if (docName=="WebHome")
{
document.setParent(spaceDestination+".WebHome");
document.rename(spaceDestination+"."+spaceName,
context);
}
else
{
//The problem appears here
document.rename(spaceDestination+"."+docName, context);
}
}
}
{{/groovy}}
I have already tried to espace the dot on the docName but it didn't work.
Thank you,
Quentin
--
View this message in context: http://xwiki.475771.n2.nabble.com/Rename-document-with-dot-in-groovy-tp7595…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I looked inside the admin menu and found the option « Email Status »
There are 227 pages with lot of watchlist success informations.
Is there a way to clean this long list of events ?
Xwiki Release 7.1.1
Thanks
Cordialement
Stéphane Lassire
Chargé de l'informatique et de la communication
Tél direct : 01 42 85 81 87
Courriel : <mailto:slassire@cesap.asso.fr> slassire(a)cesap.asso.fr
Hi!
The server where our XWiki 7.1.2. installation is running is in CEST
timezone. We do need to read dates in GMT timezone and find this...
How can I format a date in a different time zone in Velocity Template using
DateTool?
http://stackoverflow.com/questions/21691445/how-can-i-format-a-date-in-a-di…
I'm not able to get this running. Please, could somebody provide an example
of using or any other way to transform the date to GMT?
Thank you for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
The XWiki development team is proud to announce the availability of XWiki
6.4.5.
This is a stabilization release that fixes important bugs discovered in the
6.4.4 version.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki645
The following people have contributed code to this release:
Anca Luca
Denis Gervalle
Ecaterina Moraru (Valica)
Eduard Moraru
Guillaume Delhumeau
Jean SIMARD
Manuel Smeria
Marius Dumitru Florea
Thomas Mortagne
Vincent Massol
Thanks for your support
-The XWiki dev team
I've tried searching but can't seem to find anything relevant
I have a fresh install of Enterprise 7.2 Milestone 1. Everything seems to be
running ok except for 1 thing. This problem seems to be the same on the
standalone installer and by installing via the WAR package.
When I click on add and select page it takes me to a page titled "Create
Page" looks the same as the online playground. The problem is when I give
the page a name and click create it creates a new space instead.
For example, if I click in to "Sandbox" and then do create page leaving
location as "Sandbox" and then put in a page name of "TestPage" and then
click create. It takes me me to the WYSIWYG editor where I can put in
content. I then put in some random content for test purposes and click save
and view. Everything looks fine on that front. Now if I go back to the
dashboard however it lists under spaces "Sandbox.TestPage" It seems to be
creating a new space instead of a page.
I have gone to the online playground on the xwiki.org website and tried the
same thing and it seems to be working as expected, creates a page and not
another space.
I have attached a screenshot below, you can see I've tried a couple times
with no luck. Any help would be appreciated.
<http://xwiki.475771.n2.nabble.com/file/n7595617/spaces.png>
--
View this message in context: http://xwiki.475771.n2.nabble.com/Creating-a-new-page-creates-a-space-inste…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of
XWiki 7.2 Milestone 3.
This milestone release brings more changes to the Flamingo Skin in
order to support Nested Documents. The top menu has been replaced by a
drawer and the create, copy, rename and delete page actions have been
revamped. This release also fixes some Watch List issues related to
Nested Documents and provides a new configuration option for the LDAP
module. The developers should check out the new job-related REST
resources and the support for skins in Nested Spaces.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki72M3
The following people have contributed code to this release:
Clemens Robbenhaar
Ecaterina Moraru (Valica)
Eduard Moraru
Gabriela Smeria
Guillaume Delhumeau
Jean SIMARD
Marius Dumitru Florea
Sergiu Dumitriu
Thomas Mortagne
veronikaslc
Vincent Massol
Thanks for your support
-The XWiki dev team