[xwiki-users] Banish PR pages from XE (was Re: Password reset impossible on XWiki)

2010-05-07 Thread Vincent Massol

On May 7, 2010, at 4:18 PM, Sergiu Dumitriu wrote:

 On 05/07/2010 11:54 AM, raphaelle wrote:
 
 Hello,
 
 I forgot my password to connect myself to the site www.xwiki.org, s I tried
 to reset my password, but when I click on the link I received I get this
 error message;
 This page requires programming rights to work, which currently isn't the
 case. Please notify an administrator of this problem and try again later.
 
 Can you try again? The page was imported and lost its programming 
 rights, fixed now.

We should banish all usage of PRs in default XE IMO and ensure that with some 
checks (not sure yet how to do that).

In case we have something requiring PR we should either add it to the generic 
API (if it's generic) or add a specific server-side service for it.

WDYT?

So we have 4 pages that need PR so far:
- the password register page
- the AllDocs page
- the all attachment result page
- the copy document page

Any more that we'd need to fix?

Thanks
-Vincent
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Banish PR pages from XE (was Re: Password reset impossible on XWiki)

2010-05-07 Thread Vincent Massol

On May 7, 2010, at 4:33 PM, Vincent Massol wrote:

 
 On May 7, 2010, at 4:18 PM, Sergiu Dumitriu wrote:
 
 On 05/07/2010 11:54 AM, raphaelle wrote:
 
 Hello,
 
 I forgot my password to connect myself to the site www.xwiki.org, s I tried
 to reset my password, but when I click on the link I received I get this
 error message;
 This page requires programming rights to work, which currently isn't the
 case. Please notify an administrator of this problem and try again later.
 
 Can you try again? The page was imported and lost its programming 
 rights, fixed now.
 
 We should banish all usage of PRs in default XE IMO and ensure that with some 
 checks (not sure yet how to do that).

Forgot the rationale:

- It's really hard to uprgade when there are pages requiring PR. Even if we fix 
the problem with import loosing PR even when you don't import as a backup pack 
(anyone who could look at this one?), people could still import with backup 
pack for ex and not have an Admin user for ex in their wiki. In addition this 
prevents pb with people editing the page and not having PR.

-Vincent

 In case we have something requiring PR we should either add it to the generic 
 API (if it's generic) or add a specific server-side service for it.
 
 WDYT?
 
 So we have 4 pages that need PR so far:
 - the password register page
 - the AllDocs page
 - the all attachment result page
 - the copy document page
 
 Any more that we'd need to fix?
 
 Thanks
 -Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Banish PR pages from XE (was Re: Password reset impossible on XWiki)

2010-05-07 Thread Thomas Mortagne
On Fri, May 7, 2010 at 16:33, Vincent Massol vinc...@massol.net wrote:

 On May 7, 2010, at 4:18 PM, Sergiu Dumitriu wrote:

 On 05/07/2010 11:54 AM, raphaelle wrote:

 Hello,

 I forgot my password to connect myself to the site www.xwiki.org, s I tried
 to reset my password, but when I click on the link I received I get this
 error message;
 This page requires programming rights to work, which currently isn't the
 case. Please notify an administrator of this problem and try again later.

 Can you try again? The page was imported and lost its programming
 rights, fixed now.

 We should banish all usage of PRs in default XE IMO and ensure that with some 
 checks (not sure yet how to do that).

 In case we have something requiring PR we should either add it to the generic 
 API (if it's generic) or add a specific server-side service for it.

 WDYT?

This is kind of already the rule AFAIK. Most of the pages that need
programming right have related jira issues.


 So we have 4 pages that need PR so far:
 - the password register page
 - the AllDocs page
 - the all attachment result page
 - the copy document page

 Any more that we'd need to fix?

 Thanks
 -Vincent
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Banish PR pages from XE (was Re: Password reset impossible on XWiki)

2010-05-07 Thread Asiri Rathnayake
Hi,

On Fri, May 7, 2010 at 8:03 PM, Vincent Massol vinc...@massol.net wrote:


 On May 7, 2010, at 4:18 PM, Sergiu Dumitriu wrote:

  On 05/07/2010 11:54 AM, raphaelle wrote:
 
  Hello,
 
  I forgot my password to connect myself to the site www.xwiki.org, s I
 tried
  to reset my password, but when I click on the link I received I get this
  error message;
  This page requires programming rights to work, which currently isn't the
  case. Please notify an administrator of this problem and try again
 later.
 
  Can you try again? The page was imported and lost its programming
  rights, fixed now.

 We should banish all usage of PRs in default XE IMO and ensure that with
 some checks (not sure yet how to do that).

 In case we have something requiring PR we should either add it to the
 generic API (if it's generic) or add a specific server-side service for it.

 WDYT?

 So we have 4 pages that need PR so far:
 - the password register page
 - the AllDocs page
 - the all attachment result page
 - the copy document page


Not sure if this is related but i would also like to remove the PR
requirement for OOo server administration tasks (and require admin rights
only).

- Asiri



 Any more that we'd need to fix?

 Thanks
 -Vincent
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Banish PR pages from XE (was Re: Password reset impossible on XWiki)

2010-05-07 Thread Caleb James DeLisle
Big +1
I suggest we change the author field on those pages to XWikiGuest or similar so 
that they will fail
tests if they require PR. Also the code will be sandboxed by default.
I proposed this earlier: 
http://www.mail-archive.com/d...@xwiki.org/msg14352.html


Vincent Massol wrote:
 On May 7, 2010, at 4:18 PM, Sergiu Dumitriu wrote:
 
 On 05/07/2010 11:54 AM, raphaelle wrote:
 Hello,

 I forgot my password to connect myself to the site www.xwiki.org, s I tried
 to reset my password, but when I click on the link I received I get this
 error message;
 This page requires programming rights to work, which currently isn't the
 case. Please notify an administrator of this problem and try again later.
 Can you try again? The page was imported and lost its programming 
 rights, fixed now.
 
 We should banish all usage of PRs in default XE IMO and ensure that with some 
 checks (not sure yet how to do that).
 
 In case we have something requiring PR we should either add it to the generic 
 API (if it's generic) or add a specific server-side service for it.
 
 WDYT?
 
 So we have 4 pages that need PR so far:
 - the password register page
 - the AllDocs page
 - the all attachment result page
 - the copy document page
 
 Any more that we'd need to fix?
 
 Thanks
 -Vincent
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users