Hi Devs,
I have almost completed my work on officepreview module and I would like to
discuss about integrating it into main source tree (and release it with
2.4M1). There are a couple of things to discuss:
1. officepreview module have to depend on xwiki-core for the time being
because with current component approach there is no way of determining the
version of an attachment (officepreview module needs to know attachment
version).
2. Need a couple of tests - I'm working on this.
3. Where to place the officepreview module in main source tree.
My initial idea for (3) was to create a
/platform/core/trunk/xwiki-officepreview submodule. However, since
officepreview module depends on officeimporter module, I'm not sure if we
should create a parent module that would host both of these projects.
Another problem lingering in my mind is that with recent changes
xwiki-officeimporter module encapsulates two sub modules - a module capable
of converting documents from one format to another (this is a generic
converter api kind of thing) and another module which is importing office
documents into xwiki specific formats (XDOMOfficeDocumentBuilder,
PresentationBuilder etc.). I'm not sure if these two modules should be
seperated out, but may be that's a separate discussion.
Please let me know your comments about above points.
Thanks.
- Asiri
On Sat, Jul 3, 2010 at 20:08, vmassol <platform-notifications(a)xwiki.org> wrote:
> Author: vmassol
> Date: 2010-07-03 20:08:56 +0200 (Sat, 03 Jul 2010)
> New Revision: 29958
>
> Modified:
> Â platform/core/trunk/pom.xml
> Â platform/core/trunk/xwiki-chart/xwiki-chart-renderer/pom.xml
> Â platform/core/trunk/xwiki-core/pom.xml
> Log:
> XWIKI-867: Move to the latest JFreeChart library version
>
> * Fixed missing dependency in POM
>
> Modified: platform/core/trunk/pom.xml
> ===================================================================
> --- platform/core/trunk/pom.xml 2010-07-03 16:38:29 UTC (rev 29957)
> +++ platform/core/trunk/pom.xml 2010-07-03 18:08:56 UTC (rev 29958)
> @@ -70,6 +70,13 @@
> Â Â Â Â <artifactId>jfreechart</artifactId>
> Â Â Â Â <version>1.0.13</version>
> Â Â Â </dependency>
> + Â Â Â <!-- JFreeChart 1.0.13 has no POM file in the Maven Central Repository and thus we need to manually define
> + Â Â Â Â Â its own Maven dependency on JFree Common. Remove this dependency when it's fixed. -->
> + Â Â Â <dependency>
> + Â Â Â Â <groupId>jfree</groupId>
> + Â Â Â Â <artifactId>jcommon</artifactId>
> + Â Â Â Â <version>1.0.15</version>
> + Â Â Â </dependency>
> Â Â </dependencies>
> Â </dependencyManagement>
> Â <build>
Thanks, I was wondering why it did not worked when looking at hudson
but did not had time to look yet.
>
> Modified: platform/core/trunk/xwiki-chart/xwiki-chart-renderer/pom.xml
> ===================================================================
> --- platform/core/trunk/xwiki-chart/xwiki-chart-renderer/pom.xml     2010-07-03 16:38:29 UTC (rev 29957)
> +++ platform/core/trunk/xwiki-chart/xwiki-chart-renderer/pom.xml     2010-07-03 18:08:56 UTC (rev 29958)
> @@ -41,6 +41,12 @@
> Â Â Â <groupId>jfree</groupId>
> Â Â Â <artifactId>jfreechart</artifactId>
> Â Â </dependency>
> + Â Â <!-- JFreeChart 1.0.13 has no POM file in the Maven Central Repository and thus we need to manually define
> + Â Â Â Â its own Maven dependency on JFree Common. Remove this dependency when it's fixed. -->
> + Â Â <dependency>
> + Â Â Â <groupId>jfree</groupId>
> + Â Â Â <artifactId>jcommon</artifactId>
> + Â Â </dependency>
> Â Â <!-- Testing dependencies -->
> Â Â <dependency>
> Â Â Â <groupId>org.xwiki.platform</groupId>
>
> Modified: platform/core/trunk/xwiki-core/pom.xml
> ===================================================================
> --- platform/core/trunk/xwiki-core/pom.xml    2010-07-03 16:38:29 UTC (rev 29957)
> +++ platform/core/trunk/xwiki-core/pom.xml    2010-07-03 18:08:56 UTC (rev 29958)
> @@ -134,6 +134,12 @@
> Â Â Â <groupId>jfree</groupId>
> Â Â Â <artifactId>jfreechart</artifactId>
> Â Â </dependency>
> + Â Â <!-- JFreeChart 1.0.13 has no POM file in the Maven Central Repository and thus we need to manually define
> + Â Â Â Â its own Maven dependency on JFree Common. Remove this dependency when it's fixed. -->
> + Â Â <dependency>
> + Â Â Â <groupId>jfree</groupId>
> + Â Â Â <artifactId>jcommon</artifactId>
> + Â Â </dependency>
>
> Â Â <!-- See http://jira.codehaus.org/browse/MEV-488 -->
> Â Â <dependency>
>
> _______________________________________________
> notifications mailing list
> notifications(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications
>
--
Thomas Mortagne
Hi devs,
Currently we are using some custom 1.0.0RC1 version of jfreechart and
keep using it for only one reason: we are using
org.jfree.chart.plot.Plot#setDataAreaRatio API in the old chart plugin
and we can't find a proper equivalent (i don't even see what this is
doing since it does not change anything in the chart i tried like in
statistics).
My proposal is to simply remove it so that we can move on.
In any case there is a new charting component that should be the one
use and which is already built with recent jfreechart API (we are
pretty lucky that it simply work in such conditions since we
distribute XE with 1.0.0RC1) and if setDataAreaRatio is really related
to en important feature it should be supported by the new component if
not already done.
WDYT ?
Here is my +1
--
Thomas Mortagne
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions.
1) how can I sort my FAQ into these two columns ?
2) Can I see the wiki code for this page?
3) How can I get the Author and Modifier at the bottom of the page like
that?
Grant Sales
Security Operations Analyst
ING
20 Washington Ave South
Minneapolis, MN 55401
Tel: 612.342.7889
Fax: 612.342.3428
Cell: 320.761.0966
Email: grant.sales(a)us.ing.com
www.ing-usa.com
ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
============================================================================================
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.4 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is second and last milestone of the XWiki Enterprise 2.4 version.
Main changes from XWiki Enterprise 2.4 Milestone 2:
* Objects and classes editor improvements
* New Template-based page creation
* New Invitation Manager application
* New search application improvements
* WYSIWYG Improvements
* JMX Administration Console
* Watchlist improvements
* Script improvements
* Javascript improvements
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise24M2
Thanks
- The XWiki dev team
Hi XWiki users,
We have an urgent request, as we need to be able to make a response
TONIGHT (it's not that we did it at the last moment, but that we got the
information very late).
We would like to have XWiki included in the Gartner "Magic Quadrant for
Social Software in the Workplace", which has some tough criterias to get in.
The criterias are to have:
- at least 100000 users (internal to companies, all deployments included)
AND
- at least 4 companies with more than 5000 users (internal to companies)
willing to talk to Gartner about their usage.
While we do have at XWiki SAS companies we work with that we know the
deployment size and that we can contact to see if they are willing to
talk to Gartner, we do need more.
If you have or know of a deployment with more than 1000 users of the
Wiki for INTERNAL USAGE (not public web sites), it would be great if you
can contact us ASAP at marketing(a)xwiki.com
If you have more than 5000 users, please do contact us even more.
Even if you are not sure that you can talk to Gartner please do tell us,
as we need to answer before tonight if we meet the inclusion criterias.
Then there is a follow-up process and we can verify then if talking with
Gartner is possible (we would need at least the deployment acknowledged)
This is very important for XWiki as in can give a lot of visibility to
XWiki and widden the user base thanks to this visibility.
Thanks for your help
Ludovic Dubost
XWiki SAS CEO and XWiki creator
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi devs,
We are already a bit late so i would like to release XE 2.4M1, there
is only some flickering test remaining plus mostly inline style DWG
validation failure.
You can see the started release note at
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise24M2
WDYT ?
--
Thomas Mortagne