Dear Users,
I found bug with cyrillic letters in velocity Scripting. Does it happen only with cyrillic?
http://jira.xwiki.org/browse/XWIKI-6955
Something similar was found in this extention http://extensions.xwiki.org/xwiki/bin/view/Extension/Extract+Wikipedia+Arti…
I wrote a comment to the page. Should I report it as a bug, or its not supported by XWiki development team?
Cyrillic users would be unhappy if scripting has such "other languages" limitations. :-(
Is it possible to fix this somehow?
As to: http://jira.xwiki.org/browse/XWIKI-6955
Same Script again. The question is:
If you enter "Smith John" in the input field, script creates page "SmithJohn". Is it possible somehow to keep the space mark between Last name and first name in the page name after script?
Thanks in advance
Dmitry Bakbardin
Hello again,
I updated my xwiki instance from 3.0 to 3.1.
I deployed the new war-file and copied ?xwiki.cfg?,
Xwiki.properties?, ?hibernate.cfg.xml? and
?mysql-connector-java-5.1.5-bin.jar? from the old instance. After die
update the colibri-skin was broken. Any ideas what went wrong?
Thank you again,
Stephanie
Hello,
I tried to get the Filesystem attachments to work. Unfortunately,
after setting the appropriate config parameters in xwiki.conf and
restarting tomcat, all attachments stored in the database are not
accessible any more.
Therefore I tried to use the Filesystem Attachment
Porter(http://extensions.xwiki.org/xwiki/bin/view/Extension/Filesystem+Atta…. The importer complains that there are no files to import,
though.
Am I missing a step here?
Thank you for your help,
Stephanie
What is considered the best way to use photos published on flickr (or any media storing and sharing source) in the XWiki
a) through the image button in the Rich Text editor, so it can be done without coding, macro's
b) a macro that you can call from the button strip in the rich text editor
There used to be a Flickr integration on the XWiki extensions, but they only work in syntax 1.0
It would be great if you can also used secured photos on flickr through safe links. User must login to XWiki, but can see foto's in flickr although when going directly
to flickr that user could not see the photo's
Today we are uploading photo's two times; once to flickr and once to XWiki, where the metadata in flickr is much richer; title, description, geotag, dat/time
We would like to replace that with a much more integrated approach; upload once see everywhere.
If other foto-sharing services are better integrated with XWiki platform, we are willing to look at these (Picasa, Facebook, ...) and migrate our photo's to these services
Gerritjan
Hi Users,
After some mails with Vincent and Scott the idea was born to make a
strip-down-xwiki guide.
The reason for this is the fact that for a lot of novice users, xwiki seems
at the first glance to complex to handle.
By making a strip-down Guide we hope to make Xwiki more accessible for a
broader audience, and thus generate more users worldwide.
In order to make this strip-down Guide as complete as possible, I would like
to ask all of you to post your thoughts and ideas on this.
For starters, here are mine, if they are allready easily solved, let me
know:
-Make the search function easier to adapt.
For instance, I have multiple spaces, and i want that the search function
only searches in certain, predifened spaces and shows the results within the
space the search was started from.
-An easy way to create a template so that users cannot copy paste in
whatever form and shape they want, but it shows a line where they can type
in the header, and below the content. All in the same style.
-An easy way to show-hide the comments box on the bottom of the page. At the
moment I use a solution where I include a document with the script to do
this in, in every page. This should be dealt with globally, and possible for
people without a lot of programming knowledge.
-The sandgrains work, but not from one space to another, at the moment I use
the include Makro to maintain my saindgrain navigation intact, but it would
be far easier if documents from other spaces where I link to, adapt the
parent from the space where I started from.
-The Logo has a predefined link to the main wiki, which causes endusers in a
space, when they click on this, to get to the main wiki page, and it
confuses them. I would like an easy way (not by editing the global.vm
template!) to personalize this.
-A wide spread opinion says, that you can just give users rights to certain
documents. But if an enduser can see a document, but not open it, the
endusers feels as if there are secrets kept from him. I want an easier way
to hide these documents completey, but show them to other users who are
allowed to see them in the same space.
-Expand and collaps user generated panels
If I create panels, their initial state is allways open, I can close them,
but when I go to anothere page, it shows the panels open again. Is it
possible to make check box within each panel in the panel wizard that allows
me to change this?
Many of these points here may seem irrelevant to many of the longtime
developers, but a lot of questions within this userlist have to do with the
usability.
For your understanding, I come from a total different corner then most of
you. I come from CM, not from programming.
But I think if we can work together on this, Xwiki will gain more users in
the end.
If anyone sees this different, let me know, lets communicate so I can start
working on the Strip down Guide.
And to all you programming masterminds out there, keep up the great work, it
made Xwiki to that what is today, thank you so much for all the efforts.
With Kind regards,
Wouter
Hi!
Xwiki 3.1. Attachment versioning turned off (xwiki.store.attachment.versioning.hint = void)
Storage is set to file system, Recicle Bin is ON.
1. xwiki/bin/view/Main/AllDocs?view=attachments - gives empty table. How one can see all attachments in a Live table?
2. To verify attachment versioning: attach several times the same file - one copy is stored as a file in a storage, version upgrades correctly - no problem.
3. I deleted an attachment. It shoild be in recycle bin:
~GLOBAL_DELETED_ATTACHMENT_ID_MAPPINGS.xml appeared in /store folder.
XML inside shows were to find files. Files are on their places as descriebed.
BUT
Recycle bin gives terrible surprise: it stores TWO COPIES of deleted file:
first is: <filename>.<extension>
second is: <filename>~v1.1.<extension>
Please note, that attachment VERSIONING is turned OFF. For big attachments (1GB and more) such a behaviour is a disaster for two reasons:
- unreasonable disk space consumption
- (probably) huge delay while user deleting attachment.
What is correct way to disallow XWiki such file duplication?
4. XWiki.DeletedAttachments gives empty table. How one can see all deleted attachments in a Live table?
Thanks a lot
Dmitry Bakbardin
Thanks a lot for for assistance, Ludovic.
Looks complicated, but at first glance at least manageable.
Will you recommend any Java-based sync tools to build completely platform independent system?
Ideal solution for me looks smth like:
- Master Wiki accepts file and stores it in FS storage
- Master Wiki initiates an event and sends it to Sync Tool / Mirror Wiki
- Sync Tool / Mirror Wiki requests file, gets it, stores it and writes success sync event in log.
Do we need to tie XWiki events with sync events, or it is safe for XWiki, when mirror database has a "new-file" record and file is not in the storage yet?
"1/ A redundant RAID5 network storage shared over Fiber Channel and NFS. This is for clustering"
Is it possible to configure XWiki to use ANY folder as a storage, OR default one is an only option? If Yes, HOW?
Some bugs are found in 3.1 with FS on. It causes attachment management problems.
http://jira.xwiki.org/browse/XWIKI-6918
http://jira.xwiki.org/browse/XWIKI-6917
Is there any fast solution? Or there is no simple solution and we should wait at least 3.2 release to manage attachments? Because for now, we don't have "legal" XWiki access to deleted attachments.
Best Regards,
Dmitry Bakbardin
09 сентября 2011, 12:51 от Ludovic Dubost <ludovic(a)xwiki.com>:
Hi Haru,
2011/9/9 Haru Mamburu <haru_mamburu(a)mail.ru>
Hi!
I was going to build on the XEM base a library with files 1Kb-1Gb inside . But on digging deeper I'm a bit desperate now: XE is an excellent platform to run the project from one side, from other - completely unclear how to make it safe :-(
Great that you working on a big database with XEM.. Sounds like a nice project
File System storage does have it's drawback, which is why we initially chose to be "all-database", but we faced the limitation of database storage for very large attachments..
Backup and Clustering are indeed more complex, but it's possible..
On filesystem storage implementation, there are several sufficient question are still beyond of understanding:
1. Clustering and/or mirroring XWiki.
When data was stored completely in the Database Engine - it was more or less clear how to build following system:
Customers -> Master Server --> Mirror Server
If Master Server is down - we easily switch customers to Mirror Server. Afterwards we restore full configuration and get back necessary redundancy.
With filesystem storage mirroring mission becomes impossible?
I suggest either
1/ A redundant RAID5 network storage shared over Fiber Channel and NFS. This is for clustering
2/ A "rdist" process that will replicate regularly the FS for mirroring only
2. Backup process.
Database data backup is also more or less clear. When filesystem storage turned on, there is painful moment of synchronizing backup moment both for data in Database AND data in Filesystem. The only Idea I have for now: stop everything, backup everything, run everything. IMO it's not the best solution due to quite annoying downtime.
Are you going to implement such a functionality inside? What is the best pactice to implement backup in a right way?
I would suggest:
1/ rdist replication + mysql replication
2/ when backuping, blocking both replication and performing the backup
At XWiki SAS we always use a MySQL replication which is the DB being backed-up. This is important to have the minimal impact on the production system. If you backup the production database directly you can have locking issues that block XWiki from operating properly.
Ludovic
If you already have a solution, kindly ask you to share the information. :-)
Best regards,
Dmitry Bakbardin
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi!
I was going to build on the XEM base a library with files 1Kb-1Gb inside . But on digging deeper I'm a bit desperate now: XE is an excellent platform to run the project from one side, from other - completely unclear how to make it safe :-(
On filesystem storage implementation, there are several sufficient question are still beyond of understanding:
1. Clustering and/or mirroring XWiki.
When data was stored completely in the Database Engine - it was more or less clear how to build following system:
Customers -> Master Server --> Mirror Server
If Master Server is down - we easily switch customers to Mirror Server. Afterwards we restore full configuration and get back necessary redundancy.
With filesystem storage mirroring mission becomes impossible?
2. Backup process.
Database data backup is also more or less clear. When filesystem storage turned on, there is painful moment of synchronizing backup moment both for data in Database AND data in Filesystem. The only Idea I have for now: stop everything, backup everything, run everything. IMO it's not the best solution due to quite annoying downtime.
Are you going to implement such a functionality inside? What is the best pactice to implement backup in a right way?
If you already have a solution, kindly ask you to share the information. :-)
Best regards,
Dmitry Bakbardin
Hello again,
I just noticed that the WYSIWYG-Editor seems also to be broken after
the update to version 3.1. At least it doesn't load anymore.
Any help is appreciated I am realy lost here.
Thanks,
Stephanie