I've tried to create a macro page on myxwiki.org but it does not seem to
be recognized.
Is it ok to put it in the local wiki and what exactly is needed ? Is
XWiki.WikiMacroClass enough ?
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi guys,
I really love Xwiki. I think it is pretty and cool. I hope I could build a
tool base on Xwiki Platform for my master thesis. And I want to contribute
to Xwiki Community too. Should I create a new module or component. I could
not distinguish those two. I tried follow this tutorial (
http://dev.xwiki.org/xwiki/bin/view/Community/Debugging) more than 10 times
for automatically build and run Xwiki in Eclipse.
For Import and link maven jar projects to debug secttion, I find how to Link
Jar project to the web project is vague(
http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse_ImportJarP…),
for "Since M2Eclipse 0.9.4, you need to install Maven Integration for WTP
then you just have to add the imported maven jar project in the pom.xml file
of the project xe-debug." Could any guru explain a little about how write
pom.xml file for the imported maven jar project?
Does Eclipse 3.5 JEE Galileo work well with Maven and everything?
Thank you everyone, have a nice day!
Leon
Hi,
Right now we have an AttachmentParser in the Rendering module:
@ComponentRole
public interface AttachmentParser
{
/**
* Extract informations from attachment location string an return
an {@link Attachment}.
*
* @param attachmentLocation the location of the attachment in
string.
* @return the {@link Attachment} object.
*/
Attachment parse(String attachmentLocation);
}
and
/**
* Represents an attachment in a document.
*
* @version $Id: Attachment.java 18089 2009-03-27 15:51:39Z tmortagne $
* @since 1.7.1
*/
public interface Attachment extends Cloneable
{
/**
* @return the name of the document containing the attachment.
*/
String getDocumentName();
/**
* @return the name of the attachment.
*/
String getAttachmentName();
}
and
public class DefaultAttachement implements Attachment
...
This allows parsing attachment representations such as:
Space.Page(a)some.attachment
Since this is a generic notion I'd like to move this code to the xwiki-
bridge module.
Note 1: This is also especially relevant since we already have an
AttachmentName class in the bridge module.
Note 2: This will mean some changes in the Rendering API module too so
that it doesn't depend on the bridge module but that's normal and
technical
Thanks
-Vincent
Hi everyone,
hmm we need to decide where to put this. I think it's the first time
we have pages for a skin.
Is that something we want? Till now we've used vms instead of pages
for skins.
Or do you consider color themes independent of a given skin? In which
case, we could decide to create an application for it in applications/
WDYT?
Thanks
-Vincent
On Aug 26, 2009, at 9:21 AM, sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2009-08-26 09:21:10 +0200 (Wed, 26 Aug 2009)
> New Revision: 22926
>
> Added:
> enterprise/trunk/wiki/src/main/resources/ColorThemes/
> enterprise/trunk/wiki/src/main/resources/ColorThemes/BlueSky.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/Bordo.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/
> ColorThemeClass.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/
> ColorThemeSheet.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/
> ColorThemeTemplate.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/
> DefaultColorTheme.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/InnerDark.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/Nature.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/Nightfall.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/Peach.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/WebHome.xml
> Log:
> XE-?: New ColorTheme application
> Done
>
> Author: sdumitriu
> Date: 2009-08-26 09:21:10 +0200 (Wed, 26 Aug 2009)
> New Revision: 22926
>
> Added:
> enterprise/trunk/wiki/src/main/resources/ColorThemes/
> enterprise/trunk/wiki/src/main/resources/ColorThemes/BlueSky.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/Bordo.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/ColorThemeClass.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/ColorThemeSheet.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/ColorThemeTemplate.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/DefaultColorTheme.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/InnerDark.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/Nature.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/Nightfall.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/Peach.xml
> enterprise/trunk/wiki/src/main/resources/ColorThemes/WebHome.xml
> Log:
> XE-?: New ColorTheme application
> Done
Hi Sergiu,
I find the ColorThemes application pretty confusing : we can edit existing
themes, but not create new ones? I would have seen it the other way around
: existing themes are freezed, and users create new custom ones.
Also I find it hard to understand what the application really do, and how
it relate to the Colibri skin. It looks a little like dropped in the
middle of nowhere.
Finally, I think this kind of application raises the question of how we
want them to be accessed. Personally I find a bit odd to have
'ColorThemes' in the space index. I would be in favor of blacklisting the
space, and linking the application from the presentation section of the
administration.
Jerome.
Hello,
I'll make this short and sweet.
1) I'm a graduate student.
2) I'm doing research on development practices in the open source
community.
3) I would like to use xwiki as part of my research.
I'd be eternally grateful if everyone who has ever contributed code to
this project could fill out my survey. It's three questions long, and
you can do the whole thing with just the mouse.
Please take a few seconds and help me complete my research, I'd really
appreciate it.
The survey is here:
http://spreadsheets.google.com/viewform?formkey=cHU2aHo5bS14cE04c2gzWGlhaUp…
..
Thank you,
Rod Hilton
P.S. If you are involved with multiple open source projects and seeing
this message on other mailing lists, first let me apologize for being
so annoying, but second let me ask you to please fill out the survey
again, once for each project. Thanks!
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.0 Milestone 4.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the fourth and last milestone for the XWiki enterprise 2.0 version.
Changes from 2.0 Milestone 3:
* Introduce new Colibri skin
* Improvements and bugfixes in the new network event distribution system
* Improvements in the scheduler
* Improvements in the watchlist
* Introduce activity stream plugin
* Add macros categories support
* Add attachment support to mail created from template
As usual we need the community to heavily test this release before the
final release to catch all the remaining issues. You can look at
http://dev.xwiki.org/xwiki/bin/view/Drafts/EventClustering to test the
new event based clustering support.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise20M4
Thanks
-The XWiki dev team