Hi,
I recently upgraded from XWiki 5.something to XWiki 7.1. The previous configuration stored attachments in the filesystem, using a location set in xwiki.properties:
environment.permanentDirectory=/myxwikidata/xwiki/data
After upgrading I am missing icons from the wiki, and links to attachments are broken. After consulting http://extensions.xwiki.org/xwiki/bin/view/Extension/Filesystem+Attachment+… I see that the location used for attachments (obtained via Utils.getComponent(FilesystemStoreTools.class).storageDir.getAbsolutePath() ) is /var/cache/tomcat7/Catalina/localhost/xwiki/storage
Does anyone know where this location is set, and why the one in xwiki.properties is not used? I see mention in that file that:
"Note if the system property xwiki.data.dir is set then this property is not used."
But grepping the configuration files reveals no mention of the parameter xwiki.data.dir
HI
I'm interested in using eclipse ecore to develop xwiki applications, as this
is a framework is which is particularly powerful, mature and has a strong
model driven engineering eco-system supporting it.
How best would I go about this?
The eclipse project seems dead. I see there is an extension that claims to
do just what I am looking for - however it appears to be quite old
(http://www.objectsecurity.com/en-products-other-tech-semxwiki.html).
And the eclipse xwiki also seems very old, and no longer works with the
current 7x rest api.
is anyone doing anything similar? Besides via the web ui, how else do people
develop Xwiki data models?
Is it possible to import something like uml?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-datamodel-from-Eclipse-ecore-tp7595…
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 1.
The main focus of this milestone is the introduction of support for Nested
Documents in XWiki's UI together with an important amount of changes in the
platform and default extensions to better support this.
Additionally, an experimental script rights was introduced to control which
users are allowed to execute the scripts they write inside a wiki page.
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/ReleaseNotesXWiki72M1
The following people have contributed code to this release:
Denis Gervalle
Ecaterina Moraru (Valica)
Eduard Moraru
Guillaume Delhumeau
Marius Dumitru Florea
Sergiu Dumitriu
Thomas Mortagne
Vincent Massol
Thanks for your support
-The XWiki dev team
Hi,
I install wiki with debian package.
My system is a Debian 7 or a Debian 8.
On the both servers, i have the same errors.
With packages, the install is OK.
With the browser, i open the page localhost:8080
The install starts and it is very very long (but i have a fiber optic !!!)
After install finished, i view the home page of the wiki.
And here, i have many errors in Javascript :
ReferenceError: require is not defined
Why ? Impossible to solve these errors !!
And the wiki don’t work !!
Impossible to edit a page !!!
I have purge all the debian packages and i started a new install .
For the same result !!!!
How do you do to solve this error ?
thanks for your help..
Julien
Can one copy/paste images directly into the page editor? I am testing with
the xwiki.org sandbox.
It seemed to work, ie the image appeared in the wysiwyg editor. But when I
try to view it it loses all content and reports an html parse error.
Hmmm...even when I try to upload from my local disk, as an attached image,
it reports "An error occurred while uploading your file" even though the
path is valid.
Are images useable in xwiki, or is it just that the xwiki sandbox does not
work right?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-one-copy-paste-images-directly-into-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks Thomas,
Sorry about the double question. It was intended to be only one :-) I am however able to cancel the SAVE by canceling the ActionExecutingEvent(SaveAction.ACTION_NAME) which is triggered by the Save. This however displays an empty page when I send an event.cancel().
It would be a solution if I could somehow display the previous page or some kind of error message. I’m not that much of an expert in Java / xWiki that I understand if and how this could be accomplished. Any suggestions?
Br,
Peter
> Op 10 jul. 2015, om 12:00 heeft users-request(a)xwiki.org het volgende geschreven:
>
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
> Today's Topics:
>
> 1. DocumentSavingEvent (Peter Huisman)
> 2. DocumentCreatingEvent (Peter Huisman)
> 3. Re: DocumentSavingEvent (Thomas Mortagne)
> 4. Re: DocumentCreatingEvent (Thomas Mortagne)
>
> Van: Peter Huisman <p.huisman(a)ximm.nl>
> Onderwerp: [xwiki-users] DocumentSavingEvent
> Datum: 10 juli 2015 11:05:14 CEST
> Aan: users(a)xwiki.org
> Antwoord aan: XWiki Users <users(a)xwiki.org>
>
>
> Hi,
>
> I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
>
> With kind regards,
>
> Peter
>
>
>
> Van: Peter Huisman <p.huisman(a)ximm.nl>
> Onderwerp: [xwiki-users] DocumentCreatingEvent
> Datum: 10 juli 2015 11:06:59 CEST
> Aan: users(a)xwiki.org
> Antwoord aan: XWiki Users <users(a)xwiki.org>
>
>
> Hi,
>
> I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
>
> With kind regards,
>
> Peter
>
>
>
> Van: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Onderwerp: Antw.: [xwiki-users] DocumentSavingEvent
> Datum: 10 juli 2015 11:08:49 CEST
> Aan: XWiki Users <users(a)xwiki.org>
> Antwoord aan: XWiki Users <users(a)xwiki.org>
>
>
> Nop you can't cancel saving right now, but you can use
> DocumentSavingEvent to revert any change you don't like in the
> document before the save.
>
>
> On Fri, Jul 10, 2015 at 11:05 AM, Peter Huisman <p.huisman(a)ximm.nl> wrote:
>> Hi,
>>
>> I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
>>
>> With kind regards,
>>
>> Peter
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
>
>
>
>
> Van: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Onderwerp: Antw.: [xwiki-users] DocumentCreatingEvent
> Datum: 10 juli 2015 11:09:30 CEST
> Aan: XWiki Users <users(a)xwiki.org>
> Antwoord aan: XWiki Users <users(a)xwiki.org>
>
>
> Same answer than for DocumentSavingEvent mail.
>
> On Fri, Jul 10, 2015 at 11:06 AM, Peter Huisman <p.huisman(a)ximm.nl> wrote:
>> Hi,
>>
>> I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
>>
>> With kind regards,
>>
>> Peter
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hi,
I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
With kind regards,
Peter
Hi,
I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
With kind regards,
Peter
Hello XWiki experts,
today, I tried to install a fresh xwiki. I downloaded the jetty thing in
the current release (I do not like installers) and adjusted the
hibernate.cfg.xml to uncomment the MySQL part and have
<property
name="connection.url">jdbc:mysql://localhost/notationCensus</property>
and related user and password.
At launch, http://localhost:8080/xwiki/bin/view/Main/, however, it tells me:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access
denied for user 'xwiki'@'localhost' to database 'xwiki'
So...
- the change to MySQL is well received
- the change of user is right (I also tried changing it)
- but the database name seems to be stuck.
Is there some multiwiki ghost somewhere that I need to educate?
thanks in advance.
Paul