morciuch 2003/01/21 13:28:24
Modified: docs/site changes.html
src/java/org/apache/jetspeed/portal/security/portlets
PortletWrapper.java
xdocs changes.xml
Log:
"No access to portlets" message is now localized (see Bugzilla bug# 16309).
Revision Changes Path
1.100 +3 -0 jakarta-jetspeed/docs/site/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/docs/site/changes.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- changes.html 21 Jan 2003 20:43:35 -0000 1.99
+++ changes.html 21 Jan 2003 21:28:24 -0000 1.100
@@ -133,6 +133,9 @@
</li>
-->
<li>
+ Fixed - Bug # 16309 - 2003/01/21 - Localized "no access to portlets" message in
PortletWrapper (MO)
+</li>
+<li>
Fixed - Bug # 15414 - 2003/01/21 - Addressed problem with Customizer only
allowing one Reference to be added (MO)
</li>
<li>
1.18 +3 -2
jakarta-jetspeed/src/java/org/apache/jetspeed/portal/security/portlets/PortletWrapper.java
Index: PortletWrapper.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/security/portlets/PortletWrapper.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- PortletWrapper.java 10 Jan 2003 23:06:04 -0000 1.17
+++ PortletWrapper.java 21 Jan 2003 21:28:24 -0000 1.18
@@ -72,6 +72,7 @@
// Turbine imports
import org.apache.turbine.util.Log;
import org.apache.turbine.util.RunData;
+import org.apache.turbine.services.localization.Localization;
// ECS
import org.apache.ecs.ConcreteElement;
@@ -152,7 +153,7 @@
{
PortletStats.logAccess(rundata, this, PortletStats.ACCESS_DENIED);
}
- return new JetspeedClearElement("Sorry, you have no permission to see
this portlet");
+ return new
JetspeedClearElement(Localization.getString("SECURITY_NO_ACCESS"));
}
}
1.117 +4 -1 jakarta-jetspeed/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- changes.xml 21 Jan 2003 20:43:36 -0000 1.116
+++ changes.xml 21 Jan 2003 21:28:24 -0000 1.117
@@ -23,6 +23,9 @@
</li>
-->
<li>
+ Fixed - Bug # 16309 - 2003/01/21 - Localized "no access to portlets" message in
PortletWrapper (MO)
+</li>
+<li>
Fixed - Bug # 15414 - 2003/01/21 - Addressed problem with Customizer only
allowing one Reference to be added (MO)
</li>
<li>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>