Re: [xwiki-devs] [Brainstorming] Hiding technical content

2012-03-23 Thread Jean-Vincent Drean
I ran the following queries on a wiki containing 5735 documents, with the proper mysql indexes: select distinct doc.space from XWikiDocument doc, BaseObject obj, StringProperty as prop where doc.fullName=obj.name and obj.className='XWiki.XWikiRights' and obj.id=prop.id.id and prop.id.name='allow'

Re: [xwiki-devs] [Brainstorming] Hiding technical content

2012-03-23 Thread Jean-Vincent Drean
On Fri, Mar 23, 2012 at 11:17 AM, Jean-Vincent Drean j...@xwiki.com wrote: I ran the following queries on a wiki containing 5735 documents, with the proper mysql indexes: select distinct doc.space from XWikiDocument doc, BaseObject obj, StringProperty as prop where doc.fullName=obj.name and

Re: [xwiki-devs] [Brainstorming] Hiding technical content

2012-03-22 Thread Jean-Vincent Drean
On Wed, Mar 21, 2012 at 9:07 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 02/13/2012 11:27 AM, Vincent Massol wrote: Hi devs, I've been brainstorming with Jean-Vincent  about how to implement hiding technical content for 4.0. Here's what we would like to do: Note: This is related to the

Re: [xwiki-devs] [Brainstorming] Hiding technical content

2012-03-22 Thread Sergiu Dumitriu
On 03/22/2012 09:56 AM, Jean-Vincent Drean wrote: On Wed, Mar 21, 2012 at 9:07 PM, Sergiu Dumitriuser...@xwiki.com wrote: On 02/13/2012 11:27 AM, Vincent Massol wrote: Hi devs, I've been brainstorming with Jean-Vincent about how to implement hiding technical content for 4.0. Here's what we

Re: [xwiki-devs] [Brainstorming] Hiding technical content

2012-03-22 Thread Jean-Vincent Drean
On Thu, Mar 22, 2012 at 4:45 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 03/22/2012 09:56 AM, Jean-Vincent Drean wrote: On Wed, Mar 21, 2012 at 9:07 PM, Sergiu Dumitriuser...@xwiki.com  wrote: On 02/13/2012 11:27 AM, Vincent Massol wrote: Hi devs, I've been brainstorming with

Re: [xwiki-devs] [Brainstorming] Hiding technical content

2012-03-22 Thread Anca Luca
On 03/21/2012 09:07 PM, Sergiu Dumitriu wrote: On 02/13/2012 11:27 AM, Vincent Massol wrote: Hi devs, I've been brainstorming with Jean-Vincent about how to implement hiding technical content for 4.0. Here's what we would like to do: Note: This is related to the proposal I made earlier:

Re: [xwiki-devs] [Brainstorming] Hiding technical content

2012-03-21 Thread Sergiu Dumitriu
On 02/13/2012 11:27 AM, Vincent Massol wrote: Hi devs, I've been brainstorming with Jean-Vincent about how to implement hiding technical content for 4.0. Here's what we would like to do: Note: This is related to the proposal I made earlier: http://markmail.org/thread/jupn22fdk4nnqj6p In

[xwiki-devs] [Brainstorming] Hiding technical content

2012-02-13 Thread Vincent Massol
Hi devs, I've been brainstorming with Jean-Vincent about how to implement hiding technical content for 4.0. Here's what we would like to do: Note: This is related to the proposal I made earlier: http://markmail.org/thread/jupn22fdk4nnqj6p In summary: * Add a RoleVisibilityClass XObject to