Hi!
By default, XWiki doesn't have "resume" ability for downloads. Is there any way to turn it on? From the moment file system storage was implemented into XE it makes sence.
And another question-idea:
On uploading big (all) files, XWiki creates hash for torrent, stores it together with file.
On Download request - user gets torrent file and starts download.
Server side strats seeding and after download is complete - kills seeding process from torrent-client.
Upload can be done almost the same way.
The question is:
Does existing XWiki functionality allow to implement such a upload-download technology?
Thanks in advance,
Dmitry Bakbardin
Hi,
Many of our users use copy and past from windows (or mac) to bring textsnippets into the wiki
In the display it looks fine, but when you edit the wiki, not the wysywig editor, there is a lot of <span>, ((())) or sometimes even <html> tags.
Is it possible to configure the editor (or something else) that it is only possible to paste UTF ascii text without any styling (!) (so it must be dummy-proof)
Or better, to automatically convert styles that we allow; like bold, italic, underline, upper, lower...
Gerritjan
Hi!
Xwiki 3.1. Latest XEM works fine, deploys wiki farms - no problem.
All attempts to make applications running on wiki-farm failed (e.g. Annotations).
Documentation keeping silence, or I'm missing something. :-(
Is there any way to make applications running on non-main wikis?
Is there a way to install application in main wiki and "grant permission" to be used in specific wiki-farm?
Thanks a lot in advance
Dmitry Bakbardin
I am out of the office until 09/06/2011.
Relaxing on what's left of Virginia Beach! If you have a question about
Dobro, please contact Jenny Purushotma. If you have a question about
Netezza, please contact Diane Paige. If this is a true emergency, please
call my cell. Thank you! :-)
Note: This is an automated response to your message "users Digest, Vol 50,
Issue 1" sent on 9/1/2011 6:00:03.
This is the only notification you will receive while this person is away.
When I do cut and paste it seems to make a mess of
the local url. I can fix it by going into the Source
instead of WYSYWYG but that is probably not something
you want to suggest to your technical or proposal writer
or PA...
I notice it changes the form from 'attach:filename'
to 'http:localpath/filename' and sometimes makes a
mess of it. There seems to be some problem
with the quoting; I noticed that one of my file names with a
'-' in the middle seemed to cause quoting to go strange.
This shows in the list of attachments:
http://<HOSTNAME>/xwiki/bin/download/ImmortalData/WebHome/ImmortalData%2DBinarySharefileFormatSpecification.odt
Gives this in the browser when you click on it:
http://<HOSTNAME>/xwiki/bin/download/ImmortalData/WebHome/ImmortalData%252DBinarySharefileFormatSpecification.odt
Replacing it with this works:
http://<HOSTNAME>/xwiki/bin/download/ImmortalData/WebHome/ImmortalData-BinarySharefileFormatSpecification.odt
Have others had trouble with this?
Hi,
I have a java plugin which is running in a panel.
Now I want to find out which main document is currently displayed.
The context of the Plugin only refers to the Panel document.
Thanks,
Stefan.
Hi,
I am very new to xwiki.
I've written a java-macro (implementing the
org.xwiki.rendering.macro.Macro interface), which is generating some
base content.
now, this content should be able to query data from the macro-bean via
ajax-request.
Is that possible? How should the ajax call look like?
Thanks,
Stefan.
Hi,
I am a user of myxwiki and I receive notifications on pages such as "June 6:
Upgraded xwiki to version 3.1 SNAPSHOT from 2011-06-06. Don't forget to
upgrade your wiki with the latest XAR (Upgrade instructions)." Does that
mean the XWiki Core has been upgraded and I just need to upgrade wiki
documents? If so, having downloaded the latest XAR
(xwiki-enterprise-wiki-3.1-20110824.095236-263.xar in this instance) to my
PC, can I expand it within myxwiki or unzip it on my machine? Do I export my
xwiki, merge my files into the new build and then import back? Since with
myxwiki the wiki is already available I don't have the experience of
building one from scratch and the confidence to just make changes knowing
they are on a local machine. Please can you provide some clearer guidelines
for users of myxwiki.
Thanks,
Jonathan
I am out of the office until 08/29/2011.
I have to attend to a personal appointment today; will check email in the
morning and evening, as time permits. If this is an emergency, please call
my cell. Thanks and have a pleasant weekend! :-)
Note: This is an automated response to your message "users Digest, Vol 49,
Issue 27" sent on 8/26/2011 3:06:09.
This is the only notification you will receive while this person is away.
Michael Maslak, Jr.
RESPONSE, LLC
Telematics Software Engineer
407-444-7898
RESPONSESupport(a)national.aaa.com<blocked::mailto:RESPONSESupport@national.aaa.com>
________________________________
This communication (including all attachments) is intended solely for
the use of the person(s) to whom it is addressed and should be treated
as a confidential AAA communication. If you are not the intended
recipient, any use, distribution, printing, or copying of this email is
strictly prohibited. If you received this email in error, please
immediately delete it from your system and notify the originator. Your
cooperation is appreciated.
Hello,
My company wants to migrate the content of an Oracle database into XWiki. This database contains files (xls, doc, rtf etc...) stored in BLOB which are linked with text documents. In order to migrate the text documents, I use the import in Xar format and it's OK, the problem is the migration of the files. In my Wiki I chose the option to store the attached files outside the database. I expected to put "metadatas attachment" in the xml files and simply copy my files in the right directory but it doesn't work. Is it a wrong idea ? What's the best way to do it ?
Thank you for help.
Françoise Cadin
Does anyone know a trick to add a counter just after the Annotations
links of a page ?
The aim is to quickly see the number of annotations near the top of
the page, as it is shown for comments and attachments.
I know this feature is available in 3.0, the idea is to get it in 2.7.
Thanks,
Maxime Sinclair
Hi,
In XE 2.7.2 and 3.1, using Groovy in a wiki page, a call to
- xwiki.getDocument( "Main.WebHome") returns the correct document object
- xwiki.getDocument( "WebHome") returns the WebHome doc object of the
current space (not really documented in the javadoc)
- xwiki.getDocument( "NotExistingDocName") returns a Document object
(a empty one I suppose) instead of a null
Is it a bug or do I miss something ?
Is there another way to test that a page, specified by its name, exists ?
Thanks
Maxime Sinclair
Can anyone provide some help with the, probably old, xwiki TaskManager
app [1]..
I've installed it -semi successfully- on xwiki 3.0... but now some of
the stock macros have an odd look to them.
Perhaps something got overwritten in the css / look area on the xar
import.
[1] http://extensions.xwiki.org/xwiki/bin/view/Extension/Task+Manager+Applicati…
------
thanks
kevin.foote
Is there an event to listen for annotation added. I am looking for something
similar to xwiki:annotations:filter:changed
I would like to listen to annotation added events
document.observe("xwiki:annotations:filter:changed", function(event){
alert("annot filter change");
});
===I would like to know if this is available====
document.observe("xwiki:annotations:added", function(event){
alert("annot filter change");
});
Thanks
Ravi
--
View this message in context: http://xwiki.475771.n2.nabble.com/Annotation-added-event-tp6693845p6693845.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Is it possible for me to specify an initial sort column when using
tablefilterNsort
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
(% class="grid sortable filterable doOddEven" id="tableid" %)
(% class="sortHeader" %)|=Title 1|=Title 2
|Cell 11|Cell 12
|Cell 21|Cell 22
Thanks
Ravi
--
View this message in context: http://xwiki.475771.n2.nabble.com/Table-sort-order-tp6695525p6695525.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I have a question concerning the integration of xWiki into a vaadin project.
We are very keen to add some of the xWiki features to our project, for example the WYSIWYG editor, the versioning, multilang support, plugin support...
Because these features will then be very interconnected with our
application, we refrain from using the REST api.
What we rather want is to use the xWiki somehow as a 'library' which provides
components we can add to our vaadin view.
The question now is, if someone has done such thing before or it it is even
possible ? Do we have to rip the whole xwiki sourcecode apart or is there an
easy way to adapt xWiki to the vaadin framework ?
I would be very pleased with any kind of answer and I would also be happy to
explain our project in detail if its not clear enough.
Thanks in advance,
Matthias Gorzellik
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
The XWiki development team is proud to announce the availability of
XWiki Enterprise 3.2 Milestone 2, the second milestone of the XWiki
Enterprise 3.2 version (see the roadmap at
http://enterprise.xwiki.org/xwiki/bin/Main/Roadmap ). Main new features
include:
* support for user-defined, personal dashboards,
* improvements to the spotlight-like search suggestions,
* improvements to the extension manager,
* support for arbitrary named parameters in the event stream,
* ... and a few dependency upgrades and bug fixes
See the full release notes at
http://purl.org/xwiki/rn/ReleaseNotesXWikiEnterprise32M2 for more details.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
My environment: Windows2003, Glassfish 3.1, OracleXE, XWiki 3.1.
I have an issue with OpenOffice service in XWiki - autostart give error.
Strange, that if I trying to start OpenOffice service manualy - service
starting and working.
I attached log file with error of autostarting - can somebody can help to
understand me what's the problem.
http://xwiki.475771.n2.nabble.com/file/n6659270/server.log server.log
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/OpenOffice-service-issue-tp6659270p665927…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Okay, no more ideas have come in so I'm going to make
an offer.
I have gen'ed up a base i386 Ubuntu Natty VM and made
a copy of it. Anyone game to work with me to create a
working XWiki so that I can write a clear documented
installation procedure for a working XWiki on Natty?
Hi
I'm looking for best practises to develop a parent two child relationship in XWiki
I have the following class model
Association having one or more XWiki.Users with one-role per association
Association having one or more regions
XWiki.Users can be associated to one or more associations in one role per association
Principles (off course I can deviate from it when really smart to do);
Would like to use as much as possible out-of-the-box functionality of XWiki 2.7 or higher
Would like to use LiveTable for grid-display of childs
Would like to use generated forms for editing
Lookup lists based on class-object
My main form would be a form based on association where you can navigate using first, previous, next and last
having a livetable with Roles/XWiki.User and a second livetable showing regions
Next to each livetable there should be Add,Modify and Delete function for child records (Roles and Regions)
Who knows/have examples with look-alike requirements?
Gerritjan
I am out of the office until 08/12/2011.
Attending the Mets Matinee! Back on Friday, 8/12.
Note: This is an automated response to your message "users Digest, Vol 49,
Issue 19" sent on 8/11/2011 6:00:06.
This is the only notification you will receive while this person is away.
I am running the Windows executable installer. I am using 64-bit
Windows 7. I have admin privileges, and I ran the installer as
Administrator.
The installer stops after successfully unpacking the files. The
"gears" icon is highlighted. I can click the "Next" button (it is not
disabled) but nothing happens -- the wizard doesn't update.
If I hit "Finish", the window closes. It does not add the start/stop
items to my Windows menu. If I execute the batch file manually, it
seems to work (DOS window opens, displays progress text, does not
display any error messages), but going to localhost:8080 gets me an
error page, implying the server is not running. If I execute the
"stop" batch, it correctly terminates the program (closing the DOS
window).
I do not believe I have any server running on 8080. (If I did, I'd
expect to see it, not the "host not found" error page.)
Thank you for any help.
--
=======================
Personal Blog: http://www.xanga.com/lizard_sf
Facebook: http://www.facebook.com/lizard_sf
MrLizard: Gaming and Geekery: http://www.mrlizard.com
Why is there a limit on pages? This page is not that large but it seems almost silly to have a wiki with a text limit on it. Could not find a preference to change this not sure what I need to do to continue. Any suggestions
Sincerely,
Phill
Phill Moran
Deloitte
Cell (416) 806-9033
www.deloitte.ca