Hi team,
JIRA 3.2 is available and it has several cool new features (see
http://confluence.atlassian.com/display/JIRA/JIRA+3.2+Release+Notes). I'd
suggest we migrate to it to try it.
It has a feature that Ludovic will possibly like (not sure it does exactly
what you want Ludovic):
"
Many users requested the ability to change the format of the From email
address within JIRA notifications. The format is now fully configurable -
with the ability to include or exclude the user name, email address and
email hostname: for example, the format can be set to display as follows
'John Doe (ATLASSIAN) <jira(a)atlassian.com>'.
"
-Vincent
This should be fixed now. Let me know if you find any issue.
Thanks
-Vincent
> -----Original Message-----
> From: Vincent Massol [mailto:vincent@massol.net]
> Sent: jeudi 9 juin 2005 17:20
> To: 'xwiki-dev(a)objectweb.org'
> Subject: Error introduced by my recent changes in the tests
>
> Hi,
>
> I've just realized that StoreObjectTest is supposed to contains tests that
> are then executed by StoreObjectHibernateTest for a DB storage or
> StoreObjectRCSFileTest for a RCS storage.
>
> I'll fix my refactoring shortly to restore this feature.
Hi,
I've just realized that StoreObjectTest is supposed to contains tests that
are then executed by StoreObjectHibernateTest for a DB storage or
StoreObjectRCSFileTest for a RCS storage.
I'll fix my refactoring shortly to restore this feature.
Thanks and sorry
-Vincent
I'm interested in using XWIKI with a DB2 database back-end. I've had some
success creating the DB2 schema, populating with data from the MySQL
database supplied for xwiki v. 0.9.793. However, when I hit the following
URL:
http://127.0.0.1:8080/xwiki/bin/view/Main/WebHome
DB2 doesn't like the following query, which is generated from
XWikiHibernateStore starting on line 1775:
select distinct xwikidocum0_.XWD_WEB as col_0_0_, xwikidocum0_.XWD_NAME as
col_1_0_ from xwikidoc xwikidocum0_, xwikiobjects baseobject1_ where
baseobject1_.XWO_NAME=xwikidocum0_.XWD_FULLNAME and
baseobject1_.XWO_CLASSNAME='XWiki.XWikiUsers' order by
xwikidocum0_.XWD_CREATION_DATE desc
>From reading the DB2 docs, I think DB2 doesn't permit use of a column in the
order by clause that does not also appear in the select clause, if the
distinct keyword is present. I was able to fix the problem by removing the
word "distinct" from the query on line 1775 of XWikiHibernateStore. That
allowed me to view the home page, and do several other tasks -- edit pages,
attach documents, etc.
I don't know how critical that "distinct" is to the correct operation of
xwiki. I was wondering if the developers could answer that. If "distinct" is
not needed and can be removed, or the query can somehow be reworked then I
will be glad to submit my DB2 schema on the Database Development page.
Stephen
Hi,
We are working on fixing this issue which also exists in HSQLDB and Sybase.
It should be ok in the next release.
Ludovic
> I'm interested in using XWIKI with a DB2 database back-end. I've had some
> success creating the DB2 schema, populating with data from the MySQL
> database supplied for xwiki v. 0.9.793. However, when I hit the following
> URL:
>
> http://127.0.0.1:8080/xwiki/bin/view/Main/WebHome
>
> DB2 doesn't like the following query, which is generated from
> XWikiHibernateStore starting on line 1775:
>
> select distinct xwikidocum0_.XWD_WEB as col_0_0_, xwikidocum0_.XWD_NAME as
> col_1_0_ from xwikidoc xwikidocum0_, xwikiobjects baseobject1_ where
> baseobject1_.XWO_NAME=xwikidocum0_.XWD_FULLNAME and
> baseobject1_.XWO_CLASSNAME='XWiki.XWikiUsers' order by
> xwikidocum0_.XWD_CREATION_DATE desc
>
>>From reading the DB2 docs, I think DB2 doesn't permit use of a column in
>> the
> order by clause that does not also appear in the select clause, if the
> distinct keyword is present. I was able to fix the problem by removing the
> word "distinct" from the query on line 1775 of XWikiHibernateStore. That
> allowed me to view the home page, and do several other tasks -- edit
> pages,
> attach documents, etc.
>
> I don't know how critical that "distinct" is to the correct operation of
> xwiki. I was wondering if the developers could answer that. If "distinct"
> is
> not needed and can be removed, or the query can somehow be reworked then I
> will be glad to submit my DB2 schema on the Database Development page.
>
> Stephen
>
>
--
Ludovic Dubost
Blog: http://www.ludovic.org/blog/
Créez votre Wiki: http://www.xwiki.com
XPertNet: http://www.xpertnet.fr
I am considering implementing a custom XWikiRenderer that uses FreeMarker
(http://www.freemarker.org/) to render the xwiki templates
(src\main\web\templates) and documents, as an alternative to velocity.
I thought that it would be as simple as implementing a custom XWikiRenderer,
however I discovered that
* the XWikiVelocityRenderer exposes some static methods, which is used
within a few different xwiki classes
* VelocityContext instances are constructed and manipulated outside from the
XWikiVelocityRenderer
Are there any plans to refactor the code base to support custom
XWikiRenderer implementations.
My ideal goal would be to enable a mix of rendering engines - freemarker,
velocity, or any other template language. However some metadata would be
needed to inform the rendering api which template engine to use.
To begin with - I'd like to be able to reuse all of the existing templates,
but specify for a wiki, or for a space, that freemarker is the default
rendering engine. Then an enhancement could be to allow each document to
override this.
Then - the next step could be to allow the templates to be written in
freemarker.
I am fairly experienced with freemarker having used it on a few web sites
over the last few years. I also implemented the integration code for
freemarker in webwork.
Thanks,
Cameron.
Hi,
Here is a tentative roadmap of XWiki.. This is of course only indicative
and your feedback is welcomed..
If anybody wants to add to this roadmap go ahead.. Add features, comment
the page or in this list..
http://www.xwiki.org/xwiki/bin/view/Dev/Roadmap
We will create some JIRA tasks for these different features and will
order them by milestone..
From there if anybody wants to start helping out, this is of course
most welcome !
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic