Re: [xwiki-devs] [xwiki-notifications] XWiki updates, 8 pages have been modified since 2017/01/05

2017-01-11 Thread Marius Dumitru Florea
On Fri, Jan 6, 2017 at 1:00 AM, wrote: > Contents > >- dev <#m_-5668311594722123353_dev> > - IRC <#m_-5668311594722123353_dev:IRC> > - IRC Archive for channel #xwiki on 05 January 2017 > <#m_-5668311594722123353_dev:IRC.xwikiArchive20170105> > -

Re: [xwiki-devs] Multiple Objects per Page

2017-01-11 Thread Alexandru Cotiuga
Hello Steve, I don't know how do you try to achieve your goal, but here's a simple way to do it for 2 classes XWiki.AClass and XWiki.BClass, both of them having a 'name' xProperty: #set ($aObj = $doc.getObject('XWiki.AClass')) #set ($bObj = $doc.getObject('XWiki.BClass')) $aObj.getValue('name')

[xwiki-devs] [XWiki Day] BFD#134

2017-01-11 Thread Alexandru Cotiuga
Hello devs, Today is BFD#134: http://dev.xwiki.org/xwiki/bin/view/Community/XWikiDays#HBugfixingdays Our current status for the 1 year period is 12 bugs behind. See: http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=100 00#Created-vs-Resolved-Chart/10470 Here's the BFD#134 dashboard to

Re: [xwiki-devs] [xwiki-notifications] XWiki updates, 8 pages have been modified since 2017/01/05

2017-01-11 Thread Vincent Massol
Hi Marius, Thanks. I had cleaned those at the time already. > On 6 Jan 2017, at 07:44, Marius Dumitru Florea > wrote: > > On Fri, Jan 6, 2017 at 1:00 AM, wrote: > >> Contents [snip] >> Between 2017/01/05 and 2017/01/05, the page has been

[xwiki-devs] [Proposal] Roadmap for XE 9.0-9.2

2017-01-11 Thread Vincent Massol
Hi devs, Here’s a proposal of topics to cover for XE 9.0-9.2 (i.e. Jan-Mar 2017). This proposal is proposed by XWiki SAS and was discussed with XWiki committers who work for XWiki SAS. If you also want to propose some other items, please do so. Ofc if you have some problems or questions with

Re: [xwiki-devs] [Proposal] Roadmap dates for XWiki 9.0

2017-01-11 Thread Vincent Massol
Ok thanks for the answer, I’ve now updated http://www.xwiki.org/xwiki/bin/view/Roadmaps/ Thanks -Vincent > On 9 Jan 2017, at 10:57, Vincent Massol wrote: > > Hi devs, > > We’ve been working on XWiki 8.4.x but at the same time, the work for XWiki > 9.0 has officially

[xwiki-devs] Fwd: Purpose:: Participate for GSoC and contribute to open source development.

2017-01-11 Thread Priyam Suthar
-- Forwarded message -- From: Priyam Suthar Date: 10 January 2017 at 00:27 Subject: Purpose:: Participate for GSoC and contribute to open source development. To: devs@xwiki.org, fluid-w...@lists.idrc.ocad.ca, jenkinsci-gsoc-o...@googlegroups.com Hello

[xwiki-devs] Multiple Objects per Page

2017-01-11 Thread Stephen Martin
In developing an in house app using XWiki I am having difficulty getting a page to display with more than one object. Currently using XWiki Enterprise 7.4.4. For testing purposes I have 2 classes: SetupHY32 and SetupUniqueValues. I create a new page located in Sandbox called ObjGroupTest.