My config - Oracle 10.2.4, XWiki - 2.2.4. Tested on Jetty and Glassfish. NEW
Xwiki instance imported from xar-file. User is Admin (default user in a new
instance). I cannot see any attachments in a AllAttachments live table.
What's the problem?
I know that pages XWiki.AllAttachments & XWiki.AllAttachmentsResults should
save user with programming rights. Before checking AllAttachments live
table, I gave for Admin (and for XWikiAdminGroup and for user Admin)
programming rights and resaved these 2 pages - but no result. Also I tried
to re-import these 2 pages - same situation - AllAttachments live table
doesn't show anything.
As I understand, maybe problem have relation with Oracle, because I tested
on another DB (MySQL) and all is ok. XWiki schema in Oracle have full
rights, no any special options in Oracle ...
This is not a special issue with XWiki - 2.2.4, same situation (on Oracle)
exists in a previous XWiki versions too.
Maybe have some more recomendations for me.
Thanks beforehand!
--
View this message in context: http://n2.nabble.com/AllAttachments-live-table-doesn-t-show-anything-tp4875…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
I am facing issue in xmlrpc client while login the admin user. I want to
add the user in the xwiki through xmlrpc. For that i have to login as admin
and then i have to add the user which is given in the below link.
I have used the login sample defined in the following link
http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPCJavaExamples
I have my own sso implemented in xwiki.
I need to add header and cookie in xmlrpc so that i can get those cookie in
my own sso class and check for the authentication.
It is possible to add the header and cookie in httpclient.
But how to do the cookie based xmlrpc login in xwiki? is there any way to
add the cookie and header in xmlrpc in xwiki?
Kindly suggest any idea.
Thanks,
Nithya.
--
View this message in context: http://n2.nabble.com/How-to-add-cookie-and-header-in-xmlrpc-in-xwiki-tp4932…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello XWiki Community,
We're still looking for the new XWiki.org logo. First of all, many
thanks to all those who submitted their ideas (
http://dev.xwiki.org/xwiki/bin/Community/LogoChallenge ). After the
first round of votes (digest here:
http://spreadsheets.google.com/ccc?key=0Ah6DqXzfHT2vdHV5Ty1LX3lKU3U5V3M4YmN…),
we chose 6 "popular" proposals for the second round:
http://dev.xwiki.org/xwiki/bin/Community/LogoChallengeRound2 .
The authors of these proposals were asked to do the following, if not
already done for round 1:
* try to integrate any constructive feedback that came with the
votes (a digest of the feedback from the emails is available for each
proposal on
http://dev.xwiki.org/xwiki/bin/Community/LogoChallengeRound2 )
* polish the design (if they consider it necessary)
* provide the requested variations for .org, enterprise and office
* provide samples for light and dark background
* provide a black&white version
* provide a 16X16 icon containing the logo or a representative part
of the logo
* provide a nice "Powered by XWiki" button that goes with the logo
* provide a mockup/screenshot with the logo used in the current
skin, colibri
For most of the finalist logos, the _final_ versions were already
uploaded here:
http://dev.xwiki.org/xwiki/bin/Community/LogoChallengeRound2 .
For those who were not updated, we will use the initial submissions
for round 2 as well,
and voters will have to use their imagination in case
any of the required use cases is missing.
VOTING:
You can send your vote on the mailing list (devs(a)xwiki.org or
users(a)xwiki.org), in reply to this email. No twitter votes this time.
Each voter can grant a whole +1 to only one of the 6 finalists
(
http://dev.xwiki.org/xwiki/bin/Community/LogoChallengeRound2#HFinalistpropo…
).
IMPORTANT: Before choosing a logo based on your personal preference,
please try to also ask yourself the following questions:
* Is it distinctive? Note that it should not resemble other logos,
including the XWiki SAS/xwiki.com logo.
* Is it easy to remember and recognize?
* Does it blend in smoothly with the Colibri skin? With the new
XWiki.org skin? Note that adjustments to the skin is possible, in order
to better integrate with the logo.
* Is the design scalable? Could it (or parts of it) be
successfully used in a 16X16 icon? Would it look good on a very large
poster?
* Can it be used (as it is, or adapted) on both light and dark
backgrounds?
* What would it look like in black and white (not just grayscale)?
It's ok if some details are lost, but it needs to still look
attractive and keep the main features.
TIMELINE:
08/Apr/10 : Beginning of second round of votes on devs(a)xwiki.org,
users(a)xwiki.org
11/Apr/10 : End of votes
Thanks,
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hello,
I try to translate an application in many languages but it doesn't work.
Let's take the Bulleting board application to explain my problem.
The bulleting Board application already has a default translation page in
english (BBCode.Translations). I declared it in Administration > Programming
> Document Bundles and it works fine. I would like to have a second language
for my Bulleting Board. I try two ways to do that but, unfortunatly, neither
one or the other works...
First method : I put the BBCode.Translations language to english (en) and I
translate the document in french (fr) thanks to the right translation panel.
So, I have my BBCode.Translations page available both in english and in
french. Then, when I go back to my Bulleting Board, only the key messages
are displayed and not their values (bb_welcomebb instead of "Welcome to your
Bulletin Board!")...
Second method : I created a new BBCode.TranslationFr page which I added in
the document bundles Programming field (with a separated comma to the
original BBCode.Translations). But I have the same result...
I think there is something I don't understand... But what ? !!
I feel like a newbie 'cause i don't stop to mail my problems (it's the third
in one week !)... Though, I read the documentation, the FAQ and the Nabble
Forum and I did some tests... Hope I don't bother you too much ! :)
Marine
Hi,
I have some questions about the formula macro. I would like to test the
native method and the MathTran based method but I'm not sure to understand
how to choose and to use those rendered methods...
Before beginning, I have the XWiki Enterprise standalone version (for
Windows) and I don't install external programs for latex rendered. Does it
mean I use the SnuggleTex method ?
Thus, to try the native method, I add in in the file
WEB-INF/xwiki.properties the line macro.formula.renderer = native. I
understand that this method uses external programs but which one do I have ?
Is there a particular installation to do in order to connect them with my
XWiki installation ? Or do I have to configure the link/connection between
XWiki and those external tools ?
For the MathTran based method, my questions are pretty much the same... To
resume, what do I have to do to test this method ? Do I have to install some
particular programs ?
Finaly, I would like to know if the marco can renderer other latex markup
than "formula" (for instance \section or \subsection) ? Indeed, I try with
my actual configuration to display a matrix (with the code below) but it
doesn't work... It only renders my matrix in line. Is it the behaviour
expected ?
> \begin{bmatrix}
> 0 & \cdots & 0 \\
> \vdots & \ddots & \vdots \\
> 0 & \cdots & 0
> \end{bmatrix}
>
and
> \begin{vmatrix}
> x & y \\
> z & v
> \end{vmatrix}
>
Thank you,
Best regards,
Marine
Hi All
I'm still new to xwiki. Was wondering how to configure xwiki 2.2.2 to use a
certain group as a default. i.e. I want all new users that register to be a
member of said group. I know this should be a simple task but I'm still
finding my way to the docs...
Thanx in advance for any help
cheers
Gordon
ps. if anyone can point me in the direction of some nice documentation on
the subject it will be greatly appreciated
Hi community,
The new design looks really nice.
I would gladly help on the Home page / Documentation / Projects panels.
For the carousel this looks like a nice library build on top of
prototype and scriptaculous:
http://code.google.com/p/prototype-carousel/
Oana
On 4/15/10 6:22 PM, Silvia Rusu wrote:
> Hi Vincent,
>
> On 4/15/2010 6:18 PM, Vincent Massol wrote:
>
>> Hi Silvia,
>>
>> On Apr 15, 2010, at 4:58 PM, Silvia Rusu wrote:
>>
>>
>>
>>> Hi XWiki devs& users,
>>>
>>> So far we've been talking a lot about redesigning XWiki.org and all
>>> feedback was greatly appreciated. Now it's time we started implementing
>>> the redesign Caty was so kind to come up with based on our suggestions.
>>>
>>> Like the proposal stage this too will be a collaborative effort and we
>>> hope you'll join in building an even better site for XWiki.org. The
>>> following is a list of things that need to be implemented in order to
>>> get us started. It would be great if you'd volunteer for the
>>> implementation of the tasks at hand. Please add your name next to the
>>> issue you'd like to assign yourself too. Also feel free to add as many
>>> other issues you think should appear on the list and to volunteer for
>>> those issues as well.
>>>
>>> Here is the first list of tasks:
>>>
>>>
>>>
>>> * Set up the server for the new website (Alex? :) )
>>>
>>>
>> Is this needed? Cannot we instead morph the current xwiki.org? I'd prefer this over a migration since otherwise it's a bit painful and would require scripts to copy pages and there'll be a merge need. I did this the first time and it took me a lot of time. We could prepare pages in the draft zone and move them when they're ready for example.
>>
>> Thanks
>> -Vincent
>>
>>
>>
> Sounds good if it helps us save time. What does everyone else think?
>
> Thanks,
> Silvia
>
>>> * Add the horizontal navigation to the new website
>>>
>>> * Implement the projects carousel for the homepage
>>>
>>> * Implement the panels for "Latest Releases", "Latest Extensions".
>>> "Latest News"(should display the latest 5 releases, extensions, news)
>>>
>>>
>>>
>>> Documentation/Projects
>>>
>>> * Implement the left navigation for documentation/projects
>>>
>>> * Implement the panel for the "Latest Documentation Updates" (should
>>> display the last 5 documents and their authors)
>>>
>>>
>>>
>>> Community page widgets and panels:
>>>
>>> * Implement the"Development Status" panel, if it's going to have dynamic
>>> content
>>>
>>> * Implement the "Top Committers" panel (show the committer's picture and
>>> number of commits)
>>>
>>> * Implement the "Latest Commits" section (should display an image of the
>>> committer, what (s)he commited, the name of the committer and the date
>>> the commit was made)
>>>
>>> * Implement the "Latest Issues" section (should have the latest Jira
>>> issues, the person who took an action with regard to the issue - e.g.
>>> create, close - and the time the action was taken)
>>>
>>> * Implement the "Latest Discussion" section (display the list, the topic
>>> discussed, the name of the person that added the latest reply and the
>>> time he added the answer)
>>>
>>> * Implement the "Latest Documentation" section (show the number of lines
>>> added/deleted, the name of the document, the author of the modification
>>> and the time (s)he made the changes)
>>>
>>> * Implement "Latest Extensions" section (display the extension name, the
>>> name of the person that added the extension, the time it was added and a
>>> short description)
>>>
>>>
>>> You may read what has already been discussed about the redesign on this
>>> page
>>> http://markmail.org/message/tfmrludhw2yh5tcn#query:+page:1+mid:h5bukrijteeu…
>>> See the latest redesign proposal here
>>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2
>>>
>>> Thanks,
>>> Silvia
>>>
>>>
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
>>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Oana Tabaranu
Hi,
I have a question :).
First this is my situation: I am using XWiki as the company support site
and I want to be able to authenticate the company users (internal users) on
XWiki using their domain name and the clients (external users) using their
personal e-mail. At the moment the company users are being authenticated
against an Active Directory server by their domain name.
Is there a way to authenticate a group of users to a LDAP server by their
e-mail addresses and another group of users to an Active Directory in a
different server by their domain name?
Regards,
Abel
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.2.5.
This is a bug fix release for the 2.2 branches.
Improvement
* [XSCOLIBRI-206] - Use isInPortletMode and isInServletMode
velocity variables instead of querying context mode
* [XWIKI-5095] - Introduce isInPortletMode and isInServletMode
velocity variables and use them instead of querying context mode
* [XWIKI-5096] - Prevent ActionFilter from being called
recursively and map it only to the action servlet
* [XWIKI-5097] - Make sure SavedRequestRestorerFilter is not
applied recursively
* [XWIKI-5114] - Allow controlling the depth of headers to look
for when generating titles from document's content
Important Bugs fixed
* [XSCOLIBRI-207] - Printing problems with displaying content and comments
* [XPMAIL-24] - If there is an exception while sending mail which
has no message (NPE) another exception is thrown hiding the real one.
* [XWIKI-5076] - Fail to parse content with macro containing only a newline
* [XWIKI-5085] - OfficeImporter does not set title of imported documents
* [XWIKI-5086] - OfficeImporter is generating absolute links when
performing splitting operations
* [XWIKI-5087] - Paging History is broken
* [XWIKI-5093] - Cancel edit JavaScript handler doesn't check if
the URL fragment is present before appending the query string
* [XWIKI-5094] - Administration rights editor cannot be used in portlet mode
* [XWIKI-5107] - URLs are not escaped in link labels if link meta
data is missing
* [XWIKI-5109] - The application/x-www-form-urlencoded reader for
objects and properties is broken
* [XWIKI-5116] - NPE during resolution of XClassReference
* [XWIKI-5119] - In a subwiki, a global user cannot save global documents
* [XE-634] - RecentChanges fails to display with some mysql versions
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise225
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM225
Thanks
-The XWiki dev team
Hi,
I created class "Example" with some string properties. When i write text
with link to other wiki page into property, it works well in document page,
but when I display list of documents in LiveTable, link to wiki page is not
visible.
Is there possibility to display link to any wiki pages in LiveTable which is
used to display documents type "Example"? (not link to "Example" documents,
but link to any wiki page written in some property). I studied
LiveTableMacro description but I didn't manage to do it.
Regards
Frantisek Kall
--
View this message in context: http://n2.nabble.com/Link-to-wiki-page-in-LiveTable-tp4912584p4912584.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Having attached Microsoft .doc documents and one Adobe .pdf document to
an X-wiki 2.2.4, but only the wordfile appear when searching. Using the
Lucene search, also tried the regular,
are there any requirements for indexing PDF's on the server?
thanks,
Martin
Dear XWiki developers and users,
Some of our users are having trouble uploading flash video files larger than 20MB on pages in the wiki. We've noticed either of two things happening:
1) When clicking the file attachment, it leads to a page that says "template does not exist"
Or
2) When clicking the file attachment, you are prompted to download it. However, the download file is 0KB.
These symptoms are only happening for flv files larger than 20MB. For more clarification, here is a timeline of what happens:
· User uploads these
files
· Big files return
“template does not exist” error and most flash video files larger than 20MB gets cut down to
0KB
· User re-uploads
these files
· These files work, are able to be downloaded with all the content, are able to be played by the jw player, and
the problem, at least for a while, seems to be fixed
· A little while
later, these files start to fail, seemingly in the order they were uploaded in
(somefiles bigger than 20MB get the error message and some files, when
downloaded, have 0KB, even though the attachment display says otherwise)
We checked that the maximum attachment size for us was set to 1GB, so we're not really sure what the problem is. Any insight would be greatly appreciated.
Thanks,
Felix
Hi,
I recently deployed XWiki Enterprise behind an Apache HTTP server acting as
a reverse proxy. This was done in order to map the XWiki web interface into
our intranet namespace and to perform SSL termination. To get this working,
I had to resort to a few hacks and workarounds due to the fact that not all
parts of XWIki Enterprise seem to be friendly towards reverse proxies. A
workable solution was eventually achieved through config file changes and
the addition of some Apache URL rewrite rules (e.g. redirect all requests
for "http://foo.com/xwiki/bar" to "https://foo.com/xwiki/bar").
Today, I had to deploy another XWiki instance behind an Apache HTTP server,
again for reasons of namespace consolidation and SSL termination. However,
this time I do not have as much freedom as I had on the previous server and
are finding myself stuck at this point. Examples of specific issues are that
URLs of skin resources are served using the HTTP (i.e. insecure) protocol
and some redirects are generated for the local address instead of the
proxied address (e.g. login page from unauthorised and default post login
redirect page).
I'm not looking for particular solutions to these issues as much as trying
to establish how likely I am to get this right and whether I'm trying to fit
a square peg into a round hole. Specific questions as follows:
1. Did anyone manage to successfully deploy XWiki behind an HTTP reverse
proxy without resorting to hacks and workarounds ? If so, please share some
information about the magic configuration. Does the problem, perhaps, lie
with Apache's reverse proxy module or its interaction with XWiki ?
2. Is my expectation to have XWiki working behind an HTTP reverse proxy
misplaced ? If not, and XWiki does intend to support this, are the issues I
describe above well known or should I report them somewhere ? Also, what can
I do to help and contribute to such an effort ?
3. Are these issues due to the platform or the layers above it (e.g. skins
and apps) ? Does the platform provide a "right way" that the layers above it
can use to generate URLs that would always work correctly through a reverse
proxy ?
BTW, thanks for a great product!
Regards,
Gerhard
--
Gerhard Esterhuizen
Director
Yila Consulting (Pty) Ltd
PO Box 50461, Waterfront 8002, South Africa
Phone: +27 82 370 9737
Fax: 086 549 5635
gerhard(a)yilaconsulting.com
align. architect. execute.
Hi,
I have several macro {{macro /}}-Stil. Depending on the place inside/outside a velocity macro I get could read vars changed by a macro, or not.
This is not satifying.
I try putting the value into the context with context.put
However, this value is killed when the programming flow has left the macro
How do return a value from a macro?
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
The XWiki development team is pleased to announce the release of
XWiki Enterprise 2.3 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Changes from XWiki Enterprise 2.3 Milestone 2:
* Annotations can now be activated by default from the wiki administration
* Email addresses can now be modified from the user profile
* Upgrade to Pygments 1.3.1
* Upgrade to Groovy 1.7.2
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23RC1
Thanks
-The XWiki dev team
On Thu, Apr 15, 2010 at 17:18, Vincent Massol <vincent(a)massol.net> wrote:
> Hi Silvia,
>
> On Apr 15, 2010, at 4:58 PM, Silvia Rusu wrote:
>
>> Hi XWiki devs & users,
>>
>> So far we've been talking a lot about redesigning XWiki.org and all
>> feedback was greatly appreciated. Now it's time we started implementing
>> the redesign Caty was so kind to come up with based on our suggestions.
>>
>> Like the proposal stage this too will be a collaborative effort and we
>> hope you'll join in building an even better site for XWiki.org. The
>> following is a list of things that need to be implemented in order to
>> get us started. It would be great if you'd volunteer for the
>> implementation of the tasks at hand. Please add your name next to the
>> issue you'd like to assign yourself too. Also feel free to add as many
>> other issues you think should appear on the list and to volunteer for
>> those issues as well.
>>
>> Here is the first list of tasks:
>>
>>
>>
>> * Set up the server for the new website (Alex? :) )
>
> Is this needed? Cannot we instead morph the current xwiki.org? I'd prefer this over a migration since otherwise it's a bit painful and would require scripts to copy pages and there'll be a merge need. I did this the first time and it took me a lot of time. We could prepare pages in the draft zone and move them when they're ready for example.
+1
>
> Thanks
> -Vincent
>
>>
>> * Add the horizontal navigation to the new website
>>
>> * Implement the projects carousel for the homepage
>>
>> * Implement the panels for "Latest Releases", "Latest Extensions".
>> "Latest News"(should display the latest 5 releases, extensions, news)
>>
>>
>>
>> Documentation/Projects
>>
>> * Implement the left navigation for documentation/projects
>>
>> * Implement the panel for the "Latest Documentation Updates" (should
>> display the last 5 documents and their authors)
>>
>>
>>
>> Community page widgets and panels:
>>
>> * Implement the"Development Status" panel, if it's going to have dynamic
>> content
>>
>> * Implement the "Top Committers" panel (show the committer's picture and
>> number of commits)
>>
>> * Implement the "Latest Commits" section (should display an image of the
>> committer, what (s)he commited, the name of the committer and the date
>> the commit was made)
>>
>> * Implement the "Latest Issues" section (should have the latest Jira
>> issues, the person who took an action with regard to the issue - e.g.
>> create, close - and the time the action was taken)
>>
>> * Implement the "Latest Discussion" section (display the list, the topic
>> discussed, the name of the person that added the latest reply and the
>> time he added the answer)
>>
>> * Implement the "Latest Documentation" section (show the number of lines
>> added/deleted, the name of the document, the author of the modification
>> and the time (s)he made the changes)
>>
>> * Implement "Latest Extensions" section (display the extension name, the
>> name of the person that added the extension, the time it was added and a
>> short description)
>>
>>
>> You may read what has already been discussed about the redesign on this
>> page
>> http://markmail.org/message/tfmrludhw2yh5tcn#query:+page:1+mid:h5bukrijteeu…
>> See the latest redesign proposal here
>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2
>>
>> Thanks,
>> Silvia
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Thomas Mortagne
Hi XWiki devs & users,
So far we've been talking a lot about redesigning XWiki.org and all
feedback was greatly appreciated. Now it's time we started implementing
the redesign Caty was so kind to come up with based on our suggestions.
Like the proposal stage this too will be a collaborative effort and we
hope you'll join in building an even better site for XWiki.org. The
following is a list of things that need to be implemented in order to
get us started. It would be great if you'd volunteer for the
implementation of the tasks at hand. Please add your name next to the
issue you'd like to assign yourself too. Also feel free to add as many
other issues you think should appear on the list and to volunteer for
those issues as well.
Here is the first list of tasks:
* Set up the server for the new website (Alex? :) )
* Add the horizontal navigation to the new website
* Implement the projects carousel for the homepage
* Implement the panels for "Latest Releases", "Latest Extensions".
"Latest News"(should display the latest 5 releases, extensions, news)
Documentation/Projects
* Implement the left navigation for documentation/projects
* Implement the panel for the "Latest Documentation Updates" (should
display the last 5 documents and their authors)
Community page widgets and panels:
* Implement the"Development Status" panel, if it's going to have dynamic
content
* Implement the "Top Committers" panel (show the committer's picture and
number of commits)
* Implement the "Latest Commits" section (should display an image of the
committer, what (s)he commited, the name of the committer and the date
the commit was made)
* Implement the "Latest Issues" section (should have the latest Jira
issues, the person who took an action with regard to the issue - e.g.
create, close - and the time the action was taken)
* Implement the "Latest Discussion" section (display the list, the topic
discussed, the name of the person that added the latest reply and the
time he added the answer)
* Implement the "Latest Documentation" section (show the number of lines
added/deleted, the name of the document, the author of the modification
and the time (s)he made the changes)
* Implement "Latest Extensions" section (display the extension name, the
name of the person that added the extension, the time it was added and a
short description)
You may read what has already been discussed about the redesign on this
page
http://markmail.org/message/tfmrludhw2yh5tcn#query:+page:1+mid:h5bukrijteeu…
See the latest redesign proposal here
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2
Thanks,
Silvia
When creating documents from XWord, the images are not stored in the
backend for some reason. I have an image:
Code from Firefox:
<img src="/xwiki/bin/download/Sandbox/Testing%20page%20X/image001.jpg"
width="211" height="113" alt="mbz-default.jpg"/>
and the attachment mbz-default.jpg is not to be found in Mysql in
XWA_filename:
--------
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0011 sec)
SQL query: SELECT *
FROM `xwikiattachment`
WHERE xwa_filename LIKE 'mbz%'
LIMIT 0 , 30
--------
It seems like it is not being stored. I have tried to create the XWord
document as Admin and as ordinary user,
thanks,
Martin
Hi all,
A new install works as expected in Linux, and Xword from a Windows 2003
server can attach fine to the server and retrieve even large documents and images.
In XWord, when publishing documents with images or just some 10-20 lines of text I
get the error described below in MS eventlog - and a message 'There was
an error when trying to save the page to the server'. Need to exit Word
and restart.
Small (very small) edits to text are saved fine from XWord.
Installation is Xwiki 2.2.4 - Xword 1.1.0.121 - Tomcat 6.0.26 - MySQL
5.1.42 - OpenOffice 3.2
Would also like to try out the OpenOffice integration - but can't seem
to find it.
I have been trying to add images from Xword, but this has never worked,
assume these issues are related,
any help greatly appreciated,
cheers,
MBantz
--------------Error message details:
Windows 2003 server UK.
Office 2007 SP2 UK.
Source: ContentFiltering
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Help link
Exception data:
Stack trace:
at
ContentFiltering.Office.Word.Filters.GrammarAndSpellingErrorsFilter.Filter(XmlDocument&
xmlDoc)
at XWiki.Office.Word.LocalToWebHTML.AdaptSource(String content)
at XWiki.Office.Word.ConversionManager.ConvertFromWordToWeb(String
content)
at XWord.AddinActions.SaveToXwiki()
at XWord.AddinActions.SaveToServer()
at XWord.XWikiRibbon.btnSavePage_Click(Object sender,
RibbonControlEventArgs e)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Hi developers!
According discussion about this FoxWiki & "Edit attachments" feature at
XWiki-Dev subforum. I want to write my opinion for developers.
Current situation:
- In IE this feature working good without any additional jobs (I tested
2.2.4).
- In FF - need to use FoxWiki extension (download manualy xpi-file, and edit
max-version property).
- In Chrome - "Edit attachments" - doesn't work.
I have proposal about using this feature in FF. FoxWiki working, but I don't
like that users MANUALY everytime should add file extention and application
path in FoxWiki. From other side, exists some other extentions for FF (for
example http://openwebfolder.mozdev.org/). As I understand, this extention
adds to FF functionality of windows WebFolder WebDAV client - same as IE.
But now, I cannot use (or try) this extention with XWiki, because XWiki
programming code obviously use ONLY FoxWiki at FF. As I understand, If we
will try to use openwebfolder extention - no any special code needs for
XWiki - programming code can be same as a IE part.
Other collaborative suits software also use openwebfolder extention for FF
(see for example
http://help.collab.net/index.jsp?topic=/teamforge530/action/connecttowebdav…).
For this reason, alternative proposal: no use any special extention for
WebDav - use standart openwebfolder extention (this extention is better
because not need to manualy add file extentions and application paths).
According this - need to change XWiki programming code for WebDav using in
Firefox.
I am not a specialist with XWiki programming, for this reason - sorry, if I
write something stupid ... What do you think about my variant?
--
Best Regards
Eugen Colesnicov
--
View this message in context: http://n2.nabble.com/FoxWiki-Edit-attachments-feature-tp4906288p4906288.html
Sent from the XWiki- Users mailing list archive at Nabble.com.