Hi,
Here are some general directions that Sergiu and I are proposing for
the XE 1.3 roadmap. 3 domains:
1) Work on automated testing.
Examples:
- add more selenium tests
- start evaluating using VMs for setting up different test
environments (Oracle + IE, XEM + MySQL, etc)
2) Clean up
Examples:
- Extract skins into separate modules
- Factor skin templates all in one place
- Make it easy for someone to create a new skin
- Code cleanup for more Javadoc in APIs
3) Improved performances
Examples:
- Run XE with a profiler and find bottlenecks
- Reduce number of HTTP requests done by the browser (about 50 right
now)
- Reduce number of database calls
NOTE: In addition to this Sergiu is proposing to work on the Interface
Extensions design and I'm going to work on the new rendering engine.
These are not planned in the 1.3 roadmap. They'll be done on branches
and only integrated when ready.
So this means that 1.3 will be mostly a "cleanup" release with no or
little new features but more bug fixes and cleaning things.
In term of dates here's the proposal:
25 Jan: 1.3 M1
15 Feb: 1.3M2
29 Feb: 1.3 RC1
14 Mar: 1.3 Final
Let me know what you think.
Thanks
-Vincent
Hi all,
I would like to release XEM 1.0M3 just after XE 1.2 RC3 will be
released (Vincent is making it today). Its the last milestone before
RC1 and RC2. The main new features are XE 1.2 branch new feature as
previous XEM releases was based on 1.1 branch.
You can see http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM10M3
for more details.
Here my +1
--
Thomas Mortagne
Maybe this is not the right mailing list to ask my question.
I had like to know: " how to prevent new users to get edit right?"
I mean, by default, if somebody registers, he has the right to edit
pages and admin has to deny this right if he wants this user to not have
this right.
My intention is to have the contrary situation.
I wish i could register and not have the right to edit while admin has
not allow this right to me.
Thank for your time.
--
Antoine SEILLES
Doctorant (phd student)
Pikko software
Cap Omega - Rond Point Benjamin Franklin
CS 39521
34960 Montpellier Cedex 2
FRANCE
LIRMM CNRS
UMR 5506 - 161 rue Ada
34392 Montpellier Cedex 5
FRANCE
Tel: +33 (0)6 10 192 055
http://www.pikko-software.comhttp://www.lirmm.fr
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.2 RC 3.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the third and hopefully last release candidate for the 1.2
version. It fixes several bugs, especially regading Oracle support.
The final release is still planned for mid-January.
Changes from 1.2RC2:
* XWIKI-1993: Database schema update issue when migrating from XE
1.1.2 to 1.2 RC2 on Oracle 10g
* XWIKI-1995: Error inserting NULL values in NOT-NULL fields
under Oracle for Version Comments/Authors
* XWIKI-1975: Exception displayed in the log when upgrading from
a previous 1.2 release to 1.2 RC2
* XWIKI-1979: FileUploadPlugin should not call cleanFileList in
endRendering
* XWIKI-1981: UI issue when using the new rights managements UI
with IE7
* XWIKI-1946: Attachment renaming in the WYSIWYG Editor doesn't
keep the file extension
* XE-175: Show the "delete" button next to members in the group
only when the group is edited
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12RC3
Thanks
-The XWiki dev team
thanks Cristian,
had forgotten about profiles (which also seem to be about
applications...).
In any case... now I see my mvn build throws a lot of exceptions (not
fatal errors) because it could not connect to the DB which, indeed, I
had not configured.
Is that needed or ignoreable ? And if yes, where ? (ideally somewhere
in ~/build.properties or so?).
Should that DB be the "production DB" (I guess not!).
Just a build-scratch? Something in the middle?
thanks again
paul
Le 2 janv. 08 à 01:07, Cristian Vrabie a écrit :
> Try using maven profiles: run "mvn clean install -Pmysql" in the
> root folder (xwiki-product-curriki). This should compile all the
> subprojects (including web,plugins,gtw, etc) and make a snapshot in
> the /web/target/XXX-SNAPSHOT, wich is ready to be deployed in the
> webbaps folder of you server.
>
> Paul Libbrecht wrote:
>>
>> Hello XWikiers,
>>
>> I am bit in doubt with building XWiki and particularly Curriki
>> which is my goal.
>>
>> On the one hand there seems to be DB-oriented sub-folders for
>> which mvn install seems to only install... a pom in the repo!
>>
>> On the other hand, the default build seems to build only for a
>> special DB, hypersonic... This indeed what I got doing the
>> following a few days ago:
>> - svn co of trunks
>> - cd-ed to xwiki-product-curriki
>> - mvn install, failed
>> - cd-ed to xwiki-platform-web, mvn install success
>> - cd-ed to xwiki-platform-pom, mvn install success
>> - cd-ed to xwiki-product-curriki, mvn install success
>>
>> What is the normal way to get the "normal build" (mvn install in
>> xwiki-product-curriki) to build for a specific DB?
>>
>> Thus far I am still hoping to build curriki for Postgres if possible.
>> In any case it should work for MySQL since that's where
>> curriki.org runs.
>>
Hi Paul,
Thanks for updating http://dev.xwiki.org/xwiki/bin/view/Community/Building
. However I've had to roll it back because you've used the wysiwyg
editor and as a condequence all <tt></tt> markup has been stripped
from the whole page. This is a very annoying and known bug.
Sorry about that. We really need to fix it. If someone has the time to
give it a try that would be great.
Thanks
-Vincent
I am having trouble with whitespace handling in tags (1.1.2 & 1.2RC2 on
Windows 2003 and Windows XP locally - and even on xwiki.org itself).
tag1|tag2|word3 word4
becomes
tag1|tag2|word3|word4
and
tag1|tag2|tag 3|tag 4
becomes
tag1|tag2|tag|3|tag|4
I would consider this a bug - am I wrong?
[I used the object properties in the object editor and the tag dialog
box in page wiki edit mode with the same result]
Hi all
I'm totally confused. :-(
If I use XWIKI, which is published under LGPL, am I allowed to write a
module/plugin and not publish it or do I have to publish it under LGPL too?
Thanks for any clarification
Simon
PS: I know this is a standard question, but seriously I did not found an
easy, understandable, concise and without long follow-ups about whether the
interpretation is right or not, answer to this in hours of searching. Is it
me or is (L)GPL one of the most complicated license nowadays?
--
View this message in context: http://www.nabble.com/License-question-tp14607397p14607397.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi all,
As XEM is based on XE 1.2 branch it needs to wait for a final XE 1.2
version to be released to release a 1.0 final version.
But a lots of bugs has been fixed on XE 1.2 and final version takes
more time than initially planned. So waiting for a final version of XE
here a proposition of new dates for XEM (also Application Manager and
Wiki Manager) :
- 1.0M3 : 7th of January
- 1.0RC1 : just after XE 1.2 final release (planned for 11th of
January) : 14th of January
- 1.0RC2 or promotion of RC1 as final : 17th of January
--
Thomas Mortagne
Hi all,
I understand that once the user had successfully log into XWiki.
A new user record will be inserted into the XWIKIDOCS table and
any future login of that particular user will attempt to lookup the database
and retrieve the dn from the user record. Then bind the connection.
Prior this process of re-login, any changes make to the user's record in the active directory
will not be reflected in the database. It should not be the case, instead the
system should update the user record in the database each time the user login
and updates any information pertaining to the user. (eg. MemberOf, last name, first name)
How should i go about in doing this?
Regards,
Colin
______________________________________________________________________
Search, browse and book your hotels and flights through Yahoo! Travel.
http://sg.travel.yahoo.com
Hi,
We're about to release XE 1.2 RC2 which contains lots of bugfixes over
1.2 RC1. We urge everyone to try it out and tell us of any important
issues. Since we've found a few issues already we're planning to
release a 1.2RC3 version.
So here are the proposed dates:
* XE 1.2 RC2 - Today
* XE 1.2 RC3 - 8th of January 2008
* XE 1.2 final - promotion of XE 1.2 RC3 as final on the 11th of Jan.
Let me know if you have any concern with these dates.
Thanks
-Vincent
On Jan 3, 2008, at 6:01 PM, Esbach, Brandon wrote:
> Sorry, should have said..
> The Enterprise WAR file is the one I'm trying to download at the
> moment.
hmm... strange. I've just downloaded it fine from http://forge.objectweb.org/project/download.php?group_id=170&file_id=9828
Maybe the OW mirrors have not finished their sync (but I do hope they
don't put the file online when they sync!).
Here's the mirror I've used:
http://download.fr2.forge.objectweb.org/xwiki/xwiki-enterprise-web-1.2-rc-2…
Thanks
-Vincent
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
> Behalf Of Vincent Massol
> Sent: 03 January 2008 16:59
> To: XWiki Users
> Cc: XWiki Developers
> Subject: Re: [xwiki-users] [ANN] XWiki Enterprise 1.2 RC2 Released
>
>
> On Jan 3, 2008, at 5:54 PM, Esbach, Brandon wrote:
>
>> Hi Guys,
>>
>> Thanks for giving the main bugs attention (well, the main one's I
>> saw in any case) :-)
>>
>> Is the file uploaded completely? I get a ~300kb corrupt file on
>> downloading
>
> ouch... which file are you downloading? It's supposed to be fully
> uploaded now.
>
> Thanks
> -Vincent
>
>>
>> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
>> Behalf Of Vincent Massol
>> Sent: 03 January 2008 16:47
>> To: XWiki Developers; XWiki Users
>> Subject: [xwiki-users] [ANN] XWiki Enterprise 1.2 RC2 Released
>>
>> The XWiki development team is pleased to announce the release of
>> XWiki Enterprise 1.2 RC 2.
>>
>> Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
>>
>> This is the second release candidate for the 1.2 version. It fixes
>> a lot more than was initially planned for this RC, mainly bugs/
>> improvements for stabilizing the database migration process and
>> consolidating the new Rights Management UI, but contains bugfixes
>> for other features, too. The main purpose of the Release Candidates
>> is to let the users test it, so that we don't ship a buggy "stable"
>> version, so please download it, use it and report any problems you
>> encounter on the bugtracker. The final 1.2 release is currently
>> planned for mid-January.
>>
>> Main changes from 1.2RC1:
>>
>> * Lots of bugs fixed in the new Rights Management UI
>> * The archive migration process is a bit faster and continues
>> from the last processed document if restarted
>> * Deleting versions from the history used to break the history
>> for upgraded archives, causing problems when viewing the history,
>> exporting a document, deleting/renaming a document
>> * Multiwiki issues with the search pages
>> * Exceptions while exporting a document are now reported and
>> ignored, instead of breaking the whole export process
>> * Linking to a heading shows the heading below the action menu,
>> not behind it
>> * Editing newly created users failed
>> * Fixed "data truncation" errors which occurred under certain
>> mysql versions/configurations
>> * Switching tabs in Administration now releases the edit locks
>> * XWiki returned invalid URLs when the server port is not
>> defined (i.e. when it's 80)
>> * XWiki.searchDocuments(String, boolean, int, int) did not use
>> "distinctbylanguage" parameter
>> * Fixed a few WISYWIG editor bugs concerning attachments and
>> some missing resource bundles
>>
>> + other fixes
>>
>> For more information see the Release notes at:
>> http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12RC2
>>
>> Thanks
>> -The XWiki dev team
On Jan 3, 2008, at 5:54 PM, Esbach, Brandon wrote:
> Hi Guys,
>
> Thanks for giving the main bugs attention (well, the main one's I
> saw in any case) :-)
>
> Is the file uploaded completely? I get a ~300kb corrupt file on
> downloading
ouch... which file are you downloading? It's supposed to be fully
uploaded now.
Thanks
-Vincent
>
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
> Behalf Of Vincent Massol
> Sent: 03 January 2008 16:47
> To: XWiki Developers; XWiki Users
> Subject: [xwiki-users] [ANN] XWiki Enterprise 1.2 RC2 Released
>
> The XWiki development team is pleased to announce the release of
> XWiki Enterprise 1.2 RC 2.
>
> Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
>
> This is the second release candidate for the 1.2 version. It fixes a
> lot more than was initially planned for this RC, mainly bugs/
> improvements for stabilizing the database migration process and
> consolidating the new Rights Management UI, but contains bugfixes
> for other features, too. The main purpose of the Release Candidates
> is to let the users test it, so that we don't ship a buggy "stable"
> version, so please download it, use it and report any problems you
> encounter on the bugtracker. The final 1.2 release is currently
> planned for mid-January.
>
> Main changes from 1.2RC1:
>
> * Lots of bugs fixed in the new Rights Management UI
> * The archive migration process is a bit faster and continues
> from the last processed document if restarted
> * Deleting versions from the history used to break the history
> for upgraded archives, causing problems when viewing the history,
> exporting a document, deleting/renaming a document
> * Multiwiki issues with the search pages
> * Exceptions while exporting a document are now reported and
> ignored, instead of breaking the whole export process
> * Linking to a heading shows the heading below the action menu,
> not behind it
> * Editing newly created users failed
> * Fixed "data truncation" errors which occurred under certain
> mysql versions/configurations
> * Switching tabs in Administration now releases the edit locks
> * XWiki returned invalid URLs when the server port is not
> defined (i.e. when it's 80)
> * XWiki.searchDocuments(String, boolean, int, int) did not use
> "distinctbylanguage" parameter
> * Fixed a few WISYWIG editor bugs concerning attachments and
> some missing resource bundles
>
> + other fixes
>
> For more information see the Release notes at:
> http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12RC2
>
> Thanks
> -The XWiki dev team
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.2 RC 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the second release candidate for the 1.2 version. It fixes a
lot more than was initially planned for this RC, mainly bugs/
improvements for stabilizing the database migration process and
consolidating the new Rights Management UI, but contains bugfixes for
other features, too. The main purpose of the Release Candidates is to
let the users test it, so that we don't ship a buggy "stable" version,
so please download it, use it and report any problems you encounter on
the bugtracker. The final 1.2 release is currently planned for mid-
January.
Main changes from 1.2RC1:
* Lots of bugs fixed in the new Rights Management UI
* The archive migration process is a bit faster and continues
from the last processed document if restarted
* Deleting versions from the history used to break the history
for upgraded archives, causing problems when viewing the history,
exporting a document, deleting/renaming a document
* Multiwiki issues with the search pages
* Exceptions while exporting a document are now reported and
ignored, instead of breaking the whole export process
* Linking to a heading shows the heading below the action menu,
not behind it
* Editing newly created users failed
* Fixed "data truncation" errors which occurred under certain
mysql versions/configurations
* Switching tabs in Administration now releases the edit locks
* XWiki returned invalid URLs when the server port is not defined
(i.e. when it's 80)
* XWiki.searchDocuments(String, boolean, int, int) did not use
"distinctbylanguage" parameter
* Fixed a few WISYWIG editor bugs concerning attachments and some
missing resource bundles
+ other fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12RC2
Thanks
-The XWiki dev team
Hi All,
I am currently revising on the rights management on XWiki.
Instead of using XWiki rights management module, is it possible to use your own rights management module?
Any guidance would be appreciated.
Regards,
Colin
__________________________________________________________________
Yahoo! Singapore Answers
Real people. Real questions. Real answers. Share what you know at http://answers.yahoo.com.sg
Hi Vincent,
I guess you misunderstood what i meant.
I am not changing the authentication portion but on the rights management (ie, view, edit, delete...)
In short, i am attempting to remove the rights mangement implemented in XWiki and override it with another one.
Regards,
Colin
----- Original Message ----
From: Vincent Massol <vincent(a)massol.net>
To: XWiki Developers <devs(a)xwiki.org>
Sent: Thursday, 3 January 2008 5:20:30
Subject: Re: [xwiki-devs] Guide for XWiki Rights Management (XWiki Rev. 6435)
Hi Colin,
See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication
Thanks
-Vincent
On Jan 3, 2008, at 9:44 AM, Colin Tay wrote:
Hi All,
I am currently revising on the rights management on XWiki.
Instead of using XWiki rights management module, is it possible to use your own rights management module?
Any guidance would be appreciated.
Regards,
Colin
__________________________________________________________________
Yahoo! Singapore Answers
Real people. Real questions. Real answers. Share what you know at http://answers.yahoo.com.sg
Hello XWikiers,
I am bit in doubt with building XWiki and particularly Curriki which
is my goal.
On the one hand there seems to be DB-oriented sub-folders for which
mvn install seems to only install... a pom in the repo!
On the other hand, the default build seems to build only for a
special DB, hypersonic... This indeed what I got doing the following
a few days ago:
- svn co of trunks
- cd-ed to xwiki-product-curriki
- mvn install, failed
- cd-ed to xwiki-platform-web, mvn install success
- cd-ed to xwiki-platform-pom, mvn install success
- cd-ed to xwiki-product-curriki, mvn install success
What is the normal way to get the "normal build" (mvn install in
xwiki-product-curriki) to build for a specific DB?
Thus far I am still hoping to build curriki for Postgres if possible.
In any case it should work for MySQL since that's where curriki.org
runs.
thanks in advance
paul
Hi,
I'm proposing again the 1.2 RC2 release, after a long delay. Since the
previous vote, a lot of bugs have been solved, mainly dealing with the
database upgrade process and the new Rights Management UI. I think that
the current code is stable enough to make it a release candidate, which
will hopefully be the last one.
Here's my +1.
Sergiu
Hi all,
I would to know how the document rights is executed in XWiki.
Furthermore, i would like to ask whether can the XWiki rights follow the Active Directory rights.
Eg. Only users in the group abc (Active Directory) can access the webspace abc.
Regards,
Colin
__________________________________ <br>
Tired of visiting multiple sites for showtimes?
Yahoo! Movies is all you need
Hi Sergiu/Evelina,
Just wanted to check if you've been able to progress on the UI
problem. I thought I had created a jira issue a week ago about it but
couldn't find it so I've recreated one:
http://jira.xwiki.org/jira/browse/XE-166
We cannot release RC2 without this fixed.
Thanks
-Vincent
Cristian and Marius are working on Curriki, especially the space manager
and invitation manager plugins which will move to the core plugins.
We would like to add them as Curriki commiters (which means currently
core SVN commit rights but only allowed to commit in the curriki zone).
I'm also proposing to promote Marius to XWiki commiter as he has
provided modules/patches especially for the Statistics and now the
Invitation Manager.
Here is my +1 for both
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi all,
One Codehaus (http://www.codehaus.org/) need to eventually use XWiki
as main web site engine would be for us to implement an HTML export
feature.
I made some work on this and I propose to commit on 1.3 (Sergiu just
created the 1.2 branch) a new ExportAction (like the pdf/rtf one) that
handle HTLM/ZIP export (http://jira.xwiki.org/jira/browse/XWIKI-564):
- support a range a multiwiki pages in view mode without request parameters
- add skin dependencies in the package
- add attachments in the package
- modify links targeting skin, attachment and exported pages in
exported pages (using a custom URL factory)
- package all this in a zip file
WDYT ?
--
Thomas Mortagne