Hello,
I followed Ludovic Dubost his Oracle Installation notes. I think that he missed a modification to the xwiki.cfg. In there the xwiki.store.hibernate.path points to the /WEB-INF/hibernate.cfg.hsql.xml instead of /WEB-INF/hibernate.cfg.xml.
I installed it on Oracle Database 10g Enterprise Edition Release 10.2.0.3.0. It seems to work without a problem.
Then I also have a question. Can you define a different port for the Email server? We do not use port 25 and therefor we can not use the Email notification.
Regards,
Marco
Hi,
How can I remove some elements from an existing list(in velocity) in xwiki pages ?
{
Searching the web I found that IteratorTool can be used to remove elements from a list.
ref->http://velocity.apache.org/tools/releases/velocity-tools-1.2/javadoc/index.…
But I am not getting how to use this :(.
}
Thanks and Regards
Roopesh
Hi
In my xwiki, I am displaying the list of documents in a space using the code given below. I want to paginate the listing if the list is very big.
{{{
#foreach($subdoc in $xwiki.getSpaceDocsName("$doc.web"))
- [${subdoc}]
#end
}}}
I came across a macro that does pagination #pagedViewLinks(itemsPerPage totalPages crtPageNumber)
ref -> http://www.xwiki.org/xwiki/bin/view/Code/PagedViewLinksMacro
How can I get this macro work in my case ?
Thanks and Regards
Roopesh
Hi
Is there a way to change the table style? I would like to add a border to
the tables and change the color.
I searched the archives but couldn't find a solution.
Thanks
Shiva
--
View this message in context: http://www.nabble.com/Changing-table-style-tf3647341.html#a10187095
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team team is pleased to announce the
availability of the 1.0 RC 2 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
This release is planned to the last before the final 1.0 release
(unless we find some important bugs in which case there'll be a RC3
release). The 1.0 release is still planned for end of April.
New in this release:
* Several important bugs fixed:
o PDF generation fails if a header text is repeated due to TOC
numbering in headings
o Filter conflict: external links can be rendered two times
o Generated heading id-s are not unique
o Save & Continue button switches you from the Global Rights
tab to the Preferences tab
o Levels and Users properties are saved with an extra empty value
o Fail to import a XAR exported with history
o Calling $xwiki.refreshLinks() do not seem to generate
backlinks for all pages
o XML content inside {code} macro is rendered in the WYSIWYG
editor
o Bug when deleting attachment with accent with XWiki in UTF-8
encoding
o Empty groups on XWiki.XWikiAllGroup, XWiki.XWikiAdminGroup
and XWiki.XWikiGroupTemplate
o Empty rights in Global Rights and in some spaces
o Missing PDF templates for new PDF export configuration feature
o Edition of a user do not show empty fields any more
o Only if in the style macro has icon parameter then apply
stylemacro class for the default value of class parameter.(to show
icon image)
o Do not display the register link if the current user do not
have the register right
o Global access levels are displayed in the local rights editor
o The editor (wiki and wysiwyg) textarea in new skin don't
fill 100% the editor panel
o Cannot create pages with non ASCII characters in the XWiki
standalone distribution
* Document that importing documents will replace the existing
versions and specially explain how to import XWiki user documents
* Improve documentation for the Attachment and Skins pages of the
User Guide
IMPORTANT: XWiki 1.0 RC 2 fixes an important security issue in past
releases where passwords were stored in clear in the database.
Passwords are now hashed. If you are upgrading from a previous
version, any new user or any password update will automatically get
the password hashed. However existing users who do not change their
passwords will still have their passwords in clear in the database.
Thus, we are providing a tool to automatically hash all passwords
from an existing database.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki10RC2
Enjoy
-The XWiki development team
Thanks Gunter for this. I'm forwarding it to the user list so that
others can help us too or learn from it...
-Vincent
Begin forwarded message:
> From: "Gunter Leeb" <Gunter.Leeb(a)mediaprint.at>
> Date: April 25, 2007 8:05:54 PM CEDT
> To: "Vincent Massol" <vincent(a)massol.net>
> Subject: Re: Antw: XWiki: Testing for WIKI-1139
>
> Hi Vincent,
>
> Configuration:
>
> Just a very basic configuration. We just started a pilot project a
> few month ago.
> - MySQL DB on a Solaris server (copy of our Pilot/Production
> installation)
> - XWikiRC1 with your new jar on my development Windows PC pointing
> to this XWiki DB create for the old XWiki version.
> - Just a bare install run, I haven't even tweaked the skin,
> meaning, I am running with a skin (neither albatros nor dodo).
>
> Testsequence (Without your new jar):
> 1. Create a normal page WebHome in a TestSpace
> 2. Added a link [asdföäüasdf] in the page
> 3. Followed the link from the page and created a child page: The
> name is shortened and changed to "asdf???" - First Bug
> 4. Returning to the parent page: It still show the ? for "page not
> created". But following the link leads to the before created page
> in edit mode(!) - Second/Third Bug
> 5. Calling GUI Rename to "asdfasdföäüasdfasdf" -> claims to be
> successful but clicking on the link from the Rename-successmessage
> leads to the requested document could not be found page (the
> document name suddenly contains again ???) - Fifth Bug (That is
> now the opposite behavior of before: link claims ok, but page does
> not exist)
> 6. Refilling the new page asdfasdföäüasdfasdf with content.
> 7. Calling Rename velocity method (see the AdminTool script that I
> checked in in the CodeZone Snippet)
> 8. This time the rename to "asdfasdföäüasdfasf1" is successful, but
> following the link again leads to an empty page. Somehow the real
> page is lost. - Sixth Bug
> 9. Exported xar contains filenames with ? as well as a filename
> with really bad decoded Unicode characters. - Seventh Bug
>
> With your new jar, I suddenly get a much better behavior! Maybe
> your changes were not picked up correctly.
>
> Rename still fails with Pages that have documents attached that
> contain special characters. Actually, rename fails on various
> issues with attachments in the page (e.g. No row with the given
> identifier exists) It does not seem to like old failed attachments
> with 0 bytes (these actually also cannot be deleted !)
>
>
> Also, I have now rerun the entire script on a totally newly created
> XWiki installation with internal DB directly from the install
> script, again with your jar.
>
> This time I get ok behavior for any new szenarios I try out:
> - everything is working and behaving correctly (links, rename, delete)
> - imported the xar from the old configuration: The importer simply
> ignores documents in the form: "Main.MaCi.Änderungsdienst". Don't
> know whether this is because the Ä or the stupid name (our users
> really screwed up the structure in the old XWiki). - I would
> consider this also a bug. It should at least report that it could
> not import that page - and why.
>
> Now, I feel that pointing XWiki against an old Database might have
> caused this behavior and worse.
>
> Unfortunately, I cannot send you parts of the xar, since I don't
> want to ask for permissions to do that and explain everything :)
> and the data is from some important project.
>
> I hope this helps nevertheless.
>
> Regards,
>
> Gunter
>
>
>>>> Vincent Massol <vincent(a)massol.net> 25.04.2007 16:07 >>>
> Hi Gunter,
>
> On Apr 25, 2007, at 3:51 PM, Gunter Leeb wrote:
>
>> Hi Vincent,
>>
>> I have just tried it, but with the same or similar exception. I have
>> replaced the xwiki.jar and restartet. I would like to send you a log
>> file, also to confirm that it is really picking up all your changes.
>> Would you please send me a log4j.properties configured so you can see
>> all the aspects that you need.
>>
>> Also, maybe it is relevant, but the pages got migrated from an old
>> 0.9.940 (?) installation.
>
> Thanks for trying it. Let's try to debug this... I think we can
> follow 2 leads:
>
> 1) In your patched version of RC1, can you try creating a new page
> with accents and then delete/rename it?
>
> 2) I'd like to reproduce your problem. Could you give me more
> information about your setup (i18n setup, database and container) and
> possibly it would be nice if you could send me a XAR export of your
> wiki (not the whole thing, maybe only a few pages) so that I can try
> it here. Could you also let me know exactly the steps you're
> performing?
>
> Thanks
> -Vincent
>
> PS: I'm ccing the dev list so that others can join us in debuggin
> this.
>
>>
>> Regards,
>>
>> Gunter
>>
>>>>> Vincent Massol <vincent(a)massol.net> 25.04.2007 14:30 >>>
>> Hi Gunter,
>>
>> I'm doing the release of XWiki 1.0 RC2 this afternoon and your bug
>> was one that I wanted to check out before releasing RC2. I don't know
>>
>> if you've seen but I have commented on http://jira.xwiki.org/jira/
>> browse/XWIKI-1139.
>>
>> Do you think you could give it a quick try with the new JAR I've
>> uploaded for you?
>>
>> Thanks a lot
>>
>> -Vincent Massol
>> XWiki release manager
Hi All,
As I read it, when I call a groovy page using parseGroovyFromPage, the
first class designated inside is attached to the returned object (so
calling it subsequently will call methods inside that class).
Does parseGroovyFromPage allow one to have multiple classes per groovy
page (and by extension,how would one plug into a specific class when
initializing the page via parseGroovyFromPage)?
Brandon Esbach
Software Engineer
Tyco Electronics
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
I am getting the following error message:
[
Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 3202 in 3: Exception while reading document
ApplSpace.CarConsumerClassTemplate
Wrapped Exception: Error number 3212 in 3: Exception while loading object
ApplSpace.CarConsumerClassTemplate
Wrapped Exception: Error number 3212 in 3: Exception while loading property
NumberOfCars of object ApplSpace.CarConsumerClassTemplate
Wrapped Exception: No row with the given identifier exists:
[com.xpn.xwiki.objects.IntegerProperty#
]
I tried to delete the document by calling
...<myxwiki>.xwiki.com/xwiki/bin/delete/ApplSpace/CarConsumerClassTemplate
but it resulted in 'The requested document could not be found.'
Any idea how to delete the document and make the export work? Is there a way
of deselecting/selecting documents for export, similar to the import
feature?
Uwe
--
View this message in context: http://www.nabble.com/Export-throws-exception-in-xwiki-on-farm-tf3643197.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.