[jboss-jira] [JBoss JIRA] Resolved: (JBFORUMS-266) static context path into forums
Luca Stancapiano (JIRA)
jira-events at lists.jboss.org
Thu Nov 29 18:23:46 EST 2007
[ http://jira.jboss.com/jira/browse/JBFORUMS-266?page=all ]
Luca Stancapiano resolved JBFORUMS-266.
---------------------------------------
Resolution: Done
I committed it into all branches of 1.0.1 and 1.1.0 version
> static context path into forums
> -------------------------------
>
> Key: JBFORUMS-266
> URL: http://jira.jboss.com/jira/browse/JBFORUMS-266
> Project: JBoss Forums
> Issue Type: Bug
> Components: Forum View Layer
> Affects Versions: 1.1.0 RC
> Reporter: Luca Stancapiano
> Assigned To: Luca Stancapiano
> Fix For: 1.0.1 RC, 1.1.0 Alpha
>
> Attachments: forums.zip
>
>
> in some codes there is hard coded '/portal-forums' ....if someone need to change context path, he could to get graphic problems and not to see several graphic features. I modified:
> forums/src/main/org/jboss/portlet/forums/properties/TCCLXProperties.java : 82
> JSFUtil.getContextPath() + "/" + ForumsConstants.THEMENAME + "/" + entry.getValue());
> forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml : 52
> <h:outputLink value="#{forums:contextPath()}/downloadAttachment">
> forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml : 87
> <h:outputLink value="#{forums:contextPath()}/downloadAttachment" styleClass="genmed">
> forums/src/resources/portal-forums-war/views/common/common.xhtml : 39
> href='#{forums:contextPath()}/default_graphics/forums_styles.css'
> /forums/src/resources/portal-forums-war/views/common/common_noMenu.xhtml : 36
> href='#{forums:contextPath()}/default_graphics/forums_styles.css'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list