JBoss Portal SVN: r12414 - branches/JBoss_Portal_Branch_2_6/core-cms/src/main/org/jboss/portal/core/cms.
by portal-commits@lists.jboss.org
Author: sohil.shah(a)jboss.com
Date: 2008-12-19 15:10:46 -0500 (Fri, 19 Dec 2008)
New Revision: 12414
Modified:
branches/JBoss_Portal_Branch_2_6/core-cms/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactoryService.java
Log:
JBPORTAL-2117 - org.jboss.portal.core.cms.CMSObjectCommandFactoryService incorrectly uses "path" as a render parameter
Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactoryService.java
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactoryService.java 2008-12-19 19:48:51 UTC (rev 12413)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactoryService.java 2008-12-19 20:10:46 UTC (rev 12414)
@@ -168,7 +168,7 @@
if (e.toString().indexOf("Access to this resource is denied") != -1)
{
PortletParametersStateString parameters = new PortletParametersStateString();
- parameters.setValue("path", requestPath);
+ parameters.setValue(CMSPortlet.RENDER_PARAMETER_PATH, requestPath);
return new InvokePortletWindowRenderCommand(targetWindowId, Mode.VIEW, null, parameters);
}
else
17 years, 4 months
JBoss Portal SVN: r12413 - branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user.
by portal-commits@lists.jboss.org
Author: sviluppatorefico
Date: 2008-12-19 14:48:51 -0500 (Fri, 19 Dec 2008)
New Revision: 12413
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/confirmPendingAction.xhtml
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/pendingUsers.xhtml
Log:
syntax error on a css class call
Modified: branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/confirmPendingAction.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/confirmPendingAction.xhtml 2008-12-19 19:45:11 UTC (rev 12412)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/confirmPendingAction.xhtml 2008-12-19 19:48:51 UTC (rev 12413)
@@ -53,7 +53,7 @@
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="#{bundle.IDENTITY_REIGSTRATION_DATE}"/>
+ <h:outputText value="#{bundle.IDENTITY_REGISTRATION_DATE}"/>
</f:facet>
<h:outputText value="#{user.registrationDate}">
<f:convertDateTime dateStyle="medium" type="both" />
Modified: branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/pendingUsers.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/pendingUsers.xhtml 2008-12-19 19:45:11 UTC (rev 12412)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/pendingUsers.xhtml 2008-12-19 19:48:51 UTC (rev 12413)
@@ -67,7 +67,7 @@
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="#{bundle.IDENTITY_REIGSTRATION_DATE}"/>
+ <h:outputText value="#{bundle.IDENTITY_REGISTRATION_DATE}"/>
</f:facet>
<h:outputText value="#{user.registrationDate}">
<f:convertDateTime dateStyle="medium" type="both" />
17 years, 4 months
JBoss Portal SVN: r12412 - branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common.
by portal-commits@lists.jboss.org
Author: sviluppatorefico
Date: 2008-12-19 14:45:11 -0500 (Fri, 19 Dec 2008)
New Revision: 12412
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/userInfo.xhtml
Log:
syntax error on a css class call
Modified: branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/userInfo.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/userInfo.xhtml 2008-12-19 19:39:50 UTC (rev 12411)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/userInfo.xhtml 2008-12-19 19:45:11 UTC (rev 12412)
@@ -75,7 +75,7 @@
<h:panelGroup />
<h:panelGroup />
- <h:commandLink id="chnage-email-link" value="#{bundle.IDENTITY_EDIT_CHANGE_EMAIL}" action="changeEmail" />
+ <h:commandLink id="change-email-link" value="#{bundle.IDENTITY_EDIT_CHANGE_EMAIL}" action="changeEmail" />
<h:panelGroup />
<h:outputText value="#{bundle.IDENTITY_PASSWORD}"/>
17 years, 4 months