Re: [xwiki-devs] [VOTE] Drop support for IE11

2019-01-23 Thread Ecaterina Moraru (Valica)
Tweet from Bootstrap on 3 Jan: "As we start thinking about v5, what should we remove from Bootstrap? Already dropping jQuery and very likely IE10/11 in our next major version." and "Need IE8/9? Use v3. Need IE10/11? Keep using v4. Don’t need IE10/11? Consider v5 whenever it comes :)" see https://

Re: [xwiki-devs] [Proposal] Document picker in include and display macros

2019-01-23 Thread Marius Dumitru Florea
On Wed, Jan 23, 2019 at 3:08 PM Adel Atallah wrote: > On Wed, Jan 23, 2019 at 11:31 AM Marius Dumitru Florea > wrote: > > It's not that simple.. If the reference parameter already has a value > that > > is not a document reference then by showing the document picker that > value > > will be pars

Re: [xwiki-devs] [Proposal] Document picker in include and display macros

2019-01-23 Thread Adel Atallah
On Wed, Jan 23, 2019 at 11:31 AM Marius Dumitru Florea wrote: > It's not that simple.. If the reference parameter already has a value that > is not a document reference then by showing the document picker that value > will be parsed / resolved as a document reference and thus displayed as if > a d

Re: [xwiki-devs] [Proposal] Document picker in include and display macros

2019-01-23 Thread Marius Dumitru Florea
On Wed, Jan 23, 2019 at 12:36 PM Vincent Massol wrote: > > > > On 23 Jan 2019, at 11:30, Marius Dumitru Florea < > mariusdumitru.flo...@xwiki.com> wrote: > > > > On Mon, Jan 21, 2019 at 4:10 PM Adel Atallah > wrote: > > > >> To sum up, here is what I can do: > >> > >> On XWiki Commons: > >> * In

Re: [xwiki-devs] MyXWiki.org legal information

2019-01-23 Thread Ecaterina Moraru (Valica)
1) Removed the CC part for the main wiki. Currently it will say: "This farm is governed by French and International legislation on copyright and intellectual property. Each wiki owner is responsible for their own content. Also the target of this farm are non-profit organizations and individuals, so

Re: [xwiki-devs] [Proposal] Document picker in include and display macros

2019-01-23 Thread Vincent Massol
> On 23 Jan 2019, at 11:30, Marius Dumitru Florea > wrote: > > On Mon, Jan 21, 2019 at 4:10 PM Adel Atallah wrote: > >> To sum up, here is what I can do: >> >> On XWiki Commons: >> * Introduce a PropertyDisplayType annotation that we can use to >> specify with which type the macro paramete

Re: [xwiki-devs] [Proposal] Document picker in include and display macros

2019-01-23 Thread Marius Dumitru Florea
On Mon, Jan 21, 2019 at 4:10 PM Adel Atallah wrote: > To sum up, here is what I can do: > > On XWiki Commons: > * Introduce a PropertyDisplayType annotation that we can use to > specify with which type the macro parameter should be rendered. > * Add the *display type* in the property descriptor (

Re: [xwiki-devs] MyXWiki.org legal information

2019-01-23 Thread Thomas Mortagne
On Tue, Jan 22, 2019 at 8:43 PM Vincent Massol wrote: > > Hi Caty, > > > On 22 Jan 2019, at 12:52, Ecaterina Moraru (Valica) > > wrote: > > > > Hi Devs, > > > > We had an user ask about MyXWiki.org privacy agreements, see > > https://forum.xwiki.org/t/agreement-on-wiki-at-myxwiki-org-privacy/424

Re: [xwiki-devs] [Proposal] Document picker in include and display macros

2019-01-23 Thread Thomas Mortagne
Sounds good. +1 for me I would also add: * Use the PropertyDisplayType annotation, on page macro parameters, with the PageReference type (for the include and display macro). Does not cost anything and won't have any effect yet but it prepare for the future since that's what we'll want to do. On