The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.8.3 and XWiki Enterprise Manager 1.6.3.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release contains 59 bugfixes and enhancements. Most of the
modifications are targeting the general replacement of old 1.0 code and
content by 2.0 syntax and architecture and the stabilization of XWiki.
Summary of changes since XWiki Enterprise 1.8.2:
* Many WYSIWYG bugs fixed and improvements
* Many 2.0 syntax bugs fixed
* Many 1.0 to 2.0 conversion bugs fixed
* Several PDF export bugs fixed and improvements
* Improvements for the Office Importer
* A few bug fixes in many other places
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise183
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM163
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi devs,
Currently we are using BeanUtils to convert and populate macros
parameters and configuration. Problem is that BeanUtil has some
limitations:
- beanutils can't be configured to ignore case which is a pain for
macro parameters
- beanutils does not support enum or even base class so each enum
converter has to be registered one by one
- beanutils does not support public fields has bean properties
- beanutils not not support any annotation based validation
- we already have severall places in different components which use
beauntil to load java bean and they can't share custom converters not
provided by beauntil, a unique component will permit to add a bunch of
converters when initializing it
I propose to create our own component and api to deal with it.
You can find a first proto on http://jira.xwiki.org/jira/browse/XWIKI-3171:
* the entry point is PropertiesManager: it provide a populate
method and cached beans descriptors
* the populate method ignore case
* the populate method validate the bean using JSR 303 (use
hibernate-validator 4beta1 implementation)
* if the bean implements RowProperties, the remaining property
(the one non populated using setters of public fields) are given to it
as custom properties
* the populate method conversion use ConvertUtils so any
registered Converter against ConvertUtils is supported
* the populate method conversion also add support for:
o any Enum conversion, no need to register each enum anymore
o it also add support for Color conversion using "r,g,b" or
"#xxxxxx" format
* the populate method and the bean descriptor support public fields
I would like to commit it in 1.9 or 2.0 branch (I would prefer 1.9
branch at least for the ignore case part and since it change some api
used by macros it's better to commit it as soon as possible).
Here is my +1
--
Thomas Mortagne
Hi all,
I was using the tag cloud snippet , and it works pretty fine for the tags I created in my xwiki.
But about this code, I have two questions:
1. Is it possible to create this cloud on the tags inside a specific space?
2. When click on a tag, I get the following error:
Tags<http://localhost:8080/xwiki/bin/view/Main/Tags>
No document has been tagged yet. Documents can be tagged from the information section (footer) or from the Document information panel available in edit mode. For more information on tagging please refer to the User Guide<http://www.xwiki.org/xwiki/bin/view/UserGuide/>
Does anyone knows how to handle this ?
Thanks in advance,
Regards
Roney Castro
Roney Castro
Business Efficiency Trainee
Gemalto
Tel: +55 11 5105-7670 - +55 11 7535-4135
Fax: +55 11 5105-7600
Av. das Nações Unidas, 12495, 8º Andar
05425-070 - São Paulo - SP - Brasil
roney.castro(a)gemalto.com<mailto:roney.castro@gemalto.com>
www.gemalto.com<http://www.gemalto.com>
[cid:image001.jpg@01C9D225.BEDC47A0]
Hi,
I'd like to propose that we do a last XE 1.8.4 release in order to
further stabilize:
- the office importer
- the new WYSIWYG editor
- the new rendering
This release would be a short bug-fix release (except for the office
importer that would add external process control + autostart).
I'm proposing the release date of Monday 18th of May (same date as
1.9RC1 release btw).
So far the following issues are planned:
- HTML macro fix: http://jira.xwiki.org/jira/browse/XWIKI-3791 + http://jira.xwiki.org/jira/browse/XWIKI-3792
- Office importer: Merge changes from trunk for "add external process
control" + "autostart"
In addition the following categories are wanted additions:
- issues related to the Office Importer, to tables in the WYSIWYG in
IE + overall WYSIWYG stability in IE
- issues related to the justify / color / font plugin in the WYSIWYG
(more IE testing) + issues related to the converter
Here's my +1
Thanks
-Vincent
Hello XWikiers,
searching the site only let me find things that present twitter feeds
inside XWiki, is there a notification module that sends (some) changes
to a twitter channel?
paul
Hello XWikiers,
do I have a possibility for a plugin to access the classes of another
webapp?
Can this other webapp maybe offer some services shareable to others?
(JNDI?)
thanks in advance
paul