[jboss-cvs] jboss-seam/examples/wiki/view/plugins/forumList ...

Christian Bauer christian at hibernate.org
Mon Jan 14 00:10:49 EST 2008


  User: cbauer  
  Date: 08/01/14 00:10:49

  Modified:    examples/wiki/view/plugins/forumList  
                        forumListControls.xhtml forumListTable.xhtml
  Log:
  JBSEAM-2457 - Render "REST" feed/file download URLs, breaks all current feed/file bookmarks
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/wiki/view/plugins/forumList/forumListControls.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumListControls.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumList/forumListControls.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- forumListControls.xhtml	30 Dec 2007 02:33:27 -0000	1.3
  +++ forumListControls.xhtml	14 Jan 2008 05:10:49 -0000	1.4
  @@ -11,7 +11,7 @@
   <s:fragment rendered="#{not forumListHome.managed}">
   
       <s:div styleClass="forumsFeedLink undecoratedLink" rendered="#{not empty currentDirectory.feed}">
  -        <h:outputLink value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}"
  +        <h:outputLink value="#{wiki:renderFeedURL(currentDirectory.feed, null, null)}"
                         tabindex="1">
               <h:graphicImage value="/themes/#{preferences.get('Wiki').themeName}/img/icon.atom.gif" width="18" height="18"/>
               <h:outputText value="#{currentDocument.name}&#160;#{messages['forum.label.Feed']}"/>
  
  
  
  1.5       +1 -1      jboss-seam/examples/wiki/view/plugins/forumList/forumListTable.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumListTable.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumList/forumListTable.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- forumListTable.xhtml	30 Dec 2007 02:33:27 -0000	1.4
  +++ forumListTable.xhtml	14 Jan 2008 05:10:49 -0000	1.5
  @@ -38,7 +38,7 @@
               </h:outputLink>
   
               <s:span styleClass="forumFeedLink undecoratedLink" rendered="#{not empty f.forum.feed}">
  -                <h:outputLink value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{f.forum.feed.id}"
  +                <h:outputLink value="#{wiki:renderFeedURL(f.forum.feed, null, null)}"
                                 tabindex="1">
                       <h:graphicImage value="/themes/#{preferences.get('Wiki').themeName}/img/icon.atom.gif" width="18" height="18"/>
                   </h:outputLink>
  
  
  



More information about the jboss-cvs-commits mailing list