[Building Sakai] Home page rename

Matthew Jones jonespm at umich.edu
Tue Jun 7 12:32:47 PDT 2011


It looks like the commit for KNL-227 in revision 64637 broke the ability to
change the title for the home page by forcing the i18n page name to be
returned if it exists even if the custom title property is set. I'd say that
this is a bug that would need to be jira'd and fixed.

 348 if ( getProperties().get(IS_HOME_PAGE) != null ) 349 { 350 String title
= ActiveToolManager.getLocalizedToolProperty(HOME_TOOL_ID, "title"); 351 if
( title != null ) 352 return title; 353 else 354 return m_title; 355 }

https://source.sakaiproject.org/viewsvn/kernel/trunk/kernel-impl/src/main/java/org/sakaiproject/site/impl/BaseSitePage.java?revision=64637&view=markup

-Matthew
On Tue, Jun 7, 2011 at 3:10 PM, Qu, Yuanhua <yq12 at txstate.edu> wrote:

>  I might not clearly say the problem.  The problem of renaming the Home
> page tool  is that after the you save the rename and get the confirmation
> like the attached screen shot, you still have “Home” as your home page name
> instead of the new name.
>
> -Qu
>
>
>
> On 6/7/11 1:01 PM, "Qu, Yuanhua" <yq12 at txstate.edu> wrote:
>
> We are able to rename Home page on each site in sakai 2.6.2 by using Page
> Order tool.
>
> We won’t be able to rename Home page on sakai 2.7.1 and also trunk,
> although in Page Order tool, after rename home page, it gave you a
> confirmation that Home Page was renamed.   Could any one let me know if
> there is a fix on this or is this the way it is supposed to be?
>
> Thanks.
>
> -Qu
>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110607/b0fdd88e/attachment.html 


More information about the sakai-dev mailing list