Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages (SUMMARY)

2009-12-16 Thread Vincent Massol
Vote is passed
Rule has been added to 
http://dev.xwiki.org/xwiki/bin/view/Community/DevelopmentPractices#HDontremoveimportantpageswhentheyaremoved

Thanks
-Vincent

On Dec 15, 2009, at 9:52 AM, Vincent Massol wrote:

 Hi,

 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a  
 Notifications page. I propose that we don't delete the RSSFeeds page  
 but instead add a redirect to the new page.
 Example:

 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}

 I propose we do this till we get this feature automatically in the  
 XWiki core.

 The rationale is that users will save links and when they navigate  
 to them later on these links will be broken.

 Here's my +1

 Thanks
 -Vincent

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


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Silvia Rusu

+1

Silvia


vmassol wrote:
 
 Hi,
 
 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a  
 Notifications page. I propose that we don't delete the RSSFeeds page  
 but instead add a redirect to the new page.
 Example:
 
 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}
 
 I propose we do this till we get this feature automatically in the  
 XWiki core.
 
 The rationale is that users will save links and when they navigate to  
 them later on these links will be broken.
 
 Here's my +1
 
 Thanks
 -Vincent
 ___
 devs mailing list
 devs@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/devs
 
 


-
Silvia Rusu
Tester  Documentation Writer - XWiki
http://twitter.com/silviarusu
-- 
View this message in context: 
http://n2.nabble.com/VOTE-XWiki-org-Don-t-delete-important-pages-tp4168896p4168899.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
___
devs mailing list
devs@xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Thomas Mortagne
+1

On Tue, Dec 15, 2009 at 09:52, Vincent Massol vinc...@massol.net wrote:
 Hi,

 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a
 Notifications page. I propose that we don't delete the RSSFeeds page
 but instead add a redirect to the new page.
 Example:

 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}

 I propose we do this till we get this feature automatically in the
 XWiki core.

 The rationale is that users will save links and when they navigate to
 them later on these links will be broken.

 Here's my +1

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




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


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Jerome Velociter
On 12/15/09 9:52 AM, Vincent Massol wrote:
 Hi,

 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a
 Notifications page. I propose that we don't delete the RSSFeeds page
 but instead add a redirect to the new page.
 Example:

 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}

 I propose we do this till we get this feature automatically in the
 XWiki core.

 The rationale is that users will save links and when they navigate to
 them later on these links will be broken.

 Here's my +1


+1

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


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


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Asiri Rathnayake
Hi,

On Tue, Dec 15, 2009 at 2:22 PM, Vincent Massol vinc...@massol.net wrote:

 Hi,

 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a
 Notifications page. I propose that we don't delete the RSSFeeds page
 but instead add a redirect to the new page.
 Example:

 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}

 I propose we do this till we get this feature automatically in the
 XWiki core.

 The rationale is that users will save links and when they navigate to
 them later on these links will be broken.

 Here's my +1


If I understand correctly, we do delete the page but have a dummy page doing
the redirect. Hope I'm correct.

+1

- Asiri



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

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


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Vincent Massol

On Dec 15, 2009, at 12:49 PM, Asiri Rathnayake wrote:

 Hi,

 On Tue, Dec 15, 2009 at 2:22 PM, Vincent Massol vinc...@massol.net  
 wrote:

 Hi,

 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a
 Notifications page. I propose that we don't delete the RSSFeeds page
 but instead add a redirect to the new page.
 Example:

 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}

 I propose we do this till we get this feature automatically in the
 XWiki core.

 The rationale is that users will save links and when they navigate to
 them later on these links will be broken.

 Here's my +1


 If I understand correctly, we do delete the page but have a dummy  
 page doing
 the redirect. Hope I'm correct.

No, we don't delete the page. We just change its content to have the  
redirect.

-Vincent


 +1

 - Asiri


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


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Sergiu Dumitriu
On 12/15/2009 09:52 AM, Vincent Massol wrote:
 Hi,

 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a
 Notifications page. I propose that we don't delete the RSSFeeds page
 but instead add a redirect to the new page.
 Example:

 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}

 I propose we do this till we get this feature automatically in the
 XWiki core.

 The rationale is that users will save links and when they navigate to
 them later on these links will be broken.

 Here's my +1

+1

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
devs mailing list
devs@xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Florin Ciubotaru
+1

On 12/15/2009 10:52 AM, Vincent Massol wrote:
 Hi,

 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a
 Notifications page. I propose that we don't delete the RSSFeeds page
 but instead add a redirect to the new page.
 Example:

 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}

 I propose we do this till we get this feature automatically in the
 XWiki core.

 The rationale is that users will save links and when they navigate to
 them later on these links will be broken.

 Here's my +1

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



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


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Marius Dumitru Florea
+1

Vincent Massol wrote:
 Hi,
 
 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a  
 Notifications page. I propose that we don't delete the RSSFeeds page  
 but instead add a redirect to the new page.
 Example:
 
 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}
 
 I propose we do this till we get this feature automatically in the  
 XWiki core.
 
 The rationale is that users will save links and when they navigate to  
 them later on these links will be broken.
 
 Here's my +1
 
 Thanks
 -Vincent
 ___
 devs mailing list
 devs@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/devs
___
devs mailing list
devs@xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Caleb James DeLisle
+1

Caleb

Vincent Massol wrote:
 Hi,
 
 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a  
 Notifications page. I propose that we don't delete the RSSFeeds page  
 but instead add a redirect to the new page.
 Example:
 
 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}
 
 I propose we do this till we get this feature automatically in the  
 XWiki core.
 
 The rationale is that users will save links and when they navigate to  
 them later on these links will be broken.
 
 Here's my +1
 
 Thanks
 -Vincent
 ___
 devs mailing list
 devs@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/devs
 

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


Re: [xwiki-devs] [VOTE] XWiki.org: Don't delete important pages

2009-12-15 Thread Fabio Mancinelli

On Dec 15, 2009, at 9:52 AM, Vincent Massol wrote:

 Hi,
 
 Another proposal: don't remove important pages that are moved.
 For example imagine that we refactor the RSSFeeds page into a  
 Notifications page. I propose that we don't delete the RSSFeeds page  
 but instead add a redirect to the new page.
 Example:
 
 {{velocity}}
 $response.sendRedirect($xwiki.getURL(Features.Notifications))
 {{/velocity}}
 
 I propose we do this till we get this feature automatically in the  
 XWiki core.
 
 The rationale is that users will save links and when they navigate to  
 them later on these links will be broken.
 
 Here's my +1
 
 Thanks
 -Vincent
 
+1

-Fabio
___
devs mailing list
devs@xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs