On 10/15/2009 12:05 PM, asiri (SVN) wrote:
> Author: asiri
> Date: 2009-10-15 12:05:22 +0200 (Thu, 15 Oct 2009)
> New Revision: 24508
>
> Modified:
> Log:
> [misc] Activated checkstyle for officeimporter code base.
>
> - Fixed 71/72 Checkstyles reported.
>
> - The remaining checkstyle issue (class fan-out ~ 22, max allowed is 20) is bit hard to fix without refactoring the officeimporter API a little.
You can fix it by removing the readStream utility method, which can be
replaced with something from commons-ioutils. This will remove all
usages of ByteArrayOutputStream and IOException and add one class from
ioutils.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi,
We have 2 critical fixes in XE 2.0.3:
- The stats are broken (since 2.0.1)
- The object editor doesn't allow to add objects for which the user
doesn't have edit rights on the document holding the class definition
(since 2.0)
+ some other fixes:
http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10010…
Thus I'm proposing to release ASAP, which is next Tuesday (since
Thomas is on holidays till next Monday - That's unless someone else
want to do the release of course).
Here's my +1
Thanks
-Vincent
Hi,
We were supposed to release 2.1M1 yesterday according to our initial
roadmap. However we've all been working on 2.0.x releases and as a
consequence there isn't much in 2.1M1 that isn't in 2.0.x releases.
Namely there are 11 issues and most of them are not very important
(see http://tinycoke.com/_6rvPPs9pSbA/picture_1.png) and don't warrant
a release IMO.
I'm proposing to remove 2.1M2 and extend 2.1M1 till 16 Nov (ie the
date when 2.1M2 was supposed to be released). The other dates are kept
unchanged, see
http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Here's my +1
Thanks
-Vincent
Hi Marius,
I integrate the tree in the latest XE snapshot, it works! Thank you!
Where can I find the color vocabulary specified by your API? Can I use hex
number to specify color?
It seems the snapshot version can not save document and it will
automatically generate so many sessions. It only works on my Dell pc, does
not work on the linux server. If I try to save document (on linux I even can
not create and save edit panel) it will prompt me this error:
HTTP Status 500 -
------------------------------
*type* Exception report
*message* **
*description* *The server encountered an internal error () that prevented it
from fulfilling this request.*
*exception*
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
java.lang.String.substring(Unknown Source)
java.lang.String.substring(Unknown Source)
com.xpn.xwiki.web.ActionFilter.getTargetURL(ActionFilter.java:167)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:105)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
Next Friday it is our University Graduate Forum, I have a poster
presentation. Do you need me to print and hand out flyer of Xwiki to
people to give Xwiki a advertisement?
Really appreciate your help! Have a nice weekend!
-Leon
Hi, we'd like to test the XWiki Watch 1.1 M1 release.
Tried to build it but couldn't manage to build only the xar-File.
Is that not possible or are we missing something.
Thanks
Helmut
--
View this message in context: http://n2.nabble.com/XWiki-Watch-1-1-M1-tp3905468p3905468.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi!
I was wondering if it's OK to add a third possible value for
stylesheet extension "use" property, something like "always on this
page". This could also be the default value.
As far as I know, the two possible values for SSX "use" property are:
- "on demand" - which means that any page can demand that SSX
- "always" - which means that all pages will have the CSS for that object
While these two properties are very good and practical, there are some
minor aspects:
1) Somebody (perhaps a designer) can create a SSX and other users
(perhaps content editors) forget to "demand" it
2) Having a SSX with use="always" and a second SSX with use="on
demand" both on the same page makes the two objects available for all
wiki pages (in term of client side CSS)
3) The content is aware of the design. It's ok if in the content of a
wiki page we can demand the stylesheet of another page, and that we
can create some stylesheet that will be used by all wiki pages. But,
in my opinion, the content must not be aware of it's own design.
This third value ("use"="always on this page") will also help other
projects like XOffice and XOO.
At this moment, XWord, for example, should follow these steps:
- save the page first (you can't create a SSX on an
unpublished/nonexistent page)
- identify saved page syntax (XWord works with XHTML)
- "know" how the SSX macro looks-like in page's syntax (yeah, not a
big deal, but it's something that XWord shouldn't care about)
- edit the content to insert the $xwiki.ssx.use($docFullname)
- publish the page, again
"Always on this page" (or "always on parent page") usage could improve
some of the aspects mentioned above. Any other solution is welcomed.
What do you think?
Thanks!
--
Teofil Achirei
Dear Devs,
Could anyone give me some idea or give me a reference a material/ or example
to help me deploy the last XE snapshot. My guess is to write maven pom file.
I think just one pom file will do the work, right? Just mvn install. I do
look up the Maven definitive guide, it says we could the a version value of
LASTEST to refer to the lastest released or snapshot version of a particular
artifact. Could anyone send me one please?
Thank you everyone! Have a nice day! :-)
Leon