Re: [xwiki-devs] Problem with Edit Attachment feature

2010-04-15 Thread Asiri Rathnayake
PS: FoXWiki source: http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/trunk/foxwiki/ I think Alexandru Cismaru also worked on something related to FoXWiki for his gsoc project but I cannot find the source code of his project. - Asiri ___ devs

Re: [xwiki-devs] [proposal] Fix XWIKI-4265 by changing the way the previous version of a document is found.

2010-04-15 Thread Caleb James DeLisle
Based on the response, I am amending the proposal to add doc.XWikiDocument.getPreviousVersion(XWikiContext) in case future development in the old core finds it useful. api.Document.getPreviousVersion() will be redirected to the new method. WDYT? Caleb Caleb James DeLisle wrote: Sergiu

Re: [xwiki-devs] Problem with Edit Attachment feature

2010-04-15 Thread Asiri Rathnayake
Hi, - foxwiki is in version 1.0b and not even a final 1.0 version - when you try to install the FF extension it says it's not compatible with FF 3.6.3 (it doesn't work with other FF 3.6 versions either) This is hard-coded in the xpi. Re-releasing with another max-version would probably

Re: [xwiki-devs] [xwiki-users] FoxWiki Edit attachments feature

2010-04-15 Thread Asiri Rathnayake
Hi Eugen, On Thu, Apr 15, 2010 at 2:17 PM, Colesnicov Eugen ecolesni...@gmail.comwrote: Hi developers! According discussion about this FoxWiki Edit attachments feature at XWiki-Dev subforum. I want to write my opinion for developers. Current situation: - In IE this feature working good

Re: [xwiki-devs] Problem with Edit Attachment feature

2010-04-15 Thread Thomas Mortagne
On Wed, Apr 14, 2010 at 18:46, Vincent Massol vinc...@massol.net wrote: Hi devs, It's been reported to me that this feature isn't working. Here are issues I know about it: - the pencil icon doesn't appear on Chrome - foxwiki is in version 1.0b and not even a final 1.0 version - when you

[xwiki-devs] [Proposal] Preparing for the Extension Manager

2010-04-15 Thread Vincent Massol
Hi devs, I've been researching what it would take to be able to support the Extension Manager use case regarding components isolation and dependency versioning. I won't go over the details of all I've researched (you can ask questions for that). I'm just proposing a series of steps and a

[xwiki-devs] [Proposal] Add SuppressionCommentFilter (CHECKSTYLE:OFF and CHECKSTYLE:ON) to checkstyle.xml

2010-04-15 Thread Caleb James DeLisle
I would like to propose changing checkstyle.xml to allow checkstyle to be enabled and disabled using inline comments. I propose this with some reservation because this can be a slippery slope but I would rather see the problems isolated in the file than the file excluded. Also I think this can

Re: [xwiki-devs] [Proposal] Add SuppressionCommentFilter (CHECKSTYLE:OFF and CHECKSTYLE:ON) to checkstyle.xml

2010-04-15 Thread Sergiu Dumitriu
On 04/15/2010 12:55 PM, Caleb James DeLisle wrote: I would like to propose changing checkstyle.xml to allow checkstyle to be enabled and disabled using inline comments. I propose this with some reservation because this can be a slippery slope but I would rather see the problems isolated in

Re: [xwiki-devs] [Proposal] Add SuppressionCommentFilter (CHECKSTYLE:OFF and CHECKSTYLE:ON) to checkstyle.xml

2010-04-15 Thread Vincent Massol
On Apr 15, 2010, at 12:56 PM, Sergiu Dumitriu wrote: On 04/15/2010 12:55 PM, Caleb James DeLisle wrote: I would like to propose changing checkstyle.xml to allow checkstyle to be enabled and disabled using inline comments. I propose this with some reservation because this can be a slippery

[xwiki-devs] Question about hibernate transaction handling in XWiki

2010-04-15 Thread Asiri Rathnayake
Hi Devs, While working on a client project I came across an issue where an exception is thrown with a message that reads something like: Caused by: org.hibernate.HibernateException: Failed to commit or rollback transaction. Root cause [] Upon further digging I found the following code in

Re: [xwiki-devs] Question about hibernate transaction handling in XWiki

2010-04-15 Thread Asiri Rathnayake
Hi Again, } catch (HibernateException e) { // Ensure the original cause will get printed. throw new HibernateException(Failed to commit or rollback transaction. Root cause [ + getExceptionMessage(e) + ], e); This also sounds bit wrong, why do we generate HibernateExceptions?

Re: [xwiki-devs] [xwiki-notifications] r28305 - platform/core/trunk/xwiki-rest/src/main/java/org/xwiki/rest/representations/objects

2010-04-15 Thread Sergiu Dumitriu
On 04/14/2010 04:27 PM, fmancinelli (SVN) wrote: Author: fmancinelli Date: 2010-04-14 16:27:12 +0200 (Wed, 14 Apr 2010) New Revision: 28305 Modified: platform/core/trunk/xwiki-rest/src/main/java/org/xwiki/rest/representations/objects/FormUrlEncodedObjectReader.java

Re: [xwiki-devs] [Proposal] Roadmap for XE 2.4

2010-04-15 Thread Vincent Massol
Even though it's not XE strictly I'd like to add for XE 2.4 roadmap the new version of xwiki.org: * Design of it - Caty * Implementation - We need to find people who can help. If there are volunteers already let us know. Silvia, since you were working on this, maybe you have some input or

Re: [xwiki-devs] Question about hibernate transaction handling in XWiki

2010-04-15 Thread Sergiu Dumitriu
On 04/15/2010 01:07 PM, Asiri Rathnayake wrote: Hi Devs, While working on a client project I came across an issue where an exception is thrown with a message that reads something like: Caused by: org.hibernate.HibernateException: Failed to commit or rollback transaction. Root cause []

[xwiki-devs] Implementing the XWiki.org Redesign

2010-04-15 Thread Silvia Rusu
Hi XWiki devs users, So far we've been talking a lot about redesigning XWiki.org and all feedback was greatly appreciated. Now it's time we started implementing the redesign Caty was so kind to come up with based on our suggestions. Like the proposal stage this too will be a collaborative

Re: [xwiki-devs] [xwiki-users] Implementing the XWiki.org Redesign

2010-04-15 Thread Vincent Massol
Hi Silvia, On Apr 15, 2010, at 4:58 PM, Silvia Rusu wrote: Hi XWiki devs users, So far we've been talking a lot about redesigning XWiki.org and all feedback was greatly appreciated. Now it's time we started implementing the redesign Caty was so kind to come up with based on our

Re: [xwiki-devs] [xwiki-users] Implementing the XWiki.org Redesign

2010-04-15 Thread Silvia Rusu
Hi Vincent, On 4/15/2010 6:18 PM, Vincent Massol wrote: Hi Silvia, On Apr 15, 2010, at 4:58 PM, Silvia Rusu wrote: Hi XWiki devs users, So far we've been talking a lot about redesigning XWiki.org and all feedback was greatly appreciated. Now it's time we started implementing the

[xwiki-devs] [Proposal] Computed title depth configuration option

2010-04-15 Thread Vincent Massol
Hi, We've had a user request (Ludovic as a user ;)) to have a config option to decide the header level to consider for a title. Right now we consider only levels 1 and 2 when computing a title from the doc content. Thus I'm going to add a config option named xwiki.title.headerdepth and with a

Re: [xwiki-devs] [xwiki-users] Implementing the XWiki.org Redesign

2010-04-15 Thread Thomas Mortagne
On Thu, Apr 15, 2010 at 17:18, Vincent Massol vinc...@massol.net wrote: Hi Silvia, On Apr 15, 2010, at 4:58 PM, Silvia Rusu wrote: Hi XWiki devs users, So far we've been talking a lot about redesigning XWiki.org and all feedback was greatly appreciated. Now it's time we started

Re: [xwiki-devs] [xwiki-users] Implementing the XWiki.org Redesign

2010-04-15 Thread Jean-Vincent Drean
On Thu, Apr 15, 2010 at 5:22 PM, Silvia Rusu silvia.r...@xwiki.com wrote: Hi Vincent, Is this needed? Cannot we instead morph the current xwiki.org? I'd prefer this over a migration since otherwise it's a bit painful and would require scripts to copy pages and there'll be a merge need. I

Re: [xwiki-devs] [Proposal] Computed title depth configuration option

2010-04-15 Thread Thomas Mortagne
+1 On Thu, Apr 15, 2010 at 17:46, Vincent Massol vinc...@massol.net wrote: Hi, We've had a user request (Ludovic as a user ;)) to have a config option to decide the header level to consider for a title. Right now we consider only levels 1 and 2 when computing a title from the doc

[xwiki-devs] [ANN] XWiki Enterprise 2.3 Release Candidate 1 Released

2010-04-15 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki Enterprise 2.3 Release Candidate 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download Changes from XWiki Enterprise 2.3 Milestone 2: * Annotations can now be activated by default from the wiki

[xwiki-devs] [VOTE] Release XE/XEM 2.2.5

2010-04-15 Thread Thomas Mortagne
Hi devs, There is some important fix in 2.2.5 so i would like to release it ASAP. See http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+XWIKI+AND+fixVersion+%3D+%222.2.5%22+AND+status+%3D+Closed+ORDER+BY+priority+DESCmode=hide WDYT ? Here is my +1 --

Re: [xwiki-devs] [VOTE] Release XE/XEM 2.2.5

2010-04-15 Thread Vincent Massol
On Apr 15, 2010, at 6:43 PM, Thomas Mortagne wrote: Hi devs, There is some important fix in 2.2.5 so i would like to release it ASAP. See

Re: [xwiki-devs] [VOTE] Release XE/XEM 2.2.5

2010-04-15 Thread Jean-Vincent Drean
+1, JV. On Thu, Apr 15, 2010 at 6:43 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: Hi devs, There is some important fix in 2.2.5 so i would like to release it ASAP. See

Re: [xwiki-devs] [VOTE] Release XE/XEM 2.2.5

2010-04-15 Thread Guillaume Lerouge
+1 Guillaume On Thu, Apr 15, 2010 at 18:54, Jean-Vincent Drean jean-vinc...@drean.orgwrote: +1, JV. On Thu, Apr 15, 2010 at 6:43 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: Hi devs, There is some important fix in 2.2.5 so i would like to release it ASAP. See