You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sg...@apache.org on 2005/08/17 04:08:34 UTC

svn commit: r233105 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml

Author: sgala
Date: Tue Aug 16 19:08:30 2005
New Revision: 233105

URL: http://svn.apache.org/viewcvs?rev=233105&view=rev
Log:
Broken UTF-8 makes the page gail silently to load in machines using utf-8. No erros in logs. I wonder where isthe Exception catched

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml?rev=233105&r1=233104&r2=233105&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml Tue Aug 16 19:08:30 2005
@@ -16,7 +16,7 @@
      portlet-decorator="clear"
   />
   <title>Portlet Selector</title>
-  <metadata name="title" xml:lang="ja">ãƒ?ートレットセレクタ</metadata>
+  <metadata name="title" xml:lang="ja">ポートレットセレクタ</metadata>
   <metadata name="title" xml:lang="es">Selector de portlets</metadata>
 
   <fragment id="portlet-selector" type="layout" name="jetspeed-layouts::VelocityOneColumnNoActions">



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: Reporting errors on

Posted by Randy Watler <wa...@wispertel.net>.
Santiago:

Please add a JIRA issue and assign it to me. This is simple enough to 
honor in ProfilerValve.

BTW, the selector permissions issue should be fixed...

Randy

Santiago Gala wrote:

>El mi�, 17-08-2005 a las 02:08 +0000, sgala@apache.org escribi�:
>  
>
>>Author: sgala
>>Date: Tue Aug 16 19:08:30 2005
>>New Revision: 233105
>>
>>URL: http://svn.apache.org/viewcvs?rev=233105&view=rev
>>    
>>
>
>  
>
>>Log: Broken
>> UTF-8 makes the page gail silently to load in machines using utf-8. No
>> errors in logs. I wonder where is the Exception catched
>>
>>    
>>
>
>When David moved the page to the new place, the Unicode for the Japanese
>title in the .psml page got corrupted. This is a minor problem. When I
>updated and tried the new build in my machine, which uses utf-8 for
>encoding, the Portlet Selector was not loading, I was getting the main
>page in the pop up window. This, again, is a minor problem.
>
>What I think is a big problem is that nowhere in the logs I could find
>any information that an error had happened trying to fetch the page. No
>exception, no message.
>
>I think we should have a string in the tool indicating last error, and a
>small space in the layout to show notices or errors.
>
>I'm not sure where this information can be collected.
>
>Ideas?
>Santiago
>
>  
>
>>Modified:
>>    portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
>>
>>Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
>>URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml?rev=233105&r1=233104&r2=233105&view=diff
>>==============================================================================
>>--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml (original)
>>+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml Tue Aug 16 19:08:30 2005
>>@@ -16,7 +16,7 @@
>>      portlet-decorator="clear"
>>   />
>>   <title>Portlet Selector</title>
>>-  <metadata name="title" xml:lang="ja">�?ートレットセレクタ</metadata>
>>+  <metadata name="title" xml:lang="ja">ポートレットセレクタ</metadata>
>>   <metadata name="title" xml:lang="es">Selector de portlets</metadata>
>> 
>>   <fragment id="portlet-selector" type="layout" name="jetspeed-layouts::VelocityOneColumnNoActions">
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
>>For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>>
>>    
>>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Reporting errors on

Posted by Santiago Gala <sg...@apache.org>.
El mié, 17-08-2005 a las 02:08 +0000, sgala@apache.org escribió:
> Author: sgala
> Date: Tue Aug 16 19:08:30 2005
> New Revision: 233105
> 
> URL: http://svn.apache.org/viewcvs?rev=233105&view=rev

> Log: Broken
>  UTF-8 makes the page gail silently to load in machines using utf-8. No
>  errors in logs. I wonder where is the Exception catched
> 

When David moved the page to the new place, the Unicode for the Japanese
title in the .psml page got corrupted. This is a minor problem. When I
updated and tried the new build in my machine, which uses utf-8 for
encoding, the Portlet Selector was not loading, I was getting the main
page in the pop up window. This, again, is a minor problem.

What I think is a big problem is that nowhere in the logs I could find
any information that an error had happened trying to fetch the page. No
exception, no message.

I think we should have a string in the tool indicating last error, and a
small space in the layout to show notices or errors.

I'm not sure where this information can be collected.

Ideas?
Santiago

> Modified:
>     portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
> 
> Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml
> URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml?rev=233105&r1=233104&r2=233105&view=diff
> ==============================================================================
> --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml (original)
> +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/system/customizer/portlet-selector.psml Tue Aug 16 19:08:30 2005
> @@ -16,7 +16,7 @@
>       portlet-decorator="clear"
>    />
>    <title>Portlet Selector</title>
> -  <metadata name="title" xml:lang="ja">�ートレットセレクタ</metadata>
> +  <metadata name="title" xml:lang="ja">ポートレットセレクタ</metadata>
>    <metadata name="title" xml:lang="es">Selector de portlets</metadata>
>  
>    <fragment id="portlet-selector" type="layout" name="jetspeed-layouts::VelocityOneColumnNoActions">
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
> 
-- 
VP and Chair, Apache Portals (http://portals.apache.org)
Apache Software Foundation